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
pyeve/eve
flask
569
Read existing data via eve-mongoengine failed.
I have a mount of data written via mongoengine. But when I set up a eve server and want to read the data, I got the following error about Etags: ``` File "/usr/local/lib/python2.7/dist-packages/eve/methods/get.py", line 99, in get cursor = app.data.find(resource, req, lookup) File "/usr/local/lib/python2.7/dist-pack...
closed
2015-03-01T08:00:23Z
2015-03-08T15:11:31Z
https://github.com/pyeve/eve/issues/569
[]
rudaoshi
4
vitalik/django-ninja
rest-api
718
[BUG] Elastic search example not working
**Describe the bug** I can't make elastic search example to work. https://django-ninja.rest-framework.com/guides/async-support/ Error message: ```raise ValueError("Either 'hosts' or 'cloud_id' must be specified") ValueError: Either 'hosts' or 'cloud_id' must be specified ``` I believe you should specify exact...
open
2023-03-27T15:01:10Z
2023-07-10T18:45:26Z
https://github.com/vitalik/django-ninja/issues/718
[]
kamilszczepanik
3
Miserlou/Zappa
django
2,151
Zappa requires ec2:Describe* permissions all of a sudden
Starting some time tonight (ie. 10.08. to 11.08.) our automated Zappa deployment started failing with the following message: ``` botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the UpdateFunctionConfiguration operation: Your access has been denied by EC2, please make sure yo...
open
2020-08-11T08:09:09Z
2020-08-11T08:09:09Z
https://github.com/Miserlou/Zappa/issues/2151
[]
m90
0
tensorlayer/TensorLayer
tensorflow
387
How to use tl.iterate funcion feed three argument?
closed
2018-03-09T03:20:19Z
2018-05-17T19:02:38Z
https://github.com/tensorlayer/TensorLayer/issues/387
[ "awaiting_response" ]
SPY-Ming
4
jacobgil/pytorch-grad-cam
computer-vision
26
How to adapt this for densenet121?
closed
2019-12-11T12:21:21Z
2021-04-26T05:07:15Z
https://github.com/jacobgil/pytorch-grad-cam/issues/26
[]
gokriznastic
3
gradio-app/gradio
data-visualization
10,133
JSONDecodeError in gradio-client when an "output" contains special characters.
### Describe the bug The Python version of `gradio_client` raises a JSONDecodeError exception when the server reply contains special characters. The same application works fine when accessed from the browser. ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reprod...
open
2024-12-05T16:15:14Z
2024-12-12T09:07:31Z
https://github.com/gradio-app/gradio/issues/10133
[ "bug" ]
jeberger
6
ray-project/ray
deep-learning
51,241
[Tune] Add examples of using XGBoost with the sklearn API and add examples of regression tasks
### Description All the existing examples of using XGBoost with ray are instances of a classification task using the native API. Given that `xgboost-ray` doesn't seem to be supported anymore (last update was 1.5 years ago), it'd be good to get more examples using the `ray-train` packages and have examples from the skl...
open
2025-03-11T11:05:51Z
2025-03-11T11:06:33Z
https://github.com/ray-project/ray/issues/51241
[ "triage", "docs" ]
astro-kevin
0
iperov/DeepFaceLab
deep-learning
5,543
Rtx
Hello, good afternoon everyone and thanks for the great work on deepfacelab My query is that I have a quadro rtx A4500, and I want to connect the same one in nvlink, in theory the rtx add in vram depending on the software, if I add a second rtx a4500 in nvlink would it add in vram and more speed in deepfacelab?? Thank ...
closed
2022-08-07T12:17:38Z
2022-08-08T20:39:44Z
https://github.com/iperov/DeepFaceLab/issues/5543
[]
Hiraya123
0
graphql-python/graphene
graphql
908
mutate_and_get_payload method does not resolve Node ID
# Steps to reproduce 1. Create a simple type implementing the `Node` interface 2. Create a mutation for said type that subclasses `relay.ClientIDMutation` 3. Inspect the `**kwargs` of the `mutate_and_get_payload` method # Expected results That the `client_mutation_id` param contains the resolved ID of the no...
closed
2019-02-22T16:21:49Z
2019-04-10T06:29:57Z
https://github.com/graphql-python/graphene/issues/908
[]
arielnmz
3
Miserlou/Zappa
flask
1,785
SQLite attempt to write a readonly database
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 --> I'm just ge...
open
2019-02-25T20:10:33Z
2020-08-26T02:00:18Z
https://github.com/Miserlou/Zappa/issues/1785
[]
Vadorequest
12
StackStorm/st2
automation
5,074
incorrect (?) parsing of extra key=value parameters at end of alias chatops commands
## SUMMARY when providing a string parameter to an alias command (such as `- blah {{string_value}}` ), when that input string contains an "=" character - the string value is cut incorrectly assuming the "=" to denote a key:value extra parameter - overriding the required parameter. ### STACKSTORM VERSION st2 ...
open
2020-11-07T17:46:54Z
2020-11-16T16:06:52Z
https://github.com/StackStorm/st2/issues/5074
[ "bug", "status:to be verified", "chatops" ]
tomerpar
2
keras-team/keras
tensorflow
21,004
Ensured torch import is properly handled
Before : try: import torch # noqa: F401 except ImportError: pass After : try: import torch # noqa: F401 except ImportError: torch = None # Explicitly set torch to None if not installed
open
2025-03-07T19:58:17Z
2025-03-13T07:09:01Z
https://github.com/keras-team/keras/issues/21004
[ "type:Bug" ]
FNICKE
1
iperov/DeepFaceLab
deep-learning
921
can anyone help me with the interface of the "Face Segmentation"?(which called TernausNet in paper)
I try to find the "Face Segmentation" procedure code, however failed... it is mentioned in extraction part, howerer the codes of extraction only contains face and landmark. So i am confused if the aligned mask is generated in traing part? which i means is not the optional XSeg, but the Face Segmentation network to ...
closed
2020-10-16T07:15:03Z
2020-10-28T10:06:35Z
https://github.com/iperov/DeepFaceLab/issues/921
[]
lvZic
1
exaloop/codon
numpy
506
Argument unpacking with `*` not supported
Somehow argument unpacking does not work: ```python arr = [1, 2] print(*arr) ``` Error: `error: argument after * must be a tuple, not 'List[int]'` (Codon version 0.16.3) Is there any way to do this? For the `print()`-case above I could find a workaround, but if I want to use e.g. [`math.lcm(*integers)`](h...
closed
2023-12-08T08:19:42Z
2024-01-29T19:41:37Z
https://github.com/exaloop/codon/issues/506
[ "wontfix" ]
akleemans
1
pydata/bottleneck
numpy
83
BUG: nansum platform overflow
this is on 32-bit linux on 64-bit the the int dtypes work correctly stems from here https://github.com/numpy/numpy/issues/4638 https://github.com/pydata/pandas/issues/6915 workaround with numpy is to do arithmetic in highest dtype, e.g. `values.sum(dtype='float64')` then cast back ``` >>> import numpy as np >>> impo...
closed
2014-04-24T14:17:47Z
2014-07-08T22:04:36Z
https://github.com/pydata/bottleneck/issues/83
[]
jreback
6
strawberry-graphql/strawberry
asyncio
3,571
Extensions execution context can easily overlap between parallel executions.
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug <!-- A clear and concise de...
open
2024-07-14T19:10:47Z
2025-03-20T15:56:48Z
https://github.com/strawberry-graphql/strawberry/issues/3571
[ "bug" ]
nrbnlulu
2
deepset-ai/haystack
machine-learning
8,290
Hosted vector stores: Vertex Search AI, AWS Knowledge Bases, Azure AI Search
I'm curious if there's a reason you've stayed away from the big-tech vector/doc search tools like Google Vertex Search AI, AWS Knowledge Bases, Azure AI Search. Don't get me wrong: I love pgvector, etc. But the ease of use of 100% hosted services is sometimes helpful. **Describe the solution you'd like** Any cha...
closed
2024-08-26T13:36:12Z
2024-08-27T08:31:55Z
https://github.com/deepset-ai/haystack/issues/8290
[]
scosman
2
TheKevJames/coveralls-python
pytest
303
Env Var COVERALLS_SERVICE_JOB_NUMBER maps to wrong config variable
SERVICE_JOB_NUMBER and SERVICE_NUMBER are different things. - SERVICE_NUMBER should be the service build id, eg `build #1938` - SERVICE_JOB_NUMBER should be the the build step, eg `step #2` - SERVICE_JOB_ID should be the name of the build step, eg `"pytest with coverage"` The CI-specific config handlers get the j...
closed
2021-06-10T02:28:12Z
2021-11-03T21:48:59Z
https://github.com/TheKevJames/coveralls-python/issues/303
[]
ashleysommer
4
dmlc/gluon-cv
computer-vision
1,537
Wrong hashtag of ResNet50_v1b_gn.
When I used ResNet with the pretrained models of gluoncv, I found that the correct hashtag of ResNet50_v1b_gn should be 48ddf358, not 0ecdba34. Please revise it.
closed
2020-11-23T03:06:56Z
2021-05-22T06:40:18Z
https://github.com/dmlc/gluon-cv/issues/1537
[ "Stale" ]
deepcvyy
1
pytest-dev/pytest-cov
pytest
510
coverage misses with registed entrypoint
Hi, I have encountered a strange problem with pytest-cov I am writing a package to be included in other products. I want do provide some fixtures for mocking my package in the product tests. At first I used pytest_plugin to include the fixtures in other product. Today i discovered automatic way to register...
open
2021-12-10T10:02:54Z
2022-03-09T22:28:04Z
https://github.com/pytest-dev/pytest-cov/issues/510
[]
Estartu
3
facebookresearch/fairseq
pytorch
4,636
Where is the list with all the possible languages?
I need to translate texts with a lot of different languages. I have found some language's names at documentation, however not all. Where can I get the full list of possible languages like `rus_Cyrl` and `eng_Latn`? Or is it possible to detect the `src_lang` inside the model?
closed
2022-08-08T16:45:47Z
2022-08-09T14:32:07Z
https://github.com/facebookresearch/fairseq/issues/4636
[ "question", "needs triage" ]
lena-kru
1
tqdm/tqdm
jupyter
720
Drop python 2
- [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates Python 2 is obsolete, deorecated and has no type annotations
closed
2019-04-26T07:55:45Z
2023-03-03T21:07:30Z
https://github.com/tqdm/tqdm/issues/720
[ "p4-enhancement-future 🧨", "eol ☠" ]
KOLANICH
1
pytorch/pytorch
numpy
148,951
DISABLED test_wrap_kwarg_default_dynamic_shapes (__main__.DynamicShapesHigherOrderOpTests)
Platforms: linux, rocm, mac, macos This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_wrap_kwarg_default_dynamic_shapes&suite=DynamicShapesHigherOrderOpTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs...
open
2025-03-11T06:44:50Z
2025-03-12T09:42:35Z
https://github.com/pytorch/pytorch/issues/148951
[ "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
pytorch-bot[bot]
4
tflearn/tflearn
data-science
732
How to display Recall or Precision?
Hello, I'm quiet new with tflearn. I did a cnn classifier, which classifies in 17 different classes. I run the code without any problem, and it shows me the accuracy and the loss. I was wondering how can I display the recall and precision. If you want I can show my code (it is based in the example of CNN classifier to ...
open
2017-04-28T13:37:46Z
2017-04-28T16:42:41Z
https://github.com/tflearn/tflearn/issues/732
[]
iuria21
1
django-import-export/django-import-export
django
1,659
Django compress causes issues
**Describe the bug** When I try to compress my project down, the static files within the django-import-export causes errors from the templates. **To Reproduce** Steps to reproduce the behavior: 1. Go to the root of external project in terminal 2. python manage.py collectstatic 3. python manage.py compress --for...
closed
2023-10-20T16:42:46Z
2023-11-03T08:21:40Z
https://github.com/django-import-export/django-import-export/issues/1659
[ "bug" ]
RumitAP
3
scikit-image/scikit-image
computer-vision
7,464
Tracker: free-threaded Python support
This tracking issue aims to collect all the issues and PRs related for the upcoming free-threaded CPython 3.13 (a.k.a. "no-GIL") builds. Until now, as of https://github.com/scikit-image/scikit-image/pull/7463 all the test suite is passing. Right now, as per https://github.com/scikit-image/scikit-image/pull/7463#issuec...
open
2024-07-12T16:28:36Z
2025-02-04T17:58:36Z
https://github.com/scikit-image/scikit-image/issues/7464
[ ":mag: Monitor", ":robot: type: Infrastructure" ]
andfoy
3
pyjanitor-devs/pyjanitor
pandas
697
Diffing two dataframes
# Brief Description From a chat in the SciPy 2020 virtual slack, I would like to propose adding a `df1.diff_against(df2)` function. Diffing stuff can get pretty complex, so I'd advocate to start simple and not rush to an implementation. In particular, defining the key categories of diffing, and how they would wor...
closed
2020-07-08T23:34:39Z
2020-07-12T14:54:06Z
https://github.com/pyjanitor-devs/pyjanitor/issues/697
[ "triage" ]
ericmjl
6
microsoft/hummingbird
scikit-learn
352
Bug in scikit-learn multinomial_naive_bayes?
The tests for sklearn_multinomial_naive_bayes are currently failing. See #351 ``` Mismatched elements: 126 / 300 (42%) Max absolute difference: 5.14276043e-05 Max relative difference: 0.00016642 x: array([[0.2135 , 0.515825, 0.270674], [0.57376 , 0.197127, 0.229113], [0.568936, 0.205431, 0.2...
closed
2020-10-28T22:13:28Z
2020-11-09T18:37:36Z
https://github.com/microsoft/hummingbird/issues/352
[]
ksaur
5
rougier/numpy-100
numpy
198
12345
123456
closed
2023-04-08T06:50:57Z
2023-04-08T09:40:57Z
https://github.com/rougier/numpy-100/issues/198
[]
k713927
0
explosion/spaCy
data-science
12,659
FIXED: Pydantic issubclass error for python 3.8 and 3.9
**UPDATE**: This is now fixed for spacy v3.4 and v3.5 with the release of Pydantic v1.10.8. New installs with `pip install spacy` should work without issue. To fix an existing venv for spacy v3.4 or v3.5, please upgrade Pydantic to the latest compatible version with: ```shell python -m pip install -U pydanti...
closed
2023-05-23T08:43:17Z
2023-08-19T00:02:05Z
https://github.com/explosion/spaCy/issues/12659
[ "bug", "third-party" ]
adrianeboyd
13
miguelgrinberg/Flask-SocketIO
flask
970
Weird warning that only appears on cloud foundry deploy
When i deploy my app with cloud foundry i get this message i dont get locally, even running gunicorn with the same command i use on the server. ``` 2019-05-09T20:46:09.67-0300 [APP/PROC/WEB/0] ERR [2019-05-09 23:46:09,673] WARNING in __init__: Flask-SocketIO is Running under Werkzeug, WebSocket is not available....
closed
2019-05-10T00:01:24Z
2019-05-10T15:21:36Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/970
[ "question" ]
valentin-ballester
6
hbldh/bleak
asyncio
1,643
Support Android with Flet
# Cannot able to you bleak with flet. * While import based platform in `bleak/__init__.py` condition env is not exists. * While build with flet the env is not exist. Need's to remove make as generic.
open
2024-09-28T06:53:30Z
2024-10-06T19:03:13Z
https://github.com/hbldh/bleak/issues/1643
[ "enhancement", "Backend: Android" ]
gunaNeelamegam
4
yt-dlp/yt-dlp
python
12,128
YT m4a audio DASH stream download corruption
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
open
2025-01-18T21:04:26Z
2025-01-26T04:29:51Z
https://github.com/yt-dlp/yt-dlp/issues/12128
[ "external issue", "site-bug", "site:youtube", "core:downloader" ]
bughit
38
lanpa/tensorboardX
numpy
698
Update unittests for newer protobuf
Thanks for working on this! Does https://github.com/lanpa/tensorboardX/blob/master/test-requirements.txt#L5 also need to be refactored? _Originally posted by @daliu in https://github.com/lanpa/tensorboardX/issues/697#issuecomment-1568962185_
closed
2023-06-06T17:30:48Z
2023-07-09T05:12:57Z
https://github.com/lanpa/tensorboardX/issues/698
[]
lanpa
0
X-PLUG/MobileAgent
automation
81
V3什么时候开源呢?看上去速度很快。👍
open
2024-12-19T07:49:48Z
2024-12-26T08:12:43Z
https://github.com/X-PLUG/MobileAgent/issues/81
[]
daliuser
5
BeanieODM/beanie
pydantic
884
[BUG] Argument of type `Callable` to `json_schema_extra` raises `AttributeError`
**Describe the bug** When I pass a `Callable` to the `json_schema_extra` argument of `pydantic.Field()`, I get the following error: ``` File "/home/xxxx/project/.venv/lib/python3.11/site-packages/beanie/odm/utils/init.py", line 754, in init_beanie await Initializer( File "/home/xxxx/project/.venv/lib/pyt...
closed
2024-02-25T23:09:28Z
2024-05-10T16:59:33Z
https://github.com/BeanieODM/beanie/issues/884
[ "bug" ]
valentinoli
1
pyro-ppl/numpyro
numpy
1,365
icdf of beta distribution is not implemented
```python >>> import numpyro.distributions as dist >>> d = dist.Beta(1, 5) >>> d.icdf(0.975) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/ayaka/venv/lib/python3.10/site-packages/numpyro/distributions/distribution.py", line 463, in icdf raise NotImplementedError NotI...
closed
2022-03-15T07:52:18Z
2022-09-12T22:11:45Z
https://github.com/pyro-ppl/numpyro/issues/1365
[ "enhancement", "good first issue" ]
ayaka14732
7
Textualize/rich
python
3,271
[REQUEST] Shortening error messages of certain modules similarly to frame suppression in tracebacks
**How would you improve Rich?** Allow automatic shortening of error messages. Could be implemented similarly to frame suppression. A shortened message would keep only, for example, 3 lines, and the number of lines could be controlled similarly to `max_frames` in `Traceback` **What problem does it solve for you?**...
open
2024-02-03T21:15:07Z
2024-02-03T21:25:47Z
https://github.com/Textualize/rich/issues/3271
[ "Needs triage" ]
ibro45
2
LAION-AI/Open-Assistant
machine-learning
3,532
Must restart page
Whenever I make a prompt, instead of making a response right away, I have to restart the page in order to get the response to load.
closed
2023-06-28T13:41:33Z
2023-06-29T06:39:50Z
https://github.com/LAION-AI/Open-Assistant/issues/3532
[]
thebestone007
2
thp/urlwatch
automation
338
Python 3.3 not tested in CI
This is perhaps more of a question than an issue - why is Python 3.3 removed from Travis CI (in 1c9e644b06aee69a0fcb82f28a49c2c6c41b49d4)? I'm not at all against dropping support for python 3.3 entirely (actually I'm in favor of dropping it). But if python 3.3 is to be supported, having it in CI is quite meaningful,...
closed
2018-12-15T05:47:49Z
2020-07-10T13:35:13Z
https://github.com/thp/urlwatch/issues/338
[]
cfbao
1
xlwings/xlwings
automation
1,854
Excel crashes on wb.close()
#### OS (e.g. Windows 10 or macOS Sierra) Local workstation: Windows 10 Pro Windows Server 2012 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) Local workstation: 0.20.8, Microsoft Excel for Microsoft 386 (16.0.14326.20702) 32 -bit, 3.8.5) Windows Server 2012: 0.20.8 (also tested...
closed
2022-03-07T12:42:59Z
2022-03-09T08:22:46Z
https://github.com/xlwings/xlwings/issues/1854
[]
hermie64
3
scikit-image/scikit-image
computer-vision
7,418
Docs mention non-existing ASV benchmarks
### Description: We need to update our benchmark description. https://pandas.pydata.org/speed/scikit-image/ is no longer a thing. ### Way to reproduce: _No response_ ### Version information: _No response_
open
2024-05-13T18:21:44Z
2024-11-11T02:39:24Z
https://github.com/scikit-image/scikit-image/issues/7418
[ ":page_facing_up: type: Documentation", ":sleeping: Dormant" ]
stefanv
3
huggingface/datasets
computer-vision
7,419
Import order crashes script execution
### Describe the bug Hello, I'm trying to convert an HF dataset into a TFRecord so I'm importing `tensorflow` and `datasets` to do so. Depending in what order I'm importing those librairies, my code hangs forever and is unkillable (CTRL+C doesn't work, I need to kill my shell entirely). Thank you for your help 🙏 ...
open
2025-02-24T17:03:43Z
2025-02-24T17:03:43Z
https://github.com/huggingface/datasets/issues/7419
[]
DamienMatias
0
pennersr/django-allauth
django
4,011
[Password Reset] Prevent reset requests for "social only" users
In some cases, users in our application will have joined an existing organization via e.g. SAML configuration (a `SocialApp`), and thus `user.has_usable_password is False` and `user.socialaccount_set` contains 1 `SocialAccount` that was produced/persisted by way of signing up w/ the previously mentioned SAML `SocialApp...
closed
2024-08-04T15:47:11Z
2024-08-12T14:57:21Z
https://github.com/pennersr/django-allauth/issues/4011
[]
mecampbellsoup
2
huggingface/datasets
nlp
7,323
Unexpected cache behaviour using load_dataset
### Describe the bug Following the (Cache management)[https://huggingface.co/docs/datasets/en/cache] docu and previous behaviour from datasets version 2.18.0, one is able to change the cache directory. Previously, all downloaded/extracted/etc files were found in this folder. As i have recently update to the latest v...
closed
2024-12-12T14:03:00Z
2025-01-31T11:34:24Z
https://github.com/huggingface/datasets/issues/7323
[]
Moritz-Wirth
1
s3rius/FastAPI-template
asyncio
131
Error building Docker image in a fresh project
Hello! Thanks for this great package! Lately, I have started encountering an error when creating a new project (no modifications) and building the docker image from the provided Dockerfile. ```sh [+] Building 22.9s (11/14) => [internal] load build definition from Dockerfile ...
closed
2022-10-27T12:39:41Z
2022-11-04T13:57:40Z
https://github.com/s3rius/FastAPI-template/issues/131
[]
jegork
5
charlesq34/pointnet
tensorflow
119
any ideas with pointnet with color data?
Do you have any ideas with feeding x,y,z coordinates with r,g,b color information into the network?
open
2018-07-22T23:24:16Z
2018-07-22T23:37:18Z
https://github.com/charlesq34/pointnet/issues/119
[]
totti0223
1
robinhood/faust
asyncio
549
Repeated Timer Overlap Warning with SetTable
## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to reproduce Run this demo worker like `python bugdemo.py worker`: ```python import faust app = faust.App('example', broker='kafka://') s...
open
2020-03-12T16:19:05Z
2021-09-04T15:25:15Z
https://github.com/robinhood/faust/issues/549
[]
tapple
5
JaidedAI/EasyOCR
deep-learning
325
difference between farsi and arabic in digit 5
Hi There is a difference between Farsi "۵" and Arabic "٥" and this issue make problem in Farsi number five detection. How can I solve this problem? Thanks
closed
2020-12-06T13:02:00Z
2024-05-24T17:11:24Z
https://github.com/JaidedAI/EasyOCR/issues/325
[]
be42day
5
pallets-eco/flask-sqlalchemy
flask
678
Best way to import Initial Data to some tables
Hi all, I have some tables that I want to have some initial values because of some dependencies. I've tried using event.listens_for on 'after_create' but that's starting to get a bit messy «cause I need lots of data. I was thinking of having something like .csv files with the values I want to ensure that exist on...
closed
2019-02-24T17:47:29Z
2020-12-05T20:37:39Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/678
[]
bcochofel
1
ml-tooling/opyrator
fastapi
40
Error parsing Markdown or HTML in this string: SVG not showing bugs
<!-- Thanks for reporting a bug 🙌 ❤️ Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sure to ...
closed
2021-06-27T23:11:10Z
2021-06-29T03:55:43Z
https://github.com/ml-tooling/opyrator/issues/40
[ "bug" ]
Changwanseo
2
robotframework/robotframework
automation
4,418
Dictionaries insider lists in YAML variable files not converted to DotDict objects
Yaml file: ```yaml x: a: a0 b: b0 y: - a: a1 b: b1 - a: a2 b: b2 ``` Robot file: ```robotframework *** Setting *** Variables ./data.yaml *** Test Cases *** Import Variables By Yaml Test ${type_x}= Evaluate type($x) Log To Console \nx type is ${type_x} ...
closed
2022-07-25T11:21:24Z
2022-08-10T11:05:03Z
https://github.com/robotframework/robotframework/issues/4418
[ "bug", "priority: medium", "beta 1" ]
jiangliangnihao2022
4
PaddlePaddle/ERNIE
nlp
493
finetune_classifier.py 报错
环境 paddle1.8 CUDA 9.0 Python 3.6 信息 feature_pb2.py line22 报错 TypeError:Couldn’t parse file content!
closed
2020-06-12T03:01:31Z
2020-06-12T03:11:04Z
https://github.com/PaddlePaddle/ERNIE/issues/493
[]
hnliu-git
0
mwaskom/seaborn
data-visualization
3,162
defaults to grid(False) for dotplots using seaborn objects so.Dot
Trying to plot with the seaborn objects. Using so.Dot() the following line when commented out reintroduce the grid options. https://github.com/mwaskom/seaborn/blob/master/seaborn/_core/plot.py#L1659
closed
2022-11-27T21:11:43Z
2023-03-27T20:18:54Z
https://github.com/mwaskom/seaborn/issues/3162
[]
Xparx
4
tflearn/tflearn
data-science
591
Cannot import name cache
Hello, While using Tflearn in an Ubuntu 16.04 instance, I get the following error. Was wondering if there is a known reason for this? Or if this has an easy fix? Thank you in advance! Error received: File "one.py", line 2, in <module> import tflearn File "/usr/local/lib/python2.7/dist-packages/tflearn/...
open
2017-02-06T15:53:19Z
2017-02-06T15:53:19Z
https://github.com/tflearn/tflearn/issues/591
[]
AKBoles
0
jazzband/django-oauth-toolkit
django
1,339
Refresh ID token alognside with Access Token
How to refresh the ID token having OAuth2 Refresh Token and avoid repeating Auth flow again? AFAIK current behaviour is to refresh OAuth2 Access Token only
closed
2023-10-17T11:40:04Z
2023-10-17T17:02:51Z
https://github.com/jazzband/django-oauth-toolkit/issues/1339
[ "question" ]
kv-42
1
autogluon/autogluon
computer-vision
4,752
TemporalFusionTransformer and PatchTST predict fails with NotImplementedError related to meta tensors
Subject: TemporalFusionTransformer and `PatchTST` predict fails with NotImplementedError related to meta tensors Hi, Encountering an issue when trying to use a trained `TemporalFusionTransformer` and `PatchTST` model for prediction. **Steps to Reproduce:** 1. Train a `TimeSeriesPredictor` with `TemporalFusion...
open
2024-12-24T07:43:06Z
2025-01-28T12:23:39Z
https://github.com/autogluon/autogluon/issues/4752
[ "bug: unconfirmed", "module: timeseries" ]
Killer3048
4
influxdata/influxdb-client-python
jupyter
298
Using query_api, is there a way to know if a returned column is a tag or a field type?
I can see data-type, default value, etc per column in a flux request (returning fluxTable), but is there a way to know if a key is a tag or a field without having to import the schema package, make an initial call to identify tags, then a second to get all the values and cross reference with those tags? So, is it p...
closed
2021-08-06T16:06:17Z
2021-08-17T05:54:15Z
https://github.com/influxdata/influxdb-client-python/issues/298
[ "question", "wontfix" ]
merwync
2
pyqtgraph/pyqtgraph
numpy
2,805
gl.GLScatterPlotItem strange behavior
python version: 3.7 pyqtgraph version: 0.12.4 system version: ubuntu18.04 Hi, I'm using GLScatterPlotItem to show points, but sometimes it appears like this after refreshing the Item position. This just happens occasionally. https://github.com/pyqtgraph/pyqtgraph/assets/46396478/9aa91abb-fde8-4f1c-9b23-9244ab1f5...
open
2023-08-24T08:35:21Z
2023-08-24T08:36:31Z
https://github.com/pyqtgraph/pyqtgraph/issues/2805
[]
ZhengXinyue
0
serengil/deepface
machine-learning
856
Deepface gets faster after a function call and I want to know why its happening
Hello there, I was wondering how I can speed up facial detection. I believe I am already using the gpu after reinstalling tensorflow and appropriate packages as I get this output when running a Deepface.find() ```python from deepface import DeepFace dfs = DeepFace.find(img_path = "jimmy2.jpg", db_path = "./face...
closed
2023-10-09T15:42:22Z
2023-10-09T16:16:08Z
https://github.com/serengil/deepface/issues/856
[ "question" ]
jcgohr
4
SYSTRAN/faster-whisper
deep-learning
451
help Unknown cover type: 0x1.
When I run to this code segment, info=model. transfer (path, beam_size=5). The program is stuck (Unknown cover type: 0x1 )And it seems like downloading something, what's going on, and sometimes it can run normally. ![image](https://github.com/guillaumekln/faster-whisper/assets/140720825/314c2f0a-8d58-42c5-ad09-7a48...
closed
2023-09-04T02:53:57Z
2024-11-19T23:26:02Z
https://github.com/SYSTRAN/faster-whisper/issues/451
[]
lilinrestart
5
strawberry-graphql/strawberry-django
graphql
344
Create mutation persists object even if HasRetvalPerm check fails
## Describe the Bug I have a mutation like this: ```python create_crew: Crew = strawberry_django.mutations.create( CrewInput, extensions=[permissions.HasRetvalPerm(models.Crew.get_perm("create"))] ) ``` I make a request and get a response like this: ```json { "data": { "createCrew": { "__t...
closed
2023-08-22T11:33:51Z
2025-03-20T15:57:17Z
https://github.com/strawberry-graphql/strawberry-django/issues/344
[ "bug" ]
Mapiarz
3
coqui-ai/TTS
python
3,311
[Bug] Cracks and click at end of generation xtts2
### Describe the bug I'm getting very often random cracks and clicks sounds on end of generation using xtts finetuned models. It is specially more often when using cuda. With cpu its not so much but still happens. ### To Reproduce It happens when generating audio. ### Expected behavior _No response_ ...
closed
2023-11-26T00:19:49Z
2024-12-27T07:59:56Z
https://github.com/coqui-ai/TTS/issues/3311
[ "bug" ]
brambox
3
Kanaries/pygwalker
matplotlib
217
While Loading data around 2 gb with use_kenel_cal = True, the data is not displayed in streamlit
closed
2023-09-04T10:06:46Z
2023-09-24T10:25:37Z
https://github.com/Kanaries/pygwalker/issues/217
[ "enhancement", "good first issue" ]
JeevankumarDharmalingam
20
vitalik/django-ninja
pydantic
1,269
[BUG] Field serialized when using repr=False
Fields are still included when using repr=False. Look at the following example: Expected behaviour is to have fields with repr=False to not serialize, or am I missing something? :) ``` from pydantic import BaseModel, Field from ninja import Schema class ModelExample(BaseModel): height: int width: i...
open
2024-08-19T19:28:12Z
2024-08-20T15:13:41Z
https://github.com/vitalik/django-ninja/issues/1269
[]
robinsandstrom
1
recommenders-team/recommenders
machine-learning
2,082
[ASK] cannot import name 'store_metadata' from 'recommenders.utils.notebook_utils'
I used Python version 3.9.7 in anaconda and installed recommendations using pip. However, I encountered the following error while running lightfm deep dive(the first in). Even after reinstalling, it still hasn't been resolved. What is the problem? ImportError Traceback (most recent ...
closed
2024-04-07T11:23:13Z
2024-04-29T06:52:05Z
https://github.com/recommenders-team/recommenders/issues/2082
[ "help wanted" ]
echo0624
3
onnx/onnx
tensorflow
6,814
CUDA inference on Azure's partial GPU
Hi, I am trying to run inference with ONNX runtime on Azure using Standard_NV6ads_A10_v5 VM which is 1/6th of GPU and getting CUDA error 801 - cudaErrorNotSupported when creating InferenceSession. Everything works as expected on VM with full GPU (NCasT4_v3). Is CUDA inference supported on these partial GPU VMs ? Do I ...
closed
2025-03-14T08:37:37Z
2025-03-14T11:49:21Z
https://github.com/onnx/onnx/issues/6814
[ "question" ]
mkompanek
1
liangliangyy/DjangoBlog
django
449
为什么没有分页功能
只能显示一页文章,作者能优化下不
closed
2021-03-15T10:15:43Z
2021-05-17T10:34:58Z
https://github.com/liangliangyy/DjangoBlog/issues/449
[]
noodv
1
SALib/SALib
numpy
21
Parameter files don't allow parameter names with spaces
I have some parameter names from an existing model that contain with whitespace in the names. The current parameter file format in SALib doesn't allow for parameter files with alternative delimiters to a whitespace `" "`. I suggest that an optional argument `delim=" "` is introduced to the procedure in the util modul...
closed
2014-11-06T15:16:57Z
2014-12-02T18:11:17Z
https://github.com/SALib/SALib/issues/21
[]
willu47
2
sinaptik-ai/pandas-ai
data-science
1,430
May I ask how to solve the time performance issue of loading a database data table as a dataframe?
### 🚀 The feature Using pandas to load database data tables as dataframes, I am a bit concerned about how to avoid this time performance when the data tables are very large. Have you considered performance optimization in this regard? ### Motivation, pitch Using pandas to load database data tables as dataframes, I ...
closed
2024-11-13T06:31:38Z
2024-12-13T11:52:01Z
https://github.com/sinaptik-ai/pandas-ai/issues/1430
[]
xiaozhi-agi
0
pytorch/pytorch
deep-learning
149,032
pin_memory() function doesn't work when it is called before lazy device initalization
### 🐛 Describe the bug When a **pin_memory()** is called on a tensor, before the device is initialized, then the **is_pinned()** always return false. I believe this was broken by a #145752 PR and to be more precise by not calling lazyInitDevice in **_pin_memory** function. Reproduction: ``` import torch ifm = torch.t...
closed
2025-03-12T07:41:19Z
2025-03-13T02:56:28Z
https://github.com/pytorch/pytorch/issues/149032
[]
BartlomiejStemborowski
1
plotly/dash-core-components
dash
209
datepicker fires callbacks more than necessary
`setProps` should only be called once when the property change, in `onDatesChange` it's being called multiple times https://github.com/plotly/dash-core-components/blob/7c2b102c680d9fe0cb9df61f1682feccfa3ddc05/src/components/DatePickerRange.react.js#L63-L69 reproducable example ```python import numpy as np import...
closed
2018-06-07T16:26:22Z
2018-07-12T09:33:22Z
https://github.com/plotly/dash-core-components/issues/209
[]
chriddyp
0
google-research/bert
nlp
941
how to optimize bert to be suitable for multi-pages documents to extract some infomation
bert_qa is powerful for short text to get some information, however, for multi-pages documents, which is consist of hundreds of pages, millions of characters thx
open
2019-11-26T08:42:46Z
2019-11-26T08:54:05Z
https://github.com/google-research/bert/issues/941
[]
smartcatdog
0
ray-project/ray
pytorch
51,437
Release test aws_cluster_launcher failed
Release test **aws_cluster_launcher** failed. See https://buildkite.com/ray-project/release/builds/36067#0195a61c-6288-47cb-ab4a-681ed9dee31b for more details. Managed by OSS Test Policy
closed
2025-03-17T22:08:21Z
2025-03-24T16:42:34Z
https://github.com/ray-project/ray/issues/51437
[ "bug", "P0", "triage", "release-test", "jailed-test", "ray-test-bot", "weekly-release-blocker", "stability", "clusters" ]
can-anyscale
1
ultralytics/yolov5
pytorch
12,839
Ram Usage
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug https://www.kaggle.com/code/vishalb19mia1012/vindr-yolo please refer this notebook While executing the 12k a...
closed
2024-03-22T12:15:06Z
2024-10-20T19:42:00Z
https://github.com/ultralytics/yolov5/issues/12839
[ "bug", "Stale" ]
vishal3046
3
sammchardy/python-binance
api
625
How to convert `time` of future income in human readable date format?
When I do: ``` for future in client.futures_income_history(limit=1000): print(future) ``` I am getting following output: ` {'symbol': 'EGLDUSDT', 'incomeType': 'COMMISSION', 'income': '-0.32781320', 'asset': 'USDT', 'time': 1607111882000, 'info': '4181464', 'tranId': 910514181464, 'tradeId': '418...
closed
2020-12-04T20:45:46Z
2020-12-04T20:58:19Z
https://github.com/sammchardy/python-binance/issues/625
[]
avatar-lavventura
1
agronholm/anyio
asyncio
51
Difference in cancellation behavior: asyncio vs. trio
``` import anyio async def one(): async with anyio.open_cancel_scope() as sc: await anyio.sleep(0.1) raise RuntimeError("This should not be printed") async def bar(tg): try: await anyio.sleep(1) finally: await tg.spawn(one) pass async def foo(): async with ...
closed
2019-04-12T16:20:58Z
2019-05-06T18:06:30Z
https://github.com/agronholm/anyio/issues/51
[]
smurfix
3
pytorch/vision
machine-learning
8,242
Dataset Missing Label Components - DTD
### 🐛 Describe the bug The dataset "Describable Textures Dataset" is missing its class labels. It contains numeric identifiers used for running code, but any human-interpretable label is absent. e.g., if the following list was added to the dataset class, users would have the entire label descriptions according to ...
closed
2024-01-30T19:19:33Z
2024-01-31T18:56:39Z
https://github.com/pytorch/vision/issues/8242
[]
dactylroot
2
dpgaspar/Flask-AppBuilder
flask
1,987
FTSDocuments: an appbuilder show case with FTS5 SQLITE
@dpgaspar can you please go and see: https://github.com/gbrault/FTSDocuments I needed to make few tweaks to come to this (in appbuilder) and you can have a look and tell me if you would like to integrate them in the main stream? I tried to make a pull requests, but I am not successful! Thanks for your work and...
closed
2023-01-28T19:37:34Z
2023-02-23T10:03:25Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1987
[]
gbrault
3
miguelgrinberg/python-socketio
asyncio
915
Doc: asyncio client: code requires Python 3.7+
**Describe the bug** https://python-socketio.readthedocs.io/en/latest/intro.html#client-examples I've tried to run your asyncio client example with Python 3.6 and got traceback: Traceback (most recent call last): File "example-client.py", line 40, in <module> asyncio.run(main()) AttributeError: module '...
closed
2022-04-28T12:03:55Z
2022-04-28T13:06:35Z
https://github.com/miguelgrinberg/python-socketio/issues/915
[]
bialix
2
huggingface/peft
pytorch
2,184
PiSSA Updates Base Model Weights Silently
### System Info Peft v0.13.0 Transformers v4.46.0 ### Who can help? Since this relates to an interaction with PEFT maybe @BenjaminBossan @sayakpaul? ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLU...
closed
2024-10-28T15:59:02Z
2024-10-30T09:16:39Z
https://github.com/huggingface/peft/issues/2184
[ "bug" ]
njbrake
2
albumentations-team/albumentations
machine-learning
1,560
[Adoption] Create PR for better use of Albumnetations in ULtralitics
https://github.com/ultralytics/ultralytics
closed
2024-03-04T19:27:58Z
2024-10-31T02:22:36Z
https://github.com/albumentations-team/albumentations/issues/1560
[ "Adoption" ]
ternaus
0
iperov/DeepFaceLab
deep-learning
938
5.XSeg) data_dst mask - edit.bat
000
closed
2020-11-04T09:28:00Z
2021-09-08T04:41:24Z
https://github.com/iperov/DeepFaceLab/issues/938
[]
stone100010
0
zappa/Zappa
django
774
[Migrated] switching "keep_warm" off doesn't work
Originally from: https://github.com/Miserlou/Zappa/issues/1915 by [filthysocks](https://github.com/filthysocks) If you switch the keep_warm functionality on and then back off again then the cloudwatch rule is NOT deleted. ## Context If you set keep_warm to true, deploy set it to false and deploy again then the clou...
closed
2021-02-20T12:42:15Z
2024-04-13T18:37:14Z
https://github.com/zappa/Zappa/issues/774
[ "no-activity", "auto-closed" ]
jneves
2
neuml/txtai
nlp
869
Feature Request: Enhance observability and tracing capabilities
Currently, txtai lacks built-in observability and tracing capabilities that would help track: - Embeddings generation and indexing processes - LLM prompts/generations - Pipeline execution flows - Agent activities - Workflow execution metrics Potential solution: Integration with MLflow's LLM tracking (https://mlflow.or...
closed
2025-02-07T23:30:03Z
2025-02-25T15:23:01Z
https://github.com/neuml/txtai/issues/869
[]
anzax
5
Miksus/rocketry
automation
170
BUG crashed in pickling
**Describe the bug** On the second run of my task, the following log line triggers continuously in a loop forever: ``` CRITICAL:rocketry.task:Task 'daily_notification' crashed in pickling. Cannot pickle: {'__dict__': {'session': <rocketry.session.Session object at 0x2f6d4f9a0>, 'permanent': False, 'fmt_log_message...
open
2022-12-11T11:21:49Z
2023-12-15T09:18:42Z
https://github.com/Miksus/rocketry/issues/170
[ "bug" ]
tekumara
3
sczhou/CodeFormer
pytorch
180
Riad
closed
2023-03-15T06:19:02Z
2023-04-19T08:51:16Z
https://github.com/sczhou/CodeFormer/issues/180
[]
riadzohan
0
Miserlou/Zappa
django
1,783
Suggestion: support for multiple provisioning providers
https://www.reddit.com/r/aws/comments/as21r7/cloudformation_feature_support_lag_is_way_out_of/ It's a well known pain point in the AWS world that Cloudformation support lags pretty far behind new releases; the most poignant example of this is in #1730, where support for auto-provisioning ALBs and associating Lambda ...
closed
2019-02-24T17:28:57Z
2019-02-24T18:03:35Z
https://github.com/Miserlou/Zappa/issues/1783
[]
youcandanch
1
AirtestProject/Airtest
automation
251
Mac os 10.14 adb版本 Android Debug Bridge version 1.0.40 Version 4986621 无法链接Android真机
**描述问题bug** Mac os系统链接无法连接真机 ``` /usr/local/bin/python3.7 /Users/sunyong/Desktop/game.py [01:08:16][DEBUG]<airtest.core.android.adb> /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/airtest/core/android/static/adb/mac/adb devices [01:08:16][DEBUG]<airtest.core.android.adb> /Library...
closed
2019-01-17T05:20:51Z
2019-03-14T02:09:39Z
https://github.com/AirtestProject/Airtest/issues/251
[]
BULESET
2
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
618
使用swin_transformer构建fpn_backbone出现的错误
Traceback (most recent call last): File "/home/bhts/project/mask_rcnn_attention/mask_rcnn_v1/backbone/swin_transformer_fpn_model.py", line 8, in <module> from backbone.swin import swin_base_patch4_window7_224 File "/home/bhts/project/mask_rcnn_attention/mask_rcnn_v1/backbone/__init__.py", line 3, in <module>...
closed
2022-08-11T09:07:05Z
2022-08-15T01:03:37Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/618
[]
ts19970816
2
ageitgey/face_recognition
machine-learning
1,208
Recognition module doesn't detect low res faces! Is cuda supported for it?
* face_recognition version: * Python version: * Operating System: ### Description I am trying to recognize faces in small images, around 200x200... & faces in those images might be around 64 or 32.... but "face_recognition.face_encodings(img)" doesn't return any encoding.... ### What I Did I tried to use f...
open
2020-08-28T21:32:41Z
2020-09-26T14:46:51Z
https://github.com/ageitgey/face_recognition/issues/1208
[]
KhizarAziz
2
desec-io/desec-stack
rest-api
467
GUI: Make the + button always visible
Suggestion to make the + button always visible in the web interface of the domain DNS management, so when I add a bunch of records (they are added at the bottom), I can actually scroll down to see/verify what I have added. Then once I confirm it is OK, I don't have to scroll up to the top of the page to hit the + butto...
open
2020-10-28T07:54:48Z
2020-10-28T09:08:11Z
https://github.com/desec-io/desec-stack/issues/467
[ "enhancement", "prio: medium", "gui" ]
ghost
0
graphdeco-inria/gaussian-splatting
computer-vision
240
Partially freeze gaussian model
Hey there, I have a gaussian model and I want to freeze some of the first n gaussians while optimizing the rest. To do that, I do the following: ``` def freeze_params(self, freeze_mask): no_grad_xyz = self._xyz[freeze_mask].detach() no_grad_features_dc = self._features_dc[freeze_mask].det...
open
2023-09-25T18:45:26Z
2023-10-12T16:26:19Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/240
[]
VladimirYugay
1
davidteather/TikTok-Api
api
132
[INSTALLATION] - Your error here
Hello , I get the error below when I run file.py : file.py is the Quick Start codes. [https://ibb.co/wcVZVVv](screen-shot) I 've installed chromedriver but nothing changed.
closed
2020-06-08T20:14:42Z
2020-06-09T02:41:08Z
https://github.com/davidteather/TikTok-Api/issues/132
[ "question", "installation_help" ]
Lemmedie
3
jowilf/starlette-admin
sqlalchemy
601
Enhancement: Allow defining default filters
**Is your feature request related to a problem? Please describe.** I would like the list view to be by default filtered by certain fields (as defined in the models' properties). **Describe the solution you'd like** The model class should allow a property to define a list of default filters. **Describe alterna...
open
2024-10-30T09:03:55Z
2024-10-30T09:03:55Z
https://github.com/jowilf/starlette-admin/issues/601
[ "enhancement" ]
essenciary
0
microsoft/unilm
nlp
763
Can LayoutLM be used for language generation ?
I am using LayoutLM2 and LayoutLM3 for Key-Information Extraction. Since the output annotations are normalized, it's difficult to get token-level annotations. I thought about rephrasing such tasks as a language generation problem instead, similar to [Marksend et al, Doc2Dict: Information Extraction as Text Generatio...
open
2022-06-20T13:03:21Z
2022-11-07T14:06:01Z
https://github.com/microsoft/unilm/issues/763
[]
pzdkn
2
encode/databases
asyncio
578
Version not match (0.8.0) depends on sqlalchemy (>=1.4.42,<1.5)
``` [tool.poetry] name = "fastapi-learn" version = "0.1.0" description = "" authors = ["Bee Bee Wijaya <beebee.wijaya@brank.as>"] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" fastapi = "^0.109.0" uvicorn = "^0.25.0" alembic = "^1.13.1" sqlalchemy = "^2.0.25" python-decouple = "^3.8" a...
closed
2024-01-12T14:24:47Z
2024-01-20T16:06:58Z
https://github.com/encode/databases/issues/578
[]
beebeewijaya-tech
2
microsoft/qlib
deep-learning
1,720
Ticker name "NA" makes the exists_qlib_data function report errors.
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> The ticker name "NA" in the "all.txt" under `/instruments` makes the `exists_qlib_data` function fail due to the string "NA" being wrongly converted to the float "nan" but not a string. ## To Reproduce Steps to reproduce the...
open
2024-01-01T06:31:32Z
2024-01-19T19:41:19Z
https://github.com/microsoft/qlib/issues/1720
[ "bug" ]
OzzyXu
3
jschneier/django-storages
django
1,195
cannot import name 'ssl' from 'urllib3.util.ssl_'
This error started to appear, I could not identify for sure why. Has anyone ever experienced this? ```sh django.core.exceptions.ImproperlyConfigured: Could not load Boto3's S3 bindings. cannot import name 'ssl' from 'urllib3.util.ssl_' ``` These are the versions of related packages: Python 3.10.5 django-sto...
closed
2022-11-14T13:40:32Z
2022-11-14T15:14:08Z
https://github.com/jschneier/django-storages/issues/1195
[]
CleitonDeLima
0
google-research/bert
tensorflow
395
Can I use a "[CLS]...[SEP]...[SEP]...[SEP]" in tokens?
E.g., give a input like "[CLS]my question[SEP]passage title[SEP]passage[SEP]" and I want to predict whether the passage contains answers. In other words, "segment_ids" can be bigger than 1?
open
2019-01-24T04:59:33Z
2019-05-10T00:56:47Z
https://github.com/google-research/bert/issues/395
[]
wang001
4