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
jupyter-book/jupyter-book
jupyter
2,304
Aligning figures in grid to the bottom.
I am trying to put 2 figures side-by-side. I am currently trying the `grid` directive for this. ``` :::::{grid} 2 ::::{grid-item} :::{figure} assets/fish_swimming.svg :height: 350px Caption 1 ::: :::: ::::{grid-item} :::{figure} assets/stanford_bunny.svg :height: 225px Caption 2 ::: :::: ::::: ``` This shows the f...
open
2025-01-22T16:58:02Z
2025-01-22T16:58:18Z
https://github.com/jupyter-book/jupyter-book/issues/2304
[]
atharvaaalok
0
wkentaro/labelme
computer-vision
792
Ubuntu 18 , not able to launch issue
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 783, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (Pillow 5.1.0 (/usr/lib/python3/dist-packages), Requirement.parse('pillow>=6.2.0'), {'matplotlib'}) ![Version_Conflict_Erro...
closed
2020-10-26T11:41:04Z
2020-12-11T08:22:23Z
https://github.com/wkentaro/labelme/issues/792
[]
sreshu
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
539
fetch_user_post 接口只能读取第一页数据?
获取用户帖子列表的接口只能获取第一页的数据吗?这个作者有687个视频 **`https://douyin.wtf/api/tiktok/web/fetch_user_post?secUid=MS4wLjABAAAAWtC4Km0mPiqpO8CM4JnOTG7sTMqs6ionh6AWF9sFb1dVtKiafyCwNz10DGf2UFk8&cursor=1&count=35&coverFormat=2`** `{ code: 200, router: "/api/tiktok/web/fetch_user_post", data: { cursor: "1", extra: { fatal_item_ids: [ ], log...
closed
2025-01-17T05:58:49Z
2025-01-21T04:29:39Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/539
[ "BUG", "enhancement" ]
Bruse-Lee
1
piskvorky/gensim
machine-learning
3,162
Doc2Vec: when we have string tags, build_vocab with update removes previous index
<!-- **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
2021-06-04T05:54:12Z
2022-03-17T20:46:48Z
https://github.com/piskvorky/gensim/issues/3162
[]
espdev
13
python-visualization/folium
data-visualization
1,813
Make the Map pickable
**Is your feature request related to a problem? Please describe.** As an extension of https://github.com/python-visualization/branca/pull/99, I want to be able to cache a map for an application, to switch quickly between them. **Describe the solution you'd like** I proposed a first solution in the following PR : h...
closed
2023-10-06T14:45:17Z
2023-10-16T12:07:50Z
https://github.com/python-visualization/folium/issues/1813
[ "enhancement" ]
BastienGauthier
8
deepspeedai/DeepSpeed
pytorch
6,639
No module named 'op_builder'
deepspeed-0.15.2 AMD 5600x Rtx 4060Ti ERROR: ModuleNotFoundError: No module named 'op_builder' try install it ,but : pip install op-builder ERROR: Could not find a version that satisfies the requirement op-builder (from versions: none) ERROR: No matching distribution found for op-builder help!!!
closed
2024-10-18T04:02:44Z
2024-11-05T23:31:42Z
https://github.com/deepspeedai/DeepSpeed/issues/6639
[ "windows" ]
hujiquan
8
ranaroussi/yfinance
pandas
1,976
Currency data for statements
### Describe bug Currency data for financial statements For some stocks, like BP.L, the share price data is GBp whereas the financial statements are in USD. The currency of GBp is available in fast_info but the currency (USD) for the financial statements does not appear to be available. Am I missing somethin...
closed
2024-07-04T19:29:24Z
2024-07-05T20:11:48Z
https://github.com/ranaroussi/yfinance/issues/1976
[]
mking007
3
JaidedAI/EasyOCR
deep-learning
1,324
Fine-tuned CRAFT model works much slower on CPU than default one.
I fine-tuned CRAFT model according to this guide: https://github.com/JaidedAI/EasyOCR/tree/master/trainer/craft But this model works 5 times slower than default model 'craft_mlt_25k' on some server CPUs (on some CPUs speeds are same). What can it be? Is 'craft_mlt_25k' quantized in some way?
open
2024-10-18T09:21:37Z
2024-12-09T02:27:33Z
https://github.com/JaidedAI/EasyOCR/issues/1324
[]
romanvelichkin
1
matplotlib/matplotlib
data-science
28,872
[Bug]: Why is there an offset between grey bars and width of arrows in upper limits (reproducible data and code provided)
### Bug summary For the image shown below, which shows upper limits in red arrows between two variables X and Y and on the right side there is Z axis showing value of grey bars, why is their an offset between grey bars and width of arrows. ![WirxJ5Lw](https://github.com/user-attachments/assets/287da96e-506e-4c4c-a5f...
closed
2024-09-24T07:03:15Z
2024-09-24T13:48:56Z
https://github.com/matplotlib/matplotlib/issues/28872
[ "status: needs clarification", "status: needs revision" ]
siddhantmannaiith
1
ARM-DOE/pyart
data-visualization
1,333
NEXRAD Non-Reflectivity Values
Building on the discussion here - https://openradar.discourse.group/t/reflectivity-and-velocity-resolution-from-aws/97 The main question is whether we are parsing NEXRAD Level 2 files with the proper digital resolution. Reflectivity should be at 8 bit resolution (every 0.5 dBZ), but other fields such as radial ve...
closed
2022-11-22T15:49:15Z
2022-11-22T19:28:04Z
https://github.com/ARM-DOE/pyart/issues/1333
[]
mgrover1
2
aminalaee/sqladmin
sqlalchemy
152
Many to many field setup error
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug I am trying to update m2m field in form but i am getting error `"sqlalchemy.exc.InvalidRequestError: Can't attach instance another instance with k...
closed
2022-05-14T16:16:25Z
2024-06-15T13:33:42Z
https://github.com/aminalaee/sqladmin/issues/152
[]
dasaderto
10
pallets-eco/flask-sqlalchemy
flask
512
NoForeignKeysError with polymorphism and schemas
```python from flask import Flask from flask_sqlalchemy import SQLAlchemy app = Flask(__name__) app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql:///test' db = SQLAlchemy(app) class Item(db.Model): __tablename__ = 'items' __table_args__ = {'s...
closed
2017-06-27T09:44:42Z
2020-12-05T20:46:22Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/512
[ "tablename" ]
ThiefMaster
3
amidaware/tacticalrmm
django
954
Server Side Checks
**Is your feature request related to a problem? Please describe.** We sometimes need to monitor externally hosted services and cannot install an agent **Describe the solution you'd like** I would really like if the RMM server itself could carry out some very basic checks similar to the agents. i.e. ping checks, we...
closed
2022-01-25T19:46:00Z
2022-01-27T11:38:57Z
https://github.com/amidaware/tacticalrmm/issues/954
[]
daveclev12
4
pydata/bottleneck
numpy
9
Writing beyond the range of an array
The low-level functions nanstd_3d_int32_axis1 and nanstd_3d_int64_axis1, called by bottleneck.nanstd() for 3d input, wrote beyond the memory owned by the output array if arr.shape[1] == 0 and arr.shape[0] > arr.shape[2], where arr is the input array. Thanks to Christoph Gohlke for finding an example to demonstrate the...
closed
2011-03-08T20:24:41Z
2011-03-08T20:51:45Z
https://github.com/pydata/bottleneck/issues/9
[ "bug" ]
kwgoodman
1
Textualize/rich
python
2,825
[REQUEST] Tweak default colors for RichHandler
Hello, first of all, thank you for rich! I use it in pretty much all my projects. I have a _very minor_ suggestion regarding the _default_ colors for logging levels. I know we can customize them using [themes](https://rich.readthedocs.io/en/latest/style.html#style-themes) (and I already do!). I use mostly info/war...
closed
2023-02-22T14:39:27Z
2024-07-01T10:43:43Z
https://github.com/Textualize/rich/issues/2825
[ "accepted" ]
alexprengere
3
modin-project/modin
data-science
7,350
Possible issue with `dropna(how="all")` not deleting data from partition on ray.
When processing a large dataframe with modin running on ray, if I had previously dropped invalid rows, it runs into an issue by accessing data from the new dataframe (after dropna). It looks like the data is not released from ray, or maybe modin `dropna` operation is not removing it properly. It works fine if I r...
open
2024-07-23T11:05:03Z
2024-07-25T21:22:44Z
https://github.com/modin-project/modin/issues/7350
[ "bug 🦗", "P0" ]
brunojensen
1
serengil/deepface
machine-learning
882
Why is the euclidean distance calculated that way and not using np.linalign.norm?
Just curios.
closed
2023-11-02T19:31:27Z
2023-11-02T22:29:47Z
https://github.com/serengil/deepface/issues/882
[ "question" ]
ghost
1
vimalloc/flask-jwt-extended
flask
57
Version Logs?
@vimalloc Should we have a log of changes to clarify if newer releases might break previous versions?
closed
2017-06-15T14:06:16Z
2017-07-02T18:58:59Z
https://github.com/vimalloc/flask-jwt-extended/issues/57
[]
rlam3
4
unionai-oss/pandera
pandas
1,759
Pass additional `Check` kwargs into `register_check_method`
**Is your feature request related to a problem? Please describe.** Adding a custom error message to an inline custom check works now due to you're recent commits, because you can pass an error argument to the `Check` object. Thank you by the way. I could have missed it, but is there a way to extend that ability class ...
open
2024-07-20T19:07:11Z
2025-01-05T20:15:42Z
https://github.com/unionai-oss/pandera/issues/1759
[ "enhancement" ]
typkrft
1
dunossauro/fastapi-do-zero
sqlalchemy
175
Repositório do Paulo Cesar Peixoto (PC)
| Link do projeto | Seu @ no git | Comentário (opcional) | | --- | --- | --- | | [fast_zero_api](https://github.com/peixoto-pc/fast_api_zero) | [@peixoto-pc ](https://github.com/peixoto-pc)| Implementação do material do curso sem alterações |
closed
2024-06-14T21:57:08Z
2024-06-15T00:55:29Z
https://github.com/dunossauro/fastapi-do-zero/issues/175
[]
peixoto-pc
1
graphql-python/graphene-sqlalchemy
sqlalchemy
211
AssertionError: Found different types with the same name in the schema
I have two Classes Products and SalableProducts in my Models (SalableProducts inherits from Products so it has every field of it's database), in my Schema here is what i did ```python class Product(SQLAlchemyObjectType): class Meta: model = ProductModel interfaces = (relay.Node, ) ...
open
2019-04-29T11:04:01Z
2022-07-18T21:24:07Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/211
[]
Rafik-Belkadi
19
clovaai/donut
computer-vision
221
donut-base-finetuned-cord-v2 Demo not working properly in Gradio Space web demo
There is a run time error when the demo link is launched. I think there might be some dependency issue for models build on CORD dataset for document parsing.
open
2023-07-02T03:01:20Z
2023-11-25T07:48:35Z
https://github.com/clovaai/donut/issues/221
[]
being-invincible
1
Colin-b/pytest_httpx
pytest
40
Support for httpx > 0.17.x
`httpx` released a [new version](https://github.com/encode/httpx/releases/tag/0.18.0). Currently the `httpx` is limited to [`0.17.*`](https://github.com/Colin-b/pytest_httpx/blob/develop/setup.py#L41). It would be nice if `pytest-httpx` is updated. Thanks
closed
2021-04-27T15:42:14Z
2021-05-04T18:28:42Z
https://github.com/Colin-b/pytest_httpx/issues/40
[ "enhancement" ]
fabaff
3
streamlit/streamlit
deep-learning
10,673
st.data_editor: Pasting a copied range fails when the bottom-right cell is empty or None
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary When copying a selected range of cells from s...
open
2025-03-07T05:57:07Z
2025-03-14T02:55:26Z
https://github.com/streamlit/streamlit/issues/10673
[ "type:bug", "status:confirmed", "priority:P3", "feature:st.data_editor" ]
hirokika
4
KaiyangZhou/deep-person-reid
computer-vision
563
torchreid
It's not 'torchreid.utils', it should be 'torchreid.reid.utils'
open
2023-11-10T11:34:07Z
2023-11-10T11:34:07Z
https://github.com/KaiyangZhou/deep-person-reid/issues/563
[]
motherflunker
0
strawberry-graphql/strawberry
graphql
3,431
Should we hide fields that starts with `_` by default?
We have strawberry.Private to hide field, but I was wondering if we should automatically hide fields that start with a underscore, since it is a common convention in Python to use it for "private" fields. What do you all think?
open
2024-04-02T11:55:00Z
2025-03-20T15:56:39Z
https://github.com/strawberry-graphql/strawberry/issues/3431
[]
patrick91
0
modin-project/modin
pandas
7,385
FEAT: Add type annotations to frontend methods
**Is your feature request related to a problem? Please describe.** Many frontend methods are missing type annotations on parameters or return types, which are necessary for downstream extension libraries to generate annotations in documentation.
open
2024-09-05T22:08:38Z
2024-09-05T22:08:52Z
https://github.com/modin-project/modin/issues/7385
[ "P3", "Interfaces and abstractions" ]
noloerino
0
deezer/spleeter
deep-learning
161
[Discussion] No GPU stress
Curious as to why activity monitor on Windows tells me that my GPU is barely used during `spleeter-gpu`. I know for a fact that `spleeter-gpu` is running because my spleeter sessions complete A LOT faster now compared to when I run `spleeter-cpu`. Usage: 3% Dedicated GPU-Memory: 0,7 / 8,0 GB GPU-Memory: 0,8 / 1...
closed
2019-12-05T04:16:41Z
2019-12-18T15:03:51Z
https://github.com/deezer/spleeter/issues/161
[ "question" ]
aidv
2
airtai/faststream
asyncio
1,059
Feature: subscribers should be resilient to segmentation faults
Thank you for FastStream, I really enjoy the use of pydantic here :smiley: **Is your feature request related to a problem? Please describe.** Segmentation faults can happen in the process of handling a message, when involving a library causing the segmentation fault (I don't think it is possible to cause a segme...
closed
2023-12-15T16:11:37Z
2024-07-09T15:47:33Z
https://github.com/airtai/faststream/issues/1059
[ "enhancement" ]
lucsorel
10
PaddlePaddle/models
computer-vision
5,368
下载不了pix2pix模型
https://paddle-gan-models.bj.bcebos.com/pix2pix_G.tar.gz https://www.paddlepaddle.org.cn/modelbasedetail/pix2pix
open
2021-11-10T02:03:24Z
2024-02-26T05:08:29Z
https://github.com/PaddlePaddle/models/issues/5368
[]
zhenzi0322
0
ageitgey/face_recognition
python
1,341
Landmark detection is pretty slow :(
* face_recognition version: 1.3.0 * Python version: 3.9.5 * Operating System: Mac OS 10.14.6 I am detecting face landmarks. Mostly nose bridge in order to crop the images later. I found it pretty slow to do it. About 6 seconds per image. Is there a way to speed up the process ? Can I look only for the nose ...
open
2021-07-09T11:12:31Z
2022-07-01T19:11:19Z
https://github.com/ageitgey/face_recognition/issues/1341
[]
schwarzwals
4
quokkaproject/quokka
flask
663
jinja2.exceptions.UndefinedError: 'theme' is undefined
when i create a block or page, and try to view i get: ``` 2018-06-12 11:51:20,001 - werkzeug - ERROR - Error on request: Traceback (most recent call last): File "/Users/kyle/git/blog/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 270, in run_wsgi execute(self.server.app) File "/Users/kyle/...
closed
2018-06-12T18:53:57Z
2018-07-23T20:16:48Z
https://github.com/quokkaproject/quokka/issues/663
[]
jstacoder
1
geopandas/geopandas
pandas
2,478
BUG: AttributeError about datetimelike values when reading file with Fiona engine
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas (on the date of issue, last version is 0.11.0). - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this gui...
closed
2022-06-27T14:32:37Z
2022-07-24T09:10:04Z
https://github.com/geopandas/geopandas/issues/2478
[ "regression" ]
paumillet
3
hankcs/HanLP
nlp
594
在提取关键词的过程中,根据词性过滤得出的关键词
在提取关键词的过程中,我想根据词性过滤,只留下词性为名词的关键词。 我的想法是在分词的步骤中,就按照词性去过滤,只留下名词,但是在标准分词源码部分,并没有找到关于词性的代码,hankcs能否指点一下小弟呢?不胜感激
closed
2017-07-31T10:30:37Z
2020-01-01T11:08:34Z
https://github.com/hankcs/HanLP/issues/594
[ "ignored" ]
cpeixin
4
yunjey/pytorch-tutorial
pytorch
62
Evaluation mode in Resnet
I have a question about the evaluation mode. I found that in the resnet tutorial, the network is not set to evaluation through resnet.eval(). Will this affect the testing accuracy? Thanks!
closed
2017-09-20T08:59:55Z
2017-10-12T04:59:22Z
https://github.com/yunjey/pytorch-tutorial/issues/62
[]
zhangmozhe
1
milesmcc/shynet
django
73
You were added to awesome-humane-tech
This is just a FYI issue to notify that you were added to the curated awesome-humane-tech in the 'Analytics' category, and - if you like that - are now entitled to wear our badge: [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=tr...
closed
2020-08-15T06:25:15Z
2020-08-15T15:53:15Z
https://github.com/milesmcc/shynet/issues/73
[ "meta" ]
aschrijver
1
ScrapeGraphAI/Scrapegraph-ai
machine-learning
544
Scrapegraph returns relative path URLs instead of absolute path **Possible Bug?**
**Describe the bug** When using gpt4o as the llm and scraping a webpage to return a list of links, sometimes the paths returned are : - relative paths (OR) - full path with an incorrect prefix/domain usually "http://example.com" The behaviour was consistent until 3 days ago i.e. it always returned full paths on...
closed
2024-08-13T10:28:49Z
2024-09-12T14:14:34Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/544
[]
sandeepchittilla
12
s3rius/FastAPI-template
asyncio
219
taskiq scheduler does not run ...
I followed the documentation for Taskiq [here](https://taskiq-python.github.io/available-components/schedule-sources.html#redisschedulesource) to set up scheduler in my tkq.py file, like following: ``` result_backend = RedisAsyncResultBackend( redis_url=str(settings.redis_url.with_path("/1")), ) broker = Lis...
closed
2024-07-17T04:39:18Z
2024-07-20T21:13:29Z
https://github.com/s3rius/FastAPI-template/issues/219
[]
rcholic
3
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,654
Deleting the information provided by the whistleblower without deleting all the report
### Proposal Our proposal is to add a new feature that allows the recipient to deleat the information provided by the whistleblower without deleating all the report, so that the recipient can keep the communication with the whistleblower through the comments. This way, for exemple, whistleblowers can be informed that ...
open
2023-09-25T06:57:18Z
2023-09-27T11:45:34Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3654
[ "T: Feature" ]
jowis
5
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,113
exporting Pix2Pix to onnx
Hello, PyTorch complains that I used DataParallel to train the model and that it can't be exported because of it so I have to remove that info somehow. But I can't figure out how to do it I tried this [workaround](https://stackoverflow.com/questions/44230907/keyerror-unexpected-key-module-encoder-embedding-weight-...
open
2020-08-03T10:01:22Z
2022-09-16T08:21:58Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1113
[]
ReallyRad
4
nerfstudio-project/nerfstudio
computer-vision
3,184
License of the gsplat
can you share the lic of the gsplat model ?
closed
2024-05-31T03:49:02Z
2024-05-31T05:47:27Z
https://github.com/nerfstudio-project/nerfstudio/issues/3184
[]
sumanttyagi
4
newpanjing/simpleui
django
63
与django-import-export集成的时候遇到的兼容性问题
**bug描述** 简单的描述下遇到的bug: 按照simpleui_demo的用了django_import_export,然后导入导出的图标跟过滤搜索的这些重叠了 ![TIM图片20190524152217](https://user-images.githubusercontent.com/31982633/58310109-6805f500-7e38-11e9-8f6c-36c5462af0f6.png) 建议是否可以增加配置把过滤搜索这些框下降一行吗? **重现步骤** 1. 2. 3. **环境** Django==2.2.1 django-import-export==1.2.0 d...
closed
2019-05-24T07:27:50Z
2020-03-08T03:06:09Z
https://github.com/newpanjing/simpleui/issues/63
[ "bug" ]
pandadriver
4
awesto/django-shop
django
112
Bug in template samples
The current templates do not reflect the ManyToMany model between categories and products. Is there an other way to submit patches, rather than Email? diff --git a/shop/templates/shop/product_detail.html b/shop/templates/shop/product_detail.html index 70d4ade..323b061 100644 --- a/shop/templates/shop/product_detail.ht...
closed
2011-11-01T10:00:21Z
2016-02-02T14:09:11Z
https://github.com/awesto/django-shop/issues/112
[]
jrief
2
FactoryBoy/factory_boy
django
465
Model returned from .create() doesn't have an id
I might be missing something, but the docs say that `create()` returns a saved model, but if I simply do `UserFactory.create().id` I get back `None`, yet if I do `user = UserFactory.create(); user.save()` then the `user.id` is actually set.
closed
2018-04-05T00:01:04Z
2018-05-05T00:07:49Z
https://github.com/FactoryBoy/factory_boy/issues/465
[ "Q&A" ]
darthdeus
3
Sanster/IOPaint
pytorch
348
1 Click Installer : AttributeError: 'LaMa' object has no attribute 'is_local_sd_model'
I was using the cleaner fine but when I tried to boot it up today it throws this error on all models. Ran config to see if there were any updates but no luck. Some help would be appreciated. ``` [2023-07-18 17:13:08,790] ERROR in app: Exception on /inpaint [POST] Traceback (most recent call last): File "S:\lam...
closed
2023-07-18T07:15:20Z
2023-07-18T13:45:53Z
https://github.com/Sanster/IOPaint/issues/348
[]
Acephalia
1
benlubas/molten-nvim
jupyter
260
[Feature Request] Text-Objects for jupytext "py:percent" format
[Jupytext](https://jupytext.readthedocs.io/en/latest/index.html) is a versatile tool for converting between Jupyter notebooks (`.ipynb`) and Python scripts (`.py`) and vice versa. It provides support for various formats, including the ["percent" format](https://jupytext.readthedocs.io/en/latest/formats-scripts.html#the...
closed
2024-12-04T19:05:56Z
2024-12-04T22:16:47Z
https://github.com/benlubas/molten-nvim/issues/260
[ "enhancement" ]
S1M0N38
1
jupyter/nbgrader
jupyter
1,326
assignment_dir issues
The `c.Exchange.assignment_dir` config setting is not behaving as expected when fetching assignments through the web interface (assignment list). We have a Jupyterhub setup where the notebooks of the users are placed in `~/Jupyter`: in `jupyterhub_config.py`: `c.Spawner.notebook_dir = '~/Jupyter'` Additionally, ...
open
2020-04-15T10:50:53Z
2020-04-15T12:58:20Z
https://github.com/jupyter/nbgrader/issues/1326
[]
bomma
0
pandas-dev/pandas
python
60,560
BUG: inconsistent return types from __getitem__ vs iteration
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
open
2024-12-13T16:17:51Z
2025-02-11T23:54:01Z
https://github.com/pandas-dev/pandas/issues/60560
[ "Bug", "Needs Discussion", "API - Consistency" ]
gboeing
6
tortoise/tortoise-orm
asyncio
1,242
Correct way to override model constructor
Hello. Apologies if I overlooked something but I have combed the documentation trying to figure out a working technique for overriding the instance `__init__`/constructor method (i.e. to set up some non-db-backed instance vars etc, after the instance is initialized - whether when being pulled out of the db or from dire...
open
2022-09-05T13:42:00Z
2022-09-05T13:42:00Z
https://github.com/tortoise/tortoise-orm/issues/1242
[]
AlgoDev1
0
encode/databases
sqlalchemy
269
Password containing digits and hashmark cannot be used (MySQL)
`databases==0.4.1` If using a URL like: `mysql://user_name:Xx7#4xxXX77xx@localhost/db_name` I get the following error: ``` ERROR: Traceback (most recent call last): File "/home/rkrell/work/lib/python3.7/site-packages/starlette/routing.py", line 526, in lifespan async for item in self.lifespan_co...
closed
2020-11-27T11:38:08Z
2020-11-30T20:29:48Z
https://github.com/encode/databases/issues/269
[]
rkrell
2
pyro-ppl/numpyro
numpy
1,567
Incorrect batch shape of low_rank normal
<img width="1156" alt="Screenshot 2023-03-28 at 15 55 18" src="https://user-images.githubusercontent.com/26022201/228352296-1eaa5d43-325b-438c-90af-e4635ed08fee.png"> The LowRankNormal has a batch shape of (5,), is this expected? I think it should have a batch shape of (,), just like the MultivariateNormal case. ...
closed
2023-03-28T19:58:33Z
2023-03-28T20:48:34Z
https://github.com/pyro-ppl/numpyro/issues/1567
[ "question" ]
xidulu
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,082
Template Dataset Doubt
Hello, I am working with cycle gans ,on grayscale images. I changed the channels to 1 and wrote the custom dataloader. My data is stored as tensors i.e as .pt files after being preprocessed and not into the training and testing folders in any directory. I have split the training A and training B dataset in my dat...
closed
2020-06-26T20:36:04Z
2020-06-28T20:45:23Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1082
[]
SurbhiKhushu
7
Gerapy/Gerapy
django
110
不能在 /tmp 目录下找到生成的egg包
两台环境一样的机器,其中一台不能正常的跑起来。在eggs/content_spider下已经生成了对应的egg包,但是运行的时候出现如下错误。 File "/tmp/content_spider-1561777690-PvDfIJ.egg/content_spider/pipelines.py", line 38, in __init__ IOError: [Errno 2] No such file or directory。
open
2019-06-29T03:31:54Z
2019-06-29T03:31:54Z
https://github.com/Gerapy/Gerapy/issues/110
[]
iamdaguduizhang
0
ets-labs/python-dependency-injector
asyncio
655
Container dependencies issue, multiple files, classes
Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec...
open
2022-12-29T13:37:27Z
2022-12-29T13:38:47Z
https://github.com/ets-labs/python-dependency-injector/issues/655
[]
Spenchik
1
mars-project/mars
numpy
2,934
[BUG] mars shuffle function not well-distributed
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** Groupby shuffle keys for different groups are not well-distributed. In a online case which has 10000_0000 lines and chunk size is 20_0000, some...
open
2022-04-19T07:47:47Z
2022-04-19T07:47:47Z
https://github.com/mars-project/mars/issues/2934
[]
chaokunyang
0
AirtestProject/Airtest
automation
422
check_app检测不到app时报错,而不是返回False
**描述问题bug** check_app文档对返回值的描述是: `True or False whether the package exists on the device or not` 实际上,找不到app时会抛出异常,而不会返回False。 ``` File "G:\Workspace\PyCharm\AirtestSign\venv\lib\site-packages\airtest\core\android\android.py", line 105, in check_app return self.adb.check_app(package) File "G:\Workspace\...
closed
2019-06-11T15:55:09Z
2019-06-13T02:45:29Z
https://github.com/AirtestProject/Airtest/issues/422
[]
WalkerMe
3
yuka-friends/Windrecorder
streamlit
92
bug: 当磁盘上不存在对应视频文件时,“一日之时”无法正确处理异常
``` File "C:\Users\Anton\AppData\Local\pypoetry\Cache\virtualenvs\windrecorder-QcaNLmW7-py3.10\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 534, in _run_script exec(code, module.__dict__) File "D:\git\Windrecorder\webui.py", line 88, in <module> windrecorder.ui.oneday.render() F...
closed
2024-01-04T17:15:22Z
2024-01-05T14:25:17Z
https://github.com/yuka-friends/Windrecorder/issues/92
[ "bug", "P2" ]
Antonoko
2
mlflow/mlflow
machine-learning
14,546
[BUG] LangGraph MemorySaver checkpointer usage with MLflow
### 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? Databricks ### MLflow version - MLflow version: 2.18 ### System information - **OS Pl...
closed
2025-02-11T21:58:34Z
2025-02-17T00:03:23Z
https://github.com/mlflow/mlflow/issues/14546
[ "bug", "area/model-registry", "area/models", "integrations/databricks", "area/deployments" ]
scardonal
7
ultralytics/yolov5
pytorch
13,390
training "Memory Error" on Window
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug I tried to run the training app of yours on my Window machine. it has just loaded some stuffs, moving stuffs around, a few ca...
open
2024-10-28T17:41:57Z
2024-11-09T13:10:21Z
https://github.com/ultralytics/yolov5/issues/13390
[ "bug" ]
suws0501
2
jupyter-widgets-contrib/ipycanvas
jupyter
188
Dynamic MultiCanvas
Thank you for this library! I have a couple of questions regarding `MultiCanvas` objects. 1. Is it safe to dynamically add canvases to a `MultiCanvas` object? 2. Is this bad for performance? More specifically, is there a point beyond which performance regresses - say 10 canvases vs. 100 canvases? ```python f...
open
2021-04-11T13:47:36Z
2022-04-07T13:07:31Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/188
[ "enhancement" ]
rsomani95
4
tiangolo/uwsgi-nginx-flask-docker
flask
86
Container runs Python 2.7 instead of Python 3.6
i have an app structured as follow: ``` app app main.py Dockerfile uwsgi.ini docker-compose.yml ``` Dockerfile: ``` FROM tiangolo/uwsgi-nginx-flask:python3.6 RUN pip3 install gensim pymongo pandas numpy ``` docker-compose.yml: ``` version: '2' services: s_a: build: ./app ...
closed
2018-09-25T12:15:43Z
2018-10-14T20:36:48Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/86
[]
pymooner
5
graphql-python/graphene
graphql
1,298
Question on using argument in Graphene
i am trying to pass size argument to graphene along with object mapping and it gives error ``` try: import graphene import json except Exception as e: print("Error : {} ".format(e)) global DATA DATA = [ { "name":"Soumil", "age":23, "language" : ["Python", "c+...
closed
2021-01-06T00:40:27Z
2021-01-06T11:16:49Z
https://github.com/graphql-python/graphene/issues/1298
[]
soumilshah1995
2
JaidedAI/EasyOCR
deep-learning
771
Dont want detection. Only want Recogntion
I do not want to perform detection first, then recognition. I want to perform recognition straight on the image i pass. Code: ``` self.ocr = easyocr.Reader( ["en"], gpu=False, detector=False, quantize=True, recognizer=True, ) ...
open
2022-07-03T17:34:16Z
2024-05-06T02:56:18Z
https://github.com/JaidedAI/EasyOCR/issues/771
[]
ahmadmustafaanis
5
jupyter-incubator/sparkmagic
jupyter
885
Support notebook >= 7
#825 highlighted a problem where `notebook >= 7.0.0` causes `sparkmagic` installation to fail due to removed `jupyter-nbextension` command. A [workaround](https://github.com/jupyter-incubator/sparkmagic/blob/6eab8aadfa3c61a6247868836b2a8df086e1b649/Dockerfile.jupyter#L33-L36) has been added to the Docker image that ...
closed
2024-02-21T03:31:34Z
2024-12-15T01:58:47Z
https://github.com/jupyter-incubator/sparkmagic/issues/885
[ "kind:bug" ]
sergiimk
2
zappa/Zappa
django
900
[Migrated] Remote function invocation does not need quotes around function
Originally from: https://github.com/Miserlou/Zappa/issues/2162 by [LaundroMat](https://github.com/LaundroMat) To invoke your function remotely, the docs say: zappa invoke production 'my_app.my_function' But for me (Windows 10, python3.8, Zappa0.51.0), this returns an error [ERROR] ModuleNotFoundError:...
closed
2021-02-20T13:03:31Z
2022-08-05T10:36:44Z
https://github.com/zappa/Zappa/issues/900
[]
jneves
1
iperov/DeepFaceLab
deep-learning
803
Step 4: take the picture out of the picture and make a mistake
[wf] Face type ( f/wf/head ?:help ) : wf [0] Max number of faces from image ( ?:help ) : 0 [512] Image size ( 256-2048 ?:help ) : 512 [90] Jpeg quality ( 1-100 ?:help ) : 90 [n] Write debug images to aligned_debug? ( y/n ) : n Extracting faces... Traceback (most recent call last): File "C:\DeepFaceLab_NVID...
open
2020-07-01T14:55:39Z
2023-06-08T23:20:15Z
https://github.com/iperov/DeepFaceLab/issues/803
[]
shiranII
5
iMerica/dj-rest-auth
rest-api
162
Tests failing in master with no new *source code changes.
Looks like it might be related to Django-All-Auth
closed
2020-11-03T01:48:03Z
2020-11-11T17:00:33Z
https://github.com/iMerica/dj-rest-auth/issues/162
[]
iMerica
0
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
703
hi
计算损失时 for name, x in inputs.items: 报错: AttributeError: 'Tensor' object has no attribute 'items' 请问这个是什么原因导致的呢!
closed
2022-12-01T05:43:33Z
2022-12-03T05:20:49Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/703
[]
7788fine
1
scikit-learn/scikit-learn
machine-learning
30,222
Changelog check on towncrier false positive case
Observed on this PR: https://github.com/scikit-learn/scikit-learn/pull/30209 This run: https://github.com/scikit-learn/scikit-learn/actions/runs/11681055082/job/32525320042?pr=30209 The PR needs to add PR number to existing changelog, and changes another affected changelog, therefore there are 3 changelog files aff...
open
2024-11-05T09:28:21Z
2024-11-18T10:14:55Z
https://github.com/scikit-learn/scikit-learn/issues/30222
[ "Bug", "Build / CI" ]
adrinjalali
1
tflearn/tflearn
tensorflow
1,171
OSS License compatibility question
There’s some possible confusion on the license of your repository when you combine other open-source code. The module `tflearn/vendor/arg_scope.py` claims its license as **Apache-2.0**. However, the license of your whole project is shown as **the MIT license** in LICENSE, i.e., less strict than Apache-2.0 on licens...
open
2023-01-14T05:33:02Z
2023-01-14T05:33:02Z
https://github.com/tflearn/tflearn/issues/1171
[]
Ashley123456789
0
gradio-app/gradio
data-visualization
10,747
Initial states saved in ClearButton can be corrupted
### Describe the bug ClearButton saves the initial value of State component and then can use it to clear the current value of State. It works perfectly, but there are some situations when this saved initial value can be corrupted and ClearButton stops working Below is a simple example of such a situation: 1) This dem...
closed
2025-03-06T14:24:14Z
2025-03-06T21:52:46Z
https://github.com/gradio-app/gradio/issues/10747
[ "bug" ]
phos-phophy
0
kevlened/pytest-parallel
pytest
114
Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name=5> at interpreter shutdown, possibly due to daemon threads
Hello, while trying this library on [Gradio ](https://github.com/gradio-app/gradio)project, I encountered this error, will share the reproduction below. commit 98242fe3632c20511300ac63b774290e4fdf8313 ``` ➜ gradio git:(queue-refactor-backend) ✗ pytest --tests-per-worker 5 test/test_event_queue.py ===============...
open
2022-07-05T09:26:45Z
2022-07-05T09:26:45Z
https://github.com/kevlened/pytest-parallel/issues/114
[]
omerXfaruq
0
matplotlib/matplotlib
matplotlib
29,275
[Bug]: clip_on=False dosen't work
### Bug summary i create ax as the log area, when i use divider to create a axLin as linear area , the point in axlin range can display the whole scatter, but the point in ax range, clip_on=False seems dosen't work! ![捕获](https://github.com/user-attachments/assets/5a862ba3-216a-4669-ba35-2a22db2a7b1e) ### Code ...
closed
2024-12-10T10:31:19Z
2024-12-19T15:18:20Z
https://github.com/matplotlib/matplotlib/issues/29275
[ "Community support" ]
thomaslilu
5
axnsan12/drf-yasg
rest-api
61
ReDoc failed to render this spec
if i add `'USE_SESSION_AUTH': False` or `'SHOW_REQUEST_HEADERS': True` to `SWAGGER_SETTINGS` i get page that said > Oops... ReDoc failed to render this spec can't assign to property "_displayType" on false: not an object just want to ask, is this something that should not appear or its normal?
closed
2018-02-18T16:33:53Z
2018-02-18T21:03:38Z
https://github.com/axnsan12/drf-yasg/issues/61
[]
DimasInchidi
4
PaddlePaddle/ERNIE
nlp
195
我想用你们训练好的模型参数来训练我们的文章数据拿到词向量做检索 召回相似的文章 现在怎么拿到经过ERNIE 编码后Embedding对应的句子呢
已经通过 ernie_encoder.py 抽取出到输入句子的 Embedding 表示并做了向量检索,现在拿不到向量对应的句子表示
closed
2019-07-09T10:53:21Z
2019-07-10T08:00:57Z
https://github.com/PaddlePaddle/ERNIE/issues/195
[]
qq1074123922
7
charlesq34/pointnet
tensorflow
303
How to visualize the semantic segmentation results through ROS
Hi, thank you again for sharing your work. I have successfully trained and tested, however i would like to know how i could possible visualize the semantic segmentation on ROS like the teaser you have shown. Eager to hear from you soon. Best, Rohith.
closed
2022-09-21T14:13:17Z
2022-10-20T14:25:32Z
https://github.com/charlesq34/pointnet/issues/303
[]
rohithsaro
0
flasgger/flasgger
rest-api
13
Fix UI style
Change the UI style to not break the header ![download](https://cloud.githubusercontent.com/assets/458654/12234129/c692f538-b851-11e5-8033-0c4a67e0993a.png)
closed
2016-01-11T12:55:09Z
2017-03-24T20:06:46Z
https://github.com/flasgger/flasgger/issues/13
[]
rochacbruno
0
NVIDIA/pix2pixHD
computer-vision
102
Training with VGG feature loss is quite slower than without using it? or I miss something?
Training with VGG feature loss is quite slower than without using it? or I miss something? Thank you in advance!
open
2019-02-21T20:07:38Z
2019-04-28T07:08:24Z
https://github.com/NVIDIA/pix2pixHD/issues/102
[]
happsky
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,172
Can I execute test.py in other computer without a GPU?
I am wondering If I got well trained model to a computer that didn't have GPU, is there a way I can do ? I want use the model in other computer that don't have a GPU, the model is trained by my other computer.
closed
2020-10-28T12:58:40Z
2022-08-19T06:30:32Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1172
[]
darrenleeleelee1
1
piskvorky/gensim
machine-learning
3,340
ldaseqmodel convergence
<!-- **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...
open
2022-04-29T01:12:11Z
2022-04-29T01:12:11Z
https://github.com/piskvorky/gensim/issues/3340
[]
trkwyk
0
tensorflow/tensor2tensor
machine-learning
1,016
Unable to download translate_ende_wmt32k using t2t-datagen
### Description Downloading dataset "translate_ende_wmt32k" with t2t-datagen results in following error. tensorflow.python.framework.errors_impl.NotFoundError: /tmp/t2t_datagen/training/news-commentary-v13.de-en.en; No such file or directory I did not have this issue while downloading translate_ende_wmt_bpe32k. P...
open
2018-08-23T19:31:25Z
2018-09-12T03:08:43Z
https://github.com/tensorflow/tensor2tensor/issues/1016
[]
pksubbarao
5
gradio-app/gradio
data-science
10,481
gr.ImageEditor does not support source="webcam" for direct image capture
### Describe the bug gr.ImageEditor does not support `sources="webcam"`, preventing direct image capture from a webcam. Although the webcam icon appears in the UI, clicking it does not activate the webcam or allow image capture. Gradio Version: `5.13.2` Browser: Google Chrome If `gr.Image` is used with `sources="web...
open
2025-02-01T12:25:18Z
2025-03-07T23:58:29Z
https://github.com/gradio-app/gradio/issues/10481
[ "bug", "🖼️ ImageEditor" ]
kuri54
6
cobrateam/splinter
automation
583
How do I load page with disabling images?
I am doing this: browser = Browser('firefox', profile_preferences=proxy_settings) path = #Given the path browser.visit(path) soup = BeautifulSoup(browser.html, 'html.parser') For faster performance, I want to load pages by disabling the images. I tried editing the "permissions.default.image" parameter to 2 in ...
closed
2018-01-30T19:02:21Z
2018-09-26T09:01:47Z
https://github.com/cobrateam/splinter/issues/583
[ "question" ]
bondeanikets
2
mwaskom/seaborn
matplotlib
2,811
kdeplot log normalization
Is it possible to apply a log normalization to a bivariate density plot? I only see the `log_scale` parameter which can apply a log scale to either one or both of the variables, but I want to scale the density values. With Matplotlib.pyplot.hist2d there is a norm parameter to which I can pass `norm=matplotlib.colors.L...
closed
2022-05-16T15:03:54Z
2022-05-17T16:19:05Z
https://github.com/mwaskom/seaborn/issues/2811
[]
witherscp
2
indico/indico
sqlalchemy
5,951
[A11Y] "Skip access checks" checkbox not associated with label
**Describe the bug** The checkbox has a visible label but it is not semantically linked to it. **Screenshots** <img width="267" alt="image" src="https://github.com/indico/indico/assets/65413/2e57bf05-0899-4dc1-a353-daf533d47f7f"> **Additional context** - https://www.w3.org/WAI/WCAG21/Understanding/labels...
open
2023-09-26T10:45:01Z
2023-09-26T10:45:01Z
https://github.com/indico/indico/issues/5951
[ "bug" ]
foxbunny
0
vaexio/vaex
data-science
1,978
unable to open files
I tried to open files in hdf5 and pkl format but none of them worked. I alwas get the error ""OSError: Cannot open raw_data/24h/20190101_dl_raw.pkl nobody knows how to read it.". What could be the reson for this?
closed
2022-03-18T08:29:42Z
2022-03-18T13:47:12Z
https://github.com/vaexio/vaex/issues/1978
[]
janwyler
4
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,075
"Do not expose users names" not working after upgrading 4.4.3 to 4.4.4
After upgrading a system it's showing up users given names even thou the tick box is marked "do not expose users names". Tried to switch the feature on and off, rebooted VM.
closed
2021-10-25T14:01:59Z
2021-10-26T09:14:34Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3075
[]
simohks
1
matplotlib/mplfinance
matplotlib
388
Problem with Bollinger Bands
Hi, I'm having a problem with the upper Bollinger band being misaligned, and I suspect that it is because the upper band is being treated as a lower band when I graph it. When I print the dataframe, the values seem correct, but the graph is definitely incorrect. Here are both bands together: ![output](https://user-...
closed
2021-05-03T06:37:20Z
2021-05-03T22:16:23Z
https://github.com/matplotlib/mplfinance/issues/388
[ "question" ]
hedge0
2
graphql-python/graphene-django
graphql
1,020
GRAPHQL_SCHEMA is not included in the docs' testing example
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** I was following [the docs' article on testing](https://docs.graphene-python.org/projects/django/en/latest/testing/) and noticed that the exampl...
closed
2020-08-07T20:07:27Z
2023-06-11T19:11:41Z
https://github.com/graphql-python/graphene-django/issues/1020
[ "🐛bug" ]
karmek-k
2
Lightning-AI/LitServe
fastapi
438
Add `input_audio` Support to OpenAISpec Request
## 🚀 Feature : Add `input_audio` Support to OpenAISpec Request ### Summary Add support for `input_audio` in OpenAISpec to align with multimodal that accept audio inputs. This will extend the spec to handle audio data, making it more compatible with OpenIAI API. Reference: [OpenAI API Reference](https://platform.opena...
closed
2025-02-27T07:28:41Z
2025-02-27T11:26:41Z
https://github.com/Lightning-AI/LitServe/issues/438
[ "enhancement" ]
bhimrazy
0
jupyterlab/jupyter-ai
jupyter
1,173
Deleting messages breaks future replies
Testing the Jupyter AI 3.0.0.a0 prerelease and the behavior of deleting messages. ## Description There are a couple of issues in how chat works when you delete messages. First, create a new chat with Jupyter AI configured. It will reply as expected: ![Screenshot 2024-12-30 at 10 39 29 AM](https://github.com...
open
2024-12-30T17:50:49Z
2024-12-30T21:18:08Z
https://github.com/jupyterlab/jupyter-ai/issues/1173
[ "bug" ]
ellisonbg
0
autogluon/autogluon
scikit-learn
4,151
I have already downloaded the CUDA version of torch, why does it automatically uninstall my CUDA when I pip install autogluon and turn it into the CPU version?
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via s...
closed
2024-04-30T07:38:41Z
2024-05-02T07:45:39Z
https://github.com/autogluon/autogluon/issues/4151
[ "bug: unconfirmed", "Needs Triage" ]
psv666
1
kizniche/Mycodo
automation
1,074
Controllers and Inputs not functioning after reboot
STOP right now, and please first look to see if the issue you're about to submit is already an open or recently closed issue at https://github.com/kizniche/Mycodo/issues Please DO NOT OPEN AN ISSUE: - If your Mycodo version is not the latest release version, please update your device before submitting your issue...
closed
2021-08-24T15:10:07Z
2021-08-25T02:03:29Z
https://github.com/kizniche/Mycodo/issues/1074
[]
kharberts
12
huggingface/datasets
nlp
7,400
504 Gateway Timeout when uploading large dataset to Hugging Face Hub
### Description I encountered consistent 504 Gateway Timeout errors while attempting to upload a large dataset (approximately 500GB) to the Hugging Face Hub. The upload fails during the process with a Gateway Timeout error. I will continue trying to upload. While it might succeed in future attempts, I wanted to report...
open
2025-02-14T02:18:35Z
2025-02-14T23:48:36Z
https://github.com/huggingface/datasets/issues/7400
[]
hotchpotch
4
coqui-ai/TTS
python
2,456
[Bug] yourTTS Python API French not working any more (KeyError: 'fr')
### Describe the bug Python API for yourTTS is no longer working for French (working well for English). I used the exactly same example as the given one on readme.md. This was working on Feb 18, 2023. It gives me a "KeyError: 'fr'" Here is the colab link: https://colab.research.google.com/drive/1YuiWxDCbLsw5dvEd9...
closed
2023-03-24T16:30:21Z
2023-03-27T06:30:00Z
https://github.com/coqui-ai/TTS/issues/2456
[ "bug" ]
SiaH319
4
microsoft/unilm
nlp
991
Incorrect Window Size - BEATs
**Describe the bug** Model I am using (UniLM, MiniLM, LayoutLM ...): BEATs The problem arises when using: * [x] the official example scripts: (give details below) * [ ] my own modified scripts: (give details below) A clear and concise description of what the bug is. When I try to use a finetune trained model ...
closed
2023-02-02T21:37:39Z
2023-02-03T04:51:07Z
https://github.com/microsoft/unilm/issues/991
[]
jeremyng353
1
explosion/spaCy
data-science
13,147
The en_core_web_trf model results in zero output
### Discussed in https://github.com/explosion/spaCy/discussions/13145 <div type='discussions-op-text'> <sup>Originally posted by **HarounAbdelsamad** November 22, 2023</sup> I tried training the en_core_web_trf model based on datasets i have but after training and evaluation the fscore, recall and precision are ...
closed
2023-11-23T08:04:50Z
2023-12-24T00:02:25Z
https://github.com/explosion/spaCy/issues/13147
[ "training", "feat / transformer" ]
HarounAbdelsamad
2
encode/databases
asyncio
113
Native decimal support
Hi, first thank you for this great library. I was missing native decimal support (decimals are rounded) and sketched a solution in https://github.com/encode/databases/pull/112 - seems like it can be safely enabled for Postgres and MySQL. Hope this would be useful for you. Cheers Jakub
closed
2019-06-25T13:33:01Z
2019-06-26T06:25:11Z
https://github.com/encode/databases/issues/113
[]
coobas
2
huggingface/transformers
nlp
36,040
`Llama-3.2-11B-Vision-Instruct` (`mllama`) FSDP fails if grad checkpointing is enabled
### System Info 1 node with 4 A100 40GB GPUs launched by SkyPilot (`A100:4`) on GCP ### Who can help? ### What happened? FSDP SFT fine-tuning of `meta-llama/Llama-3.2-90B-Vision-Instruct` on 1 node with 4 `A100-40GB` GPU-s with TRL trainer (`trl.SFTTrainer`) started to fail for us after upgrade to `transformers>=...
open
2025-02-05T01:23:16Z
2025-03-08T17:55:39Z
https://github.com/huggingface/transformers/issues/36040
[ "bug" ]
nikg4
3
errbotio/errbot
automation
920
Add setting in the flows so they don't prompt for the next step
### I am... * [x] Suggesting a new feature ### I am running... * Errbot version: 4.3.4 * OS version: MacOS Sierra * Python version: 3.5 * Using a virtual environment: yes ### Issue description While in flow, there is always a prompt to the next step. I would like to add an flag to make this optional
closed
2016-12-02T17:41:52Z
2016-12-06T19:53:01Z
https://github.com/errbotio/errbot/issues/920
[ "newcomer-friendly", "feature: plugins", "#usability" ]
avivl
0