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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
aleju/imgaug | deep-learning | 611 | Import error caused by some conflict with tensorflow | I found this weird error with imgaug 0.4.0 and tf 1.15.0.
```py
import tensorflow as tf
import imgaug
```
Gives me:
```
Python 3.7.6 (default, Dec 18 2019, 19:23:55)
[GCC 9.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
2020-02-14 16:56... | open | 2020-02-14T05:57:21Z | 2020-11-01T06:56:33Z | https://github.com/aleju/imgaug/issues/611 | [] | CMCDragonkai | 3 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 348 | [BUG] Hybrid Parsing API返回的结果跟请求的链接不一致 | ***发生错误的平台?***
如:TikTok
***发生错误的端点?***
如:Web APP
***问题描述***
想获取https://www.tiktok.com/@hood.xhit/video/7322331136238030126这个链接的播放量、点赞、评论等信息,但是返回结果中statistics内的id却是另一个视频id
![Uploading Dingtalk_20240408170422.jpg…]()
| closed | 2024-04-08T09:04:57Z | 2024-04-23T05:02:14Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/348 | [
"BUG"
] | JumpHunt | 1 |
nolar/kopf | asyncio | 1,106 | Finalisers race condition | ### Long story short
As described [here](https://github.com/nolar/kopf/issues/798#issuecomment-1784635237).
I think that the description provided in that comment should be sufficient.
We are currently sometimes getting error -> `Forbidden: no new finalizers can be added if the object is being deleted`
when multip... | open | 2024-02-19T14:56:29Z | 2024-02-19T14:56:29Z | https://github.com/nolar/kopf/issues/1106 | [
"bug"
] | zilinjak | 0 |
tox-dev/tox | automation | 2,945 | Exit code returned to console does not reflect failure status when running multiple environments | ## Issue
When running a single environment, tox correctly reports the exit code back to the calling shell `cmd.exe`:
```console
> tox run -e py310-fail 1>NUL 2>NUL & if ERRORLEVEL 1 echo FAIL
FAIL
>
```
```console
> tox run -e py310-ok 1>NUL 2>NUL & if ERRORLEVEL 1 echo FAIL
>
```
However, when multi... | open | 2023-03-14T17:38:52Z | 2024-11-12T04:25:23Z | https://github.com/tox-dev/tox/issues/2945 | [
"help:wanted"
] | szabi | 2 |
airtai/faststream | asyncio | 1,373 | ActiveMQ support | To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template:
**Is your feature request related to a problem? Please describe.**
Provide a clear and concise description of the problem you've encountered. For example: "I'm always frustrated when...... | open | 2024-04-16T01:31:59Z | 2024-04-30T09:30:25Z | https://github.com/airtai/faststream/issues/1373 | [
"broker support"
] | v2boardbot | 3 |
horovod/horovod | deep-learning | 4,073 | Failed to install Horovod | **Environment:**
1. **Framework**: TensorFlow, PyTorch
2. **Framework version**:
- TensorFlow: 2.18.0
- PyTorch: 2.4.1
3. **Horovod version**: Attempting to install latest via pip
4. **MPI version**: Microsoft MPI (attempted with version 10)
5. **CUDA version**: 11.8
6. **NCCL version**: None
7. **Python... | open | 2024-10-25T16:53:16Z | 2025-03-14T21:28:20Z | https://github.com/horovod/horovod/issues/4073 | [
"bug"
] | adityakm24 | 3 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 374 | TypeError: cannot pickle '_thread.RLock' object | **Describe the bug**
When running the following code:
```
from langchain_openai import AzureChatOpenAI, AzureOpenAIEmbeddings
import os
from scrapegraphai.graphs import SmartScraperGraph, SearchGraph, SpeechGraph, SmartScraperMultiGraph
os.environ["AZURE_OPENAI_ENDPOINT"] = ""
os.environ["AZURE_OPENAI_API_KE... | closed | 2024-06-12T14:27:56Z | 2024-09-05T08:35:49Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/374 | [
"bug"
] | Giustino98 | 5 |
schemathesis/schemathesis | pytest | 2,300 | [BUG] Invalid JSON pointer resolution | If security schemas are defined globally and are located in a separate file AND an operation is defined in a separate file, then extracting global security schemas for that operation uses the operation's scope, but it should be the root scope. | closed | 2024-06-28T18:13:49Z | 2024-06-29T21:09:34Z | https://github.com/schemathesis/schemathesis/issues/2300 | [
"Priority: High",
"Type: Bug"
] | Stranger6667 | 0 |
donnemartin/data-science-ipython-notebooks | data-science | 105 | New project | https://github.com/facebookresearch/dynalab/blob/main/.gitignore#L1-L27 | open | 2023-10-18T03:13:48Z | 2023-10-30T22:06:34Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/105 | [] | Mellobrainbox | 1 |
aleju/imgaug | machine-learning | 205 | Assertion failed) !ssize.empty() in function 'resize' | I am doing a scale augmentation which seems to work fine for most images but feels for some.
At some point I get an error in the opencv part of the scale.
I found that this type of error can be thrown when the image is None.
Which might be caused by a problem I reported in: #204
My output:
Epoch 1/50
16... | closed | 2018-11-10T14:40:17Z | 2022-08-21T00:41:20Z | https://github.com/aleju/imgaug/issues/205 | [] | MetaDev | 6 |
gradio-app/gradio | data-visualization | 10,808 | Host port lost on theme.css behind Nginx 20250304 | ### Describe the bug
When configuring the app behind Nginx, the theme.css file accessed in the browser does not include the port number. This results in abnormal UI loading. It's only work when downgrade gradio to 3.50.2.
Gradio version 4* & 5* don't work
### Have you searched existing issues? 🔎
- [x] I have sear... | open | 2025-03-14T12:58:13Z | 2025-03-14T13:00:26Z | https://github.com/gradio-app/gradio/issues/10808 | [
"bug"
] | yangyazhou97 | 0 |
pyeve/eve | flask | 988 | Quickstart Fails | I tried to run the quick start app (http://python-eve.org/quickstart) but it tries to connect to mongo and fails with a connection exception.
eve.io.base.ConnectionException: Error initializing the driver. Make sure the database serveris running. Driver exception: ConnectionFailure('[Errno 111] Connection refused',)... | closed | 2017-02-16T11:53:22Z | 2017-02-16T13:38:26Z | https://github.com/pyeve/eve/issues/988 | [] | nixphix | 1 |
lexiforest/curl_cffi | web-scraping | 254 | [BUG] This event loop is already running | **Describe the bug**
get error '**This event loop is already running**' when using async session and runing it with `asyncio.run`, but it works normally with version 0.5.10
**To Reproduce**
```
# Minimal reproducible code, if possible.
# target websites, and request parameters.
```
**Expected behavior**
A c... | closed | 2024-02-23T02:44:28Z | 2024-02-23T04:57:11Z | https://github.com/lexiforest/curl_cffi/issues/254 | [
"bug"
] | solo-xwz | 1 |
litestar-org/litestar | asyncio | 3,651 | Bug: OpenAPI error: type object '<MyInputModel>' has no attribute '__parameters__' | ### Description
Hello, I come to you with an annoying little bug which cannot reproduce. :shrug:
When trying to browse to `http://127.0.0.1:8080/schema` I get this wonderful error:
```
AttributeError on GET /schema
type object 'MyInputModel' has no attribute '__parameters__'
.venv/lib/python3.12/site-pack... | open | 2024-08-02T12:57:38Z | 2025-03-20T15:54:51Z | https://github.com/litestar-org/litestar/issues/3651 | [
"Bug :bug:",
"Triage Required :hospital:",
"OpenAPI"
] | aedify-swi | 3 |
huggingface/datasets | deep-learning | 6,703 | Unable to load dataset that was saved with `save_to_disk` | ### Describe the bug
I get the following error message: You are trying to load a dataset that was saved using `save_to_disk`. Please use `load_from_disk` instead.
### Steps to reproduce the bug
1. Save a dataset with `save_to_disk`
2. Try to load it with `load_datasets`
### Expected behavior
I am ab... | closed | 2024-03-01T11:59:56Z | 2024-03-04T13:46:20Z | https://github.com/huggingface/datasets/issues/6703 | [] | casper-hansen | 8 |
xonsh/xonsh | data-science | 5,007 | xonsh AppImage 0.12.5+ seems to be broken | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
## ... | closed | 2022-12-05T10:06:47Z | 2022-12-06T20:38:26Z | https://github.com/xonsh/xonsh/issues/5007 | [
"upstream",
"appimage"
] | Ruudjhuu | 12 |
flaskbb/flaskbb | flask | 506 | Document translation workflow | FlaskBB has extensive internationalization support, and several translations already. However, there's still much to be desired. After examining flaskbb's translation practices, I've found the following issues:
## It's not clear what translators are supposed to do
After digging in the source files, I discovered t... | open | 2018-08-29T13:25:04Z | 2019-10-17T19:12:52Z | https://github.com/flaskbb/flaskbb/issues/506 | [
"important",
"discussion",
"documentation"
] | micha030201 | 1 |
microsoft/nni | data-science | 5,345 | SpeedUp Issue With yolort Models | **Describe the bug**:
After pruning, I am trying to speedup the model using ModelSpeedup(model, dummy_input, masks).speedup_model()
The model class I am using is from [yolort](https://github.com/zhiqwang/yolov5-rt-stack/blob/24d8d30b8c272c399e0958507b36aec5285a5b97/yolort/models/yolov5.py#L124) and has a transform at... | closed | 2023-02-11T13:30:14Z | 2023-02-16T05:05:51Z | https://github.com/microsoft/nni/issues/5345 | [] | chandan-wiai | 10 |
Lightning-AI/pytorch-lightning | deep-learning | 19,544 | NCCL when trying to train on 2 nodes | ### Bug description
I am trying to run a very simple training script for 2 nodes and I always get this error:
Output:
```
(ve) root@442a8ba5c0c6:~/ptl# . wr.sh
Start fitting...
Initializing distributed: GLOBAL_RANK: 1, MEMBER: 2/2
[W Utils.hpp:164] Warning: Environment variable NCCL_BLOCKING_WAIT is depreca... | open | 2024-02-27T18:31:06Z | 2024-10-16T17:28:17Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19544 | [
"bug",
"needs triage"
] | waynemystir | 4 |
jupyter/docker-stacks | jupyter | 1,752 | [BUG] - Unable to connect to all-spark-notebook URL | ### What docker image(s) are you using?
all-spark-notebook
### OS system and architecture running docker image
Windows 10 Home with WSL2
### What Docker command are you running?
As per the tutorial for the `all-spark-notebook` [here](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/running.ht... | closed | 2022-07-18T19:54:01Z | 2022-10-24T03:08:25Z | https://github.com/jupyter/docker-stacks/issues/1752 | [
"type:Bug"
] | KatlehoJordan | 1 |
mlflow/mlflow | machine-learning | 14,497 | [BUG] "Refresh" button in metric view doesn't update axis' range | ### Issues Policy acknowledgement
- [x] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where did you encounter this bug?
Local machine
### MLflow version
- Client: N/A
- Tracking server: 2.16.2
### System inf... | open | 2025-02-07T02:17:52Z | 2025-02-07T18:28:37Z | https://github.com/mlflow/mlflow/issues/14497 | [
"bug",
"area/uiux"
] | mazer-ai | 3 |
modAL-python/modAL | scikit-learn | 103 | sklearn interface get_params/set_params not supported | Every sklearn estimator provides the `get_params(deep=True)` and `set_params(params)` methods. These are used e.g. when cloning an estimator. The parameters of an estimator are the arguments of its `__init__` method and, as of sklearn's convention, these are all set as class attributes (see `BaseEstimator._get_param_na... | open | 2020-09-21T15:10:53Z | 2020-09-22T06:38:04Z | https://github.com/modAL-python/modAL/issues/103 | [] | BoyanH | 1 |
sktime/sktime | data-science | 7,116 | [BUG] KANForecaster fails with newest version (2.6.0) | **Describe the bug**
In the CI (https://github.com/sktime/sktime/actions/runs/10824795191/job/30045061812) the fit of the KANForecaster fails due to `TypeError: MultKAN.fit() got an unexpected keyword argument 'device'`, since the device is not a key word of fit anymore. Now it is a parameter of `__init__`
| closed | 2024-09-14T09:05:22Z | 2024-09-24T07:34:45Z | https://github.com/sktime/sktime/issues/7116 | [
"bug",
"module:forecasting"
] | benHeid | 3 |
mckinsey/vizro | plotly | 734 | Fix capitalisation of python (prefer Python) as per Vale suggestion | Vale recommends we use "Python" rather than "python".
<img width="620" alt="image" src="https://github.com/user-attachments/assets/cc1e51ce-3dfc-44f8-b466-0e30d60bc06b">
Task: Search across Vizro docs (vizro-core and vizro-ai) for instances of python (not Python) and replace with discretion.
If there are genu... | closed | 2024-09-23T12:04:42Z | 2024-10-09T09:20:20Z | https://github.com/mckinsey/vizro/issues/734 | [
"Good first issue :baby_chick:"
] | stichbury | 2 |
donnemartin/system-design-primer | python | 736 | Fybjjh | closed | 2023-01-27T02:44:42Z | 2023-01-27T02:44:58Z | https://github.com/donnemartin/system-design-primer/issues/736 | [] | Santhoshdfhj | 0 | |
errbotio/errbot | automation | 922 | 4.2.2 does not install on OS X <= 10.11 Python 2.7 | ### I am...
* [x] Reporting a bug
### I am running...
* Errbot version: 4.1.3
* OS version: OS X El Capitan 10.11.6
* Python version: 2.7.10
* Using a virtual environment: no
### Issue description
OS X El Capitan 10.11 and earlier ship Python 2.7 and setuptools 1.1.6. This causes problems for package... | closed | 2016-12-04T00:35:10Z | 2016-12-14T15:26:20Z | https://github.com/errbotio/errbot/issues/922 | [] | vitorio | 5 |
pyro-ppl/numpyro | numpy | 1,340 | Rhat and NEff are NaNs with NUTS | Hi,
I am testing some models with NumPyro and trying out various combinations to evaluate performance of MCMC algorithms. I observed that running a linear regression model with NumPyro causes the `Rhat` and `Neff` values to be `NaN` for some parameters.
I think this happens when the distribution parameters are l... | closed | 2022-02-17T21:33:02Z | 2022-02-23T12:26:08Z | https://github.com/pyro-ppl/numpyro/issues/1340 | [
"question"
] | rusty-robin | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 849 | Cycle gan is symmetry,why the performance of B to A is wrose than A to B? | Cycle gan is symmetry,why the performance of B to A is wrose than A to B? | closed | 2019-11-19T08:31:44Z | 2019-11-30T20:25:22Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/849 | [] | zjuxiaobaiq | 5 |
flasgger/flasgger | rest-api | 356 | oauth2RedirectUrl of swagger-ui not configurable | I can't find any way to configure the oauth2RedirectUrl as described [here](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/
), which would be necessary if my SwaggerUI is behind a reverse proxy.
I tried including it into the config, but it does not seem to take any effect. It always def... | closed | 2020-01-21T14:49:37Z | 2020-01-21T22:29:34Z | https://github.com/flasgger/flasgger/issues/356 | [] | Jax89 | 1 |
slackapi/bolt-python | fastapi | 716 | Ack error doesn't work on datepickers | I'm trying to display an error message below a datepicker. I know that these erros can only show up in Input blocks, so that's what I'm using. Why the ack error doesn't work? I'm sure the function gets called, because I can log from it.
My variables:
```python
START_DATE_BLOCK_ID = 'vacation-start-date-block'
STA... | closed | 2022-09-05T18:20:30Z | 2022-09-06T08:21:57Z | https://github.com/slackapi/bolt-python/issues/716 | [
"question"
] | giusepic | 5 |
explosion/spaCy | data-science | 13,275 | Spacy french NER transformer based model fr_dep_news_trf not working | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
Hello, we want to use spacy to do NER extraction for french texts. The transformer based model fr_dep_news_trf seems to be broken. The list of entities is always empty.
## How to reproduce the behaviour
<!-- Include a code ... | closed | 2024-01-25T22:51:42Z | 2024-01-26T08:54:07Z | https://github.com/explosion/spaCy/issues/13275 | [
"lang / fr",
"feat / transformer"
] | zmy1116 | 1 |
predict-idlab/plotly-resampler | plotly | 206 | Log plots support | Hi!
I am trying to use plotly-resampler for log plots, but since it is a linear downsampling, it does not work (bad resolution on the left on the graph). Would you know a workaround by any chance, or if it is a planned feature?
Thanks! | closed | 2023-05-05T22:49:07Z | 2023-05-15T08:05:10Z | https://github.com/predict-idlab/plotly-resampler/issues/206 | [
"enhancement"
] | florian6973 | 11 |
ExpDev07/coronavirus-tracker-api | rest-api | 113 | US data returning recovered as 0. | All recovered key have value as 0.
`https://coronavirus-tracker-api.herokuapp.com/v2/locations?country_code=US` | open | 2020-03-20T19:18:42Z | 2020-03-20T19:36:57Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/113 | [
"jhu-messup"
] | sagarkarira | 2 |
tortoise/tortoise-orm | asyncio | 983 | No app with name ' models' registered. Config from dict | Seems like Tortoise doesn't see module in namespaces and raises `ConfigurationError(No app with name ' models' registered)`
My project structure:
```
'compare' (name of application)
------------ 'database' (submodule with database logic)
--------------------------- 'models' (Tortoise models)
```
In ```... | closed | 2021-11-18T14:29:16Z | 2021-11-18T16:22:29Z | https://github.com/tortoise/tortoise-orm/issues/983 | [] | rsaleev | 1 |
ydataai/ydata-profiling | jupyter | 1,550 | Crashes with memory leak, seems to be deadlock related | ### Current Behaviour
Reading a 1 column, 7 row file causes a total lock up. (Happens with a bigger file, but I shrunk it down)
I think this could be different from [this issue](https://github.com/ydataai/ydata-profiling/issues/1428) and [this issue](https://github.com/ydataai/ydata-profiling/issues/794)
Here is... | open | 2024-02-20T18:03:03Z | 2024-02-20T18:05:22Z | https://github.com/ydataai/ydata-profiling/issues/1550 | [
"needs-triage"
] | jeff-hykin | 1 |
dropbox/PyHive | sqlalchemy | 260 | How can I use ' --truststore-path' and '--truststore-password' arguments in pyhive? | in order to use TLS connection, we added 'jks' file and I didn't find a way to add '--truststore-path' and '--truststore-password' arguments via pyHive.
how can I use this? | open | 2018-12-11T07:45:49Z | 2020-10-26T14:26:46Z | https://github.com/dropbox/PyHive/issues/260 | [] | avia-iguazio | 1 |
neuml/txtai | nlp | 21 | [Feature] txtai as a proxy like nboost | Hi,
Hope you are all well !
I was wondering if we can use **txtai** like [nboost](https://github.com/koursaros-ai/nboost) as a proxy for elasticsearch or [manticoresearch](https://github.com/manticoresoftware/manticoresearch) ?
i am really interested by an integration to manticoresearch as I wrote https://pape... | closed | 2020-09-03T12:41:23Z | 2021-05-13T15:04:43Z | https://github.com/neuml/txtai/issues/21 | [] | ghost | 3 |
aleju/imgaug | machine-learning | 161 | Combine some background image with foreground image and mask | Good day!. How to do it using imgaug? | closed | 2018-08-06T12:39:43Z | 2021-03-15T10:44:03Z | https://github.com/aleju/imgaug/issues/161 | [] | SergeyMalashenko | 1 |
encode/databases | sqlalchemy | 564 | MySQL Connection Pool Doesn't Seem to Work | I am experiencing an issue with the MySQL connection pool. I have been testing the following code:
```python
DATABASE_URL = "mysql+aiomysql://root:root192.168.62.195:3306/test?charset=utf8mb4"
# Additional database URL parameters can also be passed in the Database constructor
database = Database(DATABASE_URL, m... | open | 2023-07-14T08:23:12Z | 2024-10-31T01:35:23Z | https://github.com/encode/databases/issues/564 | [
"bug"
] | Vastxiao | 5 |
microsoft/nni | deep-learning | 5,449 | Seems that it does not have a great support for function 'reshape' | **Describe the bug**:
When I tried to SpeedUp my model, it reminds me that `WARNING: throw some args away when calling the function "reshape".` And I found that the the output dimension and the input dimension of the next layer does not match after pruning. Say, this is the origin model
`(OG): ModuleList(
(0): L... | open | 2023-03-16T04:46:14Z | 2023-03-16T10:43:46Z | https://github.com/microsoft/nni/issues/5449 | [] | YuxuanDuan | 5 |
Textualize/rich | python | 2,994 | [BUG] importing readline breaks rich prompt alignement | - [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
... | open | 2023-06-09T10:45:34Z | 2024-11-11T16:11:23Z | https://github.com/Textualize/rich/issues/2994 | [
"Needs triage"
] | gboutry | 3 |
mage-ai/mage-ai | data-science | 5,711 | Issue on docs | Path: /development/io_config
Should include details on where `io_config` is stored and how to create a new file from scratch | open | 2025-03-02T08:34:38Z | 2025-03-03T19:49:11Z | https://github.com/mage-ai/mage-ai/issues/5711 | [
"documentation"
] | patrickgamer | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,238 | Investigate cython descriptors for orm attributes | It seems that they provide a fair bit of advantage compared to python descriptors.
See https://github.com/sqlalchemy/sqlalchemy/issues/4462#issuecomment-2040378651 | open | 2024-04-05T18:22:23Z | 2024-06-11T18:42:34Z | https://github.com/sqlalchemy/sqlalchemy/issues/11238 | [
"orm",
"cextensions",
"performance"
] | CaselIT | 7 |
cleanlab/cleanlab | data-science | 722 | After filtering with confident learning, remove issues where given label == argmax model prediction - Why? | When using the function find_label_issues in cleanlab.filter, after applying one of the five main filtering approaches ("predicted_neq_given", "prune_by_class", "prune_by_noise_rate", "both", "confident_learning"), the following code is implemented before returning the label issues mask:
if filter_by not in ["low_se... | closed | 2023-05-15T08:56:29Z | 2023-05-17T21:39:18Z | https://github.com/cleanlab/cleanlab/issues/722 | [
"question"
] | maraaos | 1 |
nalepae/pandarallel | pandas | 126 | free(): invalid pointer | Running parallel_apply on a lambda function stops, then gives an error "free(): Invalid Pointer", which appears to be a C error.

Also, MMM appears occasionally- see attac... | open | 2020-12-26T17:02:23Z | 2024-04-27T07:45:15Z | https://github.com/nalepae/pandarallel/issues/126 | [] | MLTQ | 2 |
pytest-dev/pytest-selenium | pytest | 259 | drop element not working (react dnd) | ``` python
# Generated by Selenium IDE
import pytest
import time
import json
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.support import expected_conditions
from selenium.webdriver.support.wai... | closed | 2020-12-24T11:28:45Z | 2020-12-28T06:53:20Z | https://github.com/pytest-dev/pytest-selenium/issues/259 | [
"invalid",
"waiting on input"
] | iamkabulov | 5 |
allenai/allennlp | pytorch | 5,385 | PytorchSeq2VecWrapper documentation | The docuemntation for PytorchSeq2VecWrapper states:
Note that we *require* you to pass sequence lengths when you call this module, to avoid subtle
bugs around masking. If you already have a `PackedSequence` you can pass `None` as the
second parameter.
https://github.com/allenai/allennlp/blob/289502... | closed | 2021-08-29T00:41:20Z | 2021-09-13T16:09:50Z | https://github.com/allenai/allennlp/issues/5385 | [
"bug",
"stale"
] | david-waterworth | 3 |
numba/numba | numpy | 9,590 | numba.core.errors.CompilerError: Failed in nopython mode pipeline (step: analyzing bytecode) / Illegal IR, del found at: del foo | ## Reporting a bug
- [x] I have searched the existing issues via [`is:issue in:title "Illegal IR"`](https://github.com/numba/numba/issues?q=is%3Aissue+in%3Atitle+%22Illegal+IR%22)
- [x] I have tried using the latest released version of Numba (`numba==0.59.1`)
- [x] I have included a self contained code sample to rep... | open | 2024-05-27T12:38:39Z | 2024-05-28T13:41:41Z | https://github.com/numba/numba/issues/9590 | [
"bug - documentation incorrect"
] | Semnodime | 1 |
jupyter/nbviewer | jupyter | 896 | Trailing slash changes Notebook URLs for usergists view | Go to `<nbviewer_base_url>/gist/fonnesbeck/` (_yes_ trailing slash): then the URL for "Mixture Test.ipynb" is
```
<nbviewer_base_url>/gist/fonnesbeck/3f89fa744d1ccd1c6f23b8127e232761/Mixture%20Test.ipynb
```
(`fonnesbeck` shows up in the URL)
Go to `<nbviewer_base_url>/gist/fonnesbeck` (_no_ trailing slash): t... | open | 2020-02-05T23:16:27Z | 2020-02-05T23:20:03Z | https://github.com/jupyter/nbviewer/issues/896 | [
"type:Bug"
] | krinsman | 1 |
pallets/quart | asyncio | 191 | Quart will not auto-reload on code changes when run via docker container | Hello! I am using latest `quart==0.18.0` When running `quart` in debug mode via `QUART_DEBUG=true` and `QUART_ENV=development`, `quart` will not auto-reload when running in a docker container. The source directory is volume-mounted properly into the container. A similar issue affecting `hypercorn` also been reported he... | closed | 2022-10-01T17:35:57Z | 2023-10-01T00:20:51Z | https://github.com/pallets/quart/issues/191 | [] | larsblumberg | 2 |
itamarst/eliot | numpy | 83 | Setup coveralls for Eliot, include in README | May as well demonstrate our test coverage.
| closed | 2014-05-17T16:48:55Z | 2018-09-22T20:59:13Z | https://github.com/itamarst/eliot/issues/83 | [] | itamarst | 0 |
rio-labs/rio | data-visualization | 151 | [BUG]: Incorrect MIME type while serving JS scripts | ### Describe the bug
When running the app, JS scripts are served with the incorrect MIME type `text/plain` instead of `application/javascript`. This causes the script to be blocked by the browser with the following message in the console:
`Failed to load module script: Expected a JavaScript module script but the se... | closed | 2024-10-10T10:18:12Z | 2024-10-11T08:02:22Z | https://github.com/rio-labs/rio/issues/151 | [
"bug"
] | dunivlorraine | 11 |
stanford-oval/storm | nlp | 180 | [BUG] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Report following things
1. Input topic name
2. All output files generated for this topic as a zip file.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment:**
- OS: [e.g. iOS, Windows]
-... | closed | 2024-09-24T07:56:59Z | 2024-09-24T07:57:54Z | https://github.com/stanford-oval/storm/issues/180 | [] | axixixi2789305 | 0 |
widgetti/solara | fastapi | 110 | [Feature Request] solara DataFrame should handle pandas Styler | If you have a styled ```df = pandas.DataFrame().style```, you can pass it as ```sdf = solara.DataFrame(df.data)``` but you loose the styling that was applied to df. So if columns were hidden by the styler, they are displayed again. It would be good for solara.DataFrame to reapply the style before when displaying sdf in... | open | 2023-05-23T15:55:28Z | 2024-08-15T12:19:44Z | https://github.com/widgetti/solara/issues/110 | [] | chaffra | 6 |
QuivrHQ/quivr | api | 3,431 | Megaparse API tests | * create dataset based on t-sne clustering of embeddings | closed | 2024-10-28T09:17:17Z | 2024-11-07T09:30:01Z | https://github.com/QuivrHQ/quivr/issues/3431 | [] | linear[bot] | 1 |
wger-project/wger | django | 1,055 | Show history with changes to exercises data | We want to give admins an overview of changes made to the exercises. At the moment we use django activity stream to log high level events such as "user 123 created exercise 100" and django simple history to track the changes made to the content. What is needed is some overview that somehow combines both list so that we... | closed | 2022-06-01T13:35:06Z | 2022-09-29T10:17:49Z | https://github.com/wger-project/wger/issues/1055 | [] | rolandgeider | 4 |
ading2210/poe-api | graphql | 177 | Proxy error when it doens't use x509 :certificate | | tls_client.exceptions.TLSClientExeption: failed to do request: Get "https://poe.com": x509: certificate has expired or is not yet valid: current time 2023-07-19T22:52:25Z is after 2021-06-20T14:48:58Z
Hi on some proxy providers they show this error and I'm not sure how to bypass it | open | 2023-07-19T23:23:45Z | 2023-07-21T06:00:26Z | https://github.com/ading2210/poe-api/issues/177 | [
"bug"
] | birdup000 | 1 |
mljar/mercury | jupyter | 260 | Error displaying widget in databricks |

| closed | 2023-04-27T07:43:10Z | 2023-04-28T06:38:58Z | https://github.com/mljar/mercury/issues/260 | [] | Prashantramappa | 1 |
plotly/dash | plotly | 2,311 | Deletion of last row containing delete-button which is target of dbc.Tooltip leads to invalid children output | **Describe your context**
```
dash_bootstrap_components==1.2.1
dash==2.7.0
```
**Describe the bug**
I have implemented a simple editor, which enables you to add and delete rows using a pattern-matching-callback. Each row contains a delete-button, which is target of a `dbc.Tooltip`.
 \
.values(entry) \
.returning(User.c.id) \
.on_conflict_do_update(
index_elements=[User.c.dtid],
... | open | 2018-02-22T11:49:20Z | 2019-08-15T14:25:30Z | https://github.com/aio-libs/aiopg/issues/441 | [] | txomon | 6 |
microsoft/nni | data-science | 5,277 | The pruned model is as the same as the original one | **Describe the issue**:
The pruned model is as the same as the original one。 What does “module.up2.conv.double_conv.2 has mask, but not found in the traced graph, just skip it.” mean? How can I fix it? The original op name is “up2.conv.double_conv.2”, but it changed to "module.up2.conv.double_conv.2".
The log is... | closed | 2022-12-12T03:38:46Z | 2023-02-24T02:37:20Z | https://github.com/microsoft/nni/issues/5277 | [] | dreamlychina | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,063 | How to adjust various parameters | When training more than 3,000 images, how should each parameter be adjusted to make the effect better? | open | 2024-11-14T03:41:00Z | 2024-11-15T06:59:35Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1063 | [] | jayjungit | 4 |
jina-ai/serve | deep-learning | 5,660 | Executor dict return does not work as in the documentation: | https://docs.jina.ai/concepts/executor/add-endpoints/#returns | closed | 2023-02-07T07:52:53Z | 2023-02-07T16:06:37Z | https://github.com/jina-ai/serve/issues/5660 | [] | alaeddine-13 | 1 |
jupyterhub/repo2docker | jupyter | 1,125 | Is it possible to use repo2docker to customize a vm | Hello, I would like to provision full vm and let users customize them with your configure system.
Can we use repo2docker from within a vm in order to modify a running system ?
if not, is it possible to run a docker image as a vm with qemu or convert a docker image into a full vm ?
thanks for considering.
| closed | 2022-01-26T13:41:36Z | 2022-12-02T15:14:52Z | https://github.com/jupyterhub/repo2docker/issues/1125 | [] | picca | 4 |
pytorch/pytorch | machine-learning | 149,393 | Torch RPC examples from docs say usage is deprecated. | ### 🐛 Describe the bug
When running any examples from the pytorch/examples repo or more importantly the examples from the RPC documentation, the following warning is displayed:
`UserWarning: You are using a Backend <class 'torch.distributed.distributed_c10d.ProcessGroupGloo'> as a ProcessGroup. This usage is deprecat... | open | 2025-03-18T09:49:01Z | 2025-03-24T08:18:36Z | https://github.com/pytorch/pytorch/issues/149393 | [
"oncall: distributed",
"module: docs",
"module: rpc"
] | vaughankraska | 0 |
abhiTronix/vidgear | dash | 300 | [Question]: Starting a video (`.mp4`) at a given frame | <!--- Add a brief title for your issue above -->
## Question
<!--- Provide your question description here -->
Using `VideoGear` I wish to start a video (`.mp4`) at a given frame say 100, I could not find if this is possible, is this not intended functionality?
Similar to opencv's functionality of
```pytho... | closed | 2022-03-22T21:06:35Z | 2023-02-10T04:36:35Z | https://github.com/abhiTronix/vidgear/issues/300 | [
"QUESTION :question:",
"SOLVED :checkered_flag:"
] | connor-john | 5 |
PaddlePaddle/PaddleHub | nlp | 1,545 | docker ubuntu16.04环境报错bash: hub: command not found | pip install paddlehub==1.6.2后
运行以下命令后报错
hub install yolov3_resnet50_vd_coco2017==1.0.1 | closed | 2021-07-22T09:09:07Z | 2021-07-22T09:17:22Z | https://github.com/PaddlePaddle/PaddleHub/issues/1545 | [] | yingzhige118 | 1 |
ShishirPatil/gorilla | api | 294 | Does the Gorilla open functions v2 model need to be fused with the Deepseek Coder-7B-Instrument-v1.5 model before it can be used for inference? | Does the Gorilla open functions v2 model need to be fused with the Deepseek Coder-7B-Instrument-v1.5 model before it can be used for inference? | closed | 2024-03-28T12:44:12Z | 2024-04-05T08:31:54Z | https://github.com/ShishirPatil/gorilla/issues/294 | [
"hosted-openfunctions-v2"
] | wangbochao1 | 1 |
proplot-dev/proplot | matplotlib | 443 | path effects not pretty | ### Description
Hi, I found that the path effects around title are sometime not as pretty as the default ones in matplotlib. I really like this feature in proplot so it would be nice if we can fix this. Below, I show an example where the path effect shows a weird behavior.
### Steps to reproduce
```python
i... | open | 2023-12-20T18:20:42Z | 2023-12-20T18:20:42Z | https://github.com/proplot-dev/proplot/issues/443 | [] | kinyatoride | 0 |
Johnserf-Seed/TikTokDownload | api | 732 | [FEATRUE / REQUEST] naming 中的可用参数有哪些? | 配置文件说明文档中 https://johnserf-seed.github.io/f2/site-config.html
只提到了 naming: '{create}_{desc}',两个参数,想知道抖音单个视频的naming还有哪些可用参数?谢谢!
| closed | 2024-06-22T04:51:29Z | 2024-06-28T10:47:10Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/732 | [
"需求建议(enhancement)",
"已确认(confirmed)"
] | RallyQ | 1 |
microsoft/nni | machine-learning | 5,204 | AttributeError: 'Conv2d' object has no attribute 'layer_quant_setting' | **Describe the issue**:
When I call
calibration_config =quantizer.export_model(model_path = ...)
it shows this error message:
AttributeError: 'Conv2d' object has no attribute 'layer_quant_setting'
. I tried to debug app and I saw that psycopg2.connect initialized fine but code from method Connection._ready raised exception.
Without this p... | open | 2017-03-20T15:09:51Z | 2019-09-09T07:21:51Z | https://github.com/aio-libs/aiopg/issues/287 | [] | GregEremeev | 13 |
plotly/dash | plotly | 3,026 | [Feature Request] The console displays the back-end interface for the actual request | dash Back-end request interface, the browser console does not print the request interface, such as login request, but the browser does not display the login request interface, only such interfaces as update-component, how to display the actual interface in the control? | closed | 2024-10-08T03:13:58Z | 2024-10-08T12:01:14Z | https://github.com/plotly/dash/issues/3026 | [] | xiaoxiaoimg | 1 |
keras-team/keras | deep-learning | 20,314 | Keras fails to load TextVectorization layer from .keras file | When downloading a model I trained on Kaggle using the `.keras` format it fails to load on my machine. I believe it is a codec error because the TextVectorization layer uses the `utf-8` format, but the error message appears to be using the `charmap` codec in python. This is all just speculation though.
```
ValueErr... | closed | 2024-10-01T22:48:18Z | 2024-11-14T02:01:56Z | https://github.com/keras-team/keras/issues/20314 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | harsha7addanki | 4 |
LAION-AI/Open-Assistant | python | 3,146 | Use of phrases including "Open Assistant" causes generation to stop with plugins enabled | Discord user report: `when Open Assistant tries to use its name when using plugins, it decides to stop respond, like if its name is a end token or something?`
I am fairly sure this is because of the use of special stop tokens but I thought they should only be enabled in intermediate thoughts, not in final generation... | closed | 2023-05-13T10:45:46Z | 2023-05-19T19:19:41Z | https://github.com/LAION-AI/Open-Assistant/issues/3146 | [
"bug",
"inference"
] | olliestanley | 0 |
comfyanonymous/ComfyUI | pytorch | 6,990 | With the latest update of ComfyUI Desktop, got stuck in the new dependencies' update for half an hour. Is it normal? | ### Expected Behavior
The update usually completes in less than 3 minutes.
### Actual Behavior
This time it takes very much longer. Half and hour pass with no sign of completion. Also, the terminal does not log anything.
### Steps to Reproduce
Just click install on the next ComfyUI launch when getting the updat... | closed | 2025-02-27T05:44:20Z | 2025-03-01T02:19:54Z | https://github.com/comfyanonymous/ComfyUI/issues/6990 | [
"Potential Bug"
] | kanarch66 | 3 |
gevent/gevent | asyncio | 1,815 | SIGINT behaviour | * gevent version: 21.1.2 (installed from Conda package)
* Python version: 3.7 (installed from Conda package)
* Operating System: Arch Linux 5.10.59-1 SMP PREEMPT
### Description:
I would like to get some explanation on how SIGINT (i.e ctrl-c) is handled in (recent) gevent.
In particular, I saw this comment f... | open | 2021-08-26T00:36:35Z | 2021-09-03T14:09:30Z | https://github.com/gevent/gevent/issues/1815 | [] | mguijarr | 8 |
airtai/faststream | asyncio | 1,220 | Docs: add multiple topics registration with a single call | To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template:
Please add to docs that multiple topics can be registered to a single handler with one call:
https://github.com/airtai/faststream/discussions/1215 | open | 2024-02-08T10:08:38Z | 2024-05-16T16:50:50Z | https://github.com/airtai/faststream/issues/1220 | [
"documentation",
"Confluent",
"AioKafka",
"Kafka"
] | davorrunje | 1 |
torchbox/wagtail-grapple | graphql | 166 | rawValue for nested StreamField Doesn't work | Suppose I have these blocks:
```python
@register_streamfield_block
class MainMenuBlock(StreamBlock):
main_menu_item = MainMenuItemBlock()
@register_streamfield_block
class MainMenuItemBlock(StructBlock):
sub_menu_items = SubMenuBlock(required=False, null=True, blank=True)
class Meta:
... | open | 2021-03-11T10:46:06Z | 2021-03-11T11:29:56Z | https://github.com/torchbox/wagtail-grapple/issues/166 | [] | sks444 | 1 |
mars-project/mars | pandas | 3,101 | Optimize Ray CI execution time | Currently Ray CI took at least 40~200 minutes to finish, which is very unfriendly to quick development and iteration. We should optimize it to 20 minutes at least.
After a quick took as ray ci execution stats, seems ray deploy took at least 20 minutes, which is enough for a separate CI pipeline. And if there are so... | closed | 2022-05-31T07:31:07Z | 2022-06-01T04:42:05Z | https://github.com/mars-project/mars/issues/3101 | [] | chaokunyang | 1 |
jacobgil/pytorch-grad-cam | computer-vision | 198 | Bug when using a mixed precision model: src data type = 23 is not supported | _line 57, in scale_cam_image
img = cv2.resize(img, target_size)
cv2.error: OpenCV(4.5.4-dev) :-1: error: (-5:Bad argument) in function 'resize'
\> Overload resolution failed:
\> - src data type = 23 is not supported
\> - Expected Ptr<cv::UMat> for argument 'src'_
**The following code produce the above err... | closed | 2022-01-27T21:47:49Z | 2022-07-04T19:31:29Z | https://github.com/jacobgil/pytorch-grad-cam/issues/198 | [] | ymp5078 | 3 |
ray-project/ray | data-science | 50,647 | [core] Cover cpplint for `ray/tree/master/src/ray/rpc` | ## Description
As part of the initiative to introduce cpplint into the pre-commit hook, we are gradually cleaning up C++ folders to ensure compliance with code style requirements. This issue focuses on cleaning up `src/ray/rpc`.
## Goal
- Ensure all `.h` and `.cc` files in `ray/tree/master/src/ray/rpc` comply with cpp... | closed | 2025-02-16T16:59:09Z | 2025-02-23T15:48:22Z | https://github.com/ray-project/ray/issues/50647 | [
"enhancement",
"core"
] | CheyuWu | 1 |
LAION-AI/Open-Assistant | machine-learning | 3,292 | Issue creating my own dataset | Hey there,
I just checked Open Assistant. Love the initiative.
I just run `docker compose --profile ci up --build --attach-dependencies` and got the UI to start locally.
<img width="1668" alt="Screenshot 2023-06-04 at 00 26 58" src="https://github.com/LAION-AI/Open-Assistant/assets/12861981/60048111-16f0-40f6-... | closed | 2023-06-03T23:27:35Z | 2023-06-05T16:04:31Z | https://github.com/LAION-AI/Open-Assistant/issues/3292 | [
"question"
] | tchaton | 1 |
aio-libs/aiomysql | asyncio | 970 | INSERT into json column on MySQL 8 fails | ### Describe the bug
Escaping bytes with _binary prefix causes error on MySQL.
SqlAlchemy doc mentions it:
https://docs.sqlalchemy.org/en/20/dialects/mysql.html#dealing-with-binary-data-warnings-and-unicode
Also pymysql takes _binary_prefix as optional parameter with default value False and adds _binary prefix if... | open | 2023-11-07T13:42:04Z | 2023-11-07T13:42:04Z | https://github.com/aio-libs/aiomysql/issues/970 | [
"bug"
] | cemrehancavdar | 0 |
nschloe/tikzplotlib | matplotlib | 20 | python3 doesn't need "from itertools import izip" | Running with python3:
Traceback (most recent call last):
File "./myfile.py", line 46, in <module>
from matplotlib2tikz import save as tikz_save
File "/mnt/mob/docs/repo/relk/org/matplotlib2tikz.py", line 30, in <module>
from itertools import izip
ImportError: cannot import name izip
| closed | 2013-01-23T23:30:21Z | 2024-05-25T08:57:05Z | https://github.com/nschloe/tikzplotlib/issues/20 | [] | ghost | 6 |
fastapi/fastapi | python | 12,426 | Docs run script error | ### Privileged issue
- [x] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
I cloned the project and installed requirements.txt. When I run ```python ./scripts/docs.py live az```, I get the following error.
OS: Windows 10
Python version 3.12.5

### Expected behavior (i.e. solution)
For example, use the `remove_... | open | 2023-06-12T21:18:48Z | 2023-06-12T21:18:48Z | https://github.com/recommenders-team/recommenders/issues/1941 | [
"bug"
] | loomlike | 0 |
plotly/dash-table | dash | 440 | cell is 1px off if it has thick border | <img width="902" alt="Screen Shot 2019-05-23 at 4 32 00 PM" src="https://user-images.githubusercontent.com/23650639/58284432-93c1a600-7d78-11e9-8f85-ce33a52e90e2.png">
It seems like the border left was shifted 1px. This happened in one of the test cases where the table setting is:
`{ name: 'fixed columns & rows in... | open | 2019-05-23T20:45:17Z | 2019-05-23T20:45:17Z | https://github.com/plotly/dash-table/issues/440 | [] | alinastarkov | 0 |
waditu/tushare | pandas | 920 | BUG: ts.pro_bar接口调取换手率,量比时报错 | 用df = ts.pro_bar( ts_code='000001.SZ', start_date='20180101', end_date='20181011', factors=['tor', 'vr'],pro_api=pro)
试了还是一样的错误 | closed | 2019-02-13T15:51:53Z | 2019-02-17T13:37:17Z | https://github.com/waditu/tushare/issues/920 | [] | daihuangliang | 4 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 53 | iOS抖音无水印快捷指令下载/iOS TikTok no watermark shortcut download | ## iOS Shortcut/快捷指令
> 快捷指令只需手动安装一次,往后在运行时会自动连接API-V1进行更新检查。
> The shortcut command only needs to be manually installed once, and will automatically connect to API-V1 for update checking at runtime.
> 如果你愿意分享你魔改的快捷方式(捷径),欢迎在下方留言,我会将你的快捷方式链接收录至此文档内,感谢你的工作(#^.^#)
> If you are willing to share the shortcut of... | closed | 2022-07-16T01:18:15Z | 2022-11-14T10:17:39Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/53 | [
"iOS Shortcuts release"
] | Evil0ctal | 17 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,578 | Raspberry pi4 compatablility | Could you please add support for pi4 arm64 running aaarch32 and 64 GNU/Linux OS
thanks
we can use modded chrome driver from https://github.com/electron/electron/releases | open | 2023-09-24T14:55:14Z | 2023-09-25T21:36:47Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1578 | [] | theskid31 | 0 |
allure-framework/allure-python | pytest | 195 | Allure issue and testcase marks/decorators will not generate links report | Reopening #176. See my latest comments on #176 or reopen original issue.
#### I'm submitting a ...
- [x ] bug report
- [ ] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
#### What is the current behavior?
#### If the current... | closed | 2018-01-16T16:10:51Z | 2018-01-16T18:10:34Z | https://github.com/allure-framework/allure-python/issues/195 | [] | ghost | 1 |
donnemartin/system-design-primer | python | 40 | Brazilian Portuguese translation | Maintainer(s): @IuryAlves
Please check out the [Translations Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md#translations).
Original translations thread: https://github.com/donnemartin/system-design-primer/issues/28
Interested in helping? Let us know! | open | 2017-03-27T11:30:44Z | 2024-07-04T10:14:21Z | https://github.com/donnemartin/system-design-primer/issues/40 | [
"help wanted",
"translation"
] | donnemartin | 44 |
Miserlou/Zappa | django | 1,592 | SnsAsyncResponse send message in binary format do sns | ## Context
When I try call function decorated with `task_sns`, I have this issue:
```
[1534860745918] [DEBUG] 2018-08-21T14:12:25.918Z 3adcda53-a54c-11e8-917e-d54b5bfa0880 Event before-parameter-build.sns.Publish: calling handler <function generate_idempotent_uuid at 0x7f2bb8593510>
[1534860745920] Parameter vali... | open | 2018-08-21T14:59:28Z | 2019-04-27T16:55:08Z | https://github.com/Miserlou/Zappa/issues/1592 | [] | lincolwn | 1 |
redis/redis-om-python | pydantic | 601 | JsonSchema can not be generated | As I thought that the https://github.com/redis/redis-om-python/pull/597 resolves my issues, I found out that following still does not work (but worked with older pydantic/redis-om versions):
Dependencies:
```
fastapi = "^0.110.0"
redis-om = "^0.2.2"
```
Model definition:
```python
class ItemConfig(redis_om.... | closed | 2024-03-27T10:19:05Z | 2024-05-02T14:34:22Z | https://github.com/redis/redis-om-python/issues/601 | [] | prutheus | 5 |
clovaai/donut | computer-vision | 23 | DistributedDataParallel error in large dataset size | Hi,
I am running the Donut to pre-train on my custom data. However, when I scaled up the data size (2M images~), I got this error.
(But, I verify the success of running the Donut in the small data, such as DocVQA and CORD.)
```
trainer.fit(model_module, data_module)
File "/opt/conda/lib/python3.7/site-pa... | closed | 2022-08-15T01:16:23Z | 2022-08-25T02:44:35Z | https://github.com/clovaai/donut/issues/23 | [] | rtanaka-lab | 4 |
pytorch/vision | computer-vision | 8,971 | pytorch 2.6 support | ### 🚀 The feature
Since pytorch 2.6 has been out a while, has anyone validated support? It would be great to have this included in a release soon.
### Motivation, pitch
We run a large conda env that includes torchvision, and would like to upgrade it to pt2.6, but ideally without dropping torchvision.
### Alternati... | closed | 2025-03-14T18:11:30Z | 2025-03-14T19:06:05Z | https://github.com/pytorch/vision/issues/8971 | [] | das-intensity | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.