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
pykaldi/pykaldi
numpy
309
Could not find Kaldi. Please install Kaldi under the tools directory or set KALDI_DIR environment variable.
After following the instruction steps, I installed everything in sequence, but I also got the same error in the end `Please install Kaldi under the tools directory or set `KALDI_DIR` environment variable.` Even though I checked the KALDI_DIR variable, it is having a correct path to the kaldi folder pykaldi? An...
closed
2022-11-15T19:18:39Z
2023-09-12T14:00:29Z
https://github.com/pykaldi/pykaldi/issues/309
[]
shakeel608
1
facebookresearch/fairseq
pytorch
4,998
fairseq install error
## 🐛 Bug <!-- Hello, I meet a bug when trying to install fairseq. --> ### To Reproduce Steps to reproduce the behavior: 1. Run cmd 'pip install --editable ./' 2. See error ``` Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://pypi.ngc.nvidia.com, https://pypi.ngc.nvidia.com Obtain...
open
2023-02-28T12:35:03Z
2023-02-28T12:35:25Z
https://github.com/facebookresearch/fairseq/issues/4998
[ "bug", "needs triage" ]
WJMacro
0
iperov/DeepFaceLab
machine-learning
5,349
Any way to acceralete inference of SAEHD tf-model?
Hello there, I'm working on lightweight-deepfake, I'm wondering how to optimize the pretrained SAEHD model aimed to lower inference time, ways including quantization onnx tensorrt etc. If u have any good idea or practice before , plz share in this issue.
closed
2021-06-11T03:27:42Z
2021-07-01T05:39:45Z
https://github.com/iperov/DeepFaceLab/issues/5349
[]
ykk648
2
tensorflow/tensor2tensor
machine-learning
1,533
tf.session
### Description I would like to know, if you could tell me, in what part of the code, the session is created in the training part. that is, when executing: ``` t2t-trainer --model=transformer --hparams_set=transformer_librispeech_tpu \ --problem=librispeech_train_full_test_clean \ ``` , where the session (...
closed
2019-04-08T05:01:15Z
2020-02-17T16:15:34Z
https://github.com/tensorflow/tensor2tensor/issues/1533
[]
manuel3265
1
PablocFonseca/streamlit-aggrid
streamlit
67
df resetting after adding a row
Good day everyone, I'm trying to create a new df using AgGrid but every time I add a new row, the df resets without saving the inputs previously typed. Do you know how to avoid this issue?
closed
2022-03-02T19:47:04Z
2024-04-04T17:53:17Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/67
[]
lalo-ap
5
microsoft/nni
machine-learning
5,627
YOLOV5-s model is a bit larger than pruned before with L1NormPruner
**Describe the bug**: After speedup yolov5-s with sparsity 0.2, and save state dict with torch.save(), I found that the model is a bit larger than pruned before. ![image](https://github.com/microsoft/nni/assets/49636631/e88e3406-1cdc-4929-a0c3-8a40599dd2cc) **Environment**: - NNI version: 3.0rc1 - Training ser...
open
2023-07-03T11:22:17Z
2023-07-05T02:36:12Z
https://github.com/microsoft/nni/issues/5627
[]
moonlightian
0
google-research/bert
nlp
1,134
BERT masked lenguaje model. How can calculate the embedding of the MASK token?
On the training step of the masked lenguaje model, we constuct the embedding of the "masked" token using the embeddings of the contextual words, right? Then with a softmax layer we predict the "masked" word". If we construct the "masked" embedding with the contextual tokens, we would need to calculate the dot produc...
open
2020-08-07T19:21:20Z
2020-08-07T19:23:09Z
https://github.com/google-research/bert/issues/1134
[]
NicolasMontes
0
TencentARC/GFPGAN
deep-learning
413
amo
open
2023-07-11T17:42:41Z
2023-07-11T18:32:15Z
https://github.com/TencentARC/GFPGAN/issues/413
[]
jpyaser
2
microsoft/qlib
deep-learning
1,662
ERROR: No matching distribution found for blosc2>=2.2.8 (macos, python 3.8)
## 🐛 Bug Description When following the installation instructions, I get the following error `ERROR: No matching distribution found for blosc2>=2.2.8` on macos 14.0, python 3.8. ## To Reproduce Steps to reproduce the behavior: ``` conda create --yes -n qlib python=3.8 conda activate qlib pip insta...
open
2023-10-05T11:02:56Z
2023-10-05T11:02:56Z
https://github.com/microsoft/qlib/issues/1662
[ "bug" ]
fhamborg
0
charlesq34/pointnet
tensorflow
32
error if batch size =1
Hi.. I'm getting the following error error while trying to change batch size to 1 `python evaluate.py --visu --batch_size 1 ` ``` ..... ...... ValueError: Shape must be rank 2 but is rank 3 for 'MatMul_1' (op: 'MatMul') with input shapes: [1024,64], [1,64,64]. ``` My final goal is to call the network ...
closed
2017-08-07T18:45:07Z
2017-08-29T09:36:56Z
https://github.com/charlesq34/pointnet/issues/32
[]
mzaiady
2
seleniumbase/SeleniumBase
web-scraping
2,959
Selecting default search engine is needed for Chrome version 127
Hi! The actual problem is described here: https://stackoverflow.com/questions/78787332/selecting-default-search-engine-is-needed-for-chrome-version-127 So you need to make this small fix to work with the new chrome 127. ``` diff -rNu a/browser_launcher.py b/browser_launcher.py --- a/browser_launcher.py 2024-07-2...
closed
2024-07-25T05:45:22Z
2024-07-25T15:34:32Z
https://github.com/seleniumbase/SeleniumBase/issues/2959
[ "enhancement" ]
adron-s
3
strawberry-graphql/strawberry
django
3,121
Generic model type says `_type_definition` is deprecated but no `__strawberry_definition__` is set
When a strawberry type definition is generic, it reports a deprecation warning about `_type_definition`, but the alternative `__strawberry_definition__` is not set. ## Describe the Bug Reproduction: ``` from typing import Generic, TypeVar import strawberry from strawberry.printer import print_schema T = Ty...
open
2023-09-27T13:13:17Z
2025-03-20T15:56:23Z
https://github.com/strawberry-graphql/strawberry/issues/3121
[ "bug" ]
jthorniley
1
deepset-ai/haystack
pytorch
9,016
Add run_async for `AzureOpenAIDocumentEmbedder`
We should be able to reuse the implementation once it is made for the `OpenAIDocumentEmbedder`
open
2025-03-11T11:07:12Z
2025-03-23T07:08:53Z
https://github.com/deepset-ai/haystack/issues/9016
[ "Contributions wanted!", "P2" ]
sjrl
0
psf/requests
python
6,242
setup.py
<!-- Summary. --> ## This bug does not affect usage, but it does exist the bug code is in the "setup.py" file, line 78 here is code: ```python with open(os.path.join(here, "requests", "__version__.py"), "r", "utf-8") as f: exec(f.read(), about) ``` ## It's an issue about function open() I got this from P...
closed
2022-09-22T11:55:13Z
2023-10-02T00:03:18Z
https://github.com/psf/requests/issues/6242
[]
lucas-ccc
1
hzwer/ECCV2022-RIFE
computer-vision
244
关于pytorch版本
您好,我使用pytorch1.6以及更高的版本训练,loss比使用pytorch1.5训练,大很多,会不会用问题?
closed
2022-04-08T08:56:00Z
2022-07-10T04:18:37Z
https://github.com/hzwer/ECCV2022-RIFE/issues/244
[]
dawei03896
2
nerfstudio-project/nerfstudio
computer-vision
2,841
In the new viewer, I want to import my data
Thank you very much for your work. In the new viewer, I want to import my data and I want to add some controls, such as sliders. How to make the viewer displayed in the browser immediately display the effect when I modify the Python code. (Now I need to use Ctrl+C to close the viewer, and then use ns viewer -- load co...
open
2024-01-28T09:48:36Z
2024-01-29T02:55:05Z
https://github.com/nerfstudio-project/nerfstudio/issues/2841
[]
smart4654154
0
recommenders-team/recommenders
deep-learning
1,861
[ASK] Error in NCFDataset creation
### Description Hello all, i'm trying to use the NCF_deep_dive notebook with my own data. With the following structure <html> <body> <!--StartFragment-->   | usr_id | code_id | amt_trx | bestelldatum -- | -- | -- | -- | -- 0 | 0 | 35 | 1 | 2022-03-01 1 | 0 | 2 | 1 | 2022-03-01 2 | 0 | 18 | 1 | 2022-0...
open
2022-11-28T09:13:17Z
2022-11-28T14:20:49Z
https://github.com/recommenders-team/recommenders/issues/1861
[ "help wanted" ]
mrcmoresi
0
graphql-python/graphene-django
graphql
1,031
Extending global filter set overrides
**Is your feature request related to a problem? Please describe.** I am generating `DjangoObjectType` from my models dynamically. Some of those models have custom model fields that I have defined in my project. This throws an error i.e.: ```python AssertionError: MyModelSet resolved field 'custom' with 'exact' loo...
open
2020-08-26T10:46:16Z
2020-08-26T10:46:16Z
https://github.com/graphql-python/graphene-django/issues/1031
[ "✨enhancement" ]
an0o0nym
0
influxdata/influxdb-client-python
jupyter
311
Make FluxTable and FluxRecord json serializable
it would be really handy for debugging if the objects returned from the write_api were json serializable by default (FluxTable and FluxRecord). this would avoid the need to do stuff like `json.dumps(record.__dict__)` I think for this you would simply need to supply a `toJSON` function in those classes.
closed
2021-08-18T02:19:26Z
2021-08-31T09:31:55Z
https://github.com/influxdata/influxdb-client-python/issues/311
[ "enhancement" ]
russorat
2
seleniumbase/SeleniumBase
pytest
2,281
Add option for setting `--host-resolver-rules=RULES`
## Add option for setting `--host-resolver-rules=RULES` This is quite powerful. Here's some documentation on what it can be used for: * https://www.chromium.org/developers/design-documents/network-stack/socks-proxy/ * https://www.electronjs.org/docs/latest/api/command-line-switches ``` A comma-separated list o...
closed
2023-11-14T22:27:29Z
2024-01-25T16:18:48Z
https://github.com/seleniumbase/SeleniumBase/issues/2281
[ "enhancement", "SeleniumBase 4" ]
mdmintz
1
keras-team/keras
tensorflow
20,113
Conv2D is no longer supporting Masking in TF v2.17.0
Dear Keras team, Conv2D layer no longer supports Masking layer in TensorFlow v2.17.0. I've already raised this issue with TensorFlow. However, they requested that I raise the issue here. Due the dimensions of our input (i.e. (timesteps, width, channels)), size of the input shape (i.e. (2048, 2000, 3)) and size of...
closed
2024-08-12T12:52:32Z
2024-08-15T13:36:52Z
https://github.com/keras-team/keras/issues/20113
[ "type:support", "stat:awaiting keras-eng" ]
kavjayawardana
4
nltk/nltk
nlp
2,577
Averaged perceptron tagger cannot load data from paths with %-encoded characters in their names
If you use a non-default data directory that happens to have something that looks like a URL-encoded character in its name, you can't use `PerceptronTagger`, because both in `__init__.py` (for Russian) and in `perceptron.py`, it does url = "file:" + str(find(NAME_OF_PICKLE)) tagger.load(url) (You can see...
open
2020-07-30T13:17:51Z
2020-07-30T13:19:09Z
https://github.com/nltk/nltk/issues/2577
[]
al45tair
0
autogluon/autogluon
scikit-learn
4,505
[tabular] Kaggle Feedback
From tilii7's very nice kaggle post: https://www.kaggle.com/competitions/playground-series-s4e9/discussion/536980 1. Investigate adding LAMA's NN model to AutoGluon. 2. Investigate if hill climbing leads to performance improvement in ensembling. Can verify via [TabRepo](https://github.com/autogluon/tabrepo). Bot...
open
2024-10-01T01:16:53Z
2024-11-25T22:56:52Z
https://github.com/autogluon/autogluon/issues/4505
[ "enhancement", "help wanted", "discussion", "module: tabular" ]
Innixma
2
dpgaspar/Flask-AppBuilder
rest-api
1,480
How to enabled/disable an api from being viewed.
Is it possible to restrict which APIs are visible in the swagger page? For example, create brand new app, add FAB_API_SWAGGER_UI = True to the config and go to /swagger/v1 and there you can see Menu, OpenApi and Security. How do I hide Menu and OpenApi but keep Security there? Thanks.
closed
2020-10-03T01:46:24Z
2021-01-10T14:20:54Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1480
[ "stale" ]
memjr
1
httpie/cli
rest-api
928
Some URLs result in badly formated httpie output
Some URLS result badly formated httpie output, e.g. `https://doi.org/10.1001/archneur.62.9.1459` ![](https://i.imgur.com/spiETy4.png) Debug info: ``` http --debug HTTPie 2.1.0 Requests 2.22.0 Pygments 2.6.1 Python 3.7.4 (default, Jul 9 2019, 18:13:23) [Clang 10.0.1 (clang-1001.0.46.4)] /usr/local/opt/...
closed
2020-06-10T09:02:26Z
2021-01-29T21:27:11Z
https://github.com/httpie/cli/issues/928
[]
kennell
2
pinry/pinry
django
233
[Feature] Allow board to have a password
I know that this is a big one, but I would love to share my private boards to "guests" via a private url or some kind of password protection so that they are able to see my pins, but not do anything else, only to those pins.
open
2020-11-01T07:55:19Z
2021-03-25T17:45:59Z
https://github.com/pinry/pinry/issues/233
[ "enhancement" ]
Avalarion
2
dropbox/PyHive
sqlalchemy
149
Should not have nextUri if failed with PrestoDB 0.181
We have this error with Superset ``` Should not have nextUri ```
closed
2017-08-09T12:30:49Z
2017-09-13T08:36:44Z
https://github.com/dropbox/PyHive/issues/149
[]
damiencarol
4
sqlalchemy/alembic
sqlalchemy
938
Alembic Primary Key issue with mssql ( Azure Synapse SQL DW )
**Describe the bug** Im trying to apply migrations using alembic to Azure Synapse SQL DW. Im facing following issue while performing alembic upgrade head: ``` sqlalchemy.exc.ProgrammingError: (pyodbc.ProgrammingError) ('42000', '[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Enforced unique constraint...
closed
2021-09-29T04:36:44Z
2021-09-29T15:18:49Z
https://github.com/sqlalchemy/alembic/issues/938
[ "question" ]
ashishmgofficial
2
pytorch/vision
machine-learning
8,327
Model instantiation without loading from disk
### 🚀 The feature So far, the only way to use a model from `torchvision` is through loading a `jit` checkpoint from the disk like so: ```c++ #include <torch/script.h> #include <iostream> #include <memory> int main(int argc, const char* argv[]) { if (argc != 2) { std::cerr << "usage: example-app <pa...
open
2024-03-17T07:45:48Z
2024-03-18T20:21:12Z
https://github.com/pytorch/vision/issues/8327
[]
AndreasKaratzas
2
aleju/imgaug
machine-learning
445
error thrown when calling _draw_samples_image ia.do_assert(regain_bottom <= crop_bottom)
I'm trying to train a Mask RCNN model using imgaug for augmentations. All of my images are 512x512 and I've updated the default config params from to: IMAGE_MAX_DIM = 512 IMAGE_MIN_DIM = 512 IMAGE_RESIZE_MODE = "none" (I've also tried setting this to "square") I keep encountering this error and have...
open
2019-09-26T23:51:20Z
2019-09-28T07:09:54Z
https://github.com/aleju/imgaug/issues/445
[]
cpoptic
3
ploomber/ploomber
jupyter
263
Show a warning when using the CLI and the entry point fails to resolve
e.g. `ploomber build --entry-point some.entry.point --help` can be used to see what parameters are available to run the pipeline but if the entry point is invalid, the cli does not show any warnings, it just not displays any extra parameters
closed
2020-09-30T15:41:50Z
2020-10-01T17:55:17Z
https://github.com/ploomber/ploomber/issues/263
[]
edublancas
0
mckinsey/vizro
plotly
179
ModuleNotFoundError: No module named 'vizro.tables'
### Question my version of Vizro: 0.1.0 Here is my code: ![image](https://github.com/mckinsey/vizro/assets/80054552/a12ffedc-ff82-42d6-92c0-4eecc9483269) I'd like from vizro.tables import dash_data_table but the terminal will pop up the error: **ModuleNotFoundError: No module named 'vizro.tables'** ### Code/Exam...
closed
2023-11-24T10:09:37Z
2023-12-04T09:21:21Z
https://github.com/mckinsey/vizro/issues/179
[ "General Question :question:" ]
bvbvtw
1
jupyterhub/repo2docker
jupyter
600
Specifying multiple commands when launching a container from the CLI
I was expecting to be able to run several commands as the command repo2docker runs but can't work out how. Something like `repo2docker https://github.com/binder-examples/conda-freeze conda install numpy pandas && conda env export -n root` is what I'd like to do. If you quote the command like so `repo2docker https:/...
open
2019-03-02T07:51:45Z
2021-05-17T20:39:07Z
https://github.com/jupyterhub/repo2docker/issues/600
[ "documentation", "needs: discussion" ]
betatim
2
CatchTheTornado/text-extract-api
api
12
Pulling model from cli
root@DESKTOP-5T7CRRP:/mnt/c/Users/user/pdf-extract-api# python3 client/cli.py llm_pull --model llama3.1 Failed to pull the model: Internal Server Error On "server side": ``` fastapi_app | INFO: 172.18.0.1:37452 - "POST /llm_pull HTTP/1.1" 500 Internal Server Error fastapi_app | ERROR: Exception in A...
closed
2024-11-01T13:15:33Z
2024-11-07T13:29:30Z
https://github.com/CatchTheTornado/text-extract-api/issues/12
[ "bug" ]
Marcelas751
3
fastapi-users/fastapi-users
fastapi
295
Websocket support?
Hey, is there a way to have websocket support with this or is there a function we can call inside of a function/route to get the current user? I'm trying to use it in a function for a websocket to see if there's a user returned by get_active_user but it gives me an exception everytime: ``` ERROR: Exception in AS...
closed
2020-08-12T22:42:49Z
2023-08-21T00:37:47Z
https://github.com/fastapi-users/fastapi-users/issues/295
[ "question" ]
SelfhostedPro
10
pyjanitor-devs/pyjanitor
pandas
1,225
`summarize`
# Brief Description <!-- Please provide a brief description of what you'd like to propose. --> I would like to propose a `summarize` function, similar to dplyr's `summarise` function and pandas' `agg` function, but for grouping operations, and more flexible # Example API ```python df.summarize(y='sum',n=la...
closed
2022-12-18T10:37:03Z
2025-03-02T22:27:38Z
https://github.com/pyjanitor-devs/pyjanitor/issues/1225
[]
samukweku
0
autogluon/autogluon
scikit-learn
4,362
Time Series Predictor: Changing the random seed does not change results for all models
Hi, I am trying to affect the results of certain models by changing the random_seed parameter in the Time Series Predictor module. The models I used and the effect are in the table below. The models that had different results were: PatchTST, Simplefeedforward, TemporalFusionTransformer, DirectTabular and AutoET...
open
2024-08-01T16:00:08Z
2024-11-26T10:17:56Z
https://github.com/autogluon/autogluon/issues/4362
[ "enhancement", "module: timeseries" ]
ZohrahV
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,819
Detected on fingerprint.com
![image](https://github.com/ultrafunkamsterdam/undetected-chromedriver/assets/59287810/6031a139-7ae5-4aff-ba02-350510a3ca11) fingerprint.com is detecting UC driver: https://fingerprint.com/products/bot-detection/
open
2024-04-05T09:35:13Z
2024-10-21T04:16:07Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1819
[]
BersXx
13
KevinMusgrave/pytorch-metric-learning
computer-vision
42
Make ProxyAnchorLoss extend WeightRegularizerMixin
Should be straightforward.
closed
2020-04-11T09:05:48Z
2020-04-11T19:53:27Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/42
[ "enhancement" ]
KevinMusgrave
1
stitchfix/hamilton
numpy
137
Metadata emission
**Is your feature request related to a problem? Please describe.** Hamilton encodes a lot of metadata that lives in code. It also creates some at execution time. There are projects such as https://datahubproject.io/, https://openlineage.io/ that capture this metadata across a wide array of tooling to create a central ...
closed
2022-06-21T21:57:26Z
2023-02-26T17:09:14Z
https://github.com/stitchfix/hamilton/issues/137
[ "enhancement", "product idea" ]
skrawcz
3
widgetti/solara
jupyter
685
Typo in type hint of `solara.components.tooltip.Tooltip`
There is a typo in the definition of the `Tooltip` component: https://github.com/widgetti/solara/blob/714e41d8950b38bd14435ae4356d9d841c4a278f/solara/components/tooltip.py#L10C5-L10C40 Currently, it's like this: ```python @solara.component def Tooltip( tooltip=Union[str, solara.Element], children=[], ...
closed
2024-06-14T11:40:01Z
2024-06-28T11:09:05Z
https://github.com/widgetti/solara/issues/685
[]
MG-MW
1
ultrafunkamsterdam/undetected-chromedriver
automation
849
still block by nike.com
where using UC on chrome version 86 or 106, automate into nike.com it blocks and redirect into error page. any suggestion on fix this problem?
open
2022-10-24T13:18:34Z
2022-11-16T13:40:11Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/849
[]
terrylao
4
apache/airflow
automation
47,682
Fix attrs 25.2.0 compatibility
### Body attrs just released 25.2.0, which was broken Airflow with exceptions like: ``` self.dag = DAG("test_dag_id", default_args=args) E TypeError: __init__() got an unexpected keyword argument 'default_args' ``` https://github.com/python-attrs/attrs/releases/tag/25.2.0 Might be this change: https://github....
closed
2025-03-12T16:03:36Z
2025-03-13T18:12:54Z
https://github.com/apache/airflow/issues/47682
[ "kind:bug", "kind:meta" ]
jedcunningham
0
xuebinqin/U-2-Net
computer-vision
333
A new webapp that generate ID photos for free based on U2NET
Thank you for publishing this DL model. This really enables many applications. I personally made one that helps people generate ID photo easily. https://freeidphoto.com/
open
2022-09-19T03:25:54Z
2022-09-19T03:25:54Z
https://github.com/xuebinqin/U-2-Net/issues/333
[]
hckuo2
0
jpjacobpadilla/Stealth-Requests
web-scraping
3
Can't use requests.Session()
AttributeError: module 'stealth_requests' has no attribute 'Session'
closed
2025-01-23T18:29:13Z
2025-01-23T18:48:58Z
https://github.com/jpjacobpadilla/Stealth-Requests/issues/3
[]
reillychase
2
uriyyo/fastapi-pagination
fastapi
590
Different response models
Hi. I was wondering if there was support to dynamically return either of two response models similar to how FastAPI allows. I checked the docs and issues and couldn't find it documented. I tried using Union shown by the example below but am given: `RuntimeError: Use params or add_pagination`. ```python @router.get(...
closed
2023-04-02T21:11:07Z
2023-04-09T09:47:46Z
https://github.com/uriyyo/fastapi-pagination/issues/590
[ "question" ]
visuxls
2
PaddlePaddle/models
computer-vision
5,042
module 'paddle' has no attribute 'enable_static'
Traceback (most recent call last): File "train.py", line 252, in <module> paddle.enable_static() AttributeError: module 'paddle' has no attribute 'enable_static'
closed
2020-12-14T03:27:52Z
2020-12-22T07:41:49Z
https://github.com/PaddlePaddle/models/issues/5042
[]
JonyJiang123
1
vitalik/django-ninja
rest-api
973
[BUG] When running the server using django-ninja's router, there is an issue of multiple objects with different types being received.
**Describe the bug** A clear and concise description of what the bug is. **Versions (please complete the following information):** - Python version: 3.11 - Django version: 4.2.7 - Django-Ninja version: 1.0.1 - Pydantic version: 2.5.2 Hello, developers! When trying to set up a new project with djan...
closed
2023-12-01T13:04:53Z
2023-12-02T01:34:56Z
https://github.com/vitalik/django-ninja/issues/973
[]
Gibartes
2
marshmallow-code/flask-smorest
rest-api
27
Cannot create a second flask application
Hi, I believe that due to recent changes around the Blueprint.doc decorator it's not possible to have 2 flask applications created at the same time. See below a minimal example. Tests should pass with flask-rest-api 0.10 but the test `test_app` fails with 0.11. Is this the expected behavior or it's a bug? ``` ##...
closed
2018-11-19T13:59:09Z
2019-06-11T10:10:42Z
https://github.com/marshmallow-code/flask-smorest/issues/27
[ "enhancement" ]
svidela
8
s3rius/FastAPI-template
graphql
64
Question: what is the endpoint link when running from python -m ?
Hi I executed the a newly generated template with dummy model, router and self-hosted API. But somehow the endpoint (including /health) is returning 404. I did not change the router settings either. What is the url link? `http://127.0.0.1:8000/health` $ python -m main INFO: Started server process [4505] IN...
closed
2022-01-27T20:43:06Z
2022-01-27T20:45:58Z
https://github.com/s3rius/FastAPI-template/issues/64
[]
am1ru1
1
predict-idlab/plotly-resampler
plotly
43
On click callback in notebooks.
Is it possible to have the plotly on_click() listener work in a Jupyter notebook? If so, could you extend the sample notebook to demonstrate this?
closed
2022-04-15T09:15:20Z
2022-05-06T10:34:27Z
https://github.com/predict-idlab/plotly-resampler/issues/43
[]
mcourteaux
6
microsoft/nni
deep-learning
5,002
Error runing quantization_speedup.py
**Describe the issue**: When running quantization_speedup.py in the tutorial file (I did not change anything), I got an error as below. ``` [2022-07-20 01:41:46] Model state_dict saved to ./log/mnist_model.pth [2022-07-20 01:41:46] Mask dict saved to ./log/mnist_calibration.pth [07/20/2022-01:41:49] [TRT] [W] D...
open
2022-07-20T02:00:08Z
2022-08-15T08:56:52Z
https://github.com/microsoft/nni/issues/5002
[ "model compression", "support" ]
Raychen0617
2
pallets-eco/flask-wtf
flask
76
SESSION_COOKIE_SECURE = True Causing CSRF to always fail
Whenever SESSION_COOKIE_SECURE is set to True, CSRF always fails. Default setting for SESSION_COOKIE_SECURE is False.
closed
2013-07-18T00:47:44Z
2020-10-26T00:28:40Z
https://github.com/pallets-eco/flask-wtf/issues/76
[]
owenmead
4
zwczou/weixin-python
flask
29
支持下小程序的登录啊
closed
2018-06-21T06:55:06Z
2019-02-25T02:49:39Z
https://github.com/zwczou/weixin-python/issues/29
[]
wangying11
1
waditu/tushare
pandas
1,099
MYSQL读取报错
数据下载,导入数据库时,直接以纯数字命名,查看数据时,mysql1064报错
closed
2019-07-22T21:38:51Z
2019-07-23T03:09:50Z
https://github.com/waditu/tushare/issues/1099
[]
PegmanHuang
1
LAION-AI/Open-Assistant
machine-learning
2,957
Running OA_SFT_Pythia_12B local inference with GPU support
Hi, I'm trying to run on a cloud VM the inference setup using the steps on the `inference` folder. Been able to run ok the `distilgpt2`, now I want to try the `the OA_SFT_Pythia_12B model` Any guidance on how to modify the `docker-compose.yaml` , inference-worker, to use the GPU on my machine.
closed
2023-04-28T12:22:48Z
2023-04-28T20:52:44Z
https://github.com/LAION-AI/Open-Assistant/issues/2957
[ "question" ]
velascoluis
1
autogluon/autogluon
scikit-learn
4,839
[timeseries] Expose all MLForecast configuration options in DirectTabular and RecursiveTabular models
[timeseries module] In nixtla mlforecast one can specify not just the lags (1, 2, 3, etc.) but also lag transforms such as min, max, mean, rolling, etc. https://nixtlaverse.nixtla.io/mlforecast/docs/how-to-guides/lag_transforms_guide.html The idea would be when specifying hyperparameters one could pass in lag_transfo...
open
2025-01-24T21:11:04Z
2025-01-28T12:21:07Z
https://github.com/autogluon/autogluon/issues/4839
[ "enhancement", "module: timeseries" ]
breadwall
0
aimhubio/aim
data-visualization
2,555
AimLogger is not supporting new PyTorch Lightning module name
## 🐛 Bug There is a hardcoded check in aim where it checks the package name for pytorch-lightning. However, they are migrating to a new name 'lightning'. Hence the check fails. See the warning message on PL website. Location in aim-code where the check fails: `aim/sdk/adapters/pytorch_lightning.py", line 23` ...
open
2023-03-01T21:38:27Z
2023-03-03T11:19:09Z
https://github.com/aimhubio/aim/issues/2555
[ "type / bug", "help wanted", "phase / exploring", "area / integrations" ]
vanhumbeecka
1
onnx/onnx
tensorflow
6,191
Importing `onnx==1.16.1` causes a segmentation fault on MacOS 11 (Big Sur)
# Bug Report ### Is the issue related to model conversion? <!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk...
open
2024-06-18T19:32:08Z
2024-07-18T13:17:53Z
https://github.com/onnx/onnx/issues/6191
[ "bug" ]
joshuacwnewton
7
CorentinJ/Real-Time-Voice-Cloning
tensorflow
543
Lack of pre-compiled results in lost interest
so I know the first thing people are going to say is, this isn't an issue. However, it is. by not having a precompiled version to download over half the people that find their way to this GitHub are going to lose interest. Honestly, I'm one of them. I attempted to compile it but then I saw that I had to track down eac...
closed
2020-10-04T20:44:15Z
2020-10-09T06:08:30Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/543
[]
drats666
8
graphdeco-inria/gaussian-splatting
computer-vision
917
Question about frustum culling options
First and foremost, I would like to thank you for sharing your code and research with the community. It has been incredibly helpful and insightful for my project. I have a question regarding a specific part of your code in auxiliary.h that I was hoping you could clarify. in the following line: `if (p_view.z <= 0...
open
2024-08-01T06:23:47Z
2024-08-01T06:23:47Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/917
[]
TheKyu27
0
mars-project/mars
pandas
2,342
Tileable Progress can be illustrated on Task Detail DAG
**Is your feature request related to a problem? Please describe.** On the Task Detail DAG, we can paint the color of each tileable based on its progress. This will help us to oversee the status of the task. Right now, all the tileables on the DAG are filled with a yellow color: ![Picture1](https://user-images.git...
closed
2021-08-16T07:51:10Z
2021-08-23T10:10:29Z
https://github.com/mars-project/mars/issues/2342
[ "type: feature", "mod: web" ]
RandomY-2
1
dynaconf/dynaconf
flask
462
Regression detected [was] Case insensitive access of structures inside lists
**Describe the bug** When I access a Box that is stored in a BoxList the access becomes case sensitive. I know about DynaBox, but for some reason the list access returns a vanilla Box and not a DynaBox. Background: I need to parse more or less complex data from the config (routing stuff) and enrich the data stru...
closed
2020-10-25T19:31:35Z
2021-03-08T18:50:18Z
https://github.com/dynaconf/dynaconf/issues/462
[ "bug", "enhancement" ]
trallnag
9
miguelgrinberg/python-socketio
asyncio
612
Callbacks lost when reconnecting
I am calling the `call` function of the SocketIO client and the response from the `call` will take a long time to come return (about 1 hour). As such, I am passing `timeout=None` to force the connection to stay open and wait this long time. However, if the client looses contact during that timeframe, and successfully...
closed
2021-01-13T16:18:59Z
2021-01-13T17:37:14Z
https://github.com/miguelgrinberg/python-socketio/issues/612
[ "question" ]
jsexauer
2
vitalik/django-ninja
rest-api
1,258
Is there a way to use swagger and redoc together?
I'm currently using redoc. I'd like to use a swagger with another endpoint. Please let me know if you know how ```python from ninja import NinjaAPI, Redoc from django.contrib.admin.views.decorators import staff_member_required base_api = NinjaAPI( title="My API", version="0.0.1", docs=Redoc(s...
closed
2024-08-08T17:57:21Z
2024-08-08T18:00:56Z
https://github.com/vitalik/django-ninja/issues/1258
[]
updaun
1
vaexio/vaex
data-science
1,467
Memory Error while trying to export data in an infitine while loop[BUG-REPORT]
**Description** Hello Everyone I was running an infinite loop which was getting data from sql. I converted this sql data to pandas dataframe and finally to vaex dataframe. After that, I had added some addition of column and merging another dataframe to the same dataframe. Everything was running fine till now in...
closed
2021-07-15T18:18:31Z
2022-08-07T19:42:40Z
https://github.com/vaexio/vaex/issues/1467
[]
bsbalkar
8
babysor/MockingBird
deep-learning
977
windows11输入>python demo_toolbox.py后没反应,不报错
![image](https://github.com/babysor/MockingBird/assets/153831846/ca74633c-aa35-486c-9490-5ae818f2d499) 输入>python demo_toolbox.py后没反应,不报错
open
2023-12-14T13:10:41Z
2024-01-11T06:28:52Z
https://github.com/babysor/MockingBird/issues/977
[]
gogoner
1
MolSSI/cookiecutter-cms
pytest
140
Revisit using src/package_name directory instead of package_name directory
So around a month ago I read Hynek Schlawack nice article about [testing and packaging](https://hynek.me/articles/testing-packaging/), which also direct me to [another article](https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure) by Ionel MC. The main point of those articles are why it is important to mo...
open
2021-09-13T07:05:57Z
2021-09-18T16:23:50Z
https://github.com/MolSSI/cookiecutter-cms/issues/140
[]
radifar
6
apify/crawlee-python
automation
801
Is it possible to pass in a custom transport?
I'm trying to add response caching via [hishel transports](https://hishel.com/userguide/#using-the-transports), but am not seeing a way to customize the transport used by the Crawlee client as it is [created internally in _get_client()](https://github.com/apify/crawlee-python/blob/13bb4002c75ee906db3539404fa73fff825e83...
closed
2024-12-10T13:46:24Z
2024-12-12T09:51:30Z
https://github.com/apify/crawlee-python/issues/801
[ "enhancement", "t-tooling" ]
tleyden
4
svc-develop-team/so-vits-svc
deep-learning
324
[Bug]:
### 系统平台版本号 windows 11 ### GPU 型号 4090 ### Python版本 3.10 ### PyTorch版本 n/a ### sovits分支 4.0(默认) ### 数据集来源(用于判断数据集质量) 个人声音处理 ### 出现问题的环节或执行的命令 推理 ### 情况描述 训练2400步后,生成的模型,在预处理的时候报错 异常信息:Given groups=1, weight of size [192, 768, 5], expected input[1, 256, 773] to have 768 channels, but got 256 channels ins...
closed
2023-07-20T12:54:18Z
2023-08-01T09:12:29Z
https://github.com/svc-develop-team/so-vits-svc/issues/324
[ "bug?" ]
729533572
2
python-gitlab/python-gitlab
api
2,918
.play() on job returns 500 even though job is started successfully
## Description of the problem, including code/CLI snippet I'm starting a job via the API and getting a 400 error even though I can see the job getting kicked off and running in the UI. Because of this I have no way of knowing if the error is reliable. ``` job = project.jobs.get(job.id, lazy=True) job.play() ``` !...
closed
2024-07-09T19:36:47Z
2024-07-11T08:45:10Z
https://github.com/python-gitlab/python-gitlab/issues/2918
[ "need info" ]
wardbox
6
lepture/authlib
django
289
Ability to configure the authorization and refresh grant type for uncompliant clients [AzureDevops]
**Is your feature request related to a problem? Please describe.** When using authlib with flask to create an [azure devops](https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-6.1) client, we are missing the ability to pass custom arguments to `authlib.oauth2.rfc6749.parameters.prepare_to...
closed
2020-11-03T13:36:43Z
2020-11-03T19:34:07Z
https://github.com/lepture/authlib/issues/289
[]
angelsenra
1
huggingface/transformers
nlp
36,812
Not able to trace GPT2DoubleHeadsModel
### System Info Hi, I'm trying to create trace of GPT2DoubleHeadsModel model but I'm facing issue. Here is my code ``` from transformers.utils import fx from transformers import * gpt2_config = GPT2Config() model = GPT2DoubleHeadsModel(gpt2_config) input_names = model.dummy_inputs.keys() trace = fx.symbolic_trace(mo...
open
2025-03-19T06:24:36Z
2025-03-19T15:46:52Z
https://github.com/huggingface/transformers/issues/36812
[ "bug" ]
levindabhi
1
serengil/deepface
machine-learning
963
DeepId throws exception in
To reproduce the issue, run the command ```shell cd tests python visual_tests.py ```
closed
2024-01-21T13:53:46Z
2024-01-21T18:26:21Z
https://github.com/serengil/deepface/issues/963
[ "bug" ]
serengil
1
yeongpin/cursor-free-vip
automation
23
requirements.txt missing
this project is missing the requirements.txt file to install dependencies.
closed
2025-01-14T07:22:22Z
2025-01-14T08:05:08Z
https://github.com/yeongpin/cursor-free-vip/issues/23
[]
muhammedfurkan
0
allure-framework/allure-python
pytest
94
Teardown function's logs not captured
If I have a xunit style setup and teardown methods at function level , and if i run my test script without -s option, only stdout setup and stdout call are captured. Why is stdout teardown not captured? <img width="1399" alt="screenshot at jul 10 13-21-13" src="https://user-images.githubusercontent.com/1056793...
closed
2017-07-10T20:59:13Z
2017-07-13T00:41:23Z
https://github.com/allure-framework/allure-python/issues/94
[]
shreyashah
5
pyeve/eve
flask
821
JSON API I/O
I'm working with an [API Consumer](http://emberjs.com/api/data/classes/DS.JSONAPISerializer.html) which expects API output to conform to the [JSON API](http://jsonapi.org) specification. While the HATEOAS output from Eve is close, it's not quite compatible. This can be worked around either on the server (using `on_fetc...
closed
2016-02-09T11:45:07Z
2018-05-18T16:19:41Z
https://github.com/pyeve/eve/issues/821
[ "stale" ]
anthony-arnold
10
falconry/falcon
api
2,364
Multipart form parser should not require CRLF after the closing `--`
It seems that appending `CRLF` after the closing `--` is not strictly required by [RFC 2046](https://www.rfc-editor.org/rfc/rfc2046) if the client does not include any trailing epilogue, although it is a common convention that nearly all clients follow. However, as witnessed by my colleague, the Node [Undici](https...
closed
2024-10-10T12:07:26Z
2024-10-10T18:58:59Z
https://github.com/falconry/falcon/issues/2364
[ "bug" ]
vytas7
3
flairNLP/fundus
web-scraping
316
[Feature Request]: Easy way to test URLSource
### Problem statement When adding a news source, the first important step is to identify a sitemap/newsmap/RSS feed and point the corresponding `URLSource` instance to it. The tutorial uses this example: ```python NewsMap("https://www.latimes.com/news-sitemap.xml") ``` As a contributor, I would like to get...
closed
2023-09-01T11:09:26Z
2023-09-11T17:31:20Z
https://github.com/flairNLP/fundus/issues/316
[ "feature" ]
alanakbik
1
coqui-ai/TTS
python
2,877
[Bug] Cant install on MacOS Intel
### Describe the bug Cant install on MacOS Intel ### To Reproduce ` INFO: clang: numpy/core/src/multiarray/flagsobject.c warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt] warning: overriding currently unsup...
closed
2023-08-15T18:45:53Z
2023-08-26T10:09:23Z
https://github.com/coqui-ai/TTS/issues/2877
[ "bug" ]
alxbouchard
0
recommenders-team/recommenders
deep-learning
1,929
[BUG] News recommendation method: npa_MIND.ipynb cannot run properly!
### Description I'm running `recommenders/examples/00_quick_start/npa_MIND.ipynb`, and I encountered the following error message when I ran `print(model.run_eval(valid_news_file, valid_behaviors_file))`: > File ~/anaconda3/envs/tf2/lib/python3.8/site-packages/tensorflow/python/client/session.py:1480, in BaseSessio...
closed
2023-05-08T08:06:59Z
2023-05-13T09:02:39Z
https://github.com/recommenders-team/recommenders/issues/1929
[ "bug" ]
SnowyMeteor
1
huggingface/datasets
pandas
7,022
There is dead code after we require pyarrow >= 15.0.0
There are code lines specific for pyarrow versions < 15.0.0. However, we require pyarrow >= 15.0.0 since the merge of PR: - #6892 Those code lines are now dead code and should be removed.
closed
2024-07-03T08:52:57Z
2024-07-03T09:17:36Z
https://github.com/huggingface/datasets/issues/7022
[ "maintenance" ]
albertvillanova
0
pywinauto/pywinauto
automation
1,121
Excuse me, what are the factors that affect running speed
Excuse me, I have a set of the same program, but when running on two computers, the page filling speed is significantly different (twice slower). The computers have the same hardware except the resolution of the monitor. Is there any other reason that will affect the running speed of the program? Please let me kno...
open
2021-09-28T09:10:05Z
2021-10-03T09:43:25Z
https://github.com/pywinauto/pywinauto/issues/1121
[ "question" ]
prcciencecc
1
PaddlePaddle/PaddleHub
nlp
1,877
PaddleHub 识别出来的,能否直接调用,不要保存图片,然后再读取图片
PaddleHub 识别出来的 我看有自带的画框 能返回带框的图像 能否直接调用 不要保存图片到本地,然后再本地读取图片
open
2022-05-24T03:29:22Z
2024-02-26T05:02:05Z
https://github.com/PaddlePaddle/PaddleHub/issues/1877
[]
monkeycc
2
OpenInterpreter/open-interpreter
python
1,226
The interpreter cannot install required dependencies by itself.
### Describe the bug ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[65], line 4 2 import os 3 print('##active_line2##') ----> 4 from rdkit import Chem 5 print('#...
open
2024-04-23T06:34:09Z
2024-04-23T06:34:09Z
https://github.com/OpenInterpreter/open-interpreter/issues/1226
[]
stan1233
0
saleor/saleor
graphql
17,118
Bug: Cannot delete demo account in Dashboard
### What are you trying to achieve? I'm trying to delete a superuser account with email "anna.jenkins@example.com. Nor can I disable this account. ### Steps to reproduce the problem Go to Staff Members and delete unnecessary accounts. ![Screen Shot 2024-12-02 at 3 29 47 PM](https://github.com/user-attachmen...
open
2024-12-02T07:32:48Z
2024-12-09T10:01:07Z
https://github.com/saleor/saleor/issues/17118
[ "bug", "accepted" ]
charleslcso
3
great-expectations/great_expectations
data-science
10,711
Missing Failed Row Identification in Results for expect_column_values_to_be_type and expect_column_values_to_be_in_type_list Expectations
**Describe the bug** The expect_column_values_to_be_type and expect_column_values_to_be_in_type_list expectations do not provide failed row identification in their results. **Expected behavior** The documentation([https://greatexpectations.io/expectations/expect_column_values_to_be_of_type]) includes the result fo...
open
2024-11-27T12:42:55Z
2025-02-12T21:26:25Z
https://github.com/great-expectations/great_expectations/issues/10711
[ "bug", "backlog" ]
akmahi
1
quantmind/pulsar
asyncio
196
Deprecate multi_async
Replace with `gather`
closed
2016-01-30T21:08:29Z
2017-02-09T21:53:14Z
https://github.com/quantmind/pulsar/issues/196
[ "design decision", "enhancement" ]
lsbardel
1
hbldh/bleak
asyncio
1,386
Overwhelming amounts of Notifications - any way to handle that?
* bleak version: 0.20.2 * Python version: 3.11.0 * Operating System: Windows 10,11 - but also seen on Linux * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description I have a start-notify listening to a Bluetooth multimeter something like this ``` from datetime import datetime import asyncio ...
closed
2023-08-10T12:26:07Z
2023-08-10T21:36:49Z
https://github.com/hbldh/bleak/issues/1386
[]
shrewdlogarithm
5
unionai-oss/pandera
pandas
1,214
pyright type annotations for DataFrame[Schema] don't match those generated via mypy
First, thanks for the great package! I noticed that the hints provided in the [Mypy Integration](https://pandera.readthedocs.io/en/stable/mypy_integration.html#mypy-integration) docs don't seem to consistently align with pyright, the type checker included in microsoft's vscode python plugin. Specifically, looking...
open
2023-06-04T19:44:04Z
2023-06-04T19:45:19Z
https://github.com/unionai-oss/pandera/issues/1214
[ "enhancement" ]
pstjohn
0
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
791
[BUG]: While generating resume through gemini getting error
### Describe the bug while generating resume throght gemin it is hitting open ai api ### Steps to reproduce creating resume using gemini ### Expected behavior create a resume ### Actual behavior failed, was trying to create api through openai ### Branch None ### Branch name _No response...
closed
2024-11-09T11:20:55Z
2024-11-09T16:52:11Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/791
[ "bug" ]
surajmoolya
1
ansible/awx
django
14,912
User Details redirects to a resource that is "not found"
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-02-21T19:40:02Z
2024-02-22T16:52:07Z
https://github.com/ansible/awx/issues/14912
[ "type:bug", "component:ui", "needs_triage", "community" ]
daydone
1
kaarthik108/snowChat
streamlit
4
Intallation Build
I am facing a problem setting up the environment mainly in step 4 of the installation guide, can someone guide what to do specifically there?
open
2023-05-19T11:53:26Z
2023-07-28T03:24:34Z
https://github.com/kaarthik108/snowChat/issues/4
[]
Arush04
3
microsoft/unilm
nlp
781
in expectation of markupxlm
**Describe** Model I am using (MarkupLM ...): https://github.com/microsoft/unilm/issues/547#issuecomment-981703151 Seven months have passed. What about the markupxlm?@lockon-n
open
2022-07-06T09:19:51Z
2022-07-06T09:43:36Z
https://github.com/microsoft/unilm/issues/781
[]
nlper-77
0
biolab/orange3
numpy
6,860
Path processing in the Formula widget
**What's your use case?** This would be most useful for _Spectroscopy_ and similar workflows. Files always come with a path that carry information about organization. In `Formula` it is possible to do plenty of math but not much of text processing (except for the obvious string operations). However, it would be awe...
open
2024-07-23T08:00:43Z
2024-07-23T08:00:43Z
https://github.com/biolab/orange3/issues/6860
[]
borondics
0
flairNLP/flair
nlp
2,864
IndexError
I was trying to train FLAIR for NER and i had this bug. File "FLAIR1.py", line 37, in <module> trainer.train('resources/taggers/example-ner',learning_rate=0.1,mini_batch_size=16,max_epochs=10,main_evaluation_metric=("macro avg", "f1-score"),embeddings_storage_mode="cpu") File "flair/trainers/trainer.py", lin...
closed
2022-07-15T12:45:09Z
2023-04-07T16:35:46Z
https://github.com/flairNLP/flair/issues/2864
[ "question", "wontfix" ]
faz9
3
collerek/ormar
fastapi
1,181
Failing test: test_weakref_init
When I run the test suite one of the tests fails. ``` $ python3 -mpytest -k test_weakref_init ==================================================================================== test session starts ==================================================================================== platform linux -- Python 3.11....
closed
2023-08-31T16:24:55Z
2024-06-10T08:48:20Z
https://github.com/collerek/ormar/issues/1181
[ "bug" ]
EdwardBetts
1
ultralytics/yolov5
pytorch
12,490
Putting data into different numpy array's based on confidence
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello! I am currently working on an application that reads out a string contains all of t...
closed
2023-12-10T15:13:24Z
2024-10-20T19:33:57Z
https://github.com/ultralytics/yolov5/issues/12490
[ "question", "Stale" ]
ThundahPrime
5
JaidedAI/EasyOCR
pytorch
569
Newbie Question : how to produce Output as TXT file
hi, sorry for the very newbie question, and my broken English, I am not a python programmer, so installing to this "working state" is quite miraculous for me, for the info, I use windows 10 and use "easyocr.exe" using cmd and this is the result: ``` ([[384, 46], [862, 46], [862, 124], [384, 124]], '元旱安,好久不旯', 0.553...
closed
2021-10-15T13:23:30Z
2024-03-28T12:51:04Z
https://github.com/JaidedAI/EasyOCR/issues/569
[]
kucingkembar
3
dropbox/PyHive
sqlalchemy
253
Possible DB-API fetchall() performance improvements
Currently the cursor implementation for [fetchall](https://github.com/dropbox/PyHive/blob/65076bbc8697a423b438dc03e928a6dff86fd2cb/pyhive/common.py#L129) indirectly iterates over the result set via `fetchone` rather than directly iterating over the result set similar to prestodb's python [DB-API](https://github.com/pre...
open
2018-11-15T06:49:13Z
2018-11-28T05:53:52Z
https://github.com/dropbox/PyHive/issues/253
[]
john-bodley
0