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
biosustain/potion
sqlalchemy
158
Use of pattern_properties is not clear
I want to define an `Object` with `patternProperties`, basically to return a schema-free dict. Looking at the doc it seems you'd do this with `fields.Object(pattern_properties={'.*': MyValueSchema})`, but this just returns a dict with `".*"` as key. What's the correct way of defining an object with `patternProper...
closed
2018-12-07T09:42:23Z
2019-01-10T11:37:19Z
https://github.com/biosustain/potion/issues/158
[]
albertodonato
8
jonaswinkler/paperless-ng
django
1,573
[BUG] Progression bar stuck
**Describe the bug** Whenever I try to upload a document from the web interface, the progression bar gets stuck at "Upload complete, waiting...". No status is reported beyond that, whether it's a success or an error, with the only exception being when the file type is not supported. **To Reproduce** 1. Go to the ...
open
2022-01-23T17:36:31Z
2023-02-09T08:27:26Z
https://github.com/jonaswinkler/paperless-ng/issues/1573
[]
Keiishu
10
PaddlePaddle/models
computer-vision
4,962
我在用自己数据集调试video tag的attention lstm模型时遇到点问题...
我的数据集有8类,也就是8个标签,我想利用你们开源的模型进行预训练,当我把configs/attention_lstm-single.yaml中MODEL下面的num_classes改成8的时候,报错如下: AssertionError: Parameter's shape does not match, the Program requires a parameter with the shape of ((4096, 8)), while the loaded parameter (namely [ output.w_0 ]) has a shape of ((4096, 3396)). 如果不使用预训练模型,可以跑完训练...
closed
2020-11-19T11:51:54Z
2020-11-20T07:02:06Z
https://github.com/PaddlePaddle/models/issues/4962
[]
dl-lengyan
2
clovaai/donut
nlp
275
Idea: Freezing SwinEncoder and fine-tuning BARTdecoder only on custom data
My goal is to be able to finetune on my consumer-grade NVidia RTX GPU which has only 8GB of memory. The Donut architecture has a SwinEncoder followed by a BARTDecoder. I plan to freeze all the layers in SwinEncoder by setting `requires_grad` to False and fine-tune only the BARTDecoder layers. Has anyone tried ...
open
2023-11-27T05:42:20Z
2024-02-07T03:18:24Z
https://github.com/clovaai/donut/issues/275
[]
jackkwok
4
openapi-generators/openapi-python-client
rest-api
626
Max version for dependencies restricts freedom for consuming projects
**Is your feature request related to a problem? Please describe.** Recently httpx had a security vulnerability posted that required an update to httpx==0.23.0. openapi-python-client does not have a lot of dependencies, but httpx was one of them, and httpx was pinned to `<0.23.0` The solution at the time was to...
closed
2022-06-07T01:54:47Z
2022-11-12T18:45:26Z
https://github.com/openapi-generators/openapi-python-client/issues/626
[ "✨ enhancement" ]
m3brown
2
Sanster/IOPaint
pytorch
79
U is undefined
I'm getting a u is undefined error when I try and use the brush on an image
closed
2022-10-05T16:28:24Z
2022-10-06T19:37:09Z
https://github.com/Sanster/IOPaint/issues/79
[]
cryptojoejoe
0
voxel51/fiftyone
data-science
5,288
[BUG] Please include all python dependencies for defaults
### Instructions Thank you for submitting an issue. Please refer to our [issue policy](https://www.github.com/voxel51/fiftyone/blob/develop/ISSUE_POLICY.md) for information on what types of issues we address. 1. Please fill in this template to ensure a timely and thorough response 2. Remove the section instruc...
open
2024-12-17T19:35:02Z
2024-12-17T19:35:03Z
https://github.com/voxel51/fiftyone/issues/5288
[ "bug" ]
thesteve0
0
brightmart/text_classification
tensorflow
1
pre-trained word embedding
where to find zhihu-word2vec-title-desc.bin-100?
closed
2017-07-12T14:16:40Z
2017-08-03T03:07:39Z
https://github.com/brightmart/text_classification/issues/1
[]
lc222
1
mlfoundations/open_clip
computer-vision
266
Clarify readme
Readme is too big and mention many unrelated things Let's try and make things simple and move additional information to other MD files Readme should contain only: * Best results and models * How to install * How to do inference * how to do training Details can be moved to dedicated files eg evaluating.md w...
closed
2022-11-28T16:23:24Z
2023-02-03T23:56:23Z
https://github.com/mlfoundations/open_clip/issues/266
[]
rom1504
5
QuivrHQ/quivr
api
2,709
Demo Linear
Demo Linear
closed
2024-06-24T09:44:19Z
2024-06-24T10:01:14Z
https://github.com/QuivrHQ/quivr/issues/2709
[]
StanGirard
1
K3D-tools/K3D-jupyter
jupyter
50
Improve handling of context loss
While creating lots of test plots in a notebook, I notice that the initial plots behaves strangely. The plot contents and grid is gone, but the numbers and letters on the xyz axes are still there and interaction works. I'm not sure exactly what's needed to reproduce yet, but I'm guessing it's related to webgl context l...
closed
2017-05-31T13:58:20Z
2020-05-05T01:13:20Z
https://github.com/K3D-tools/K3D-jupyter/issues/50
[]
martinal
5
lanpa/tensorboardX
numpy
289
the graph has many unused node with long type?
(%0 : Float(1, 3, 384, 384) %1 : Float(64, 3, 7, 7) %2 : Float(64) %3 : Float(64) %4 : Float(64) %5 : Float(64) %6 : Long() %7 : Float(64, 64, 1, 1) %8 : Float(64) %9 : Float(64) %10 : Float(64) %11 : Float(64) %12 : Long() ......) ...
closed
2018-11-27T03:32:34Z
2018-12-26T18:17:07Z
https://github.com/lanpa/tensorboardX/issues/289
[]
li-haoran
0
donnemartin/system-design-primer
python
463
Question - Is their a repo as comprehensive as this for Algorithms & Data Structures?
I have searched but have not came across something as comprehensive as this.
open
2020-08-28T14:41:40Z
2020-10-30T01:13:03Z
https://github.com/donnemartin/system-design-primer/issues/463
[ "needs-review" ]
avinashkanaujiya
3
huggingface/datasets
pytorch
6,827
Loading a remote dataset fails in the last release (v2.19.0)
While loading a dataset with multiple splits I get an error saying `Couldn't find file at <URL>` I am loading the dataset like so, nothing out of the ordinary. This dataset needs a token to access it. ``` token="hf_myhftoken-sdhbdsjgkhbd" load_dataset("speechcolab/gigaspeech", "test", cache_dir=f"gigaspeech/test...
open
2024-04-19T21:11:58Z
2024-04-19T21:13:42Z
https://github.com/huggingface/datasets/issues/6827
[]
zrthxn
0
jina-ai/serve
machine-learning
5,606
feat: provide post request level prefetch argument
**Describe the feature** <!-- A clear and concise description of what the feature is. --> The `prefetch` argument is currently used in the Gateway to control the number of in flight requests. This mechanism acts a preliminary back pressure to the executors by not overloading the executors until the `prefetch` or le...
closed
2023-01-17T13:57:20Z
2023-01-19T10:49:13Z
https://github.com/jina-ai/serve/issues/5606
[ "epic/gRPCTransport" ]
girishc13
0
litestar-org/litestar
api
3,793
Enhancement: drop 3.8, since it is EOL since 3.13 release
### Summary Python 3.8 is EOL: https://devguide.python.org/versions/ Dropping 3.8 will allow us to: - [ ] Drop python3.8 examples - [ ] Dropping `List` / `Optional` / etc usage - [ ] Require one less version in CI What do others think? If you agree, I would like to send a PR :) ### Basic Example _No respo...
closed
2024-10-14T10:33:05Z
2025-03-20T15:54:58Z
https://github.com/litestar-org/litestar/issues/3793
[ "Enhancement", "Compatibility", "Package" ]
sobolevn
2
shibing624/text2vec
nlp
106
您好,在使用training_sup_text_matching_model_en.py进行微调的时候遇到的一些问题
### Describe the Question Please provide a clear and concise description of what the question is. 我尝试去使用我自己的数据集,标签只有0和1,我是打算做二分类问题,请问最后的指标是应该怎么算呢,大于0.5的算1,小于0.5的算0吗?因为在您的库中我没有找到与Accuracy或者precision这些指标相关的代码。
closed
2023-07-26T09:13:02Z
2023-08-17T13:15:37Z
https://github.com/shibing624/text2vec/issues/106
[ "question" ]
Fino2020
6
qubvel-org/segmentation_models.pytorch
computer-vision
247
Low GPU utilities using deeplabv3
| 1 TITAN RTX Off | 00000000:65:00.0 Off | N/A | | 55% 76C P2 116W / 280W | 9107MiB / 24212MiB | 43% Default | On average the utility is around 30%, and the iterations are very slow. If using other models, say unet, the utility is over 90%. In both deeplabv3 and un...
closed
2020-08-25T07:14:10Z
2022-02-20T01:54:02Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/247
[ "Stale" ]
askerlee
4
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
709
FileNotFound even files does exit
**System information** * Have I written custom code: No * OS Platform: window10 * Python version: 3.8 * Deep learning framework and version: PyTorch 1.7.1 * Use GPU or not: use GPU * The network you trained: Faster R-CNN **Describe the current behavior** ** I am using a custom Pascal VOC dataset. but my fi...
open
2022-12-26T11:45:29Z
2022-12-26T11:45:29Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/709
[]
Shuvo001
0
sunscrapers/djoser
rest-api
263
string index out of range
while using auth/users/create/ .... i am getting string index out of range at the time of sending confirmation and activation email... email backend and setting are all aright and i have not override any function
closed
2018-02-01T13:39:04Z
2019-01-22T12:27:03Z
https://github.com/sunscrapers/djoser/issues/263
[]
sbishnu019
3
allenai/allennlp
nlp
5,302
allennlp.training.callbacks.confidence_checks.ConfidenceCheckError: The NormalizationBiasVerification check failed.
Hi, 1) What should check for this error? and how to set it False in config file? ``` allennlp.training.callbacks.confidence_checks.ConfidenceCheckError: The NormalizationBiasVerification check failed. See logs for more details. You can disable these checks by setting the trainer parameter `run_confidence_checks` ...
closed
2021-07-07T07:09:58Z
2021-07-08T09:28:39Z
https://github.com/allenai/allennlp/issues/5302
[ "question" ]
HenryPaik1
2
plotly/dash-table
plotly
213
Feature Request: Export Data Button
Similar to how you can save plotly graphs to PNGs from a button it would be useful to be able to provide a button that saves the data in a table as a csv or excel file. It would be nice if it took in to account of filtering done either via either the frontend or backend. I don't have any particular opinion on how th...
closed
2018-11-03T17:28:59Z
2019-09-12T15:47:59Z
https://github.com/plotly/dash-table/issues/213
[ "dash-type-enhancement" ]
notatallshaw
2
docarray/docarray
fastapi
1,875
Loading audio tensors fails: ValueError: all input arrays must have the same shape
### Initial Checks - [X] I have read and followed [the docs](https://docs.docarray.org/) and still think this is a bug ### Description I have created subclips of a video in .mp4 using ffmpeg (through moviepy): ```py # moviepy.video.io.ffmpeg_tools.ffmpeg_extract_subclip def ffmpeg_extract_subclip(filename...
open
2024-03-06T20:13:45Z
2024-04-04T12:31:11Z
https://github.com/docarray/docarray/issues/1875
[]
chrisammon3000
4
mars-project/mars
scikit-learn
2,717
Supports argument `inclusive` in `date_range` function
Pandas 1.4 now use `inclusive` instead of `closed` in `pd.date_range`. Mars need to adapt to that change.
closed
2022-02-16T08:46:06Z
2022-02-16T22:26:05Z
https://github.com/mars-project/mars/issues/2717
[ "type: feature", "mod: dataframe" ]
wjsi
0
sinaptik-ai/pandas-ai
data-science
1,065
openai should support modify base_url
### 🚀 The feature sometimes we need to use openai with new base_url, for example, original openai url is blocked, or we need a customized openai style api. So we should support modify base_url ### Motivation, pitch sometimes we need to use openai with new base_url, for example, original openai url is blocked, or we...
closed
2024-03-27T12:00:20Z
2024-03-27T17:45:24Z
https://github.com/sinaptik-ai/pandas-ai/issues/1065
[]
cFireworks
0
pallets/flask
flask
5,688
Error using sample code in favicon documentation
The code sample gives the assert `view_func is not None, "expected view func if endpoint is not provided."`. Documentation in question: https://flask.palletsprojects.com/en/stable/patterns/favicon/ Sample code in question: ``` app.add_url_rule('/favicon.ico', redirect_to=url_for('static', filename='f...
open
2025-03-02T06:04:51Z
2025-03-02T06:05:43Z
https://github.com/pallets/flask/issues/5688
[]
AluminumAngel
1
aws/aws-sdk-pandas
pandas
2,871
Unable to use copy_from_files to load into a redshift table w/ an identity column.
### Describe the bug In reference to this [issue](https://github.com/aws/aws-sdk-pandas/issues/1110), it appears we are still unable to run copy_from_files when attempting to copy parquet data into a redshift table that has an identity column. It works with to_sql, but not copy_from_files. ### How to Reproduce ```...
closed
2024-06-24T16:27:46Z
2024-07-22T08:01:31Z
https://github.com/aws/aws-sdk-pandas/issues/2871
[ "bug" ]
nlm4145
1
pydantic/FastUI
fastapi
320
computed_field properties not showing in tables
I have a model with some [computed_field](https://docs.pydantic.dev/2.0/usage/computed_fields/)s and they do not show up automatically when I try to render them in a table, unless I explicitly define the `columns` of the table (and reference the field by name with a `DisplayLookup`). The problem/inconvenience with t...
closed
2024-05-26T17:25:29Z
2024-05-28T17:33:20Z
https://github.com/pydantic/FastUI/issues/320
[]
jimkring
4
vi3k6i5/flashtext
nlp
69
Comparison to `re2` or `hyperscan`
Hi, Both `re2` and `hyperscan` are regex engines tuned for performance. Did you try comparing flashtext to them? Thanks,
open
2018-12-05T20:56:13Z
2018-12-05T20:56:13Z
https://github.com/vi3k6i5/flashtext/issues/69
[]
elazar-lb
0
huggingface/datasets
machine-learning
6,858
Segmentation fault
### Describe the bug Using various version for datasets, I'm no more longer able to load that dataset without a segmentation fault. Several others files are also concerned. ### Steps to reproduce the bug # Create a new venv python3 -m venv venv_test source venv_test/bin/activate # Install the latest versio...
closed
2024-05-02T08:28:49Z
2024-05-03T08:43:21Z
https://github.com/huggingface/datasets/issues/6858
[]
scampion
2
koxudaxi/datamodel-code-generator
pydantic
2,220
Migrate from Poetry to uv package manager
**Description** We should consider migrating our dependency management from Poetry to uv, which is a new extremely fast Python package installer and resolver written in Rust. **Benefits of migration:** - Significantly faster package installation (up to 10-100x faster than pip) - Built-in compile cache for faste...
closed
2024-12-14T06:44:20Z
2025-01-30T18:19:10Z
https://github.com/koxudaxi/datamodel-code-generator/issues/2220
[ "enhancement", "good first issue", "dependencies" ]
koxudaxi
6
davidsandberg/facenet
tensorflow
853
TypeError: unorderable types: NoneType() <= int()
Hi all, While I was training my own data set, all is fine for 6 hours but this error suddenly appear. Epoch: [90][1000/1000] Time 0.516 Loss 0.198 Xent 0.019 RegLoss 0.179 Accuracy 0.989 Lr 0.00050 Cl 0.915 Running forward pass on validation set Validation Epoch: 90 Time 0.000 Loss nan Xent nan Accuracy nan ...
open
2018-08-23T02:15:50Z
2019-07-10T14:29:46Z
https://github.com/davidsandberg/facenet/issues/853
[]
qjqjqjj
4
apache/airflow
automation
47,425
AIP-38 Add Asset Events to Dag Run and Task Instance details
### Body For asset-triggered dag runs, somewhere on the Dag Run page should include the asset events that triggered it. For task instances that produce asset events, somewhere on the TaskInstance page should include the asset events created. Both should use `src/components/AssetEvents` ### Committer - [x] I acknow...
closed
2025-03-05T22:28:39Z
2025-03-12T02:08:02Z
https://github.com/apache/airflow/issues/47425
[ "kind:feature", "area:UI", "AIP-38", "area:datasets" ]
bbovenzi
0
remsky/Kokoro-FastAPI
fastapi
61
Apple Silicon support
``` docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0post1 # CPU WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested <jemalloc>: MADV_DONTNEED does not work (memset will be used instead) <jemalloc>: (T...
closed
2025-01-15T17:47:21Z
2025-01-24T12:58:59Z
https://github.com/remsky/Kokoro-FastAPI/issues/61
[ "enhancement", "good first issue" ]
awdemos
2
pydata/pandas-datareader
pandas
908
Empty prices from yahoo data reader
Hi, There is a recurrent error with the yahoo data reader, although checking their source page, the information for prices is populated, the yahoo data reader is finding it empty: ``` json_response["context"]["dispatcher"]["stores"]["HistoricalPriceStore"] {'prices': [], 'isPending': False, 'firstTradeDate': -132...
open
2021-09-20T13:09:34Z
2021-10-10T09:22:03Z
https://github.com/pydata/pandas-datareader/issues/908
[]
pablomerix
1
mkhorasani/Streamlit-Authenticator
streamlit
146
missing 1 required positional argument: 'form_name'
I follow the tutorial at readme file but when I run ``` streamlit run app.py ```` I got the following error: login() missing 1 required positional argument: 'form_name'. I have also created config.yaml file based on the example provided. My entire code is attached below: ``` import yaml from yaml.loader i...
closed
2024-03-23T19:58:06Z
2024-03-23T20:18:42Z
https://github.com/mkhorasani/Streamlit-Authenticator/issues/146
[ "help wanted" ]
iliasmachairas
2
modin-project/modin
data-science
6,889
Define `__all__` for `envvars.py`
closed
2024-01-26T17:09:37Z
2024-01-30T09:02:48Z
https://github.com/modin-project/modin/issues/6889
[ "Code Quality 💯" ]
anmyachev
0
ploomber/ploomber
jupyter
1,067
git error in new repository
```sh ploomber examples -n templates/ml-basic -o ml cd ml git init ploomber status ``` Output: ``` Loading pipeline... fatal: bad revision 'HEAD' name Last run Outdated? Product Doc (short) Location -------- ---------------- ------------- ----------------- --------...
closed
2023-01-27T17:24:24Z
2023-01-29T02:39:08Z
https://github.com/ploomber/ploomber/issues/1067
[]
edublancas
2
deepfakes/faceswap
deep-learning
811
GPU usage is less than %20
I trained for 60 hours, Iterations is 1,6000. CPU usage is around 100%,but GPU usage hash been less than %20, This should be abnormal?This seems to be still training with the CPU.How should I troubleshoot where the problem is? I download the file faceswap_setup_x64.exe use gui version, and install Nvidia CUDA cuDNN ...
closed
2019-07-27T05:15:06Z
2019-09-11T03:44:21Z
https://github.com/deepfakes/faceswap/issues/811
[]
kamike
4
pydantic/FastUI
pydantic
272
GoToEvent doesn't refresh the page
I have a landing page with a list of items, and each item has a delete button. Pressing the button pops up a modal that asks for confirmation. If the delete is confirmed, I need the landing page to refresh so that the deleted item is no longer there. I've tried to do this by having the `post` route handler for the ...
closed
2024-04-14T17:49:39Z
2024-04-18T16:07:22Z
https://github.com/pydantic/FastUI/issues/272
[]
charlie-corus
1
tqdm/tqdm
pandas
661
Reopening a completed/finished/closed bar
When I re-create tq object to reset the progress bar, it creates a new one. I would like to re-use the existing one in the console. Can you please let me know how I can reset the existing progress bar?
open
2019-01-21T15:15:47Z
2019-01-26T18:59:54Z
https://github.com/tqdm/tqdm/issues/661
[ "p4-enhancement-future 🧨" ]
akaniklaus
15
viewflow/viewflow
django
267
_wrapper() missing 2 required positional arguments: 'flow_class' and 'flow_task'
I use django viewflow passing variables to function based view. But when i use decorator @flow_start_view on view , there is an error :_wrapper() missing 2 required positional arguments: 'flow_class' and 'flow_task'.
closed
2020-03-29T09:26:42Z
2020-05-12T03:10:57Z
https://github.com/viewflow/viewflow/issues/267
[ "request/question", "dev/flow" ]
zgpnuaa
2
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
12
Absolute path not found
I setup everything successfully using pip3 and I run this with a test image in the `test_image` folder on my desktop. ``` python run.py --input_folder /Users/g14a/Desktop/test_image/ --output_folder /Users/g14a/Desktop/test_output/ --GPU 0 --with_scratch ``` and then I get this error log. ``` Running Stage 1...
closed
2020-09-25T14:27:40Z
2020-09-28T09:37:16Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/12
[]
g14a
3
vanna-ai/vanna
data-visualization
30
Migrate tests to this repo
Our tests are on the server repo -- they need to be migrated to this repo
closed
2023-07-24T12:15:51Z
2023-07-24T17:57:14Z
https://github.com/vanna-ai/vanna/issues/30
[ "internal" ]
zainhoda
0
sqlalchemy/sqlalchemy
sqlalchemy
10,321
ensure all modules in testing etc. can be imported without any configuration
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10320
closed
2023-09-07T21:34:17Z
2023-09-08T12:54:27Z
https://github.com/sqlalchemy/sqlalchemy/issues/10321
[ "bug", "setup", "near-term release" ]
zzzeek
1
google-research/bert
nlp
759
Exporting probabilities over the learned vocabulary
Currently, the `extract_features.py` file supports extracting representations before the last output layer but I want to extract the final probabilities over the vocabulary. I modified the code with the following addition but it doesn't seem to work (the probabilities I'm getting are all very small). ``` model_outp...
closed
2019-07-12T18:44:11Z
2019-07-16T15:32:33Z
https://github.com/google-research/bert/issues/759
[]
lioutasb
0
DistrictDataLabs/yellowbrick
scikit-learn
419
Add alpha transparency to RadViz
To make the RadViz a bit easier to read, we can add optional transparency, set by the user to be able to distinguish regions of more or less density.
closed
2018-05-14T21:49:40Z
2018-05-29T21:36:43Z
https://github.com/DistrictDataLabs/yellowbrick/issues/419
[ "type: feature", "level: novice", "pycon2019" ]
bbengfort
1
holoviz/panel
plotly
6,863
Legend Position of Holoviews Layout Affects Sizing of Other Plot(s) in GridSpec Layout
### Description: When using a `GridSpec` layout to create a grid of plots in Panel, the position of the legend in one plot can affect the sizing of the other plots above in the Grid. This issue occurs when the legend is positioned outside of the plot (e.g., 'right'). However, when the legend is positioned within the p...
open
2024-05-24T09:40:10Z
2024-05-24T09:40:10Z
https://github.com/holoviz/panel/issues/6863
[]
matsvandecavey
0
keras-team/keras
deep-learning
20,918
Backend not switching dynamically between tensorflow and torch
As the title says, using keras 3.8 on python 3.10: ```python from keras.src.utils import backend_utils from keras.src import backend dynamic = backend_utils.DynamicBackend () dynamic.set_backend('tensorflow') print (backend.backend()) dynamic.set_backend('torch') print (backend.backend()) ``` ```bash tensorflow tensorf...
open
2025-02-17T23:11:18Z
2025-02-18T18:13:14Z
https://github.com/keras-team/keras/issues/20918
[ "type:Bug" ]
jobs-git
2
ageitgey/face_recognition
machine-learning
895
Question: More image encodings means more accuray?
Hi, I tried to build face recognition system using openCv but this lib looks more promising. I saw an API to extract face encodings of an image which I can use to store it somewhere. **My question is**, if I store more face encodings of **person A** (lets say 5 image encodings) and then I recognize **person A** b...
open
2019-07-30T17:09:42Z
2020-09-28T19:51:10Z
https://github.com/ageitgey/face_recognition/issues/895
[]
sskhokhar
3
slackapi/python-slack-sdk
asyncio
1,116
Slack api posting messages both in thread and channel
### Reproducible in: #### The Slack SDK version ``` slack-sdk @ file:///root/.cache/pypoetry/artifacts/27/53/c9/ca63502b551d096a9302635cefcd8e6f65d780f2e43bd81aa24bfcd027/slack_sdk-3.11.0-py2.py3-none-any.whl ``` #### Python runtime version `Python 3.9.7` #### OS info `python:3.9-slim-buster` ...
closed
2021-09-16T11:07:49Z
2025-03-04T12:46:14Z
https://github.com/slackapi/python-slack-sdk/issues/1116
[ "question", "needs info", "web-client", "Version: 3x", "auto-triage-stale" ]
StanislavMitrofanov
8
Kinto/kinto
api
2,687
HTTP 500 on get permissions (ValueError)
**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. Request ``` GET /v1/permissions?_since=6148&_token= HTTP/1.1 Host: 127.0.0.1:8888 ``` Response ``` { "code": 500, "errno": 999, "error": "Internal Server Error", "message": "A programmatic erro...
closed
2020-12-21T12:21:17Z
2025-02-12T08:10:30Z
https://github.com/Kinto/kinto/issues/2687
[ "bug", "easy-pick", "stale" ]
AlexB1986
16
PaddlePaddle/ERNIE
nlp
724
Ernie 3.0 Progressive Pretraining Schedules
Loved the Ernie 3.0 paper! I have a question about the “progressive pretraining” settings: In section 3.3.1 on page 6, it says: > We propose to progressively, smoothly, simultaneously increase: input sequence length, batch size, learning rate, dropout rate. In section 5, how do the smaller models get to...
closed
2021-08-02T16:03:02Z
2022-01-10T10:25:52Z
https://github.com/PaddlePaddle/ERNIE/issues/724
[ "wontfix" ]
sshleifer
4
flairNLP/flair
pytorch
3,095
[Feature]: Add Dual Encoder
### Problem statement This paper describes a dual encoder approach for few-shot domain adaption ([link](https://arxiv.org/abs/2203.08985)). ### Solution Implement and test approach. ### Additional Context _No response_
closed
2023-02-08T14:26:56Z
2023-04-27T11:55:32Z
https://github.com/flairNLP/flair/issues/3095
[ "feature" ]
whoisjones
0
albumentations-team/albumentations
deep-learning
1,852
AttributeError: 'Compose' object has no attribute 'strict'
## Describe the bug ``` ... File "/home/xxx/.local/lib/python3.12/site-packages/albumentations/core/composition.py", line 299, in __call__ self.preprocess(data) File "/home/xxx/.local/lib/python3.12/site-packages/albumentations/core/composition.py", line 322, in preprocess if self.strict: ^^...
closed
2024-07-23T06:13:09Z
2024-08-15T23:22:27Z
https://github.com/albumentations-team/albumentations/issues/1852
[ "bug" ]
MichaelMonashev
5
ymcui/Chinese-LLaMA-Alpaca
nlp
401
继续指令微调Alpaca生产内容重复
### 详细描述问题 你好,我使用医疗领域的指令在alpaca-plus的基础上继续进行指令微调,发现模型总是重复生产相同的内容,具体见如下截图。请问是什么问题。 ### 运行截图或日志 ![image](https://github.com/ymcui/Chinese-LLaMA-Alpaca/assets/38728769/403b13bf-a8b9-4fbd-aa0c-c0acffa5cbb2) ### 必查项目(前三项只保留你要问的) - [x] **基础模型**:Alpaca-Plus - [x] **运行系统**:Linux - [x] **问题分类**:模型训练与精调 /效果...
closed
2023-05-21T13:24:57Z
2023-06-05T22:02:27Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/401
[ "stale" ]
DendiHust
21
allenai/allennlp
data-science
5,044
Allennlp unnecessarily downloading huggingface models during evaluation
Hi! I trained a model with BERT (base) on MNLI, using the config in `allennlp-models`. I offhandedly noticed this, and I'm not sure if it's a bug. When I moved the output of the allennlp run to another machine (without a huggingface or allennlp cache) and ran `allennlp evaluate` with it, I noticed that downloads ...
closed
2021-03-08T07:01:25Z
2021-04-17T04:49:46Z
https://github.com/allenai/allennlp/issues/5044
[ "bug", "Contributions welcome" ]
nelson-liu
7
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,067
Store image in specific folder
Can anyone point out the part of code where results are being stored? I don't want to create folders within a folder as cycle gan is currently making 2 more folders
open
2020-06-11T11:49:10Z
2020-06-14T22:23:36Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1067
[]
ghost
1
NullArray/AutoSploit
automation
1,131
Unhandled Exception (efb0bb411)
Autosploit version: `3.1.2` OS information: `Linux-4.19.0-kali4-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py -s -q **************` Error mesage: `'matches'` Error traceback: ``` Traceback (most recent call): File "/root/Desktop/AutoSploit/autosploit/main.py", line 109, in main ...
closed
2019-07-07T22:08:40Z
2019-07-24T10:51:04Z
https://github.com/NullArray/AutoSploit/issues/1131
[]
AutosploitReporter
0
521xueweihan/HelloGitHub
python
2,351
wiliwili
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/xfangfang/wiliwili <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:C++ <...
closed
2022-09-04T01:03:17Z
2022-09-28T01:02:01Z
https://github.com/521xueweihan/HelloGitHub/issues/2351
[ "已发布", "C++ 项目" ]
ChungZH
0
nonebot/nonebot2
fastapi
2,996
Plugin: lolinfo
### PyPI 项目名 nonebot-plugin-lolinfo ### 插件 import 包名 nonebot_plugin_lolinfo ### 标签 [{"label":"LOL","color":"#02ceff"},{"label":"英雄联盟","color":"#ff02fb"}] ### 插件配置项 _No response_
closed
2024-10-02T12:00:46Z
2024-10-05T11:01:24Z
https://github.com/nonebot/nonebot2/issues/2996
[ "Plugin" ]
Shadow403
5
replicate/cog
tensorflow
1,319
suppress verbose status percentage logs
hey, is there a way to customize the status response to contain just the current percentage instead of the (too highly) verbose historic percentage (and the bars)? Example: Return current percentage: ``` XX% ``` NOT THIS: ``` Hide logs Seed: 1057727382 0%| | 0/40 [00:00<?, ?it/s] 2%|▎...
open
2023-09-26T01:48:33Z
2023-11-22T11:02:53Z
https://github.com/replicate/cog/issues/1319
[]
yosun
3
Kav-K/GPTDiscord
asyncio
444
not sending answer when i used internet search [BUG]
when i used internet search command it show these output An error occured while performing search: [Errno 2] No such file or directory: '/tmp/llama_index'
closed
2023-12-09T21:50:10Z
2023-12-31T10:16:36Z
https://github.com/Kav-K/GPTDiscord/issues/444
[ "bug" ]
nitin0909
2
Avaiga/taipy
automation
2,476
Retrieve the filtered data after a filter being applied
### Description The user can filter a table using built-in filters. The goal would be to get the filtered data when these filters are applied. Like that, the application can know the filters in place to display them in charts elsewhere or other info. ### Solution Proposed Having a callback or a bound variable to ge...
open
2025-03-04T14:26:46Z
2025-03-21T13:37:59Z
https://github.com/Avaiga/taipy/issues/2476
[ "🖰 GUI", "🟧 Priority: High", "✨New feature" ]
FlorianJacta
0
litestar-org/polyfactory
pydantic
642
Bug: ModelFactory doesn't support pydantic EmailStr Field constraints
### Description hi! /ᐠ. ̫ .ᐟ\ฅ A pydantic model with a `EmailStr` field raises `polyfactory.exceptions.ParameterException: received constraints for unsupported type <class 'pydantic.networks.EmailStr'>` if used with `Field` constraints. related: https://github.com/litestar-org/polyfactory/discussions/616 ### URL t...
open
2025-02-07T20:31:58Z
2025-02-07T20:31:58Z
https://github.com/litestar-org/polyfactory/issues/642
[ "bug" ]
suspiciousRaccoon
0
Avaiga/taipy
automation
1,914
Prevent taipy gui builder from being registered over and over again on reload
### Description If taipy gui builder has been registered, dont do it again ### Acceptance Criteria - [ ] Ensure new code is unit tested, and check code coverage is at least 90%. - [ ] Propagate any change on the demos and run all of them to ensure there is no breaking change. - [ ] Ensure any change is well docume...
closed
2024-10-04T09:13:06Z
2024-10-04T09:33:48Z
https://github.com/Avaiga/taipy/issues/1914
[ "📈 Improvement", "🖰 GUI", "🟧 Priority: High", "Gui: Back-End" ]
dinhlongviolin1
0
tqdm/tqdm
pandas
1,256
Tqdm Zip()
Tqdm Zip() When I run tqdm with a zip function it gives an output like 10000it [00:00, 2294226.01it/s] but if there is no zip function 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:00<00...
closed
2021-10-08T04:58:53Z
2021-10-14T14:17:32Z
https://github.com/tqdm/tqdm/issues/1256
[ "question/docs ‽" ]
Programmer-RD-AI
3
vitalik/django-ninja
rest-api
1,233
Pass serialization context (similar to validation context) with request to `model_dump`
**Is your feature request related to a problem? Please describe.** We're trying to post-process response entities to erase data from responses based on user permissions. We're using custom framework to do this (somewhat similar to ninja permissions, but applied at field level). Based on model class and user permis...
closed
2024-07-17T12:24:35Z
2024-08-12T12:06:31Z
https://github.com/vitalik/django-ninja/issues/1233
[]
scorpp
3
graphql-python/graphene
graphql
1,288
How can I avoid repeated code in my mutations?
I find myself making this mutation often: ```gql mutation { createMember(input: {name: "new name", email: "email@email.com", password: "123"}) { member { id } errors { field message } } } ``` Similarly, I like to have an `errors` list returned in all my other mutation...
closed
2020-11-27T18:01:34Z
2024-06-22T10:09:14Z
https://github.com/graphql-python/graphene/issues/1288
[ "🐛 bug" ]
IgnisDa
1
e2b-dev/code-interpreter
jupyter
34
Support ES6 modules in JS runtime and top-level await
The JavaScript runtime is currently based on [ijavascript kernel runtime](https://github.com/n-riesco/ijavascript). ijavascript kernel doesn't support `import`. Ideally, we should fix it and `import` should just work. Less ideally (and the "less" is big here), we need to put a disclaimer here for users. Similarly w...
open
2024-08-08T19:05:37Z
2025-03-23T22:54:31Z
https://github.com/e2b-dev/code-interpreter/issues/34
[ "bug", "improvement" ]
mlejva
3
gradio-app/gradio
python
10,105
The message format of examples of multimodal chatbot is different from that of normal submission
### Describe the bug When you click the example image inside the Chatbot component of the following app ```py import gradio as gr def run(message, history): print(message) return "aaa" demo = gr.ChatInterface( fn=run, examples=[ [ { "text": "Desc...
closed
2024-12-03T08:35:43Z
2024-12-07T15:51:01Z
https://github.com/gradio-app/gradio/issues/10105
[ "bug" ]
hysts
0
horovod/horovod
deep-learning
3,801
Unable to use GPU on 2nd machine
Hi I have setup horovod on a k8s cluster with 2 GPU nodes using spark-operator. I have executed the mnist example using tensorflow, and it was executed successfully on both nodes (utlilizing GPUs on both nodes). However when I am using KerasEstimator on spark, the training executes successfully but I think that only o...
open
2022-12-30T17:14:54Z
2023-02-13T10:58:48Z
https://github.com/horovod/horovod/issues/3801
[ "bug", "spark" ]
obaid1922
0
man-group/arctic
pandas
27
No handlers could be found for logger "arctic.store.version_store"
So when I run this code I get the following warning. Do you know what might be causing that? > > > store.initialize_library('NASDAQ') > > > No handlers could be found for logger "arctic.store.version_store"
closed
2015-09-01T16:59:25Z
2019-01-23T22:33:49Z
https://github.com/man-group/arctic/issues/27
[ "question" ]
mattdornfeld
3
nolar/kopf
asyncio
1,024
Only add finalizers for specific sub-types of resources
### Keywords kopf finalizers filter ### Problem **Context** We are using cert-manager to generate certificates. We have several issuer systems for certificates. When a certificate is removed, we want to use a kopf.on.delete() to call these systems to perform some actions. All external certificates need these...
open
2023-05-01T13:59:57Z
2023-07-24T07:51:58Z
https://github.com/nolar/kopf/issues/1024
[ "question" ]
eelkoniovb
2
s3rius/FastAPI-template
graphql
186
alembic upgrade head failed: ModuleNotFoundError: No module named 'pydantic_settings'
I've read issues here related to alembic migrations, but looks like the failure message I got is different, so I'd make a post for help. In my .env file, I added my url as following (suppose my app has the prefix `MYAPP` with a remote postgresql server ip: 120.120.120.120): `MYAPP_sqlalchemy.url=postgresql://user...
closed
2023-08-12T04:27:49Z
2023-08-12T20:18:55Z
https://github.com/s3rius/FastAPI-template/issues/186
[]
rcholic
2
sinaptik-ai/pandas-ai
data-visualization
1,379
Passing and receiving response headers to and from the language model
### 🚀 The feature Can you pass extra headers to the large language model and extract the headers in the response? ### Motivation, pitch I have AzureOpenAI end points in different regions and my use case requests that some of my data should not leave the country of origin. It's super easy to do that with AzureOpenA...
closed
2024-09-26T23:07:32Z
2025-01-02T16:09:06Z
https://github.com/sinaptik-ai/pandas-ai/issues/1379
[ "enhancement" ]
cmapund
1
pallets/flask
python
4,413
The flask service is unstable after startup
<!-- This issue tracker is a tool to address bugs in Flask itself. Please use Pallets Discord or Stack Overflow for questions about your own code. Replace this comment with a clear outline of what the bug is. --> <!-- Describe how to replicate the bug. Include a minimal reproducible example that demonstrat...
closed
2022-01-12T02:45:59Z
2022-01-27T00:03:43Z
https://github.com/pallets/flask/issues/4413
[]
Jzow
1
home-assistant/core
asyncio
141,224
MQTT device trackers no longer on map in 2025.3.3
### The problem This is a continuation of the frontend issue: https://github.com/home-assistant/frontend/issues/24710 Basically, it seems like HA version 2025.3.3 no longer reads the position of an MQTT device tracker from it's attributes and as a result they don't show up on the map: ![Image](https://github.com/use...
closed
2025-03-23T16:28:22Z
2025-03-23T21:36:42Z
https://github.com/home-assistant/core/issues/141224
[ "needs-more-information", "integration: mqtt" ]
Cyberes
3
WeblateOrg/weblate
django
14,130
Do not split digest emails, summarize instead
### Describe the problem This morning I woke up to 79 emails from Weblate in my inbox. All sent within the span of two minutes, all notifying about a single project (Organic Maps). I checked my preferences. They correctly say that I want to receive digests, not one email per message. However, it seems like even thou...
open
2025-03-07T13:17:37Z
2025-03-13T09:14:58Z
https://github.com/WeblateOrg/weblate/issues/14130
[ "enhancement", "hacktoberfest", "help wanted", "good first issue", "Area: Notifcations" ]
rimas-kudelis
4
jwkvam/bowtie
jupyter
243
test restoring state for all components
not sure how easy this will be, but it will add assurance that refreshing hopefully works or at the very least doesn't break the app. ## Basic test structure: 1. Build app 2. Use selenium to interact with widget. 3. Refresh web page 4. Make sure the page loaded successfully. 5. Extra credit: make sure the state ...
open
2018-09-22T06:14:55Z
2018-09-22T16:10:57Z
https://github.com/jwkvam/bowtie/issues/243
[ "reliability" ]
jwkvam
0
neuml/txtai
nlp
172
Add index archive support
Currently, embeddings indexes are saved and loaded to directories. Add methods to support reading and writing indexes from/to archive files. Support following formats: - tar.bz2 - tar.gz - tar.xz - zip This method will store compressed indexes. Compressed indexes can be used directly and/or as a backup strateg...
closed
2021-12-14T00:33:20Z
2021-12-18T14:46:59Z
https://github.com/neuml/txtai/issues/172
[]
davidmezzetti
0
huggingface/datasets
nlp
7,147
IterableDataset strange deadlock
### Describe the bug ``` import datasets import torch.utils.data num_shards = 1024 def gen(shards): for shard in shards: if shard < 25: yield {"shard": shard} def main(): dataset = datasets.IterableDataset.from_generator( gen, gen_kwargs={"shards": lis...
closed
2024-09-12T18:59:33Z
2024-09-23T09:32:27Z
https://github.com/huggingface/datasets/issues/7147
[]
jonathanasdf
6
thtrieu/darkflow
tensorflow
618
How to show one label only even though it detects all the objects
Hi Thtrieu, How to show only one label? Let's say for example, I am using tiny-yolo model which detects 20 object classes. However instead of showing bounding box i.e. labels for all the object classes, is it possible to show only one object class? Let's say a picture contains Persons, dog, bicycle and cars. Once d...
closed
2018-03-08T03:42:37Z
2018-09-07T05:07:02Z
https://github.com/thtrieu/darkflow/issues/618
[]
rezaabdullah
7
geex-arts/django-jet
django
240
custom admin view
Hi, is it possible to add custom admin view not related to any model? I've read in one of the previous topics that this feature is avaiable in dev branch and will be realesed soon .. thanks
open
2017-07-27T16:59:33Z
2018-04-26T17:27:40Z
https://github.com/geex-arts/django-jet/issues/240
[]
kinastowski
3
httpie/http-prompt
api
113
Swagger integration improvements
@eliangcs , Thank you for your good job with initial integration with `swagger` specs. I had time to put `swagger` feature into practice and think there could be made several improvements which would increase overall usability as swagger specifications contain much more information that could be displayed to an user. ...
open
2017-04-08T15:15:43Z
2019-09-17T19:55:03Z
https://github.com/httpie/http-prompt/issues/113
[ "enhancement" ]
fogine
7
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,142
Testing pix2pix model getting runtimeError: Sizes of tensors must match...
I trained a pix2pix model using these settings `--model pix2pix --gpu_ids -1 --input_nc 1 --output_nc 1 --load_size 768 --crop_size 768 --preprocess crop`. And, i want to now test the model with `--preprocess none` so instead of cropping the full image is run through the model. The flags for command for testing I ran ...
open
2020-09-05T21:43:13Z
2020-10-28T11:44:39Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1142
[]
justkhant
2
quasarstream/python-ffmpeg-video-streaming
dash
56
metadata not preserving
@aminyazdanpanah the meta data not preserving in the output as same as input. Is there any option to put -map_metadata 0 to copy global meta data details to any output.
closed
2021-05-09T14:04:42Z
2021-12-03T11:48:59Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/56
[]
vijaykumarchettiar
1
python-gitlab/python-gitlab
api
2,218
URL-encoded kwargs are infinitely duplicated in query params (v3.7.0 regression for arrays)
## Description of the problem, including code/CLI snippet With #1699 we added array params for query params in GET requests. But GitLab also returns that param, URL-encoded, in the `next` URL which we then follow in listing endpoints. Because one is URL-encoded and the other isn't, the param gets added at the end of...
closed
2022-08-04T13:31:26Z
2023-08-07T01:23:13Z
https://github.com/python-gitlab/python-gitlab/issues/2218
[ "bug" ]
nejch
1
gunthercox/ChatterBot
machine-learning
1,618
How to disable nltk_data command line output?
Hi. I'm developing a chatbot with this library. I was wondering if there's any way to suppress the output to the command line related to **nltk_data** every time I run my program. I am talking about this: ``` [nltk_data] Downloading package averaged_perceptron_tagger to [nltk_data] /home/sgeor/nltk_data... [n...
closed
2019-02-12T18:55:18Z
2025-02-18T22:50:15Z
https://github.com/gunthercox/ChatterBot/issues/1618
[ "feature" ]
Ligh7bringer
12
FlareSolverr/FlareSolverr
api
569
Stealth plugin?
> When some request arrives, it uses puppeteer with the **stealth plugin** Am I missing something or despite what the readme suggests this doesn't actually use the puppeteer stealth addon? If it did it'd be ``` // puppeteer-extra is a drop-in replacement for puppeteer, // it augments the installed puppeteer...
closed
2022-10-27T23:53:52Z
2023-01-05T02:22:34Z
https://github.com/FlareSolverr/FlareSolverr/issues/569
[]
Deathnetworks
1
deepspeedai/DeepSpeed
deep-learning
6,889
Using zero3 on multiple nodes is slow
I have multiple nodes, each with 8 40G A100, and I want to train a 72B model When using zero3, the 72B model is distributed to all GPUs of all nodes. Even with nvlink, the communication delay is still very high, resulting in slow training speed, much slower than using zero3+offloading for a single node. The problem is ...
open
2024-12-18T03:43:41Z
2025-01-22T14:25:07Z
https://github.com/deepspeedai/DeepSpeed/issues/6889
[ "bug", "training" ]
HelloWorld506
8
piskvorky/gensim
machine-learning
2,586
gensim.summarization.keywords fetching different results
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2019-08-29T19:16:52Z
2019-09-28T13:44:53Z
https://github.com/piskvorky/gensim/issues/2586
[]
JayeetaP
7
SciTools/cartopy
matplotlib
2,055
cartopy doesn't seem to install, even with workaround
### Description <!-- Please provide a general introduction to the issue/proposal. --> my process: C:\Windows\System32>pip install --upgrade --no-cache-dir --use-deprecated=legacy-resolver --user cartopy Collecting cartopy Downloading Cartopy-0.20.2.tar.gz (10.8 MB) ---------------------------------------- ...
closed
2022-06-26T23:02:44Z
2022-06-29T13:09:11Z
https://github.com/SciTools/cartopy/issues/2055
[ "Component: installation" ]
STomGu
4
serengil/deepface
deep-learning
1,161
Why does VGG-Face end with convolutional layers instead of Dense/Fully-Connected layers?
:question:
closed
2024-04-01T23:28:14Z
2024-04-02T10:28:22Z
https://github.com/serengil/deepface/issues/1161
[ "question" ]
FaaizMemonPurdue
4
dynaconf/dynaconf
django
694
Validate or set default value in nested settings list
Hi, First of all this is really a useful tool and I'd like for my project to use it in production. We are having a hardware setup that is depicted as infrastructure as code: ``` [VM-009] ID = "VM-009" IP = "192.168.56.109" [VM-009.VM_CONFIG] CPU = 1 RAM = "256" [VM-009.COMPONENTS.DUTS.DUT-009] ID =...
open
2021-11-29T19:14:15Z
2022-09-21T17:12:10Z
https://github.com/dynaconf/dynaconf/issues/694
[ "question" ]
MischaZihler
0
jmcnamara/XlsxWriter
pandas
1,081
Should this qualify as a bug report?
### Question I had my first experience (so take all this with a huge grain of noob salt) adding formulas to a created excel doc, and I was a bit surprised how much debugging was involved for formulas (initially developed and working using Excel in Office 365 (Version 16.86 (24060916) on a Mac). I had encountered a nu...
closed
2024-07-11T15:01:18Z
2024-07-12T08:10:31Z
https://github.com/jmcnamara/XlsxWriter/issues/1081
[ "question" ]
hepcat72
2
huggingface/pytorch-image-models
pytorch
2,301
HOW CAN I Download vit_huge_patch14_224_in21k.pth
I try to use your VIT model to train my dataset,my value acc is about 82%,but I want to use vit_huge_patch14_224_in21k.pth or Modify the patch size directly,I don't know if it's feasible.By the way,my dataset is about bridge damage.
closed
2024-10-14T02:20:29Z
2024-10-14T17:31:15Z
https://github.com/huggingface/pytorch-image-models/issues/2301
[ "enhancement" ]
twisti14
0
numba/numba
numpy
9,529
Wrong list result with parallel=True despite no resizing and no cross-thread access of the list
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Reporting a bug <!-- Before submittin...
open
2024-04-14T02:02:45Z
2024-04-16T10:03:39Z
https://github.com/numba/numba/issues/9529
[ "ParallelAccelerator", "bug - miscompile" ]
soerenwolfers
3
dynaconf/dynaconf
flask
595
[bug] SQLAlchemy URL object replaced with BoxList object
Using dynaconf with Flask and Flask-SQLAlchemy. If I initialize dynaconf, then assign a sqlalchemy `URL` object to a config key, the object becomes a `BoxList`, which causes sqlalchemy to fail later. Dynaconf should not replace arbitrary objects. ```python app = Flask(__name__) dynaconf.init_app(app) app.config["...
closed
2021-06-01T19:15:32Z
2021-08-19T14:14:32Z
https://github.com/dynaconf/dynaconf/issues/595
[ "bug", "HIGH", "backport3.1.5" ]
trickardy
2
Farama-Foundation/PettingZoo
api
1,254
render_agilerl_maddpg.py run error
### Describe the bug /home/skr/miniconda3/envs/py38_2/bin/python /home/skr/PettingZoo/tutorials/AgileRL/render_agilerl_maddpg.py Traceback (most recent call last): File "/home/skr/PettingZoo/tutorials/AgileRL/render_agilerl_maddpg.py", line 118, in <module> cont_actions, discrete_action = maddpg.getAction( ...
open
2024-12-19T21:44:28Z
2024-12-19T21:44:28Z
https://github.com/Farama-Foundation/PettingZoo/issues/1254
[ "bug" ]
skr3178
0