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
OpenBB-finance/OpenBB
python
6,890
[🕹️] Starry-eyed Supporter
### What side quest or challenge are you solving? ### Completed Starry-eyed Supporter. Task as a Side quest ### Points 150 ### Description Completed the Starry-eyed Supporter challenge with the help of my friends. ### Provide proof that you've completed the task ![github2](https://github.com/user-attachments/ass...
closed
2024-10-27T08:36:50Z
2024-10-30T20:52:29Z
https://github.com/OpenBB-finance/OpenBB/issues/6890
[]
DanishAliUmar
2
widgetti/solara
jupyter
714
Bug: solara server hits Internal Server Error due to get_nbextensions logic
(Solara looks awesome; thank you for building it! I'm just trying it out for the first time.) Copying the example [ipywidgets code from the Solara docs](https://solara.dev/documentation/getting_started/tutorials/ipywidgets) and putting it into a `solara-ipywidgets-test.ipynb` file, then running the Solara server, it...
closed
2024-07-15T19:32:36Z
2024-07-30T14:23:53Z
https://github.com/widgetti/solara/issues/714
[]
sjdemartini
0
tortoise/tortoise-orm
asyncio
1,638
There is an entry for table "table", but it cannot be referenced from this part of the query
**Describe the bug** I have two models. They are related via `OneToOneField`. ```python class User(Model): class Meta: table = "users" id = fields.UUIDField(primary_key=True) internal_id = fields.IntField(unique=True) info: fields.ReverseRelation["UserInfo"] class UserInfo(Model):...
open
2024-06-03T11:49:47Z
2024-09-26T04:29:33Z
https://github.com/tortoise/tortoise-orm/issues/1638
[]
pavel-vorobyev
3
OpenInterpreter/open-interpreter
python
944
Help!!
### Describe the bug Every time i try to install, this is all i get.. ### Reproduce 1. Open CMD (admin) 2. pip install open-interpreter ### Expected behavior install open-interpreter with all dependencies and offer to run open-interpreter. ### Screenshots ![Untitled](https://github.com/KillianLucas/open-interp...
closed
2024-01-18T19:25:46Z
2024-01-21T18:20:54Z
https://github.com/OpenInterpreter/open-interpreter/issues/944
[ "Bug" ]
BluesKidd87
2
plotly/dash
dash
2,609
polars seems incompatible with long callbacks
**Describe your context** dash app with python 3.11.4 deployed on AWS EC2 instance ``` dash[diskcache] 2.11.1 polars 0.18.11 ``` **Describe the bug** When running long callbacks in dash with polars, they run infinitely & don't get collected - I imagine it's something to do with polars parallelism & multit...
open
2023-08-01T16:28:17Z
2024-08-13T19:36:12Z
https://github.com/plotly/dash/issues/2609
[ "bug", "P3" ]
liammcknight95
3
xinntao/Real-ESRGAN
pytorch
167
Colab is not working atm
Hello since a few hours, colab does not work. and I get this error. (it has always worked fine). Traceback (most recent call last): File "inference_realesrgan.py", line 7, in <module> from realesrgan import RealESRGANer File "/content/Real-ESRGAN/realesrgan/__init__.py", line 5, in <module> from .uti...
closed
2021-11-28T21:08:46Z
2021-11-29T00:12:33Z
https://github.com/xinntao/Real-ESRGAN/issues/167
[]
Dertrs
2
serengil/deepface
machine-learning
487
Command Line detectFace method output writes ... on big outputs
when i'm trying to call method like deepface detectFace -img_path ~/img1.jpeg i'm getting ... in response ``` [[[0. 0. 0. ] [0. 0. 0. ] [0. 0. 0. ] ... [0.7058824 0.70980394 0.70980394] [0. 0. 0. ] [0...
closed
2022-05-23T22:13:37Z
2022-05-24T06:38:54Z
https://github.com/serengil/deepface/issues/487
[ "question" ]
unloved
4
ymcui/Chinese-LLaMA-Alpaca-2
nlp
16
请问基于中文语料库进行训练微调时有对原本的词表进行扩展吗
closed
2023-07-31T02:06:45Z
2023-08-10T23:46:16Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/16
[ "stale" ]
QJShan
2
ray-project/ray
tensorflow
51,574
[CG, Core] Add Ascend NPU Support for RCCL and CG
### Description This RFC proposes to provide initial support for RCCL and CG on Ascend NPU. Original work by [@Bye-legumes](https://github.com/ray-project/ray/pull/47658) and [@hipudding](https://github.com/ray-project/ray/pull/51032). However, we need to decouple them into several PRs with minor modifications and s...
open
2025-03-21T02:09:40Z
2025-03-21T23:37:13Z
https://github.com/ray-project/ray/issues/51574
[ "enhancement", "core", "compiled-graphs" ]
Bye-legumes
0
aiortc/aiortc
asyncio
980
Maximum Framerate and Bitrate configuration
When using encoders such as H264 and MediaStreamTracks, the framerate is hard coded to be a maximum of 30FPS seen in h264.py The same with bitrate means there is a bottleneck when trying to do real time high quality streaming. This should be added as a configuration option to suggest a maximum framerate and bitrate fo...
closed
2023-11-06T16:02:58Z
2024-06-08T02:07:58Z
https://github.com/aiortc/aiortc/issues/980
[ "stale" ]
OOOllie
3
tableau/server-client-python
rest-api
1,101
[Type2] Allow Incremental Refresh type schedules to be added via `server.schedules.add_to_schedule`
## Summary For content with incremental refresh set up, allow for functionality to assign schedules as `Incremental Refresh`. ![image](https://user-images.githubusercontent.com/98729458/188754752-f8e65130-f50b-4b2e-810b-5692f4925b5c.png) ## Description Currently, there is no option to add incremental refresh type...
open
2022-09-06T23:07:51Z
2024-01-25T15:24:00Z
https://github.com/tableau/server-client-python/issues/1101
[ "Server-Side Enhancement", "in-progress" ]
eschranz
2
apache/airflow
python
47,832
[Beta3] Attempting to pass an @asset decorated function as an input to the next asset crashes the scheduler
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? 3.0.0b3 ### What happened? I was attempting to pass data between `@asset` decorated tasks with the following code: ```python from airflow.sdk.definitions.asset.decorators import ( asset, ) @asset(schedule="@daily") def ...
closed
2025-03-16T17:32:06Z
2025-03-18T07:12:41Z
https://github.com/apache/airflow/issues/47832
[ "area:Scheduler", "priority:critical", "area:core", "area:datasets", "affected_version:3.0.0beta" ]
TJaniF
4
mouredev/Hello-Python
fastapi
379
推荐全球十大博彩平台排全球十大赌博靠谱平台
东南亚在线华纳创联娱乐公司24小时上线开户官网:376838.com 华纳公司的开户与注册流程可以根据不同的方式进行 以下是几种常见的注册开户流程描述。在线注册,通过华纳公司的官方网站或移动端应该进行注册。首先需要填写基本信息首先到浏览器搜索下载安装,姓名,手机号,电子邮箱等】提交验证码后,完成注册过程 安装aqq流程走 在线开户微信:xiaolu460570 飞机:@lc15688 缅甸正规实体平台 公平 公正 透明 洗牌 过牌 全程可看 真人在线发牌 科普一下华纳公司平台怎么注册 答:第一步、首先打开~华纳公司,然后点击页面加了微】或进入官网【376838.com】第二步、点击主页右上角的“注册”填写一个你想要的账号。第三步、在...
closed
2025-02-08T11:29:27Z
2025-02-11T07:20:11Z
https://github.com/mouredev/Hello-Python/issues/379
[]
clylpt
0
mirumee/ariadne
api
91
Implement Django bindings
We've originally planned to have separate `django_ariadne` repo to keep bindings for django, but we've discussed this internally and decided to give `ariadne.contrib.django` a try instead. This has advantage of keeping all features in single repo, but it may be tricker to test if we add more bindings for other projects...
closed
2019-01-17T08:20:04Z
2019-05-07T09:25:12Z
https://github.com/mirumee/ariadne/issues/91
[ "enhancement", "roadmap" ]
rafalp
1
streamlit/streamlit
data-visualization
10,389
First Day of the week is still Sunday
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary As @jrieke said in the [issue](https://github...
closed
2025-02-13T09:05:01Z
2025-02-14T08:29:35Z
https://github.com/streamlit/streamlit/issues/10389
[ "upstream" ]
sglbl
2
littlecodersh/ItChat
api
286
create_chatroom() 使用的问题
博主你好,安装Itchat后测试了几个功能,现在我想新建一个群聊。 想问下create_chatroom() 这个函数怎么用,mberlist这个参数,'MemberList': [{'UserName': member['UserName']} for member in memberList],这个该怎么理解呢
closed
2017-03-17T15:55:46Z
2017-03-19T04:42:30Z
https://github.com/littlecodersh/ItChat/issues/286
[ "question" ]
zhiyinyouzhao
1
nteract/papermill
jupyter
291
On MacOs: ModuleNotFoundError: No module named 'azure.datalake'
I might have missed something very obvious here, but somehow, papermill does not seem to work for me on MacOs. $ python -c 'import papermill' Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/danielsc/.azureml/envs/gcloud/lib/python3.6/site-packages/papermill/__init__.py", l...
closed
2019-01-23T05:59:18Z
2019-01-26T20:56:46Z
https://github.com/nteract/papermill/issues/291
[]
danielsc
4
scikit-optimize/scikit-optimize
scikit-learn
1,061
Scikit-optimize master GaussianProcessRegressor is incompatible with scikit-learn 1.0
`scikit-learn` 0.19 depreciated the `y_train_mean` attribute of `GaussianProcessRegressor`. At the time it was made private, and so scikit-optimize continued to rely on it. #467 was never merged to properly fix that. Scikit-learn 1.0 removed the attribute, breaking scikit-optimize. **Version** - `python==3.9.2` -...
closed
2021-09-27T09:58:59Z
2021-10-05T17:40:12Z
https://github.com/scikit-optimize/scikit-optimize/issues/1061
[]
QuentinSoubeyran
4
3b1b/manim
python
1,075
name 'Text' is not defined
![image](https://user-images.githubusercontent.com/47769817/82108734-3382fb80-9763-11ea-8d43-e58ccc374c56.png) ![image](https://user-images.githubusercontent.com/47769817/82108741-40075400-9763-11ea-8d52-98c9538241d3.png) ![image](https://user-images.githubusercontent.com/47769817/82108762-675e2100-9763-11ea-8484-651...
closed
2020-05-16T02:54:47Z
2020-05-16T08:12:33Z
https://github.com/3b1b/manim/issues/1075
[]
nosnakeob
3
modin-project/modin
data-science
7,064
Explicitly check for exceptions in `test_groupby.py`
closed
2024-03-12T12:28:58Z
2024-03-12T20:47:14Z
https://github.com/modin-project/modin/issues/7064
[ "Testing 📈" ]
anmyachev
0
quokkaproject/quokka
flask
354
Wrapper to WordPress API
End point plugins that are compatible to WordPress API. If someday someone decide to remove WordPress t From their stack. Quokka will be already compatible.
closed
2016-06-04T13:46:49Z
2018-02-06T13:46:02Z
https://github.com/quokkaproject/quokka/issues/354
[ "ready" ]
gutomaia
3
Sanster/IOPaint
pytorch
596
[Feature Request]After using the GFPGAN plug-in to repair a photo, I want to change the color of the face and clothes. Is it supported?
**Is your feature request related to a problem? Please describe.** After using the GFPGAN plug-in to repair a photo, I want to change the color of the face and clothes. Is it supported? **Describe the solution you'd like** You can change the customizable colors of people's faces and clothes to make them look more ...
closed
2024-11-12T07:04:22Z
2024-11-23T07:08:08Z
https://github.com/Sanster/IOPaint/issues/596
[]
0x22E09-8
1
huggingface/datasets
deep-learning
6,565
`drop_last_batch=True` for IterableDataset map function is ignored with multiprocessing DataLoader
### Describe the bug Scenario: - Interleaving two iterable datasets of unequal lengths (`all_exhausted`), followed by a batch mapping with batch size 2 to effectively merge the two datasets and get a sample from each dataset in a single batch, with `drop_last_batch=True` to skip the last batch in case it doesn't ha...
closed
2024-01-07T02:46:50Z
2025-03-08T09:46:05Z
https://github.com/huggingface/datasets/issues/6565
[]
naba89
2
mars-project/mars
scikit-learn
3,350
[BUG][Ray] LightGBMError: Machine list file doesn't contain the local machine
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** There will raise `LightGBMError: Machine list file doesn't contain the local machine` when I run a `lightgbm.LGBMClassifier.fit` on a Mars clus...
closed
2023-05-25T11:45:00Z
2023-06-02T08:34:03Z
https://github.com/mars-project/mars/issues/3350
[ "mod: learn", "mod: ray integration" ]
zhongchun
0
deepspeedai/DeepSpeed
machine-learning
7,002
nv-ds-chat CI test failure
The Nightly CI for https://github.com/deepspeedai/DeepSpeed/actions/runs/13147377722 failed.
closed
2025-02-05T01:43:38Z
2025-02-05T17:42:45Z
https://github.com/deepspeedai/DeepSpeed/issues/7002
[ "ci-failure" ]
github-actions[bot]
0
HIT-SCIR/ltp
nlp
550
sdp输出结果的维数出错
closed
2021-12-28T03:40:22Z
2022-02-03T05:32:48Z
https://github.com/HIT-SCIR/ltp/issues/550
[]
AlfredAM
1
streamlit/streamlit
data-science
9,939
Thankyou!!
### Message _No response_
closed
2024-11-28T00:06:33Z
2024-11-28T19:58:08Z
https://github.com/streamlit/streamlit/issues/9939
[ "type:kudos" ]
Sammy92dec
1
nteract/papermill
jupyter
381
Does not catch certain query magic error? (UsageError: Cell magic `%%bigquery` not found.)
Normally without running `%load_ext google.cloud.bigquery` , using `%%bigquery` would throw this error, but when executing a notebook via papermill this doesn't seem to be caught as an exception
open
2019-06-20T13:58:34Z
2021-01-11T08:35:16Z
https://github.com/nteract/papermill/issues/381
[]
lucidsushi
5
microsoft/nni
deep-learning
5,724
Dispatcher stream error, tuner may have crashed.
**Describe the issue**: I have been trying to apply GridSearch strategy to do some NAS experiments, but the tuner seems to crash constantly when starting an experiment. The python script works fine when I run it. When I look into the NNI manager log, it states that the Websocket is not open (readystate 3). So there ...
open
2023-12-14T12:36:10Z
2023-12-14T15:46:34Z
https://github.com/microsoft/nni/issues/5724
[]
QuintenDanneels
0
horovod/horovod
deep-learning
3,264
All workers failed on failure with Elastic Horovod
**Environment:** 1. Framework: (TensorFlow, Keras, PyTorch, MXNet): PyTorch 2. Framework version: 1.10 3. Horovod version: latest master (3efc229a8d12c250ea4a3493dc01aa8241a10899) 4. MPI version: 5. CUDA version: 10.2 6. NCCL version: 2.7.6 7. Python version: 3.6 8. Spark / PySpark version: 9. Ray version: 1...
closed
2021-11-08T09:48:12Z
2021-11-10T10:12:26Z
https://github.com/horovod/horovod/issues/3264
[ "bug" ]
jasperzhong
4
tiangolo/uvicorn-gunicorn-fastapi-docker
pydantic
104
How to get the tracebook of an error in docker servive logs?
If there is an error in the fastapi application code there is no traceback which shows what the error was or where it occurred? How to enable the traceback? I am using the FastAPI template from the FastAPI documentation.
closed
2021-08-25T11:07:54Z
2024-08-25T03:44:18Z
https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/104
[]
gregsifr
0
horovod/horovod
machine-learning
3,927
ROCm-Compilation fails for 0.28.0
**Environment:** 1. Framework: (TensorFlow, Keras, PyTorch, MXNet) 2. Framework version: 3. Horovod version: 0.28.0 4. MPI version: 5. CUDA version: 6. NCCL version: 7. Python version: 8. Spark / PySpark version: 9. Ray version: 10. OS and version: 11. GCC version: 12. CMake version: **Checklist:** 1. D...
closed
2023-05-18T18:42:40Z
2023-07-25T15:06:46Z
https://github.com/horovod/horovod/issues/3927
[ "bug" ]
will-HPE
17
alpacahq/alpaca-trade-api-python
rest-api
510
certificate verify failed: certificate has expired
self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129) error during websocket communication: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)
closed
2021-10-14T20:00:24Z
2021-12-21T02:45:58Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/510
[]
ComplimentDeKoder
13
codertimo/BERT-pytorch
nlp
17
The question about the implement of learning_rate
Nice implements! However, I have a question about learning rate. The learning_rate schedule which from the origin Transformers is warm-up restart, but your implement just simple decay. Could you implement it in your BERT code?
closed
2018-10-22T04:25:12Z
2018-10-23T07:25:38Z
https://github.com/codertimo/BERT-pytorch/issues/17
[ "enhancement" ]
wenhaozheng-nju
3
jmcarpenter2/swifter
pandas
115
AttributeError: 'DatetimeIndexResampler' object has no attribute 'progress_apply' - Use of swifter with resample()
I'd appreciate that this error would be resolved or explained how it came about and what I can do myself to solve it as a user. **My specifics as for the packages installed:** ``` $user: conda list # Name Version Build Channel dask 2.17.2 ...
closed
2020-06-06T15:11:59Z
2020-06-13T20:08:04Z
https://github.com/jmcarpenter2/swifter/issues/115
[]
AndreasLuckert
2
supabase/supabase-py
fastapi
598
Package conflict with e2b due to websockets
**Describe the bug** The package if conflicting with e2b due to websockets **To Reproduce** Steps to reproduce the behavior: Try to install both e2b and supabase with there dependencies **Expected behavior** Both package should be installed **Screenshots** $ poetry lock ...
closed
2023-10-19T13:43:26Z
2024-01-15T14:13:30Z
https://github.com/supabase/supabase-py/issues/598
[ "realtime" ]
bbfred
8
pytorch/vision
computer-vision
8,811
FYI: We'll be back in Jan!
I'm off until January, so it's likely you won't get a reply for a while if you submit an issue or a PR to torchvision. It will be handled eventually! :palm_tree:
closed
2024-12-13T11:44:25Z
2025-01-06T10:33:42Z
https://github.com/pytorch/vision/issues/8811
[]
NicolasHug
1
deepfakes/faceswap
deep-learning
1,165
Exception when hitting the save button in manual tool while being on the "All Frames" menu
`Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\PC\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 1892, in __call__ return self.func(*args) File "D:\faceswap\tools\manual\detected_faces.py", line 144, in save self._children["io"].save() File "D:\faceswap\tools\manual\dete...
closed
2021-06-23T04:20:41Z
2021-07-07T14:24:09Z
https://github.com/deepfakes/faceswap/issues/1165
[]
AhmedAhmedEG
2
huggingface/datasets
nlp
7,161
JSON lines with empty struct raise ArrowTypeError
JSON lines with empty struct raise ArrowTypeError: struct fields don't match or are in the wrong order See example: https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5 > ArrowTypeError: struct fields don't match or are in the wrong order: Input fields: struct<> output fields: struct<pov_c...
closed
2024-09-23T08:48:56Z
2024-09-25T04:43:44Z
https://github.com/huggingface/datasets/issues/7161
[ "bug" ]
albertvillanova
0
thtrieu/darkflow
tensorflow
358
Finding the distance of object
Is it possible to find the distance of object from camera.I am using the co-ordinates to find its distance but its a very slow process.Does darkflow do it?
open
2017-07-27T08:41:32Z
2017-08-21T07:57:04Z
https://github.com/thtrieu/darkflow/issues/358
[]
ManojPabani
2
encode/databases
asyncio
163
enable load extension for sqlite backend
Will `databases` support loading sqlite extensions in the future? I'm particularly interested in geo extensions like spatialite. `aiosqlite` does expose the needed functions as far as I can see: ``` db = await aiosqlite.connect(db_file) await db.enable_load_extension(True) await db.load_extension('mod_spatial...
open
2019-11-22T15:33:38Z
2022-04-21T11:44:32Z
https://github.com/encode/databases/issues/163
[]
larsclaussen
0
python-restx/flask-restx
flask
249
Api.endpoints parameter isn't being used
### **Code** ```python api = Api(app, version="1.0", title="TodoMVC API", description="A simple TodoMVC API", endpoint='/api') ns = api.namespace("todos", description="TODO operations") ``` ### **Repro Steps** (if applicable) 1. Use the above code to create your API ### **Expected Behavior** I ...
open
2020-11-05T01:56:59Z
2020-11-05T01:58:10Z
https://github.com/python-restx/flask-restx/issues/249
[ "bug" ]
jkugler
0
streamlit/streamlit
python
10,389
First Day of the week is still Sunday
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary As @jrieke said in the [issue](https://github...
closed
2025-02-13T09:05:01Z
2025-02-14T08:29:35Z
https://github.com/streamlit/streamlit/issues/10389
[ "upstream" ]
sglbl
2
jonaswinkler/paperless-ng
django
180
Consumer errors on certain PDFs
I have a specific PDF failing to import when I drop it into the consumer folder. If I run the file through the ocrmypdf utility manually before trying to import it, using just the default settings, i.e. `ocrmypdf input.pdf output.pdf`, the consumer processes the new file without issue. The original PDF doesn't have an ...
closed
2020-12-23T18:17:07Z
2021-01-02T00:50:27Z
https://github.com/jonaswinkler/paperless-ng/issues/180
[ "bug", "dependencies" ]
kylebavis
8
stitchfix/hamilton
numpy
53
Rename `model` to `dynamic_node`
**Is your feature request related to a problem? Please describe.** Model comes from a specific use-case at Stitch Fix, and is not applicable (in the same way) to the outside world. **Describe the solution you'd like** While it potentially applies more generally, `dynamic_node` would be a better name. We can leave...
closed
2022-02-03T17:20:55Z
2022-02-06T21:32:27Z
https://github.com/stitchfix/hamilton/issues/53
[]
elijahbenizzy
1
holoviz/panel
plotly
7,145
Jupyter Notebook does not reflect latest pn.pane.Bokeh plot
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) bokeh==3.4.2 jupyter==1.0.0 jupyter-console==6.6.3 jupyter-events==0.10.0 jupyter-lsp==2.2.5 jupyter-resource-usage==1.1.0 jupyter-server-mathjax==0.2.6 jupyter-telemetry==0.1.0 jupy...
open
2024-08-14T18:22:12Z
2024-08-14T18:22:12Z
https://github.com/holoviz/panel/issues/7145
[]
tomascsantos
0
jupyter/nbviewer
jupyter
441
How to render ipython slide.html?
It worked for me to render .ipynb in nbviewier, but now after I converted my .ipynb to slides that is not in JSON and I can't render it in nbviewier. How can I render ipython slide.html ? Thanks for your help!
closed
2015-04-07T03:34:34Z
2015-04-07T19:11:27Z
https://github.com/jupyter/nbviewer/issues/441
[]
Tashitso
7
google/seq2seq
tensorflow
252
Reading 2D sequence
I have a sequence which is a list of tuples with 2 integers. What files do I need to modify to get this to work? Example: ``` [(1,2),(2,3),(3,4)] ``` Can I modify the input pipeline and this file only? https://github.com/google/seq2seq/blob/master/seq2seq/data/input_pipeline.py#L281
open
2017-06-08T18:37:36Z
2017-06-11T22:08:35Z
https://github.com/google/seq2seq/issues/252
[]
0b01
2
nltk/nltk
nlp
3,363
Error when loading tagger
Latest release (3.9.1) of nltk does not want to load a tag set that loaded fine in 3.8.1 Example code to reproduce the problem: ``` import nltk.data tagger_path = 'file:///C:/Users/aldon/AppData/Roaming/nltk_data/taggers/maxent_treebank_pos_tagger/english.pickle' default_tagger = nltk.data.load(tagger_path) ``` Resul...
closed
2025-02-02T16:43:56Z
2025-02-04T12:28:49Z
https://github.com/nltk/nltk/issues/3363
[]
AldoMaine
3
flairNLP/flair
nlp
3,482
[Feature]: upgrade urllib3
### Problem statement flair requires `urllib3<2.0.0` which is quite old (latest is 2.2, the 2.0 alpha was released in late 2022) https://github.com/flairNLP/flair/blob/59bd7053a1a73da03293b0bdb68113cf383d6b9e/requirements.txt#L26C1-L26C75 I have other dependencies that require urllib3 >= 2.0 (i.e. `tritonclien...
closed
2024-07-02T03:58:15Z
2024-07-19T14:08:47Z
https://github.com/flairNLP/flair/issues/3482
[ "feature" ]
david-waterworth
5
cleanlab/cleanlab
data-science
987
Sanitize label column when initializing a Datalab instance.
Check for nan values in the label column. This cannot be handled by the NullIssueManager, because it occurs in `Datalab(data=df_with_nan_value_in_label_column, label_name="label_column")`. For now, we need better error reporting.
open
2024-02-08T21:46:36Z
2024-12-25T20:03:41Z
https://github.com/cleanlab/cleanlab/issues/987
[ "enhancement", "good first issue", "help-wanted" ]
elisno
1
man-group/arctic
pandas
723
Tick throws ambiguous error when handling >16 columns
#### Arctic Version ``` '1.74.0' ``` #### Arctic Store ``` TickStore ``` #### Platform and version Debian 9 #### Description of problem and/or code sample that reproduces the issue I got some aggregated data with 256 columns, trying to save them in a ticker store. ![image](https://user-images....
open
2019-02-23T00:05:43Z
2019-02-23T07:46:11Z
https://github.com/man-group/arctic/issues/723
[]
rick-sanchez-c137
1
PokeAPI/pokeapi
api
1,110
HGSS S.S. Anne dock missing swarm conditions
location-area/349 has a 60% Wingull encounter when surfing listed, but according to Bulbapedia, it's a swarm-only encounter. The PokeAPI table is missing the swarm-yes condition for Wingull and swarm-no for whichever encounter slots Wingull is replacing. The encounter percentages add up to 160%. I'd put the data in a p...
open
2024-06-23T03:40:23Z
2024-10-08T04:15:26Z
https://github.com/PokeAPI/pokeapi/issues/1110
[]
Pinsplash
3
httpie/cli
rest-api
1,036
Following Link-Header / MultiPage-Requests (RFC5988)
Please implement RFC5988 Link Header https://tools.ietf.org/html/rfc5988#section-5 Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link I often do need this functionality. And yes, I am know of: https://github.com/httpie/httpie/issues/323
open
2021-02-18T08:52:42Z
2021-12-28T10:38:33Z
https://github.com/httpie/cli/issues/1036
[ "enhancement", "needs product design", "deferred" ]
blurayne
2
numba/numba
numpy
9,419
Outdated Python support list on numba.pydata.org
According to https://numba.pydata.org/ > Numba supports Intel and AMD x86, POWER8/9, and ARM CPUs (including Apple M1), NVIDIA GPUs, Python 3.7-3.10, That should probably be updated to Python 3.9-3.12.
closed
2024-02-03T16:48:13Z
2024-02-09T14:22:04Z
https://github.com/numba/numba/issues/9419
[ "Task" ]
bmerry
2
mwaskom/seaborn
pandas
2,897
Consider allowing short-form property names
e.g., `c -> color`, `lw -> linewidth`, similar to matplotlib. This would have to happen without the short forms appearing in (and overwhelming the signature). I would like to do some trick where the short form shows up in the parameter description through font modification, e.g. (**e**dge**w**idth). I am not 100%...
open
2022-07-12T00:22:18Z
2022-09-14T00:36:17Z
https://github.com/mwaskom/seaborn/issues/2897
[ "api", "objects-plot" ]
mwaskom
1
huggingface/datasets
computer-vision
6,907
Support the deserialization of json lines files comprised of lists
### Feature request I manage a somewhat large and popular Hugging Face dataset known as the [Open Australian Legal Corpus](https://huggingface.co/datasets/umarbutler/open-australian-legal-corpus). I recently updated my corpus to be stored in a json lines file where each line is an array and each element represents a v...
open
2024-05-18T05:07:23Z
2024-05-18T08:53:28Z
https://github.com/huggingface/datasets/issues/6907
[ "enhancement" ]
umarbutler
1
explosion/spacy-course
jupyter
92
JS code insdie <script> tags is not exectued
Originally reported in my comment here https://github.com/ines/course-starter-python/issues/4#issuecomment-737010614, but I realized that this is a more general issue that also affects the spacy course, not just the Python course starter. It seems that js code included in slides via `<script>` tags is not executed corr...
open
2020-12-02T20:13:22Z
2020-12-02T20:14:08Z
https://github.com/explosion/spacy-course/issues/92
[]
joelostblom
0
LAION-AI/Open-Assistant
python
2,750
[BUG] user_id is actually username
SQLAl;chemy returns an error <details><summary>SQLAlchemy error</summary> <p> ``` open-assistant-inference-db-1 | 2023-04-19 11:31:22.491 UTC [48] ERROR: insert or update on table "chat" violates foreign key constraint "chat_user_id_fkey" open-assistant-inference-db-1 | 2023-04-19 11:31:22.491...
open
2023-04-19T11:51:21Z
2023-04-24T18:48:36Z
https://github.com/LAION-AI/Open-Assistant/issues/2750
[]
iQiexie
6
stanfordnlp/stanza
nlp
563
Stanza English NER processor using Onto model instead of conll03
I have initialized the pipeline as follows. I prefer to use 4 entities provided by `conll03` model. `nlp= stanza.Pipeline('en', use_gpu= True, processors={"tokenize": "ewt", 'ner': 'conll03'}, verbose= True) ` ``` 2020-12-13 13:22:06 INFO: Loading these models for language: en (English): =======================...
closed
2020-12-13T13:25:35Z
2021-07-13T15:46:50Z
https://github.com/stanfordnlp/stanza/issues/563
[ "bug", "awaiting feedback" ]
santoshbs
2
mljar/mljar-supervised
scikit-learn
512
How are missing values handled?
How are the missing values handled in feature columns ? Is it always filled with median ? It would be nice if there is a csv or .md report indicating how missing values are handled for inside each algorithm folder. Another issue that is not clear to me pre-processing of data. Does the package handle normalization...
closed
2022-01-30T10:29:04Z
2023-05-01T13:32:11Z
https://github.com/mljar/mljar-supervised/issues/512
[]
nyan314sn
1
sammchardy/python-binance
api
875
Futures websocket: options_multiplex_socket() got an unexpected keyword argument 'futures_type'
It seems that there is an error in the `start_futures_multiplex_socket()` function. the socket_name is written as `options_multiplex_socket` instead of `futures_multiplex_socket` This leads to an error when running the multiplex socket: `options_multiplex_socket() got an unexpected keyword argument 'futures_type'` ...
closed
2021-05-25T16:20:35Z
2021-05-27T15:29:53Z
https://github.com/sammchardy/python-binance/issues/875
[]
AurelReb
2
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,096
Execution error: undefined symbol: _ZdlPvm, version Qt_5
Hello, I am trying to run the project using `python demo_toolbox.py` But I am running into: ``` [privateserver@privateserver Real-Time-Voice-Cloning]$ python demo_toolbox.py Arguments: datasets_root: None models_dir: saved_models cpu: False seed: None T...
open
2022-07-21T22:21:21Z
2023-02-17T03:52:55Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1096
[]
Baquara
2
d2l-ai/d2l-en
computer-vision
2,539
Up to date ipynb notebooks and pdf versions
Hello, thanks for this great work, this is really amazing and very useful. I'm wondering if there is an up to date version of this book in notebook (ipynb) format. Similarly, it would be great to have it in pdf. Thanks again,
closed
2023-08-07T21:27:01Z
2023-08-28T08:51:45Z
https://github.com/d2l-ai/d2l-en/issues/2539
[ "question" ]
csantosb
2
cobrateam/splinter
automation
695
New release?
It's been 7 months since `0.10.0`. Could we get a new stable release?
closed
2019-06-24T23:42:17Z
2019-06-28T00:55:21Z
https://github.com/cobrateam/splinter/issues/695
[]
jacebrowning
3
Evil0ctal/Douyin_TikTok_Download_API
api
235
客服联系不上tikhub[BUG] Brief and clear description of the problem
***Platform where the error occurred?*** Such as: Douyin/TikTok ***The endpoint where the error occurred?*** Such as: API-V1/API-V2/Web APP ***Submitted input value?*** Such as: video link ***Have you tried again?*** Such as: Yes, the error still exists after X time after the error occurred. ***...
closed
2023-08-05T15:25:16Z
2023-08-06T00:23:30Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/235
[ "BUG", "enhancement" ]
fadang123
0
twopirllc/pandas-ta
pandas
613
Indicator Request: Williams Fractal Indicator
simple view as follows that is one the standard indicators in tradingview it may be implemented as 1 0 -1 like signals similar to candle indicators ![image](https://user-images.githubusercontent.com/20664520/197650689-5407cc02-dae6-4402-8ef8-00cd7195a0e8.png)
closed
2022-10-24T23:45:28Z
2022-10-29T21:52:41Z
https://github.com/twopirllc/pandas-ta/issues/613
[ "duplicate", "enhancement" ]
ISMAILHKYILDIZ
1
vitalik/django-ninja
django
418
[BUG] Pydantic schema is using a higher version json schema than open api
**Describe the bug** It seems pydantic is generating schema in line with the latest json schema draft, but openapi expects an older version. This issue has some info, and fastapi appears to have solved it but it might be worth solving this in ninja too. https://github.com/samuelcolvin/pydantic/issues/1164 The...
closed
2022-04-08T23:09:32Z
2022-07-01T13:34:40Z
https://github.com/vitalik/django-ninja/issues/418
[]
shughes-uk
3
jina-ai/serve
fastapi
5,552
Create Deployment YAML separate from Executor YAML
create deployment yaml separate from Executor yaml * add Deployment.load_config A deployment can use an Executor YAML like so: Deployment(uses='executor.yaml', replicas=...) But a deployment YAML is used like so: Deployment.load_config(uses='deployment.yaml') Possible usages of executors inside Flow YAML...
closed
2022-12-21T15:35:36Z
2023-02-07T16:06:20Z
https://github.com/jina-ai/serve/issues/5552
[ "epic/executor" ]
alaeddine-13
0
kizniche/Mycodo
automation
1,105
Security Vulnerability
What would be the right contact to report a security vulnerabilty? thanks!
closed
2021-10-25T06:38:07Z
2021-10-27T02:27:36Z
https://github.com/kizniche/Mycodo/issues/1105
[ "bug", "Fixed and Committed" ]
haby0
8
jazzband/django-oauth-toolkit
django
1,237
Duplicate key error: source_refresh_token_id, id_token_id
<!-- What is your question? --> Hello. I have an error. Maybe django-oauth-toolkit's error. 1. Create a token. 2. And a re-create a token. 3. But second token occur a duplicate key error. ``` pymongo.errors.BulkWriteError: batch op errors occurred, full error: {'writeErrors': [{'index': 0, 'code...
closed
2022-12-27T08:39:04Z
2023-10-04T14:29:15Z
https://github.com/jazzband/django-oauth-toolkit/issues/1237
[ "question" ]
sig003
3
plotly/dash
data-science
2,638
setting max_size on dcc.Upload does not restrict users
**Bug** Setting max_size on the dcc.Upload component does not restrict users from selecting a file over the max_size limit. Rather, the max_size seems to restrict the component from _**triggering a callback**_ (either through filename or contents inputs). This makes it very difficult to provide user feedback on ...
open
2023-09-05T03:31:53Z
2024-08-13T19:37:17Z
https://github.com/plotly/dash/issues/2638
[ "bug", "sev-3", "P3" ]
afultonuq
1
ultralytics/ultralytics
deep-learning
18,737
How do you configure the hyperparameters with a `.yaml` file for finetuning a model?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question In the older `yolov5` repo, you can simply load a `scratch` yaml file...
closed
2025-01-17T12:20:40Z
2025-01-20T18:53:24Z
https://github.com/ultralytics/ultralytics/issues/18737
[ "question", "detect" ]
mesllo-bc
2
alteryx/featuretools
scikit-learn
2,488
Looking Glass Tests for #2487
Implement Looking Glass tests for #2487 # Acceptance Testing Looking glass tests will be implemented for all datasets currently checked for Featuretools and will compare the following: - Feature Length of new algorithm vs old algorithm - Time comparison of new algo vs old algo
closed
2023-02-14T14:46:40Z
2023-05-09T17:33:35Z
https://github.com/alteryx/featuretools/issues/2488
[]
dvreed77
1
explosion/spaCy
deep-learning
12,734
E941 broken link
Link leads to a broken page. ## How to reproduce the behaviour 1. Use a jupyter notebook 2. Execute `nlp = spacy.load('en')` 3. Click on the link in the error description in: ``` For more details on the available models, see the models directory: https://spacy.io/models. If you want to create a blank model, ...
closed
2023-06-16T17:10:17Z
2023-07-20T00:02:29Z
https://github.com/explosion/spaCy/issues/12734
[ "bug", "jupyter", "feat / ux" ]
ZiadAmerr
2
tensorpack/tensorpack
tensorflow
1,548
Saving lmdb file using LMDBSerializer.save leads to lmdb with one entry
### 1. What you did: I am trying to replicate a model from https://github.com/e-bug/volta/tree/183ae3c00afd0b0ae42cb3373ea6b45cb6e3c67e where for pretraining they use Conceptual Captions dataset. This is too large for me to pretrained on, so I decided to use MS-COCO. I editted the process of preparation of data for C...
closed
2022-01-29T17:30:35Z
2022-01-29T18:19:48Z
https://github.com/tensorpack/tensorpack/issues/1548
[]
ivana-13
1
robinhood/faust
asyncio
207
Window relative_to design considerations
## Checklist - [x] I have included information about relevant versions - [ ] I have verified that the issue persists when using the `master` branch of Faust. N/A Currently the accessing window api is exposed through `WindowSet` with the current methods: - `current`. Overrides the `relative_to` behaviour on favo...
open
2018-11-05T16:43:20Z
2018-11-05T16:44:33Z
https://github.com/robinhood/faust/issues/207
[]
omarrayward
1
cleanlab/cleanlab
data-science
651
find_overlapping_classes throws unless labels are provided with confident_joint
<!-- Briefly summarize the issue. --> The documentation of [find_overlapping_classes](https://docs.cleanlab.ai/stable/cleanlab/dataset.html?highlight=find_overlapping_classes#cleanlab.dataset.find_overlapping_classes) states: ``` text This method works by providing any one (and only one) of the following inputs:...
closed
2023-03-13T01:27:28Z
2023-03-13T21:28:05Z
https://github.com/cleanlab/cleanlab/issues/651
[ "bug" ]
david-waterworth
1
PaddlePaddle/ERNIE
nlp
547
warning: Could not find remote branch dygraph to clone.怎么解决?
我在执行git clone https://github.com/PaddlePaddle/ERNIE.git -b dygraph --single-branch ./ERNIE时报warning: Could not find remote branch dygraph to clone,请问如何解决?
closed
2020-08-29T20:38:19Z
2020-08-31T09:33:52Z
https://github.com/PaddlePaddle/ERNIE/issues/547
[]
cheeryoung79
2
flairNLP/flair
pytorch
2,668
ModelTrainer doesn't seem to be supporting tensorboard
**Describe the bug** `ModelTrainer` should be able to support tensorboard through parameters: `use_tensorboard` and `tensorboard_log_dir`, but trying to use these parameters throws a `TypeError: __init__() got an unexpected keyword argument 'use_tensorboard' `error. Looking at https://github.com/flairNLP/flair/blob/04...
closed
2022-03-11T16:09:54Z
2022-03-21T06:10:35Z
https://github.com/flairNLP/flair/issues/2668
[ "bug" ]
tanujjain
3
dynaconf/dynaconf
flask
1,098
Django. Bug with relative STATIC_URL[bug]
**Describe the bug** On django 5 version STATIC_URL is set to relative by default `STATIC_URL = 'static/'` on startup django checks it and changes it to an absolute path **django/conf/__init__.py (95)** ```python if name in {"MEDIA_URL", "STATIC_URL"} and val is not None: val = self._add_script_prefix(val)...
closed
2024-05-15T15:05:00Z
2024-07-02T21:57:56Z
https://github.com/dynaconf/dynaconf/issues/1098
[ "bug", "in progress", "Pending Release", "django" ]
djigit0s
0
aio-libs/aiohttp
asyncio
10,380
Partitioned cookies on Python <3.14
In aiohttp 3.12 we'll have support for partitioned cookies, but this is dependent on upstream support in Python 3.14+. If anyone needs support in an older release of Python, it can be monkey patched with this code: ```python if sys.version_info < (3, 14): from http import cookies # See: https://github.com/pyt...
open
2025-02-04T14:06:09Z
2025-02-04T14:06:09Z
https://github.com/aio-libs/aiohttp/issues/10380
[]
Dreamsorcerer
0
youfou/wxpy
api
153
登出时能否在微信上发送一条信息?
源码的登出处理没有看懂,是判断离线状态后然后print一个log out,还是抓取了下线的指令后print了log out? 如果是后者,是不是可以添加一个下线后的msg.send()。我想下线时群发一条信息,表示机器人已经离线
open
2017-08-11T00:18:57Z
2017-08-11T00:18:57Z
https://github.com/youfou/wxpy/issues/153
[]
CapGhost
0
babysor/MockingBird
pytorch
235
请问可否设计一份训练中断后重启并避开已训练数据集的功能?
如题, 在 戴尔G15 rtx3050 4G, cuda11.3 的环境下遇到了显存不足后训练中断的情况 (一天内发生三次) 在输入相同指令后,程序又把原本跑过的数据集又跑了一遍... 训练数据集使用_200zh, Batch Size =4
closed
2021-11-25T15:39:27Z
2021-12-16T18:42:50Z
https://github.com/babysor/MockingBird/issues/235
[]
ycMia
4
Kanaries/pygwalker
plotly
107
Try support larger data.
I like it, if it can support larger data, it will love it!
closed
2023-05-09T02:34:20Z
2023-06-15T14:33:48Z
https://github.com/Kanaries/pygwalker/issues/107
[ "fixed but needs feedback" ]
Kindonia
2
ray-project/ray
tensorflow
51,173
[RFC] GPU object store support in Ray Core
# GPU Support in Ray Core Authors: @stephanie-wang @edoakes TLDR: We discuss a design for GPU objects (specifically `torch.Tensors`) in the Ray Core API. # Requirements The goal of this API proposal is to add support for GPU “objects” and direct GPU-GPU communication in the Ray Core API. **Goals**: * \[P0\] Perf...
open
2025-03-07T21:10:09Z
2025-03-17T23:14:27Z
https://github.com/ray-project/ray/issues/51173
[ "enhancement", "RFC", "core" ]
richardliaw
6
mwaskom/seaborn
data-visualization
2,914
displot instantly close upon display when using seaborn 0.11.2 with matplotlib 3.5.2
I encountered a case of figure window closing instantly when trying to display a displot. To reproduce, try the following with seaborn version 0.11.2 and matplotlib version 3.5.2 ```python import seaborn import matplotlib.pyplot as plt sns.displot([0,0,1,1,2,3,3,1,0]) plt.show() ``` In seaborn version 0.1...
closed
2022-07-19T16:04:52Z
2022-07-31T21:14:41Z
https://github.com/mwaskom/seaborn/issues/2914
[ "upstream" ]
kailizcatman
10
plotly/dash
flask
2,740
provide virtual WebGL support
Plotly.js [v2.28.0](https://github.com/plotly/plotly.js/releases/tag/v2.28.0) added support for `virtual-webgl`, which allows you to put arbitrarily many WebGL-based graphs on a single page, as opposed to the limit of typically 4-8 before you hit the maximum contexts a browser will give you (note most desktop browsers ...
open
2024-02-01T14:30:40Z
2024-08-13T19:45:40Z
https://github.com/plotly/dash/issues/2740
[ "feature", "P3" ]
alexcjohnson
2
miguelgrinberg/microblog
flask
144
search result order by time
looks like the current search result is random, how to change to list the search result order by time?
closed
2019-01-22T22:24:30Z
2019-04-28T09:11:19Z
https://github.com/miguelgrinberg/microblog/issues/144
[ "question" ]
yuz835
3
streamlit/streamlit
deep-learning
10,790
Enable sorting on `st.data_editor` if `num_rows="dynamic"`
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary `st.data_editor` deactivates sorting if `num_rows="dynamic"`. Can we find a way to enable sorting in this sit...
open
2025-03-14T17:36:16Z
2025-03-14T17:36:55Z
https://github.com/streamlit/streamlit/issues/10790
[ "type:enhancement", "feature:st.data_editor" ]
lukasmasuch
1
jschneier/django-storages
django
849
Django 3.0 - No module names 'django.utils.six'
Six was removed in Django 3.0 https://github.com/jschneier/django-storages/blob/master/storages/backends/s3boto3.py `from django.utils.six.moves.urllib import parse as urlparse`
closed
2020-03-03T02:41:40Z
2020-04-14T02:32:09Z
https://github.com/jschneier/django-storages/issues/849
[]
python-force
4
plotly/dash
plotly
3,146
Sending large tiff files through `send_file` causes the callback to hang indefinitely
- replace the result of `pip list | grep dash` below ``` dash 2.18.2 dash-ag-grid 2.3.0 dash-auth 2.0.0 dash-bio 1.0.2 dash-bootstrap-components 1.4.1 dash_canvas 0.1.0 dash-core-components 2.0.0 dash_daq...
open
2025-01-31T14:05:47Z
2025-02-03T17:35:30Z
https://github.com/plotly/dash/issues/3146
[ "bug", "P2" ]
matt-sd-watson
0
Nekmo/amazon-dash
dash
121
Problem with home assistant event
Hi, greetings from Spain. I am trying to use your code with home assistant, but it does not work for me. My information: *** amazon-dash --version *** You are running Amazon-dash v1.3.2 using Python 3.6.7. This is the latest release Installation path: /usr/local/lib/python3.6/dist-packages/amazon_dash Current...
closed
2019-01-29T09:28:41Z
2019-02-12T19:00:55Z
https://github.com/Nekmo/amazon-dash/issues/121
[]
LeidenSpain
6
axnsan12/drf-yasg
django
463
support for request.GET.getlist
django has a method request.GET.getlist to parse params(with same key) into a list For example: `GET /api/test?tag=xxx&tag=yyy` `request.GET.getlist('tag', None)` will store xxx ans yyy into a list. However, if I use `@swagger_auto_schema` with `openapi.Parameter('tag', openapi.IN_QUERY, description="filter the ...
closed
2019-09-30T05:33:51Z
2019-09-30T05:37:24Z
https://github.com/axnsan12/drf-yasg/issues/463
[]
walthhy
1
tflearn/tflearn
data-science
440
Is there anyway to speed up learning with gnu?
Is there anyway to speed up learning? My program seems to stop for a while at the moment when one epoch finished I guess it is because that it is little slow to calculate validation accuracy However, I do not know why it is so slow compared to time learning for only one epoch Is there any way to speed up with cal...
open
2016-11-04T07:31:28Z
2016-11-06T16:58:58Z
https://github.com/tflearn/tflearn/issues/440
[]
y-rok
2
Gerapy/Gerapy
django
92
可以提供一个直接用web上传egg文件或者scrapy项目压缩包的地方吗?
open
2018-12-18T16:47:18Z
2018-12-18T16:47:18Z
https://github.com/Gerapy/Gerapy/issues/92
[]
luzihang123
0
JaidedAI/EasyOCR
pytorch
1,250
CRAFT model Fine Tunning via custom data no improvements and {'precision': 0, 'recall': 0.0, 'hmean': 0} on validation data
I'm using my custom data to finetune it, while the training loss seems to be around 0.15 or nearby but the validation data has the {'precision': 0, 'recall': 0.0, 'hmean': 0} I thought that my data has some wrong annotations so tried the ICDAR dataset still has the same results {'precision': 0, 'recall': 0.0, 'hmean...
open
2024-05-08T09:42:20Z
2024-08-13T17:16:18Z
https://github.com/JaidedAI/EasyOCR/issues/1250
[]
sankalpsahu27
2
amdegroot/ssd.pytorch
computer-vision
518
some error in code
Recently I do some experiment with this code,but find some error in your code.The first error is "IndexError: The shape of the mask [32, 8732] at index 0 does not match the shape of the indexed tensor [279424, 1] at index 0",I find the solution,which is to move "loss_c = loss_c.view(num, -1)" before "loss_c[pos] = 0" ...
open
2020-10-17T12:04:38Z
2021-09-08T03:23:47Z
https://github.com/amdegroot/ssd.pytorch/issues/518
[]
1374839016
3
microsoft/nni
machine-learning
4,887
How could I change the save dir?
I tried to use NNI to search hyper-parameters, however, after each experiment, **there are always some files or directories under the root path**. Like `trial_cfg_jGsUE.py` and `trial_cfg_FvJ5P` How could I change these default paths?
open
2022-05-26T09:29:34Z
2022-06-15T02:48:31Z
https://github.com/microsoft/nni/issues/4887
[ "question", "support", "need more info" ]
liming-ai
2
aio-libs/aiohttp
asyncio
10,186
aiodns does not work with mDNS and is the default resolver
### Describe the bug With aiohttp v3.10.10, mDNS hostnames do not resolve when aiodns is installed. When I force the use of a ThreadedResolver, or when I uninstall aiodns, mDNS hostnames resolve fine. I see (#8522) that aiodns was made the default resolver again, recently, which explains the regression. The unde...
open
2024-12-20T22:41:20Z
2025-01-05T21:20:36Z
https://github.com/aio-libs/aiohttp/issues/10186
[ "bug" ]
gsmecher
10