repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
microsoft/MMdnn | tensorflow | 804 | Can't convert from Core ML to IR (then to Tensorflow Lite) | Hello,
I'm trying to conver a Core ML model (activity classification) to Tensorflow Lite. So it looks like I need conver to a IR model first. But it doesn't work for me.
Following instrutions of https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/coreml/README.md
After installation I execute this com... | open | 2020-03-18T08:49:02Z | 2020-03-24T11:13:05Z | https://github.com/microsoft/MMdnn/issues/804 | [] | aof-github | 1 |
pyjanitor-devs/pyjanitor | pandas | 1,032 | [DOC/INF] Migrate mkdocs documentation style from sphinx to google | # The current state of affairs
1. The migration of pyjanitor's documentation from `Sphinx` to `mkdocs` happened late last year (#894).
And with `mkdocstrings`, we’re [currently using the “restructured-text” docstring-style](https://github.com/pyjanitor-devs/pyjanitor/blob/eabc98858b56474d919e8f089dddb57c4b725ec... | closed | 2022-02-26T07:38:03Z | 2023-02-03T23:36:13Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1032 | [
"infrastructure",
"discussion-needed"
] | thatlittleboy | 8 |
huggingface/datasets | computer-vision | 6,819 | Give more details in `DataFilesNotFoundError` when getting the config names | ### Feature request
After https://huggingface.co/datasets/cis-lmu/Glot500/commit/39060e01272ff228cc0ce1d31ae53789cacae8c3, the dataset viewer gives the following error:
```
{
"error": "Cannot get the config names for the dataset.",
"cause_exception": "DataFilesNotFoundError",
"cause_message": "No (support... | open | 2024-04-17T11:19:47Z | 2024-04-17T11:19:47Z | https://github.com/huggingface/datasets/issues/6819 | [
"enhancement"
] | severo | 0 |
3b1b/manim | python | 1,730 | Failed to install | I tried installing manim, I think I did everything correctly, the requirements all installed well. When I tried to type in the ‘python -m pip install manimlib’, it ran for a while and gave a whole bunch of errors in red text.
Under that it said ‘failed to build opencv-Python’
I don’t know if you need to know some mo... | open | 2022-02-09T14:38:14Z | 2022-05-09T09:00:54Z | https://github.com/3b1b/manim/issues/1730 | [] | arnaud0409 | 3 |
hbldh/bleak | asyncio | 776 | [Packaging] conda-forge Package | Greetings from the snow-encrusted ice fields of Canada, wonderful `bleak` devs! This is a packaging request for a [conda-forge](https://conda-forge.org)-hosted `bleak` package.
Although [`bleak` is *technically* installable under (Ana|Mini)conda by deferring to `pip`](https://halfdonebutinthemaking.com/lego-boost-wi... | closed | 2022-03-03T00:47:03Z | 2023-07-19T20:38:24Z | https://github.com/hbldh/bleak/issues/776 | [] | pietakio | 5 |
dnouri/nolearn | scikit-learn | 12 | Improve train_test_split | For `NeuralNet`:
1) Why use your own implementation of `train_test_split` rather than using [`sklearn.cross_validation::train_test_split`](https://github.com/scikit-learn/scikit-learn/blob/cedaf1f867b107bc1ee6e3172a8df0268837322f/sklearn/cross_validation.py#L1655)?
-- This would fix #7 because it uses [`safe_indexing`]... | closed | 2014-12-29T05:05:02Z | 2015-02-19T22:56:13Z | https://github.com/dnouri/nolearn/issues/12 | [] | cancan101 | 3 |
keras-team/keras | pytorch | 20,548 | ValueError: No model config found in the file at C:\Users\gnanar\.deepface\weights\age_model_weights.h5. | I am trying to convert the age_model_weights.h5 to onnx .But it give me the following error
ValueError: No model config found in the file at C:\Users\gnanar\.deepface\weights\age_model_weights.h5.
This is my code:
import tensorflow as tf
import tf2onnx
import onnx
from tensorflow.keras.models import load_... | closed | 2024-11-26T05:30:25Z | 2025-01-01T02:06:54Z | https://github.com/keras-team/keras/issues/20548 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | Gnanapriya2000 | 6 |
autogluon/autogluon | data-science | 4,291 | [timeseries] Improve error message when specifying an invalid path to load | As of v1.1, the error message produced by TimeSeriesPredictor when loaded with an invalid path is confusing. We should make sure that users understand that the `predictor.pkl` was unable to found, as that is more important than not finding the `version.txt` file.
## TimeSeries
### Code
```
from autogluon.time... | closed | 2024-06-25T04:47:10Z | 2024-08-19T07:23:55Z | https://github.com/autogluon/autogluon/issues/4291 | [
"API & Doc",
"module: timeseries",
"priority: 1"
] | Innixma | 0 |
custom-components/pyscript | jupyter | 146 | class instance destructors are not called | Test code:
```
class TestClass:
def __init__(self):
log.info('I am here')
def __del__(self):
log.info('I am gone')
@time_trigger('startup')
def startup():
a = TestClass()
task.sleep(3)
del a
```
"I am gone" is never displayed.
Compare to python:
```
import t... | closed | 2021-01-16T18:25:16Z | 2021-01-22T03:07:21Z | https://github.com/custom-components/pyscript/issues/146 | [] | dlashua | 2 |
clovaai/donut | nlp | 325 | Questions about SynthDoG synthetic data | Hello, author. May I ask if your synthdog tool in the project can be used to synthesize data containing formulas and tables? The formulas might be a bit more complex, such as LaTeX formulas. | open | 2024-12-26T11:02:38Z | 2024-12-27T05:26:52Z | https://github.com/clovaai/donut/issues/325 | [] | acey-lab | 2 |
Avaiga/taipy | automation | 2,460 | [🐛 BUG] Changes are not reflected after a reassignment | ### What went wrong? 🤔
A user has tried to reassigne variable after assigning it through a visual element, but it didn't work. After a refresh of the page, this assignment is seen.
### Expected Behavior
This should reassign the variable as the developper wants it. The code works if instead of a string, we try to as... | open | 2025-02-24T16:32:21Z | 2025-02-24T16:32:36Z | https://github.com/Avaiga/taipy/issues/2460 | [
"🖰 GUI",
"💥Malfunction",
"🟨 Priority: Medium"
] | FlorianJacta | 0 |
davidsandberg/facenet | tensorflow | 1,009 | 过程步骤 | 您好 已经有了数据集和预训练模型 具体的操作步骤是怎样啊 好多模块 | open | 2019-04-22T09:05:39Z | 2019-05-09T07:36:28Z | https://github.com/davidsandberg/facenet/issues/1009 | [] | endlesslover | 1 |
amidaware/tacticalrmm | django | 1,531 | Show Domain Name or Workgroup Name from the endpoints. | **Is your feature request related to a problem? Please describe.**
One of my clients are need for a domain cleanup and would be great knowing which computers are on the domain vs which ones are not.
**Describe the solution you'd like**
Would like to see the domain name or workgroup name in the Hardware Details o... | closed | 2023-06-07T01:07:24Z | 2023-06-08T09:29:10Z | https://github.com/amidaware/tacticalrmm/issues/1531 | [
"duplicate"
] | Thedrew87 | 4 |
pytest-dev/pytest-xdist | pytest | 613 | Extra output in quite mode and --show-capture=stderr | I run my tests using command line:
pytest tests/queries --builddir=build -q -n 80 --timeout=600 --html=test_output/report.html --self-contained-html -x --show-capture=stderr
And the output looks like:
> ========================================================================================== FAILURES ====... | closed | 2020-12-23T15:08:14Z | 2023-11-09T23:44:16Z | https://github.com/pytest-dev/pytest-xdist/issues/613 | [] | abyss7 | 4 |
ultralytics/ultralytics | machine-learning | 18,788 | yolo-cls | > it seems that the imgsz parameter is not working. I set imgsz to 256 here, but still infer based on the size of 224.My code is as follows:
> ```
>
> from ultralytics import YOLO
> model=YOLO('./runs/classify/train/weights/best.pt')
> result=model("./daisy/5547758_eea9edfd54_n.jpg",imgsz=(256,256), save=False,devic... | closed | 2025-01-21T02:45:29Z | 2025-03-10T06:13:41Z | https://github.com/ultralytics/ultralytics/issues/18788 | [
"bug",
"classify"
] | litao-zhx | 4 |
Nemo2011/bilibili-api | api | 60 | 【需求】考虑 search 模块的功能增强 | 看了 search 模块,好像没有对排序属性的设置,或许可以整合一个功能更完善的 search 模块?
正在写 | closed | 2022-09-15T10:36:33Z | 2022-09-16T09:53:34Z | https://github.com/Nemo2011/bilibili-api/issues/60 | [] | sudoskys | 3 |
deepspeedai/DeepSpeed | pytorch | 6,860 | nv-nightly CI test failure | The Nightly CI for https://github.com/microsoft/DeepSpeed/actions/runs/12307153088 failed.
| closed | 2024-12-13T01:06:47Z | 2024-12-13T21:23:53Z | https://github.com/deepspeedai/DeepSpeed/issues/6860 | [
"ci-failure"
] | github-actions[bot] | 0 |
akfamily/akshare | data-science | 5,629 | AKShare 接口问题报告 | stock_us_spot_em()只返回200条数据了也 | stock_us_spot_em()只返回200条数据了也,请注意修改一下也。谢谢! | closed | 2025-02-16T13:34:34Z | 2025-02-16T14:14:12Z | https://github.com/akfamily/akshare/issues/5629 | [
"bug"
] | zning1994 | 2 |
gee-community/geemap | jupyter | 1,614 | Possibly unused variables | `vis_params` and `url_format` variables e.g. [here](https://github.com/gee-community/geemap/blob/ccba6fd0185f5274c2a22ce5fdff8b0f9d04ee1e/geemap/ee_tile_layers.py#L70C5-L70C15) and [here](https://github.com/gee-community/geemap/blob/ccba6fd0185f5274c2a22ce5fdff8b0f9d04ee1e/geemap/ee_tile_layers.py#L109) appear unused.
... | closed | 2023-07-07T00:01:51Z | 2023-07-07T02:45:42Z | https://github.com/gee-community/geemap/issues/1614 | [
"cleanup"
] | jdbcode | 1 |
litestar-org/litestar | pydantic | 4,016 | Bug: routes and routers cannot override OpenAPI security requirement | ### Description
**Context**
Litestar provides a way to declare global security components, for example by the using of a global security configuration like `JWTAuth` or by building your own (Example implementation in `AbstractSecurityConfig.on_app_init`).
This creates both a global security component and requirement... | open | 2025-02-19T11:03:33Z | 2025-02-19T11:06:23Z | https://github.com/litestar-org/litestar/issues/4016 | [
"Bug :bug:"
] | tofran | 0 |
SciTools/cartopy | matplotlib | 1,912 | cant install cartopy 0.20.1, the error is about Proj 8.0.0 | ### Description
the error “Proj 8.0.0”
on https://pyproj4.github.io/pyproj/stable/installation.html
the proj version compatibility matrix:
pyproj Proj
2.0-2.1 | 6.0+
2.2-2.3 | 6.1-7
2.4-2.6 | 6.2-7
3.0.0 | 7.2
3.0.1+ | 7.2+
I install the newest pyproj 3.2.1 on Linux and windows system. But still cant in... | closed | 2021-10-25T02:35:19Z | 2022-09-11T02:26:34Z | https://github.com/SciTools/cartopy/issues/1912 | [
"Component: installation"
] | lwk1542 | 5 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 554 | knn_func & Distance object | Hi Kevin,
1. I want to implement my own distance from `distances.BaseDistance` and my `query_emb` have different amount from `ref_emb`.
```
# Must return a tensor where output[j] represents
# the distance/similarity between query_emb[j] and ref_emb[j]
def pairwise_distance(self, query_... | closed | 2022-11-26T11:28:39Z | 2022-11-28T19:30:28Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/554 | [
"question"
] | brianw0924 | 1 |
plotly/dash | flask | 2,761 | [BUG] extending a trace in callback using extendData property doesn't work for a figure with multi-level axis | Hello, plotly community,
I'm seeking your help in resolving a trace extension issue for a multi-level axis figure.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
-
```
dash ... | closed | 2024-02-16T00:06:01Z | 2024-07-25T13:13:30Z | https://github.com/plotly/dash/issues/2761 | [] | dmitrii-erkin | 2 |
pytest-dev/pytest-cov | pytest | 447 | Is there any difference between running pytest --cov-report xml to coverage xml | Hi
I want to understand if there's any difference in the xml report between the below 2 methods:
1. `pytest --cov-report xml --cov=myproj tests/`
2. `coverage run -m pytest arg1` and then `coverage xml`
The only thing I saw its what written here:
[coverage-5.3](https://coverage.readthedocs.io/en/coverage-5.3/)
... | closed | 2020-12-08T20:44:13Z | 2021-03-04T10:40:12Z | https://github.com/pytest-dev/pytest-cov/issues/447 | [] | arielman | 2 |
dask/dask | pandas | 11,476 | Add `split_out` parameter to `nunique()` | The current function signature for `Series.nunique()` is:
https://github.com/dask/dask/blob/9b4bef654be34e51f14f95fbfc62454018986d8d/dask/dataframe/core.py#L4192-L4194
The default value for `split_out` in `drop_duplicates` is set to 1:
https://github.com/dask/dask/blob/9b4bef654be34e51f14f95fbfc62454018986d8d/... | closed | 2024-10-31T14:25:48Z | 2024-10-31T15:10:04Z | https://github.com/dask/dask/issues/11476 | [
"needs triage"
] | eonu | 3 |
lundberg/respx | pytest | 83 | httpx.RequestNotRead: Attempted to access request content, without having called `read()` | I would like to test if a client uses the REST interface in a proper way. I wanted to use `respx` to mock the HTTP requests. I found no easy way to test the content of the HTTP request sent to the service.
What I would expect:
* I can use the `content` attribute on the `Request` object returned by the `calls` to ve... | closed | 2020-10-02T13:15:04Z | 2020-11-12T22:21:13Z | https://github.com/lundberg/respx/issues/83 | [] | max-iov42 | 5 |
ageitgey/face_recognition | machine-learning | 689 | How get a similar faces? | * face_recognition version: last
* Python version: Python 3
* Operating System: Win10
Hello!
I like example web_service_example.py
I have 100 photos with faces. And I have 1 photo with the original face.
How can I do a search of the source persons for 100 persons with the greatest speed?
Do I need to encodin... | closed | 2018-11-27T21:47:17Z | 2018-11-28T12:29:31Z | https://github.com/ageitgey/face_recognition/issues/689 | [] | arpsyapathy | 6 |
unionai-oss/pandera | pandas | 1,606 | Incorrect validation passes pandera=0.19.0b3 | **Describe the bug**
Panders: 0.19.0b3
Python: 3.11
polars: 0.20.23
We are using DataFrameModel to perform some data validation. The validation does not work as expected:
```
import polars as pl
import pandera.polars as pa
from datetime import date
class CaseSchema(pa.DataFrameModel):
case_id: str =... | closed | 2024-04-30T06:59:59Z | 2024-04-30T19:10:08Z | https://github.com/unionai-oss/pandera/issues/1606 | [
"bug"
] | obiii | 1 |
sunscrapers/djoser | rest-api | 516 | How to extend token's payload? | I am using simple JWT for users registered via page and customizing token´s payload like stated here. I am also using OAuth2 with social_django with google-oauth2.
After OAuth2 login I am getting response from my server
```
access: "ey...",
refresh: "ey...",
user: "user@gmail.com"
```
Default payload:
`... | open | 2020-08-08T00:35:50Z | 2020-08-08T00:39:23Z | https://github.com/sunscrapers/djoser/issues/516 | [] | hvitis | 0 |
voxel51/fiftyone | computer-vision | 4,935 | This is ridiculous | 

every fucking time
| closed | 2024-10-16T18:00:18Z | 2024-10-16T19:12:14Z | https://github.com/voxel51/fiftyone/issues/4935 | [
"bug"
] | Seedmanc | 1 |
jofpin/trape | flask | 116 | Access to the user's position was not allowed. | When hitting a victim, i get a popup an this error.
Access to the user's position was not allowed
Also when the gps frpm the victim, on the phone is enabled. | open | 2018-12-06T15:58:18Z | 2021-01-30T01:39:53Z | https://github.com/jofpin/trape/issues/116 | [] | black8x | 6 |
custom-components/pyscript | jupyter | 594 | Python 3.11 support removed from Home Assistant | As of now, Pyscript doesn't work with the latest Home Assistant (2024.4.0) because they removed Python 3.11 support.
I really like pyscript, so I hope this gets resolved. | closed | 2024-04-04T02:56:38Z | 2024-04-05T05:54:19Z | https://github.com/custom-components/pyscript/issues/594 | [] | kicker10BOG | 4 |
napari/napari | numpy | 7,555 | Consider using superqt QColormapComboBox and `cmap` for colormap handling |
superqt has a very nice QColormapComboBox widget that uses `cmap` for it's colormap handling.
https://github.com/pyapp-kit/cmap is a very nice and comprehensive library of colormaps with just numpy as dependency. It has some nice features like handling reversing colormaps via (`_r`), shifting colormaps, and more (e.g.... | open | 2025-01-26T19:20:16Z | 2025-01-26T19:20:23Z | https://github.com/napari/napari/issues/7555 | [
"feature",
"enhancement"
] | psobolewskiPhD | 0 |
miguelgrinberg/microblog | flask | 108 | Need help on Live streaming video | closed | 2018-06-02T12:42:49Z | 2018-06-02T15:07:47Z | https://github.com/miguelgrinberg/microblog/issues/108 | [] | cherukuravi | 1 | |
fastapi-users/fastapi-users | fastapi | 1,246 | Update to support Pydantic v2 | FastAPI v0.100+ uses Pydantic v2.
It seems to work out-of-the-box with fastapi-users v12 but I get a deprecation warning :
```
python3.11/site-packages/pydantic/_internal/_config.py:261: UserWarning: Valid config keys have changed in V2:
* 'orm_mode' has been renamed to 'from_attributes'
```` | closed | 2023-07-10T07:21:38Z | 2023-07-12T09:13:51Z | https://github.com/fastapi-users/fastapi-users/issues/1246 | [
"bug"
] | mlisthenewcool | 2 |
koxudaxi/datamodel-code-generator | pydantic | 2,348 | `--collapse-root-models` leads to dropped annotation | **Describe the bug**
When parsing the FlatZinc-JSON schema (a JSONSchema spec, not an instance of it) and using `--collapse-root-models` I got an error from Black. This was because the code was not valid.
It had been invalidated by removal of the first element of the union, leaving `Union[, BarModel]` instead of `Uni... | open | 2025-03-18T00:07:53Z | 2025-03-18T00:09:59Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2348 | [] | lmmx | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 528 | [question] Add default __repr__ for Model? | Could be possible to make `Model` (or any variant of it) have default `__repr__`?
Like this:
```
class Model(object):
"""Base class for SQLAlchemy declarative base model.
To define models, subclass :attr:`db.Model <SQLAlchemy.Model>`, not this class.
To customize ``db.Model``, subclass this and pass... | closed | 2017-08-18T09:43:20Z | 2020-12-05T20:55:36Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/528 | [] | ghost | 1 |
onnx/onnx | machine-learning | 5,847 | May I ask if PSD and SoudenMVDR in torchaudio support conversion to onnx? | May I ask if PSD and SoudenMVDR in torchaudio support conversion to onnx? | closed | 2024-01-06T09:08:02Z | 2025-01-29T06:43:46Z | https://github.com/onnx/onnx/issues/5847 | [
"question",
"topic: converters",
"stale"
] | wrz1999 | 2 |
gradio-app/gradio | python | 10,142 | Gradio 5.8.0 - Can't load Hugging Face model repos | ### Describe the bug
After the 5.8.0 update I can no longer load a Hugging Face model within a function that is passed to the Gradio interface function.
The model loads fine in the same script at the top level, outside the Gradio interface
### Have you searched existing issues? 🔎
- [X] I have searched and found... | closed | 2024-12-06T03:53:29Z | 2024-12-06T05:44:18Z | https://github.com/gradio-app/gradio/issues/10142 | [
"bug"
] | shorecodeorg | 4 |
erdewit/ib_insync | asyncio | 697 | Request Historical News on Bar Update | I was wondering how I could request historical news on each bar updates. Here is my code:
def on_historical_data_update_async(_bars, _has_new_bar, _contract, _timeframe):
symbol = _contract.symbol
if _has_new_bar:
try:
# Assuming there's an async equivalent or workaround
... | open | 2024-02-21T19:03:33Z | 2024-02-21T19:03:33Z | https://github.com/erdewit/ib_insync/issues/697 | [] | NimaMPH | 0 |
jackmpcollins/magentic | pydantic | 207 | Ollama tool calls / structured output via LiteLLM are unreliable | Follow-on from issue https://github.com/jackmpcollins/magentic/issues/194
Ollama models (via LiteLLM) are returning incorrect function name in tool call output, which leads to magentic failing to parse this.
```python
from magentic import prompt
from magentic.chat_model.litellm_chat_model import LitellmChatMode... | closed | 2024-05-12T23:24:19Z | 2024-12-04T18:54:09Z | https://github.com/jackmpcollins/magentic/issues/207 | [] | jackmpcollins | 11 |
piskvorky/gensim | machine-learning | 2,882 | Working from trunk branch 'develop', gensim.__version__ reports as 3.8.1 | If working in a checkout/branch from `develop`, `gensim.__version__` reports as `'3.8.1`, per https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/__init__.py#L8
Ideally, as part of the release process, this would be updated to reflect a precise release number in release tags/packaging, but then immediate... | closed | 2020-07-13T23:31:36Z | 2020-08-07T14:15:35Z | https://github.com/piskvorky/gensim/issues/2882 | [] | gojomo | 9 |
jupyter-widgets-contrib/ipycanvas | jupyter | 323 | Commands JSON content mangled | I've been doing large-scale drawing commands with several thousands of move-to and line-to commands. I'm regularly observing problems where the notebook UI doesn't reflect these draws, and the developer tools complain about invalid JSON.
**Steps to reproduce and debug:**
1. Launch new notebook.
2. Open developer... | open | 2023-02-19T16:00:23Z | 2023-02-20T22:20:26Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/323 | [] | gagern | 3 |
pydantic/FastUI | pydantic | 173 | `ServerLoad` needs a default trigger event context | open | 2024-02-09T06:54:55Z | 2024-02-09T06:54:55Z | https://github.com/pydantic/FastUI/issues/173 | [] | samuelcolvin | 0 | |
ploomber/ploomber | jupyter | 388 | Keeping binder-env synced when we make a new release | Our binder examples use a docker image built from [this environment](https://github.com/ploomber/binder-env), however, whenever we release a new ploomber version, we want to re-built the environment, to always serve examples with the most recent version.
Currently, we're doing it manually but it'd be great to autom... | closed | 2021-10-19T04:18:54Z | 2022-04-17T04:40:59Z | https://github.com/ploomber/ploomber/issues/388 | [
"good first issue"
] | edublancas | 1 |
AntonOsika/gpt-engineer | python | 229 | Code Duplication in 'gpt-engineer/steps.py' | **Description**
The code contains sections with similar logic or repeated patterns, such as the gen_spec, gen_unit_tests, and gen_code functions. This duplication violates the DRY (Don't Repeat Yourself) principle, which advocates for avoiding redundant code and promoting code reuse.
Here's an overview of the share... | closed | 2023-06-19T21:10:08Z | 2023-07-08T15:09:48Z | https://github.com/AntonOsika/gpt-engineer/issues/229 | [] | Madhav-MKNC | 1 |
pytorch/vision | machine-learning | 8,867 | initialized `RandomPerspective()` shows `p` parameter as the 1st | ### 🐛 Describe the bug
The order of `p` parameter of [RandomPerspective()](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.RandomPerspective.html) is the 2nd as shown below:
> class torchvision.transforms.RandomPerspective(distortion_scale=0.5, p=0.5, interpolation=InterpolationMode.BILINEAR, fil... | closed | 2025-01-17T12:59:48Z | 2025-01-20T12:13:04Z | https://github.com/pytorch/vision/issues/8867 | [] | hyperkai | 1 |
sigmavirus24/github3.py | rest-api | 590 | Add 451 status code exception | https://developer.github.com/changes/2016-03-17-the-451-status-code-is-now-supported/
| closed | 2016-03-18T10:28:15Z | 2016-04-27T14:07:26Z | https://github.com/sigmavirus24/github3.py/issues/590 | [
"help wanted",
"Mentored/Pair available"
] | itsmemattchung | 0 |
AutoGPTQ/AutoGPTQ | nlp | 745 | [BUG] 支持4bit量化ChatGLM-4-9B-Chat 和 ChatGLM3-6B 这两个模型吗? | ---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[2], [line 2](vscode-notebook-cell:?execution_count=2&line=2)
[1](vscode-notebook-cell:?execution_count=2&line=1) # 加载模型
----> [2](vscode-notebook-cell... | closed | 2024-11-07T12:48:17Z | 2024-12-15T14:25:20Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/745 | [
"bug"
] | shawn9977 | 2 |
mwaskom/seaborn | matplotlib | 3,291 | Unclear error for dataframe with non-unique index in `seaborn._core.plot.Plotter._unsccale_coords` | ## Description
When using the object API and passing a `pandas.DataFrame` object with a non-unique index to `searbon.objects.Plot`, plotting fails with a quite obscure error message `ValueError: Must have equal len keys and value when setting with an iterable`
## Minium Reproducible Example
```python
import seabo... | closed | 2023-03-09T11:13:22Z | 2023-08-24T22:02:57Z | https://github.com/mwaskom/seaborn/issues/3291 | [
"rough-edge"
] | QuentinSoubeyranAqemia | 1 |
google/trax | numpy | 1,752 | Not able to import trax in google colab though trax is installed | ### Description
I am trying trax-ml library in Google Colab.
I installed trax using below command
!pip install trax==1.3.1
But I am not able to import trax library.
Please help me in this issue.
### Environment information
Google Colab
```
OS: <your answer here>
$ pip freeze | grep trax
# your ou... | open | 2022-06-29T13:53:36Z | 2022-12-12T05:16:35Z | https://github.com/google/trax/issues/1752 | [] | ankusri | 1 |
ShishirPatil/gorilla | api | 803 | [BFCL] Multi-turn prompting design choice | *This is a question rather than an issue about BFCL v3 multi-turn dataset*
In the multi-turn dataset, the tool calls generated by models are executed in an pre-defined environment and its observations are returned for subsequent conversations. I noticed that the environment structure is not provided to the model itsel... | closed | 2024-11-29T09:50:56Z | 2024-11-29T11:11:05Z | https://github.com/ShishirPatil/gorilla/issues/803 | [
"BFCL-General",
"BFCL-Dataset"
] | DJWCB-AUV | 4 |
ydataai/ydata-profiling | pandas | 1,262 | Docs update - for "ts_mode" | ### Current Behaviour
Hi
For the Doc file of ydata-profiling 1.10.4, the [tutorial for time series](https://ydata-profiling.ydata.ai/docs/master/pages/use_cases/time_series_datasets.html) has incorrect tips.
`profile = ProfileReport(df, ts_mode=True, sortby="Date", title="Time-Series EDA")`
There is no **t... | closed | 2023-02-04T13:34:26Z | 2023-03-06T04:25:56Z | https://github.com/ydataai/ydata-profiling/issues/1262 | [
"documentation 📖"
] | JChrysanthemum | 0 |
jmcnamara/XlsxWriter | pandas | 906 | Issue with worksheet.set_margins() results in damaged XLSX file | ## Reporting Bugs
Modify the following to suit.
Title: Issue with worksheet.set_margins
Hi,
I am using XlsxWriter to do set custom margin sizes as well as set a custom header and footer, but when I use worksheet.set_margins() and try to open the output Excel file, Excel says it's damaged and needs to be r... | closed | 2022-09-01T16:36:03Z | 2022-09-01T19:15:58Z | https://github.com/jmcnamara/XlsxWriter/issues/906 | [
"bug",
"under investigation"
] | blownupp | 2 |
amidaware/tacticalrmm | django | 1,858 | Windows AV and Backup intergration | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
NO
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
I would be great if the TacticalRMM had an intergrati... | open | 2024-04-25T17:50:54Z | 2024-04-25T18:09:49Z | https://github.com/amidaware/tacticalrmm/issues/1858 | [] | shuffman2006 | 2 |
pyqtgraph/pyqtgraph | numpy | 2,953 | Increasing width of the Parameter column in parameter trees | Hi!
How can Parameter tree parameter column width be increased ? I often end up in situations where I have multiple nested parameters and the name of the parameter often ends up capped like in the image below where `dev0` simple parameter name is `serial` being truncated due to column being fixed in width.
What ... | open | 2024-03-08T11:07:18Z | 2024-03-14T15:48:37Z | https://github.com/pyqtgraph/pyqtgraph/issues/2953 | [] | asob | 1 |
xonsh/xonsh | data-science | 4,784 | source-bash: error: argument -l/--login: ignored explicit argument 'false' | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
#... | closed | 2022-04-28T19:34:33Z | 2022-04-29T15:15:35Z | https://github.com/xonsh/xonsh/issues/4784 | [] | arkhan | 4 |
skfolio/skfolio | scikit-learn | 82 | [BUG] linear group constraints not upheld | **Describe the bug**
I'm looking to create a group-wise equal weight. Anything in group A must be equal weight.
Maybe this just isn't possible -- but I believe this to be a bug rather than a feature request.
**To Reproduce**
```bash
python3 -m venv env
source env/bin/activate
pip3 install skfolio
```
```p... | closed | 2024-09-23T17:20:48Z | 2024-10-06T18:41:07Z | https://github.com/skfolio/skfolio/issues/82 | [
"bug"
] | zoakes | 4 |
robotframework/robotframework | automation | 5,186 | Expand environment variables in argumentfile | My request is to enable the expansion of environment variables inside of the argumentfile.
**Background**: when RF reads additional path-like arguments from an argumentfile, arguments like `--pythonpath` or `--output` are hardcoded. There is currently no way to make them dynamic.
Writing this
--output ... | open | 2024-08-22T12:47:17Z | 2025-03-07T14:13:17Z | https://github.com/robotframework/robotframework/issues/5186 | [
"priority: medium",
"backwards incompatible",
"good first issue",
"effort: small"
] | simonmeggle | 9 |
gradio-app/gradio | data-science | 9,975 | It isn't possible to disable the heading of a Label | ### Describe the bug
By default, `gr.Label` will always show the top class in a `h2` tag, even if the confidence for that class is <0.5. There doesn't seem to be any way to disable this.
See also https://discuss.huggingface.co/t/how-to-hide-first-label-in-label-component/58036
### Have you searched existing issues... | closed | 2024-11-17T09:34:39Z | 2024-11-27T19:26:25Z | https://github.com/gradio-app/gradio/issues/9975 | [
"bug"
] | umarbutler | 1 |
activeloopai/deeplake | tensorflow | 2,979 | [BUG] Deeplake is installed but still doesnt work. | ### Severity
None
### Current Behavior
I am trying to create a db and I have installed deeplake veriosn 4.0.0 installed on my system. But it keeps on saying not installed.
<img width="1244" alt="Screenshot 2024-10-28 at 4 00 48 PM" src="https://github.com/user-attachments/assets/156adee1-95de-42f0-8c42-ca2432e0dd7f... | open | 2024-10-28T10:33:56Z | 2025-02-06T11:02:07Z | https://github.com/activeloopai/deeplake/issues/2979 | [
"bug"
] | hiren-2911 | 3 |
miguelgrinberg/flasky | flask | 221 | chap7 | On Windows:
from .app import create_app, db
from .app.models import User, Role
OR:
from flasky.app import ...
Traceback (most recent call last):
File "C:/GitHub/flasky/chap7/flasky/manage.py", line 6, in <module>
from .app import create_app, db
SystemError: Parent module '' not loaded, cannot perform r... | closed | 2016-12-19T06:15:57Z | 2017-03-17T19:03:26Z | https://github.com/miguelgrinberg/flasky/issues/221 | [
"question"
] | Zhang21 | 5 |
mars-project/mars | pandas | 3,036 | [BUG] `groupby` failed when using categorical columns with `as_index=False` | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
`groupby` failed when using categorical columns with `as_index=False`.
**To Reproduce**
``` Python
In [14]: a = pd.DataFrame({'a':['a','b'... | open | 2022-05-13T15:59:46Z | 2022-05-28T09:43:55Z | https://github.com/mars-project/mars/issues/3036 | [
"type: bug",
"mod: dataframe"
] | hekaisheng | 1 |
jpadilla/django-rest-framework-jwt | django | 234 | Authenticate custom user model | I don't understand how to authenticate custom user model (not from django.contrib.auth). This is my setting:
```
REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.IsAuthenticated',
),
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.BasicAuthen... | closed | 2016-04-18T09:15:34Z | 2017-12-01T16:10:15Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/234 | [] | Krisnadi | 5 |
fastapi/fastapi | asyncio | 12,017 | 👷🏻 Recently, the CI is failing due to docs building failures | ### Discussed in https://github.com/fastapi/fastapi/discussions/12011
<div type='discussions-op-text'>
<sup>Originally posted by **svlandeg** August 14, 2024</sup>
### First Check
- [X] I added a very descriptive title here.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X]... | closed | 2024-08-14T14:33:00Z | 2024-08-14T14:52:22Z | https://github.com/fastapi/fastapi/issues/12017 | [
"bug",
"internal"
] | tiangolo | 1 |
koaning/scikit-lego | scikit-learn | 735 | [BUG] Can't load a pickled DebugPipeline with a custom log_callback | Hi,
when I try to load a previously fitted and pickled `DebugPipeline` instance that uses a custom `log_callback` from a pickle file I get the following error:
```python
AttributeError: 'Memory' object has no attribute '_'
```
Here's a simple snippet to reproduce the error (tested on Google Colab with `sklego==0.9.4... | open | 2025-03-13T19:15:35Z | 2025-03-14T08:37:59Z | https://github.com/koaning/scikit-lego/issues/735 | [
"bug"
] | fumagam | 1 |
holoviz/panel | matplotlib | 7,117 | Fail test_textual.py due to recent textual._xterm_parser.XTermParser change | For me with git main latest 9404b4348a80a190b3dcda7f270ba3e5b3c10210 I get this test fail:
```
_________________________________________________________________________________________________ test_textual_app _________________________________________________________________________________________________
page ... | closed | 2024-08-10T17:57:54Z | 2024-08-11T18:14:20Z | https://github.com/holoviz/panel/issues/7117 | [] | cdeil | 2 |
facebookresearch/fairseq | pytorch | 5,339 | Checkpoints of the models used for the backtranslation experiments described in the NLLB paper | The NLLB team describes in the 'No Language Left Behind: Scaling Human-Centered Machine Translation' (2022) paper experiments it did on adding different types of backtranslated data. Does anyone know whether the checkpoints for the models described in the table on page 66 were released? I would love to run some experim... | open | 2023-09-28T08:23:11Z | 2023-09-28T08:25:29Z | https://github.com/facebookresearch/fairseq/issues/5339 | [
"question",
"needs triage"
] | miwytt | 0 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 3,123 | Request for contibution guide to help setup a Windows based development environment | I am a developer who would like to contribute to the project, I have followed the contribution guide (CONTRIBUTING.md) but have had problems running the project in a local environment (I am a windows user), I think this documentation should be updated so that people with the same intention can easily set up their local... | open | 2023-05-24T20:06:03Z | 2023-05-26T14:16:04Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3123 | [
"maintenance"
] | dhfherna | 4 |
Miksus/rocketry | pydantic | 6 | ENH: Convenient way to create new conditions | **Is your feature request related to a problem? Please describe.**
Creating simple conditions like a function that returns True-False and having that to the string parser engine could be easier.
**Describe the solution you'd like**
Proposed syntax:
```python
from redengine.conditions import FuncCond
@FuncCo... | closed | 2021-11-11T20:40:06Z | 2021-11-13T13:28:54Z | https://github.com/Miksus/rocketry/issues/6 | [
"enhancement",
"built-in"
] | Miksus | 1 |
tensorflow/tensor2tensor | machine-learning | 1,118 | Problem retrain decoder | ### Description
Hi, I am currently using the transformer model and I am wondering if is available that I first train the transformer as the pre-train model. And retrain the decoder with other dataset while fixing the encoder weight. | open | 2018-10-08T13:05:20Z | 2019-04-11T23:43:21Z | https://github.com/tensorflow/tensor2tensor/issues/1118 | [] | seasa2016 | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 199 | Fisheye lens support? | In readme it says
> For rasterization, the camera models must be either a SIMPLE_PINHOLE or PINHOLE camera.
I'm wondering if it is possible to support fisheye lens as well. What are the challenges here? Thanks. | closed | 2023-09-13T22:41:09Z | 2023-09-22T13:13:12Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/199 | [] | SizheAn | 2 |
ivy-llc/ivy | numpy | 27,861 | Fix Frontend Failing Test: paddle - tensor.torch.Tensor.float | closed | 2024-01-07T22:17:22Z | 2024-01-07T22:47:47Z | https://github.com/ivy-llc/ivy/issues/27861 | [
"Sub Task"
] | NripeshN | 0 | |
microsoft/qlib | deep-learning | 989 | Add pre-commit hooks | ## 🌟 Feature Description
<!-- A clear and concise description of the feature proposal -->
Can a [pre-commit hook](https://pre-commit.com/) be added? In this way, when submitting code, you no longer need to manually execute commands like `black` and `pylint`.
## Motivation
1. Application scenario
2. Related work... | closed | 2022-03-17T09:10:52Z | 2022-04-02T02:24:45Z | https://github.com/microsoft/qlib/issues/989 | [
"enhancement"
] | Chaoyingz | 2 |
graphql-python/graphene | graphql | 1,338 | graphene_client does not return expected data queried with an order_by | I am using pytest-django graphene-django and the first test went well, but one I add a query with an order by. I always get ascending records while I want the opposite. Moreover, in GraphQL view everything works fine when I query with an order_by.
I think that data should be returned as JSON instead of dictionaries ... | open | 2021-05-24T07:47:51Z | 2021-05-24T07:48:04Z | https://github.com/graphql-python/graphene/issues/1338 | [
"✨ enhancement"
] | Arka-cell | 0 |
dynaconf/dynaconf | fastapi | 545 | [RFC] alias `env` to `run_mode` and update all the docs | right now we have
`Dynaconf(env=...)`
`export ENV_FOR_DYNACONF`
`settings.current_env`
where, `env` means the environment that the application is running at a given time.
**problem** it gets confused with `env` from shell environment, it is difficult to explain for users that
`envvar_prefix` has nothing t... | open | 2021-03-09T19:16:09Z | 2022-06-29T13:57:08Z | https://github.com/dynaconf/dynaconf/issues/545 | [
"wontfix",
"Not a Bug",
"RFC"
] | rochacbruno | 1 |
iperov/DeepFaceLab | machine-learning | 5,623 | 4) data_src faceset extract Crashes and PC restarts | NVIDIA RTX3060 / 12GB RAM
I7 processor / 16GB RAM
Using DeepFaceLab_NVIDIA_RTX3000_series
When starting 4) data_src faceset extract it crashes and the PC reboots. | open | 2023-02-09T08:16:10Z | 2023-06-08T23:07:19Z | https://github.com/iperov/DeepFaceLab/issues/5623 | [] | Profogt | 2 |
davidteather/TikTok-Api | api | 1,012 | [BUG] - playwright._impl._api_types.Error: TypeError: undefined is not an object (evaluating 'S[A][m(a[oprand[1]],oprand[1])]') | Encounters typeerror each time I try running the code.

Could I kindly check how to resolve? Thank you. | open | 2023-04-06T10:16:15Z | 2024-08-24T18:16:45Z | https://github.com/davidteather/TikTok-Api/issues/1012 | [
"bug"
] | RyanCCY | 28 |
Nekmo/amazon-dash | dash | 4 | Start on boot | Hi, what's the best way of making this start on boot?
I'm running it from a Raspberry Pi, and the only way I was able to make it successfully make it run as as root on boot was to add the following line to `/etc/rc.local`:
```
su pi -c 'cd /home/pi/Code/automate && sudo amazon-dash run < /dev/null &'
```
As ... | closed | 2017-05-20T11:42:01Z | 2017-05-23T16:10:48Z | https://github.com/Nekmo/amazon-dash/issues/4 | [] | LimeBlast | 9 |
svc-develop-team/so-vits-svc | deep-learning | 4 | 求個底模 | 3.0 4.0 4.0v2 已經dead-link | closed | 2023-03-10T14:28:02Z | 2023-03-11T17:30:43Z | https://github.com/svc-develop-team/so-vits-svc/issues/4 | [
"help wanted"
] | upright2003 | 2 |
openapi-generators/openapi-python-client | fastapi | 456 | Optional[datetime] field with value null/None gets isoparse'd | I have a field in my generated model like this:
```timestamp: Union[Unset, datetime.datetime] = UNSET```
My API returns {"timestamp": null}, which then gets deserialized as None, and ends up in the else clause of this generated code:
```
if isinstance(_timestamp, Unset):
timestamp = UNSET... | closed | 2021-07-21T18:10:50Z | 2021-07-22T20:08:59Z | https://github.com/openapi-generators/openapi-python-client/issues/456 | [
"🐞bug"
] | cfal | 5 |
django-oscar/django-oscar | django | 4,422 | ProductAttributeValue can see all values across all attribute groups | I uploaded initial data to catalogue using Django fixtures.
[data.json](https://github.com/user-attachments/files/18433973/data.json)
I have 5 attribute option groups: Complete, Bowl, Visible, Livery, Restored and they have their respective values:
`
Complete - Complete, Incomplete
Bowl - Acrylic, Glass
Visible ... | open | 2025-01-16T06:01:52Z | 2025-01-21T16:27:29Z | https://github.com/django-oscar/django-oscar/issues/4422 | [] | rnangia | 2 |
PokeAPI/pokeapi | graphql | 621 | ORAS pokemon encounters | First, just wanna say thank you for this project. Used it for my iOS project this semester, and I must say, I was happy with the resource overall!
It seems like Hoenn doesn't have any pokemon encounters for OR/AS.
| open | 2021-05-18T00:06:13Z | 2021-05-19T07:09:24Z | https://github.com/PokeAPI/pokeapi/issues/621 | [] | emshano | 1 |
ahmedfgad/GeneticAlgorithmPython | numpy | 313 | Pareto front solutions | Hi there,
I'm using the multi-objective pygad implementation with parent_selection_type='nsga2'. I'm interested in the pareto optimal solutions. I can easily plot and extract the fitness values on the pareto front, but how to I access the solutions that are related to the pareto optimal fitness values. For example, if... | open | 2025-01-20T13:28:36Z | 2025-02-06T19:41:47Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/313 | [] | LisieP | 3 |
huggingface/transformers | deep-learning | 36,464 | AutoModelForObjectDetection isnt working due to wrong output size | ### System Info
new:
- `transformers` version: 4.50.0.dev0
- Platform: Linux-6.11.0-17-generic-x86_64-with-glibc2.39
- Python version: 3.12.3
- Huggingface_hub version: 0.29.1
- Safetensors version: 0.5.3
- Accelerate version: 1.4.0
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (... | closed | 2025-02-27T21:43:56Z | 2025-02-28T10:54:14Z | https://github.com/huggingface/transformers/issues/36464 | [
"bug"
] | nikitabelooussovbtis | 4 |
nonebot/nonebot2 | fastapi | 2,839 | Plugin: 命令行 | ### PyPI 项目名
nonebot-plugin-system-command
### 插件 import 包名
nonebot_plugin_system_command
### 标签
[]
### 插件配置项
```env
SYS_CMD_SH="/sh"
SYS_CMD_CMD="/cmd"
``` | closed | 2024-07-23T14:51:59Z | 2024-07-26T03:41:44Z | https://github.com/nonebot/nonebot2/issues/2839 | [
"Plugin"
] | tkgs0 | 7 |
kymatio/kymatio | numpy | 615 | Why are we calling scattering at every epoch? | Hi all,
Is there a reason for calling scattering at every epoch?
https://github.com/kymatio/kymatio/blob/e0fc10057f5f8bb947068bc40afff8d3d3729052/examples/2d/cifar_resnet_torch.py#L123
Is it supposed to be faster than loading from disk or something? | closed | 2020-06-14T18:49:18Z | 2020-07-07T21:57:49Z | https://github.com/kymatio/kymatio/issues/615 | [] | gexarcha | 2 |
microsoft/nni | deep-learning | 5,741 | Comparison exception: The values for attribute 'shape' do not match: torch.Size([]) != torch.Size([1, 8400]). | 使用nni对yolov8进行剪枝,报了如下错误
Comparison exception: The values for attribute 'shape' do not match: torch.Size([]) != torch.Size([1, 8400]). | open | 2024-02-01T12:37:04Z | 2024-02-01T12:37:04Z | https://github.com/microsoft/nni/issues/5741 | [] | Gooddz1 | 0 |
youfou/wxpy | api | 368 | 能否做到自动导入手机联系人好友呢? | 就是我手机通讯录中的好友,能否通过这个机器人自动添加呢? | open | 2019-02-16T06:02:32Z | 2019-03-19T06:51:10Z | https://github.com/youfou/wxpy/issues/368 | [] | wyb1995 | 1 |
OFA-Sys/Chinese-CLIP | computer-vision | 285 | AttributeError: 'Namespace' object has no attribute 'use_flash_attention' | ```
运行脚本时出现以下错误,求好心人帮忙看下如何解决
(lxl) amax@amax:~$ bash sdb1/lxl2/Chinese-CLIP-master/run_scripts/B_finetune_vit-b-16_rbt-base.sh
/home/amax/.conda/envs/lxl/lib/python3.9/site-packages/torch/cuda/__init__.py:546: UserWarning: Can't initialize NVML
warnings.warn("Can't initialize NVML")
Loading vision model config... | open | 2024-04-08T12:59:38Z | 2024-05-22T10:52:45Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/285 | [] | iWangTing | 1 |
holoviz/colorcet | matplotlib | 9 | Many colormaps not working with matplotlib | I tried many colormaps with matplotlib.pyplot, but most of them give similar errors. Here is an example for a grey colormap.
```
import colorcet as cc
import matplotlib.pyplot as plt
# Neither of the following work
plt.set_cmap(cc.m_linear_grey_0_100_c0)
plt.set_cmap("cet_linear_grey_0_100_c0")
plt.set_cmap(... | closed | 2018-01-18T10:49:01Z | 2019-02-14T16:50:53Z | https://github.com/holoviz/colorcet/issues/9 | [] | andreaskoelsch | 1 |
DistrictDataLabs/yellowbrick | matplotlib | 1,277 | Upgrade dependency to newer numpy | Hi, team.
I got this error below from pip. Can you upgrade the numpy dependency to newer version.
Thanks for considering my request.
```
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
y... | closed | 2022-08-19T04:04:37Z | 2022-08-21T13:47:38Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1277 | [] | yht | 1 |
stas00/ml-engineering | pytorch | 71 | Performance Profiling | @stas00
Wondering if you have any tips & tricks for working with performance profiling tools such as `nsys`? Or recommendations for systematically optimizing model architecture and single / multi-node training workflows? | closed | 2024-09-30T22:07:11Z | 2024-10-07T23:53:22Z | https://github.com/stas00/ml-engineering/issues/71 | [] | jeromeku | 2 |
davidsandberg/facenet | tensorflow | 1,244 | Unable to use .pb in tensorflow's java api | I'm trying to use this pre-trained model in Java. I'm using Intellij Idea and I've added library dependency of TensorFlow and Added OpenCV via project structure.
`libraryDependency += "org.tensorflow" % "tensorflow" % "1.15.0"`
I've downloaded the VGGFace2 pre-trained model, and trying to use its .pb file and fin... | open | 2023-12-01T06:28:13Z | 2023-12-01T06:28:13Z | https://github.com/davidsandberg/facenet/issues/1244 | [] | zaryabRiasat | 0 |
microsoft/JARVIS | deep-learning | 243 | Confused with the idea that make downloads as an indicator to reflect how the candidate models suit the issue. | **"To some extent, we think the downloads can reflect the popularity and quality of the model."**. This is what I extract from your published paper. I wonder if it's precise enough to say that the downloads can reflect the popularity and quality of the model? Or you're unable to find a more convincing and precise way t... | open | 2024-11-02T08:39:53Z | 2024-11-02T08:39:53Z | https://github.com/microsoft/JARVIS/issues/243 | [] | Pied-Piper1 | 0 |
mckinsey/vizro | data-visualization | 541 | Mobile version layout bugs | ### Description
Here's some configurations where layout is not working as expected:
1. Table in one container, graph in second
<img width="294" alt="image" src="https://github.com/mckinsey/vizro/assets/35569332/f4a6c52f-72d0-4392-b678-340486a39cf5">
2. Table in one container, graph in second in horizontal orien... | open | 2024-06-21T13:06:28Z | 2024-06-27T08:28:34Z | https://github.com/mckinsey/vizro/issues/541 | [
"Bug Report :bug:"
] | l0uden | 0 |
ydataai/ydata-profiling | jupyter | 1,419 | DeprecationWarning: 'imghdr' is deprecated and slated for removal | ### Current Behaviour
The imghdr module is deprecated in Python 3.11 by [PEP 594](https://peps.python.org/pep-0594/#imghdr) and is slated for removal in Python 3.13.
Ydata-profiling always imports it.
FYI, the streamlit folks recently addressed the identical environment regression: https://github.com/streamlit/str... | open | 2023-08-09T18:30:03Z | 2023-10-21T19:51:04Z | https://github.com/ydataai/ydata-profiling/issues/1419 | [
"code quality 📈",
"getting started ☝",
"dependencies 🔗",
"Hacktoberfest :fireworks:"
] | jhanley634 | 1 |
zappa/Zappa | flask | 660 | [Migrated] [Feature] add dependency monitoring to repo | Originally from: https://github.com/Miserlou/Zappa/issues/1678 by [cl1ent](https://github.com/cl1ent)
Hi,
i don't have an issue (yet) but see lots of open PRs for dependencies created by doppins.
I would suggest adding the repo to a dependency monitoring service such as [requires.io](https://requires.io) that give... | closed | 2021-02-20T12:32:34Z | 2024-04-13T17:36:40Z | https://github.com/zappa/Zappa/issues/660 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
stanfordnlp/stanza | nlp | 492 | Low performance in many-cores systems | **Describe the bug**
When Stanza run from docker container at the server with more then ~20 cores - performance of the pipeline falling dramatically.
**To Reproduce**
1) Get machine with big count of CPU;
2) Build and run docker contaier with Stanza;
3) Run Stanza pipeline with language lv, processors='tokenize,... | open | 2020-10-21T09:08:07Z | 2020-10-26T17:30:19Z | https://github.com/stanfordnlp/stanza/issues/492 | [
"bug"
] | StarTessar | 1 |
graphql-python/gql | graphql | 29 | Any example code? | closed | 2018-04-15T21:47:39Z | 2020-03-11T11:07:45Z | https://github.com/graphql-python/gql/issues/29 | [] | vivek14632 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.