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
deeppavlov/DeepPavlov
nlp
784
Add __repr__() method for Chainer class
closed
2019-03-29T14:05:34Z
2019-05-02T19:04:17Z
https://github.com/deeppavlov/DeepPavlov/issues/784
[]
yoptar
1
unit8co/darts
data-science
2,113
QUESTION: How best to include COVID in models
Hi I am looking at including the covid lockdowns to help improve my forcasts. I was just going to include them as a binary covarient feature. However I don't know if encoders would be better suited, or maybe a custom holiday? Thanks
closed
2023-12-08T15:59:42Z
2024-04-17T07:00:42Z
https://github.com/unit8co/darts/issues/2113
[ "question" ]
AndrewJGroves
1
mwaskom/seaborn
matplotlib
3,457
Deprecation warnings when seaborn is used with Pandas 2.1.0
Pandas 2.1.0 has [deprecated](https://pandas.pydata.org/docs/whatsnew/v2.1.0.html#other-deprecations) a number of functions, and this results in `FutureWarning`s when Seaborn is used. For example: ```py import seaborn as sns tips = sns.load_dataset("tips") sns.relplot(data=tips, x="total_bill", y="tip") sns...
closed
2023-08-31T14:44:49Z
2023-08-31T14:58:26Z
https://github.com/mwaskom/seaborn/issues/3457
[]
wch
1
ijl/orjson
numpy
69
Ignore null serialize
Hello, i tried serialize dataclass, how to ignore null ? `@dataclass class CDCObject: schema_ver: str def default(obj): print(type(obj)) if isinstance(obj, int): print(123) return str(obj) raise TypeError obj = CDCObject(None) result = orjson.dumps(obj, default=defau...
closed
2020-04-01T08:01:56Z
2020-04-01T17:31:55Z
https://github.com/ijl/orjson/issues/69
[]
ihatiko
1
lexiforest/curl_cffi
web-scraping
139
当post的data过长时 data超出部分会消失
版本0.5.9 请求data长度为5000左右 然后fd抓包只会收到4900左右 超出部分会自动被截断,使用原生requests post发送则是正常发出 我用'1111'伪造5000+长度也尝试过了 一样收到的不全
closed
2023-10-07T22:27:12Z
2023-10-08T08:07:00Z
https://github.com/lexiforest/curl_cffi/issues/139
[]
Kise1223
2
HumanSignal/labelImg
deep-learning
321
labelImg crashes at launch when installed as an app on macOS
Hello I tried to follow the instructions in the [README.rst](https://github.com/tzutalin/labelImg/blob/master/README.rst) to install labelImg as an app on macOS but I have the following error message "_labelImg has encountered a fatal error, and will now terminate._" when I am trying to launch it once I successfully co...
open
2018-07-01T12:06:32Z
2019-05-02T04:23:41Z
https://github.com/HumanSignal/labelImg/issues/321
[]
LucasVandroux
4
jina-ai/serve
fastapi
5,252
Wallet Address
0x626fA38bA7B1f5a646b1349b70aF6DA814d5C598
closed
2022-10-07T01:24:31Z
2022-10-07T03:00:43Z
https://github.com/jina-ai/serve/issues/5252
[]
urica12
0
ageitgey/face_recognition
machine-learning
894
Dlib build error during face recognition installation
* face_recognition version: * Python version: 3.5 * Operating System: ubuntu 16.04 ### Description I wastrying to install facerecognition module but building the dlib wheel file throws the following exception. I have previously installed dlib and face-recognition the same way in the same system. ### What I D...
open
2019-07-30T10:59:17Z
2024-08-08T16:34:58Z
https://github.com/ageitgey/face_recognition/issues/894
[]
curious1me
18
aleju/imgaug
machine-learning
802
Change saturation of yellow tone
Hello, I'm looking for a way to change the strength of the yellow tones in the image. My first thought was to change the temperature of the image with `ChangeColorTemperature()`m however that throws a known error ([Issue #720 ](https://github.com/aleju/imgaug/issues/720)) . My next idea was to change the image ...
open
2021-12-01T16:09:05Z
2021-12-01T16:09:05Z
https://github.com/aleju/imgaug/issues/802
[]
MariaKalt
0
vanna-ai/vanna
data-visualization
320
The message is too long and exceeds the maximum number of tokens
This model's maximum context length is 16385 tokens. However, your messages resulted in 26620 tokens. Please reduce the length of the messages.
closed
2024-03-28T09:31:26Z
2024-03-28T09:36:42Z
https://github.com/vanna-ai/vanna/issues/320
[ "bug" ]
strawberrymmmm
0
pytorch/pytorch
python
149,786
CudaGraphs Failing on Blackwell
# Summary Run repro: ```py import torch def func(a): return torch.softmax(a, dim=-1, dtype=torch.float32) a = torch.randn(4, 16, dtype=torch.float16, device="cuda") g = torch.cuda.CUDAGraph() torch.cuda.synchronize() with torch.cuda.graph(g): out = func(a) torch.cuda.synchronize() g.replay() torch.cuda....
open
2025-03-22T00:33:04Z
2025-03-24T17:35:36Z
https://github.com/pytorch/pytorch/issues/149786
[ "module: cuda", "triaged", "module: cuda graphs", "Blackwell" ]
drisspg
1
miguelgrinberg/flasky
flask
170
sqlite3.OperationalError: (5a)
hope for help ~~!! I'm new to flask First , I checkout 5a ``` git checkout 5a ``` then, I run `hello.py` ``` python hello.py ``` and I got this error ``` (venv) [root@HarryPotter flasky]# python hello.py /root/pythonapp/Flask_Web_Development/flasky/venv/lib/python2.7/site-packages/sqlalchemy/engine/default.py:3...
closed
2016-08-03T14:07:49Z
2018-03-10T16:35:55Z
https://github.com/miguelgrinberg/flasky/issues/170
[ "question" ]
363549406
6
robotframework/robotframework
automation
4,544
[BUG] Invalid parsing of reused variables in ***VARIABLES*** section
## 1. VERSION INFORMATION - Robot Framework 5.0.1 - Python 3.9.10 - macOS 10.15 ## 2. STEPS I'd like to reuse variables to create new ones. When I try to load it into ROBOT model, cannot parse `${var2}` - check traceback below. I can create a workaround, check variables store items with regex `r"(\$\{....
closed
2022-11-23T15:40:33Z
2023-12-20T01:15:15Z
https://github.com/robotframework/robotframework/issues/4544
[]
mkaskow
6
freqtrade/freqtrade
python
10,924
Regarding the time difference between robot data and residential area
<!-- Have you searched for similar issues before posting it? Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there Please do not use the question template to report bugs or to request new features. --> ## Describe your environm...
closed
2024-11-12T20:19:25Z
2024-11-13T05:43:32Z
https://github.com/freqtrade/freqtrade/issues/10924
[ "Question" ]
Sadcatcat
5
Yorko/mlcourse.ai
seaborn
649
can you help find email for Измайлов Константин
I see Измайлов Константин Константинович (@Izmajlovkonstantin) can you help find email for Измайлов Константин I try to get him , ask code for https://sphere.mail.ru/curriculum/program/discipline/818/ especially for video https://www.youtube.com/watch?v=fit-ZAWexZ0&list=PLrCZzMib1e9p6lpNv-yt6uvHGyBxQncEh&inde...
closed
2020-01-30T21:33:58Z
2020-01-30T23:28:54Z
https://github.com/Yorko/mlcourse.ai/issues/649
[ "invalid" ]
Sandy4321
1
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,429
[Bug]: Long freezes at the end of hi-rez fix
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
closed
2024-08-27T10:20:35Z
2024-08-27T12:18:42Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16429
[ "bug-report" ]
Astarot11
0
mwouts/itables
jupyter
70
Offline mode
At the moment itables does not have an [offline mode](https://github.com/mwouts/itables/issues/8). While the table data is embedded in the notebook, the jquery and datatables.net are loaded from a CDN, see [require.config](https://github.com/mwouts/itables/blob/main/itables/javascript/load_datatables_connected.js) and ...
closed
2022-04-09T17:29:45Z
2022-06-23T23:01:37Z
https://github.com/mwouts/itables/issues/70
[]
BBassi
52
pytest-dev/pytest-html
pytest
809
pytest-html 4.x.x incompatible with pytest-metadata 3.1.1 ?
Hello, I was recently still using pytest 7.3.1 and upgraded pytest-html from 3.2.0 to 4.1.1. Without changing anything else, it failed to generate the report with the following error: ``` INTERNALERROR> File "C:\FSBMS\tools\main\environment\python\Python310\lib\site-packages\pytest_html\basereport.py", line 2...
closed
2024-04-21T09:21:55Z
2024-04-24T17:53:47Z
https://github.com/pytest-dev/pytest-html/issues/809
[]
supermete
4
Avaiga/taipy
automation
2,393
Fix: Decoupled timer_start from Gui to avoid circular dependencies
### Description This PR refactors timer_start to accept callbacks instead of directly interacting with Taipy's GUI, resolving circular dependency issues. It also includes tests and documentation updates. ### Acceptance Criteria - [ ] Any new code is covered by a unit tested. - [ ] Check code coverage is at least ...
closed
2025-01-11T14:26:08Z
2025-01-13T17:25:16Z
https://github.com/Avaiga/taipy/issues/2393
[ "📈 Improvement" ]
The1W2c
0
mwaskom/seaborn
data-science
3,191
Only the upper limit is plotted when `so.Bar` handles log-transformed axes
I find that when setting the y-axis to log-transformed coordinates, it seems that only the upper limit is plotted. ``` ( so.Plot(x=[1,2,3], y=[10, 100, 1000]) .add(so.Bar()) ) # original ``` ![image](https://user-images.githubusercontent.com/55271666/208355639-09c7e6fb-1d02-401f-b737-9e61e76d3b68.png) `...
closed
2022-12-19T05:44:02Z
2022-12-19T05:48:31Z
https://github.com/mwaskom/seaborn/issues/3191
[]
liuzj039
1
home-assistant/core
python
141,186
Tado integration loading error
### The problem Hello, since yesterday, I have this message "Error during Tado setup: Login failed for unknown reason with status code 403" ! I tried to reload the integration => same thing ! My credentials (login/password) are working. Thanks ### What version of Home Assistant Core has the issue? 2025.3.4 ### W...
closed
2025-03-23T10:06:06Z
2025-03-23T10:33:39Z
https://github.com/home-assistant/core/issues/141186
[ "integration: tado" ]
cseb17
2
pytest-dev/pytest-cov
pytest
191
`slaveoutput` and `slaveinput` are now called `workeroutput` and `workerinput` in pytest-xdist
In the latest version of pytest-xdist (1.22.1), the "master/slave" terminology has been replaced by "master/worker" (https://github.com/pytest-dev/pytest-xdist/pull/268). I noticed the issue because I kept getting the following warning: > The following slaves failed to return coverage data, ensure that pytest-cov i...
closed
2018-02-26T12:06:56Z
2018-02-26T21:52:22Z
https://github.com/pytest-dev/pytest-cov/issues/191
[ "question" ]
martinmaillard
6
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
706
问了个很蠢的问题
EvalCOCOMetric(data_loader.dataset.coco, "keypoints", ["key_results.json"](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/blob/master/pytorch_keypoint/HRNet/train_utils/train_eval_utils.py#:~:text=keypoints%22%2C%20%22-,key_results.json,-%22))) 请教一下,这个key_results.json是在哪里生成的,谢谢。
closed
2022-12-08T17:13:03Z
2022-12-11T11:58:08Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/706
[]
cilinyan
1
pytest-dev/pytest-django
pytest
884
django_db_block access wrong database bug
when i tried this command ``` pytest -s --import-mode=importlib ``` it works fine. but when i tried this ``` pytest -s --import-mode=importlib app/tests/test_filename.py ``` first time was a general fail output but after that i got this error: ``` ====================================================================...
open
2020-10-16T09:03:13Z
2022-03-25T17:14:52Z
https://github.com/pytest-dev/pytest-django/issues/884
[]
lieric7766
2
mljar/mercury
jupyter
117
propagate widgets values if there is historical task on notebook open
closed
2022-06-30T14:38:08Z
2022-07-01T11:05:04Z
https://github.com/mljar/mercury/issues/117
[ "enhancement" ]
pplonski
1
pytorch/pytorch
deep-learning
149,735
DISABLED test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_int64 (__main__.TestForeachCUDA)
Platforms: linux, slow This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_int64&suite=TestForeachCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/...
open
2025-03-21T15:42:06Z
2025-03-21T15:42:10Z
https://github.com/pytorch/pytorch/issues/149735
[ "triaged", "module: flaky-tests", "skipped", "module: mta" ]
pytorch-bot[bot]
1
chiphuyen/stanford-tensorflow-tutorials
nlp
9
can you also upload processed/vocab_1000.tsv ?
I notice this file is missing? thanks
closed
2017-03-19T01:27:58Z
2017-03-22T23:54:32Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/9
[]
shaoweipng
3
coqui-ai/TTS
deep-learning
3,742
[Bug] xtts_v2, AttributeError: 'TTS' object has no attribute 'speakers'
### Describe the bug If I run tts.speakers after loading xtts_v2, it throws an error: 'TTS' object has no attribute 'speakers'. ### To Reproduce import torch from TTS.api import TTS device = "cuda" if torch.cuda.is_available() else "cpu" model = "tts_models/multilingual/multi-dataset/xtts_v2" tts = TTS(model).to...
closed
2024-05-16T13:45:01Z
2024-07-29T09:59:50Z
https://github.com/coqui-ai/TTS/issues/3742
[ "bug" ]
chigkim
8
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,412
[Bug]: RuntimeWarning: Invalid Value encountered in cast x_sample = x_sample.astype(np.uint8)
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [X] The issue has not been reported before...
open
2024-03-30T14:04:38Z
2025-02-24T22:33:15Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15412
[ "bug-report" ]
DzoniTS
4
geex-arts/django-jet
django
19
No date is selected when clicking on today in date widget
Hi, when clicking on "today", on date widget, no date is selected: ![image](https://cloud.githubusercontent.com/assets/8830610/10895144/77be8aea-81aa-11e5-9441-280e3b5bef06.png)
closed
2015-11-02T21:41:43Z
2015-11-07T09:52:21Z
https://github.com/geex-arts/django-jet/issues/19
[]
carlosfvieira
2
sigmavirus24/github3.py
rest-api
329
Repo.stargazers_count always returning 0
As far as I can tell the bug exists on 0.9.3 and 1.0.0a1 ``` python gh = github3.login("jamiis", "notrealpwd") repos = gh.all_repositories() for r in repos: print r.stargazers_count ``` r.stargazers_count is always 0
closed
2014-12-21T10:39:56Z
2014-12-21T15:59:22Z
https://github.com/sigmavirus24/github3.py/issues/329
[]
jamiis
1
modAL-python/modAL
scikit-learn
35
Question : Did ActiveLearner support a trained RandomForestClassifier ?
Hello, I initialize my active learner with a saved trained randomforest classifier (loaded with pickle) with its training samples as you can see in the code below. Did this impact the performances of the Active learner ? The results i obtained are very bad and i get better results with a random selection with th...
closed
2019-02-14T08:36:28Z
2019-03-12T06:21:26Z
https://github.com/modAL-python/modAL/issues/35
[]
YousraH
1
ionelmc/pytest-benchmark
pytest
259
Add an option to store profiling information
In some cases I'd like to investigate the profiling information after the benchmark, maybe with [snakeviz](https://jiffyclub.github.io/snakeviz/). I suggest adding `--benchmark-cprofile-save=FILE` that will save the cProfile information (pstats) to `FILE`. If this flag is specific, it implies that `---benchmark-c...
open
2024-05-22T17:51:34Z
2024-05-22T17:51:34Z
https://github.com/ionelmc/pytest-benchmark/issues/259
[]
tebeka
0
deepset-ai/haystack
pytorch
8,929
Remove explicit mention of Haystack "2.x" in tutorials
closed
2025-02-25T10:56:05Z
2025-03-11T10:01:31Z
https://github.com/deepset-ai/haystack/issues/8929
[ "P1" ]
julian-risch
0
keras-team/keras
machine-learning
20,061
Support advanced ND scatter/reduce operations
## Proposal Support operations that scatter updates into a tensor with the following requirements: - Support a reduction with overlapping values (e.g. min, max, sum) - Supports default value `tensor` to also consider in the reduction - Supports ND updates & indices Essentially, support tensorflow's `tensor_scatt...
open
2024-07-29T15:45:06Z
2024-08-01T17:09:49Z
https://github.com/keras-team/keras/issues/20061
[ "type:feature" ]
aboubezari
2
PaddlePaddle/PaddleHub
nlp
1,724
PaddleHub迁移学习eval日志输出不正常,如下图所示。
PaddleHub迁移学习eval日志输出不正常,如下图所示。 ![](https://ai.bdstatic.com/file/5C70661F19014F58B7385C9F1D89225C) paddlefsl 1.0.0 paddlehub 2.0.4 paddlenlp 2.1.1 paddlepaddle-gpu 2.2.0.post101 tb-paddle 0.3.6
open
2021-12-09T01:57:29Z
2021-12-09T07:50:36Z
https://github.com/PaddlePaddle/PaddleHub/issues/1724
[]
livingbody
2
strawberry-graphql/strawberry
django
2,992
Strawberry must provide server side ping messages
<!-- Provide a general summary of the bug in the title above. --> Server side ping messages are necessary to keep the websocket connection open on all types of platforms. The particular platform I'm working with is react-native on Android <!--- This template is entirely optional and can be removed, but is here to ...
open
2023-07-30T09:20:59Z
2025-03-20T15:56:19Z
https://github.com/strawberry-graphql/strawberry/issues/2992
[ "bug" ]
XChikuX
6
remsky/Kokoro-FastAPI
fastapi
224
TTS output is skipping some input text
**Describe the bug** Converting following text using this tool skips `group)—and` text altogether. `high level of security with only a small group)—and at the same time, we realized that` Here is the audio generated using the docker image [kokoro-fastapi.zip](https://github.com/user-attachments/files/19115490/kokor...
closed
2025-03-06T21:33:03Z
2025-03-24T05:57:22Z
https://github.com/remsky/Kokoro-FastAPI/issues/224
[]
thekalinga
8
fastapi-users/fastapi-users
asyncio
563
Cannot access /docs because of "TypeError: Object of type 'Depends' is not JSON serializable"
## Describe the bug When following the steps in [Dependency callables](https://frankie567.github.io/fastapi-users/usage/dependency-callables/#dependency-callables) from the website to [get the current active superuser](https://frankie567.github.io/fastapi-users/usage/dependency-callables/#get-the-current-active-supe...
closed
2021-03-23T15:58:05Z
2021-03-23T16:36:32Z
https://github.com/fastapi-users/fastapi-users/issues/563
[ "bug" ]
alexferrari88
2
MaartenGr/BERTopic
nlp
2,009
Compare LDA, NMF, LSA with BERTopic (w/ embedding: all-MiniLM-L6-v2 + dim_red: UMAP + cluster: HDBSCAN)
Hi @MaartenGr , Given a dataset of texts, we want to extract topics using LDA, NMF, LSA and BERTopic (w/ embedding: all-MiniLM-L6-v2 + dim_red: UMAP + cluster: HDBSCAN). In order to select the best algorithm for this dataset, there was an intuition that a mathematical combination of an applicable topic coherence ...
open
2024-05-23T22:15:40Z
2024-05-24T15:34:58Z
https://github.com/MaartenGr/BERTopic/issues/2009
[]
abis330
1
plotly/dash
plotly
2,736
[Feature Request] Python 3.12 support
**Is your feature request related to a problem? Please describe.** Currently CI only tests on 3.9 and 3. **Describe the solution you'd like** I'd like to see ci run against 3.8 and 3.12 **Describe alternatives you've considered** n/a **Additional context** n/a
closed
2024-01-31T11:39:12Z
2024-07-23T23:10:44Z
https://github.com/plotly/dash/issues/2736
[]
graingert-coef
2
geopandas/geopandas
pandas
2,884
gpd.read_file(gpd.datasets.get_path('naturalearth_lowres')) throws error: Symbol not found: (_ZSTD_compressBound)
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/0...
closed
2023-04-28T16:57:21Z
2023-04-28T20:14:09Z
https://github.com/geopandas/geopandas/issues/2884
[ "needs triage" ]
jolespin
1
sinaptik-ai/pandas-ai
data-visualization
1,689
Based on this project, I developed a visualization interface that focuses on Excel
At present, the targeted users are Chinese people because there are free interfaces available for use. https://github.com/via007/pandas-ai-excel Online Experience: https://huggingface.co/spaces/viaho/pandas-ai-excel
closed
2025-03-20T02:29:31Z
2025-03-20T07:52:07Z
https://github.com/sinaptik-ai/pandas-ai/issues/1689
[]
via007
1
open-mmlab/mmdetection
pytorch
12,307
how to update config 2.x to 3.x
I've looked at the docs and changed everything I can, but I'm still getting the error ``` /home/ps/mambaforge/envs/mesh-fitter/lib/python3.10/site-packages/mmengine/optim/optimizer/zero_optimizer.py:11: DeprecationWarning: `TorchScript` support for functional optimizers is deprecated and will be removed in a future PyT...
open
2025-02-12T11:50:45Z
2025-02-13T03:26:54Z
https://github.com/open-mmlab/mmdetection/issues/12307
[]
vipcxj
2
pandas-dev/pandas
data-science
60,581
BUG: pandas.api.types.is_datetime64_any_dtype returns True for 'M' str
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
closed
2024-12-16T14:58:52Z
2024-12-16T22:24:24Z
https://github.com/pandas-dev/pandas/issues/60581
[ "Bug", "Datetime", "Closing Candidate" ]
ScottWilliamAnderson
3
Lightning-AI/pytorch-lightning
machine-learning
20,459
ModelCheckpointCallback is triggered by mistake after every validation stage when mannual optimization
### Bug description I set the every_n_epochs param of ModelCheckpoint to 1 and val_check_interval of trainer to 200. The total iter of a batch is 1000. It should not save checkpoint files after the val_check. But it does. ![image](https://github.com/user-attachments/assets/3a99e6b7-3992-47d8-bcd5-036447025388) ###...
open
2024-11-29T03:39:34Z
2025-01-03T07:21:14Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20459
[ "working as intended", "design" ]
silverbulletmdc
5
microsoft/nlp-recipes
nlp
60
Investigate ML Flow
We have integration with MLFlow to the AzureML Experimentation services so it would be good to investigate if we can use it throughout the repo and then show how to integrate with azureml https://mlflow.org/
closed
2019-05-14T15:15:47Z
2019-08-13T15:13:16Z
https://github.com/microsoft/nlp-recipes/issues/60
[ "investigate" ]
heatherbshapiro
5
wagtail/wagtail
django
12,890
Display total count in model index views
### Is your proposal related to a problem? Since we're now implementing most data views in Wagtail (also due to the flexible `ModelViewSet`/`SnippetViewSet` 👍 ), it would be nice, to have the total count of items somewhere on the screen. Currently, you only see the number of found items if you've filtered/searched so...
open
2025-02-18T10:23:56Z
2025-02-26T21:54:50Z
https://github.com/wagtail/wagtail/issues/12890
[ "type:Enhancement" ]
th3hamm0r
2
deepset-ai/haystack
machine-learning
8,481
Add support for Chinese language
**Is your feature request related to a problem? Please describe.** https://github.com/deepset-ai/haystack/discussions/4585
closed
2024-10-22T17:02:52Z
2024-12-08T02:10:34Z
https://github.com/deepset-ai/haystack/issues/8481
[ "stale", "community-triage" ]
aonoa
1
scikit-image/scikit-image
computer-vision
7,708
Add OOF for 3D Vessel Segmentation
### Description: Dear Maintainers, Optimally Oriented Flux (OOF) is a powerful 3D vessel segmentation, which shows better vesselness than the classic Frangi method, and adding it would greatly benefit the users in medical image processing. The official MATLAB code is: [OOF MATLAB code](https://www.mathworks.com/matl...
open
2025-02-21T04:54:05Z
2025-02-21T04:54:05Z
https://github.com/scikit-image/scikit-image/issues/7708
[ ":pray: Feature request" ]
Spritea
0
Nekmo/amazon-dash
dash
84
High CPU usage on Raspberry Pi
Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) ### What is the purpose of your *issue*? - [x] Bug report (encountered problems with amazon-dash) - [ ] Feature request (request for a new functionality) - [ ] Question - [ ] Other ### Guideline for bug reports You can delete this ...
closed
2018-09-03T22:33:57Z
2018-12-02T12:57:41Z
https://github.com/Nekmo/amazon-dash/issues/84
[]
saurabhsharma001
3
lux-org/lux
jupyter
408
[BUG] Lux showing only max 10 values on x-axis. How to increase it?
Sorry, not sure if this is a bug, but I cannot find the information anywhere. When visualizing more than 10 values I get (" + X more ...") in the top right corner but I cannot "unroll it". Seems like Lux is limited to just 10 values on X-axis, how do it increase this limit?
closed
2021-08-16T14:39:41Z
2021-09-02T23:06:19Z
https://github.com/lux-org/lux/issues/408
[]
SnowRipple
1
ivy-llc/ivy
numpy
28,575
Fix Frontend Failing Test: tensorflow - creation.paddle.tril
To-do List: https://github.com/unifyai/ivy/issues/27499
closed
2024-03-13T00:18:59Z
2024-03-21T19:50:06Z
https://github.com/ivy-llc/ivy/issues/28575
[ "Sub Task" ]
ZJay07
0
charlesq34/pointnet
tensorflow
122
KeyError: "Unable to open object (object 'data' doesn't exist)"
Thanks for your awesome code share! I run the sem_seg code following readme step by step, but when I run`python train.py --log_dir log6 --test_area 6`, there is an error:`KeyError: "Unable to open object (object 'data' doesn't exist)"`, here is details: ``` Traceback (most recent call last): File "train.py",...
open
2018-07-26T06:52:43Z
2020-09-15T17:50:51Z
https://github.com/charlesq34/pointnet/issues/122
[]
qixuxiang
4
PeterL1n/RobustVideoMatting
computer-vision
160
Where is the mIoU evaluation code?
Where is the mIoU evaluation code? 我想知道分割的MeanIoU 评价代码在哪里啊,我在evaluation folder中没有找到
open
2022-04-14T07:59:53Z
2022-09-01T08:45:51Z
https://github.com/PeterL1n/RobustVideoMatting/issues/160
[]
Mamba-ZJP
1
liangliangyy/DjangoBlog
django
600
百度统计部分如何添加能否给一个说明,代码检查显示referrer被禁用?
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin...
closed
2022-08-21T17:09:58Z
2022-09-06T10:02:10Z
https://github.com/liangliangyy/DjangoBlog/issues/600
[]
zyan-repository
3
pykaldi/pykaldi
numpy
153
Error installing Protobuf
I'm trying to install Pykaldi from source. When installing Protobuf using "./install_protobuf.sh" I get the following error. Installing Protobuf C++ library... + autoreconf -f -i -Wall,no-obsolete configure.ac:30: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, p...
closed
2019-08-12T17:12:12Z
2019-08-12T19:00:32Z
https://github.com/pykaldi/pykaldi/issues/153
[]
jsullvan
1
electricitymaps/electricitymaps-contrib
data-visualization
7,250
Missing exchange configs between France, Jersey and Guernsey
There is a connection between France and Jersey but it is missing from the map (Normandie 1, 2 and 3). Jersey gets 96% of its electricity from France (https://www.jec.co.uk/about-us/our-vision/sustainability/protecting-the-environment). Guernsey has an interconnection from Jersey called GJ1 (https://www.electricity...
open
2024-09-30T21:22:50Z
2024-10-08T00:55:03Z
https://github.com/electricitymaps/electricitymaps-contrib/issues/7250
[ "exchange config" ]
AJDelusion
2
CorentinJ/Real-Time-Voice-Cloning
pytorch
420
New Audio Issue: Assertion Failed
This was working yesterday fine, and no big changes were made. However, today starting up the demo toolbox loaded: Assertion failed! Program: C:\Users\paul1\AppData\Local\Programs\Python\Python37\python.exe File: src/hostapi/wdmks/pa_win_wdmks.c, Line 1061 Expression: FALSE I have tried reinstalling visual...
closed
2020-07-11T22:04:58Z
2020-07-12T02:20:03Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/420
[]
kyukenmyo
3
coqui-ai/TTS
python
3,965
[Bug] Assertion srcIndex < srcSelectDimSize
### Describe the bug Assertion `srcIndex < srcSelectDimSize` failed. RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling cublasLtMatmul with transpose_mat1 0 transpose_mat2 0 m 4096 n 108 k 1024 mat1_ld 4096 mat2_ld 1024 result_ld 4096 abcType 0 computeType 68 scaleType 0 CUDA Error Details: Ru...
closed
2024-08-13T05:27:51Z
2025-01-03T08:49:02Z
https://github.com/coqui-ai/TTS/issues/3965
[ "bug", "wontfix" ]
davaavirtualplus
1
0b01001001/spectree
pydantic
301
Exclude routes from OpenAPI spec
By default, all routes that are defined in Starlette application are included in the OpenAPI schema. Is it possible to specifically exclude some of them? EDIT: Seems like overriding `bypass` method can do this, but it would be nice if `@spectree.validate()` allowed to mark method for exclusion from the OpenAPI schema.
closed
2023-04-19T18:47:39Z
2024-11-24T12:55:54Z
https://github.com/0b01001001/spectree/issues/301
[]
and3rson
1
akfamily/akshare
data-science
5,353
AKShare 接口问题报告 | AKShare Interface Issue Report
接口: 港股估值指标 接口: stock_hk_valuation_baidu 目标地址: https://gushitong.baidu.com/stock/hk-06969 描述: 百度股市通-港股-财务报表-估值数据 限量: 单次获取指定 symbol 的指定 indicator 的特定 period 的历史数据 stock_hk_valuation_baidu_df = ak.stock_hk_valuation_baidu(symbol="02358", indicator="总市值", period="近一年") 问题:给出的数据是港股流通市值,而不是总市值。 00921给...
closed
2024-11-21T03:19:30Z
2024-11-21T10:04:50Z
https://github.com/akfamily/akshare/issues/5353
[ "bug" ]
Thalesoflaf
1
napari/napari
numpy
7,591
[Labels] Consider a keybind for reporting total number of labels
## 🧰 Task A user asked me how to get the total number of objects labeled in a labels layer. I realized I once asked this on zulip. https://napari.zulipchat.com/#narrow/channel/212875-general/topic/.E2.9C.94.20number.20of.20labels `np.count_nonzero(np.unique(labels.data))` where `labels` is the Labels layer. It migh...
open
2025-02-10T15:11:06Z
2025-02-11T00:29:00Z
https://github.com/napari/napari/issues/7591
[ "task", "enhancement", "UI/UX" ]
psobolewskiPhD
1
comfyanonymous/ComfyUI
pytorch
6,750
I cant config or install the environment on my first installtion of ComfyUI 's model( the JanusPro)
### Your question Hi: Sorry to disturb your working. i have a question need your help. Please help me. I am a student newhere who try to learn the AI model. I am not familiar about python and environment management. but i am trying to understanding about them. This is my first time to install the ComfyUI's model - Ja...
closed
2025-02-08T18:34:20Z
2025-02-09T10:29:41Z
https://github.com/comfyanonymous/ComfyUI/issues/6750
[ "User Support" ]
FrankElson
3
matterport/Mask_RCNN
tensorflow
2,936
ModuleNotFoundError: No module named 'keras.engine.base_layer_v1'
I had Mask_RCNN working and installed but my GPU was not being detected so I tried to use the newest version of tf for a new environment running python 3.8: ``` pip install tensorflow scikit-image matplotlib pip install imgaug pip install numpy ``` And then, following some instructions from an implementation ...
closed
2023-03-14T22:40:32Z
2023-08-18T03:17:15Z
https://github.com/matterport/Mask_RCNN/issues/2936
[]
domattioli
1
labmlai/annotated_deep_learning_paper_implementations
deep-learning
112
fixing typo (theta -> \theta)
https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/d36a5bceb0ef6fb2ee391670e7eaac54c288d5c2/labml_nn/diffusion/ddpm/__init__.py#L129 ```suggestion where $\epsilon_\theta$ is a learned function that predicts $\epsilon$ given $(x_t, t)$. ```
closed
2022-03-20T07:03:45Z
2022-04-10T08:15:24Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/112
[]
tkgw
1
raphaelvallat/pingouin
pandas
206
BUGFIX v0.5.0 - Handling of missing values in repeated measurements
:bangbang: | This issue explains a critical bug that will be fixed in Pingouin v0.5.0. Please read carefully, and make sure to double check all your results with another statistical software. :---: | :--- ### One-way repeated measures ANOVA Let's create a repeated measures dataset, in three different formats: ...
closed
2021-10-23T17:39:39Z
2022-06-19T18:13:27Z
https://github.com/raphaelvallat/pingouin/issues/206
[ "bug :boom:", "IMPORTANT❗" ]
raphaelvallat
3
reloadware/reloadium
flask
94
Reloadium not working properly with Odoo - Ignoring configuration of Project Settings and not able to work with Form tool
## Describe the bug* I'm trying to use reloadium when executing Odoo, which might to some extent be similar to execute it with Django. When I try to run it, it's incredibly slow as it loads the whole Odoo plus my new module files ![image](https://user-images.githubusercontent.com/9987218/215431736-90371e85-2e6f-4e...
closed
2023-01-30T09:13:17Z
2023-04-30T01:09:28Z
https://github.com/reloadware/reloadium/issues/94
[ "bug" ]
BT-rmartin
2
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,108
Using part of the dataset
While downloading data from the source, how can I specify the number of data? Is there a way to train only some parts of the dataset? I am using pix2pix, night2day.
closed
2020-07-29T15:38:17Z
2020-07-29T20:02:41Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1108
[]
erdemarpaci
1
psf/requests
python
6,021
CVE-2021-33503: bump up urllib3 version
| Severity | High | | Identifier | CVE-2021-33503 | | URL | https://nvd.nist.gov/vuln/detail/CVE-2021-33503 | | Scanner | gemnasiu...
closed
2021-12-29T13:21:44Z
2022-03-29T14:06:03Z
https://github.com/psf/requests/issues/6021
[]
laurentdelosieresmano
1
howie6879/owllook
asyncio
82
如何调试源码
请问楼主是用什么IDE写的代码,怎么调试源码 我用的VSCODE,调试时候没有gunicorn的选项,求指导
closed
2020-03-17T06:47:42Z
2020-04-13T06:10:01Z
https://github.com/howie6879/owllook/issues/82
[]
jason163
3
ludwig-ai/ludwig
data-science
4,000
Error running inference on Llama3 model
When I run inference on a Llama3 model finetuned using Ludwig, I keep getting this error: ``` set_cols, feature, missing_value_strategy, computed_fill_value, backend) 1756 logger.warning( 1757 f"DROP_ROW missing value strategy applied. Dropped {len_before_dropped_rows - len_after_dropped...
open
2024-04-24T17:49:22Z
2024-10-21T18:55:16Z
https://github.com/ludwig-ai/ludwig/issues/4000
[ "bug", "llm" ]
vinven7
5
dynaconf/dynaconf
django
1,221
[RFC] support for specifying specific secret versions via the Vault API
Vault secrets can be accessed by the version. The current implementation brings the latest version of the secret. Sometimes, we would like to set a new for the secret (this leads to the "new version in Vault"), but we want the "production" system to continue to use the old value/version. The Vault versions can be d...
open
2025-01-09T10:41:55Z
2025-01-09T10:41:55Z
https://github.com/dynaconf/dynaconf/issues/1221
[ "Not a Bug", "RFC" ]
yukels
0
neuml/txtai
nlp
851
Add notebook that analyzes NeuML LinkedIn posts
Add notebook that analyzes NeuML LinkedIn posts with Graphs and Agents.
closed
2025-01-12T14:58:28Z
2025-01-12T14:59:37Z
https://github.com/neuml/txtai/issues/851
[]
davidmezzetti
0
Kludex/mangum
fastapi
101
Document an example project that uses WebSockets
Probably will use Serverless Framework for this in a separate repo. Not sure yet.
closed
2020-05-04T08:18:20Z
2020-06-28T01:52:35Z
https://github.com/Kludex/mangum/issues/101
[ "docs", "websockets" ]
jordaneremieff
1
gradio-app/gradio
deep-learning
10,727
Feature request: Better alignment of components on same row
- [ ] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** When components on the same row have descriptions of significantly different length the interactive parts of the components are not aligned as expected. An image speaks a thousand words...
open
2025-03-04T20:42:11Z
2025-03-04T20:59:50Z
https://github.com/gradio-app/gradio/issues/10727
[ "enhancement" ]
JackismyShephard
0
Sanster/IOPaint
pytorch
558
如何Debug代码?
哥你好,我最近成功在本地运行了Lama iopaint的代码,但是想通过Debug学会怎么调用这些插件代码,实现图像的特殊前后处理,以及自己模型的调用,但无论怎么修改参数都貌似没用。想问下应该如何Debug这些插件代码? 执行命令: `iopaint start --model=lama --device=cuda --port=8080`
closed
2024-08-13T06:26:31Z
2024-08-14T02:49:49Z
https://github.com/Sanster/IOPaint/issues/558
[]
xuyu666
0
cvat-ai/cvat
tensorflow
8,645
Support for Yolo tracking format
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request related to a problem? Please describe. To my knowledge, it is not possible to import/export tracks in the yolo ...
open
2024-11-05T12:49:25Z
2024-11-05T13:19:02Z
https://github.com/cvat-ai/cvat/issues/8645
[ "enhancement" ]
gboeer
0
PablocFonseca/streamlit-aggrid
streamlit
87
Usability of Custom CSS
Hi, First, thanks for putting all the effort in this awesome project! Recently I needed to inject custom CSS into AgGrid. I saw that there is a setting for this - nice! I figured out that I just need to write the CSS, and I would be done: `AgGrid(df, ..., custom_css=".some_class {some-property: 0 1 2 3;} .other_...
closed
2022-05-08T09:46:55Z
2024-04-04T17:53:20Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/87
[]
franekp
1
marshmallow-code/apispec
rest-api
797
Support with marshmallow.fields.Enum
[marshmallow.fields.Enum](https://marshmallow.readthedocs.io/en/stable/marshmallow.fields.html#marshmallow.fields.Enum) can be used now. Could apispec supports with it, Thanks!
closed
2022-09-27T06:24:02Z
2025-01-21T18:22:43Z
https://github.com/marshmallow-code/apispec/issues/797
[]
vba34520
1
ultralytics/yolov5
pytorch
12,489
Using LeakyReLU/ReLU break the model when exporting to tflite
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training, Export ### Bug If you use the leaky relu activation function (or a just a relu), specifying it in the .yaml, the training go...
closed
2023-12-10T12:01:01Z
2024-01-14T01:14:53Z
https://github.com/ultralytics/yolov5/issues/12489
[ "bug", "Stale" ]
Corallo
6
explosion/spaCy
data-science
13,595
Document good practices for caching spaCy models in CI setup
I use spaCy in a Jupyter book which currently downloads multiple spaCy models on every CI run, which wastes time and bandwidth. The best solution would be to download and cache the models once, and get them restored on subsequent CI runs. Are there any bits of documentation covering this concern somewhere? I coul...
open
2024-08-13T15:19:09Z
2024-08-13T15:19:09Z
https://github.com/explosion/spaCy/issues/13595
[]
ghisvail
0
jina-ai/serve
fastapi
5,343
make port argument support multiple ports
make port argument support multiple ports and adapt k8s yaml in order to create 1 service per port
closed
2022-11-02T11:18:57Z
2022-11-18T10:04:56Z
https://github.com/jina-ai/serve/issues/5343
[]
alaeddine-13
1
CorentinJ/Real-Time-Voice-Cloning
python
736
Issue running: python demo_toolbox.py
Hello, I have satisfied all of my requirements and when I try to run the command `python demo_toolbox.py` I get an output that looks something like this: `ModuleNotFoundError: No module named 'torch'` I believe this is saying I don't have PyTorch. However, I installed PyTorch a few months ago and have be...
closed
2021-04-14T06:41:44Z
2021-04-20T02:56:32Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/736
[]
alexp-12
2
litestar-org/polyfactory
pydantic
26
Implement an init
### What? Similar to other factory boy extensions, I'd expect to be able to simply construct the object and not have to call `.build`, like the basic usage example from the [factory boy docs](https://factoryboy.readthedocs.io/en/stable/introduction.html#basic-usage) ### Behavior I want ```python from pydantic...
closed
2022-02-08T22:09:01Z
2022-02-09T08:37:45Z
https://github.com/litestar-org/polyfactory/issues/26
[]
zschumacher
1
TencentARC/GFPGAN
pytorch
40
I can't use GFPGANv1.pth
I already use GFPGANCleanv1-NoCE-C2.pth and is working great. Please help me with this problem... Thanks. python inference_gfpgan.py --upscale 2 --model_path experiments/pretrained_models/GFPGANv1.pth --test_path inputs/whole_imgs --save_root results ``` inference_gfpgan.py:37: UserWarning: The unoptimized Real...
closed
2021-08-12T02:39:47Z
2021-08-13T12:09:17Z
https://github.com/TencentARC/GFPGAN/issues/40
[]
paconaranjo
2
man-group/arctic
pandas
340
initialize_library can't create a collection to persist data
#### Arctic Version 1.40.0 #### Arctic Store VERSION_STORE #### Platform and version python 3.6 and IDE is PyCharm 2016.3.2 #### Description of problem and/or code sample that reproduces the issue I follow the demo.py to create my project.When I run this project,it throw a error: `<class 'pymongo....
closed
2017-03-26T06:46:03Z
2017-06-01T18:48:23Z
https://github.com/man-group/arctic/issues/340
[]
bai343901438
5
mars-project/mars
numpy
2,682
[BUG] Optimization that compacts multiple filters into `eval` generates unexpected node in graph
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** Optimization that compacts multiple filters into eval generates unexpected node in graph. **To Reproduce** To help us reproducing this bu...
closed
2022-02-07T10:28:18Z
2022-02-09T02:04:49Z
https://github.com/mars-project/mars/issues/2682
[ "type: bug", "mod: dataframe", "task: medium" ]
qinxuye
0
TencentARC/GFPGAN
pytorch
441
could you offer the new train option file about v1.4? I have some questions about the degradation settings about new version...
open
2023-09-11T03:01:45Z
2023-09-13T03:55:39Z
https://github.com/TencentARC/GFPGAN/issues/441
[]
codinker
1
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
51
Expand docs clarifying the benefits of using `field_for()` rather than typical `fields.Str()`
I'm still trying to understand the benefits of using marshmallow-sqlalchemy above what marshmallow already gives me. The obvious one is auto-generation of fields, but for my schemas, most of the fields require additional arguments such as `dump_only` or `required`, so this doesn't add much for me. I checked the doc...
closed
2015-12-18T11:31:37Z
2020-02-09T21:21:40Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/51
[]
jeffwidman
2
django-import-export/django-import-export
django
1,096
Admin import action - TypeError: 'str' object is not callable
I have a fairly basic setup that appears to be failing on clicking the Import action from /admin. admin.py: ``` from django.contrib import admin from import_export import resources from import_export.admin import ImportMixin class MarketDataResource(resources.ModelResource): class Meta: model =...
closed
2020-03-10T12:33:27Z
2020-03-10T21:51:59Z
https://github.com/django-import-export/django-import-export/issues/1096
[]
aerospatiale
1
PeterL1n/RobustVideoMatting
computer-vision
137
请问此算法,对于动态的背景的处理效果如何,据我测试好像不太好,可以说明一下原因嘛,或者如何去改进呢
open
2022-01-26T10:09:11Z
2022-01-26T10:09:11Z
https://github.com/PeterL1n/RobustVideoMatting/issues/137
[]
PFC-star
0
KaiyangZhou/deep-person-reid
computer-vision
587
Dataset Used for Training
Hello, Can you provide the list of Datasets used during training? Datasets listed [here](https://github.com/KaiyangZhou/deep-person-reid?tab=readme-ov-file#datasets) were used?
open
2024-12-25T11:02:53Z
2024-12-25T11:02:53Z
https://github.com/KaiyangZhou/deep-person-reid/issues/587
[]
harshdhamecha
0
davidteather/TikTok-Api
api
1,116
cause of "EmptyResponseException: None -> TikTok returned an empty response" error
Does anyone know what the cause of the ultra-common "EmptyResponseException: None -> TikTok returned an empty response" error is? This article states that "TikTok's free APIs have usage restrictions. The commercial content API allows a maximum of 600 requests per day." Is the "EmptyResponseException: None -> Ti...
open
2024-02-15T22:43:37Z
2024-04-01T19:46:29Z
https://github.com/davidteather/TikTok-Api/issues/1116
[ "bug" ]
calvin-walters
4
marcomusy/vedo
numpy
154
vectorized/parallel version of IntersectWithLine for ray casting
Hi @marcomusy, I was checking on your example [here ](https://stackoverflow.com/a/57092022) and I was wondering whether it is possible to apply ray casting with multiple rays at once, without a `for` loop. For example if I have an origin point at `p1: [0,0,0]` and then multiple rays at different directions `pnts: [[0,0...
closed
2020-06-03T18:56:07Z
2020-06-06T00:07:06Z
https://github.com/marcomusy/vedo/issues/154
[]
ttsesm
10
hankcs/HanLP
nlp
699
word2vector准确率测试,貌似和C没有什么区别
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2017-11-29T06:38:13Z
2017-12-04T07:08:17Z
https://github.com/hankcs/HanLP/issues/699
[ "question" ]
tiandiweizun
2
bmoscon/cryptofeed
asyncio
623
How to get historical candles data for a time period?
Hello Thanks for your contribution to this project. Is it possible to get the historical 1m candles data from Binance for a given start and end time? I can see the references to BinanceRestMixin but not sure how they should be added to the feed, an example would be great.
closed
2021-09-06T22:00:20Z
2021-09-10T00:17:38Z
https://github.com/bmoscon/cryptofeed/issues/623
[ "question" ]
msounthar
2
vaexio/vaex
data-science
2,171
[BUG-REPORT] Joining filtered datasets throws an error
I'm attempting to combine the columns from two filtered one-row dataframes. For example: ```python import vaex df1 = vaex.from_arrays(numbers=['one', 'two', 'three']) df2 = vaex.from_arrays(letters=['aaa', 'bbb', 'ccc']) df1_filtered = df1[df1.numbers == 'two'] print('df1_filtered') print(df1_filtered) ...
closed
2022-08-14T14:50:26Z
2022-08-14T18:33:39Z
https://github.com/vaexio/vaex/issues/2171
[]
maxharlow
3
d2l-ai/d2l-en
computer-vision
2,253
Error in the section GoogleLeNet
When running the notebook using TensorFlow in google Colab, I encountered the following error ![image](https://user-images.githubusercontent.com/50707331/185252203-aa066d3b-e82d-46a8-97c3-e87ee027f1cf.png) It is in the section of GoogLeNet
closed
2022-08-17T22:09:40Z
2023-05-15T14:28:17Z
https://github.com/d2l-ai/d2l-en/issues/2253
[]
COD1995
3
JaidedAI/EasyOCR
deep-learning
632
display error and not related to the Pytorch version
``` >>> reader = easyocr.Reader(['en'],gpu=False) Using CPU. Note: This module is much faster with a GPU. >>> reader.readtext('~/data/000047287-rk.jpg') 段错误 ``` em....why ”段错误“ translation is segment error.may be?
closed
2022-01-01T13:40:23Z
2022-08-07T05:04:35Z
https://github.com/JaidedAI/EasyOCR/issues/632
[]
mrzhu666
0