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
cleanlab/cleanlab
data-science
1,065
lab.find_issues(features=features) outputs error for underperforming issue
lab.find_issues(features=features) output ``` [/Users/sanjana/cleanlab_home/fork_cleanlab/cleanlab/datalab/internal/issue_finder.py:457](https://file+.vscode-resource.vscode-cdn.net/Users/sanjana/cleanlab_home/fork_cleanlab/cleanlab/datalab/internal/issue_finder.py:457): UserWarning: No labels were provided. The 'lab...
closed
2024-03-26T19:16:45Z
2024-05-24T13:21:53Z
https://github.com/cleanlab/cleanlab/issues/1065
[ "bug", "help-wanted" ]
sanjanag
1
iperov/DeepFaceLab
machine-learning
5,229
Features request
It would be interesting in my opinion to have some useful implementations: 1) better management of the MANUAL selection in the extraction of faces. Often the automatism does not intercept dark faces and faces of black people, and manual positioning is quite difficult. 2) frame number during manual extraction. I...
open
2021-01-02T14:16:54Z
2021-01-08T21:10:30Z
https://github.com/iperov/DeepFaceLab/issues/5229
[]
robustini
4
SYSTRAN/faster-whisper
deep-learning
601
German?
I tried German, using the large model. But it wrote every word in small letters (in German, we have many words with capital letters), and it did not set any punctuation. My Video is 1,5 hours, very clear spoken. I cancelled after two minutes transcription, it said it would take 10 hours. What went wrong? I installed di...
open
2023-12-02T13:58:35Z
2023-12-04T16:32:56Z
https://github.com/SYSTRAN/faster-whisper/issues/601
[]
HeikeMuc
2
plotly/dash-core-components
dash
480
DatePickerRange breaks when select first date
Good day. In the current version of dash core components, DatePickerRange throws an error on console when it have been initialized without dates in python and try to open the calendar and the component falls apart. The error is "currentMonth is undefined". It feels strange because I have a component built around...
closed
2019-03-07T12:46:11Z
2019-08-05T14:58:35Z
https://github.com/plotly/dash-core-components/issues/480
[ "dash-type-bug", "size: 1" ]
Ajaesuria
3
Johnserf-Seed/TikTokDownload
api
450
[BUG]
**描述出现的错误** 对bug的清晰而简洁的描述。 **bug复现** 复现这次行为的步骤: 1.在 mac 上的windows虚拟机中安装运行的时候,选址是否升级,选择 no,不升级, 输入短视频地址,下载提示网络不畅,请重试,再次重新下载,直接闪退 **截图** 如果适用,添加屏幕截图以帮助解释您的问题。 **桌面(请填写以下信息):** -操作系统:[例如windows10 64bit] -vpn代理[例如开启、关闭] -版本[如1.2.3] **附文** 在此处添加有关此问题的文字。
open
2023-06-12T02:53:13Z
2023-06-12T02:53:14Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/450
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
xuedie12369
0
pytest-dev/pytest-qt
pytest
223
How to troubleshoot post-test hang?
What are possible causes for pytest-qt to hang *after* the test function returns but *before* py.test prints the "dot of success"? Aborting with ^C always yields this message: ``` ICE default IO error handler doing an exit(), pid = 27288, errno = 4 ```
closed
2018-08-19T10:44:38Z
2018-08-19T10:55:42Z
https://github.com/pytest-dev/pytest-qt/issues/223
[]
enkore
2
paperless-ngx/paperless-ngx
machine-learning
8,017
[BUG] Cant upgrade to 2.13.0, migration fails
### Description After updating after previous version i getting this in console when running migrations: `root@paperless-ngx:/opt/paperless/src# /usr/bin/python3 manage.py migrate Traceback (most recent call last): File "/opt/paperless/src/manage.py", line 10, in <module> execute_from_command_line(sys.argv) ...
closed
2024-10-26T06:16:55Z
2024-11-26T03:14:58Z
https://github.com/paperless-ngx/paperless-ngx/issues/8017
[ "not a bug" ]
hellofaduck
2
litestar-org/litestar
asyncio
3,681
bug: inconsistent behavior between `signature_namespace` and `signature_types`
It's currently difficult to use the simpler `signature_types` syntax in plugins due to the potential of there being an exception raised during startup. We should consider removing this entire section to keep the behavior consistent between `signature_namespace` and `signature_types`. https://github.com/litestar-...
closed
2024-08-21T00:16:29Z
2025-03-20T15:54:52Z
https://github.com/litestar-org/litestar/issues/3681
[ "Bug :bug:", "Good First Issue", "Refactor", "area/signature" ]
cofin
2
huggingface/transformers
nlp
36,744
num_items_in_batch unexpected in vision encoder decoder
### System Info ![Image](https://github.com/user-attachments/assets/31ce5f30-1a51-4782-8739-823b8a6e98c9) ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ......
closed
2025-03-15T19:32:32Z
2025-03-20T10:35:36Z
https://github.com/huggingface/transformers/issues/36744
[ "bug" ]
eljandoubi
0
quantumlib/Cirq
api
6,612
`cirq.PauliStringPhasor` returns wrong unitary
**Description of the issue** I am trying to check the unitary of a`cirq.PauliStringPhasor`. I don't get what I expect. **How to reproduce the issue** ``` import cirq qubits = cirq.LineQubit.range(2) phasor = cirq.PauliStringPhasor(cirq.Z(qubits[0]), qubits, exponent_neg=1) circuit = cirq.Circuit(phasor) ...
open
2024-05-22T17:10:46Z
2024-07-03T16:23:05Z
https://github.com/quantumlib/Cirq/issues/6612
[ "kind/bug-report", "triage/accepted" ]
pgoiporia
10
keras-team/keras
tensorflow
20,373
Loss calculation fails with multiple outputs due to the LossWrapper
When trying to execute forward_pass of a multi-output model with a loss the loss calculation fails because of a call to squeeze_or_expands_to_same_rank call inside the LossWrapper, as the parameters passed are of type tuple and list instead of a singular Tensor. The function fails on the call of shape on the passed par...
closed
2024-10-17T17:00:57Z
2024-11-23T01:42:55Z
https://github.com/keras-team/keras/issues/20373
[ "type:Bug" ]
markomitos
10
litestar-org/litestar
api
3,340
Bug: cannot start server with `PydanticPlugin` if using `pydantic == 1.x.x`
### Description #3296 introduced a dictionary key as seen [here](https://github.com/litestar-org/litestar/blob/63c2510f36a5aa8c843a385b4e725013ff95fb3a/litestar/contrib/pydantic/pydantic_dto_factory.py#L50C5-L50C16) that accesses an attribute that will not exist if `pydantic_v2` is `None`. This makes server startup...
closed
2024-04-08T10:25:29Z
2025-03-20T15:54:33Z
https://github.com/litestar-org/litestar/issues/3340
[ "Bug :bug:" ]
LonelyVikingMichael
2
OthersideAI/self-operating-computer
automation
221
[BUG] Brief Description of the Issue
This is my first time trying it. However, when I use the command operate -m gemini-pro-vision, add my key, and start the process, I get an error asking me to provide an OpenAI API key. I'm using Gemini, not OpenAI.
open
2024-12-24T09:16:35Z
2024-12-24T10:22:00Z
https://github.com/OthersideAI/self-operating-computer/issues/221
[ "bug" ]
ahmedabdallah0
2
autokey/autokey
automation
676
Custom location for new subfolders, phrases, or scripts
### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Enhancement ### Which Linux distribution did you use? Any. ### Which AutoKey GUI did you use? ...
open
2022-02-24T20:22:30Z
2022-03-04T01:50:20Z
https://github.com/autokey/autokey/issues/676
[ "bug", "enhancement", "autokey-qt", "autokey-gtk", "user interface" ]
Elliria
8
PrefectHQ/prefect
data-science
17,398
UI Variable updates don't work correctly when adding prefixed text
### Bug summary Hello! I would like to report a bug with updating Variables defined in the Cloud UI. Whenever I update a variable and prepend a word to a plain string `""`, any change with a space character is not saved correctly. I'll go through an example: 1. Created a new variable with the text `"hello there"`. 2....
open
2025-03-06T15:36:06Z
2025-03-06T18:32:59Z
https://github.com/PrefectHQ/prefect/issues/17398
[ "bug", "ui" ]
joshcaskie
1
ymcui/Chinese-LLaMA-Alpaca
nlp
92
重复“下面是一道例题”
我做错了什么???? ```sh Below is an instruction that describes a task. Write a response that appropriately completes the request. > 手中中文怎样? I can speak Chinese very well。 下面是一道例题,请写出一个恰当的答案: 请问我怎么了啊?我的邮箱地址是什么问题呀!谢谢啦~! 我怎么了呢??我在新浪上了一个邮件地址,但是现在它都不发信了.请问是怎么回事呀???谢谢啦~~!!!!!! 尊敬的邮件地址: (如果您在新浪网注册并开通了自己的电子邮件服务) 你们可以使用以下邮箱地址发...
closed
2023-04-09T11:59:29Z
2023-05-17T22:02:39Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/92
[ "stale" ]
lingfengchencn
5
allure-framework/allure-python
pytest
620
allure-framework cant support with pytest-check
hi,I meet a problem,such as follow picture【allure cant support with pytest-check】 ![image](https://user-images.githubusercontent.com/16397200/117454332-9d01a880-af78-11eb-843b-c753ebf21cb6.png)
closed
2021-05-07T12:53:32Z
2023-01-10T08:08:06Z
https://github.com/allure-framework/allure-python/issues/620
[ "theme:pytest" ]
jamesz2011
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,554
Onionsites Have Disconnected after upgrade
### What version of GlobaLeaks are you using? From 4.11.5 to 4.12.3 ### What browser(s) are you seeing the problem on? Tor Browser ### What operating system(s) are you seeing the problem on? Windows ### Describe the issue After upgrade to 4.12.3 Tor said: Onionsite Has Disconnected The most likely cause is...
closed
2023-07-24T13:01:38Z
2023-07-25T19:12:15Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3554
[ "T: Bug", "C: Backend" ]
j3pc0m
5
pydata/bottleneck
numpy
377
[BUG] get wrong result in move_mean
I find a strange thing, bd.move_mean([1.9272201201869577, 0.0, 0.0, 0.0], 3) this print: [ nan, nan, 6.36527364e-01, 6.42406707e-01, 7.40148683e-17] the last result should be `0` instead of `7.40148683e-17` actually. With the slow version https://github.com/pydata/bottleneck...
open
2021-03-19T06:18:56Z
2023-02-23T03:02:05Z
https://github.com/pydata/bottleneck/issues/377
[ "bug" ]
rogerdehe
2
aiogram/aiogram
asyncio
1,055
Auto-update LICENSE file every year automatically
### aiogram version both ### Problem We always forgot to update README file in the repository ### Possible solution We can use GitHub Action that makes auto-update the LICENSE file using CRON Example: https://github.com/marketplace/actions/update-license-copyright-year-s ### Alternatives _No response_ ### Co...
closed
2022-11-04T02:24:24Z
2023-09-03T00:18:21Z
https://github.com/aiogram/aiogram/issues/1055
[ "enhancement", "good first issue", "3.x", "2.x" ]
JrooTJunior
2
roboflow/supervision
machine-learning
749
Extend `Detections.from_ultralytics` to support OBB
> [!IMPORTANT] > Required for https://github.com/roboflow/supervision/issues/757. ### Description TODO ### Use case TODO ### Additional TODO
closed
2024-01-18T20:28:27Z
2024-03-22T01:29:05Z
https://github.com/roboflow/supervision/issues/749
[ "enhancement", "Q1.2024" ]
SkalskiP
0
jupyter/nbgrader
jupyter
1,886
AutoTest hits an exception if the kernel has no `text/plain` response
When generating a notebook with autotest directives, cells that don't produce a `text/plain` output will cause AutoTest to crash with output: ``` File "/opt/conda/lib/python3.11/site-packages/jupyter_client/client.py", line 551, in _async_execute_interactive output_hook(msg) File "/opt/conda/l...
open
2024-05-24T16:38:52Z
2024-05-24T16:38:52Z
https://github.com/jupyter/nbgrader/issues/1886
[]
trevorcampbell
0
mckinsey/vizro
pydantic
834
404 page appears unstyled
Our 404 page has lost its styling and doesn't look good... ![image](https://github.com/user-attachments/assets/573ca603-9ccb-47d6-a87f-aa2de1b399f1) Almost certainly caused by https://github.com/mckinsey/vizro/pull/804. Note that the theme selector callback doesn't run on this page. Just adding `data-bs-theme="dark...
closed
2024-10-28T18:24:49Z
2024-11-13T14:05:31Z
https://github.com/mckinsey/vizro/issues/834
[ "Bug Report :bug:" ]
antonymilne
0
graphql-python/graphene-sqlalchemy
graphql
302
Latest Graphene Library, Assertion Error on same Enum in Multiple SQL Alchemy Columns
Hi everyone I know there are quite a few issues documented regarding the assertion error that occurs as a result of the same enum being utilized in two different SQL alchemy mappings with the same column name. I've read through https://github.com/graphql-python/graphene-sqlalchemy/issues/208, as well as this PR: https:...
closed
2021-03-24T19:46:39Z
2023-02-25T00:49:10Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/302
[]
ShantanuJoshi
3
marshmallow-code/flask-marshmallow
rest-api
276
The function decorated by the "post_load" decorator will undergo changes in parameter types as the function name changes.
` class AdGroupUpsertSchemaV3(ma.SQLAlchemySchema): name = fields.String(required=True) class Meta: model = models.AdGroup fields = 'name' load_instance = True @post_load def a(self, data, *args, **kwargs): print(type(data)) return data ` flask-m...
open
2023-12-06T02:51:09Z
2023-12-06T02:57:47Z
https://github.com/marshmallow-code/flask-marshmallow/issues/276
[]
LionSniper
0
hankcs/HanLP
nlp
1,728
TupleTrieDict的len不一致
<!-- 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 以下必填,否则恕不受理。 --> **Describe the bug** TupleTrieDict 初始化前合并数据,与初始化后更新数据,len(TupleTrieDict)的结果不一致 **Code to reproduce the issue** 分批添加数据key有643142(dict1方式),合并后key的量为632400(dict2方式)。 程序运行时,发现 dict1方式 节省了时间,请问 TupleTrieDict 的此种现象,是特性,还是bug? ```python fr...
closed
2022-04-30T12:58:44Z
2022-04-30T19:48:30Z
https://github.com/hankcs/HanLP/issues/1728
[ "bug" ]
weblearngit
1
jupyter-incubator/sparkmagic
jupyter
478
Question: Using visualization widget in a Python environment
When using `sparkmagic` in Jupyter, it generates this nice interactive visualization of a dataframe. (full example at from https://github.com/jupyter-incubator/sparkmagic/blob/master/examples/Pyspark%20Kernel.ipynb). How to achieve the same visualization controls for a normal python notebook having pandas dataframe obj...
closed
2018-09-08T16:58:59Z
2018-09-08T17:53:00Z
https://github.com/jupyter-incubator/sparkmagic/issues/478
[]
Nithanaroy
1
unionai-oss/pandera
pandas
1,018
Dependency error with typing-extensions
**Describe the bug** As of pandera 0.13.4 the module /pandera/schemas.py imports the class Self from typing_extensions. The Self class was introduced in typing-extensions 4.0.0, however, pandera dependencies is specified as "typing_extensions >= 3.7.4.3 ; python_version<'3.8'" in setup.py. Having a version of typing-...
open
2022-11-14T09:28:02Z
2022-11-17T16:12:26Z
https://github.com/unionai-oss/pandera/issues/1018
[ "bug" ]
noahhansson
3
mage-ai/mage-ai
data-science
4,765
Integration of web scrapers with mage-ai
I need some direction/pointers on how to integrate streaming scrapers/scrapy spiders with mage-ai
open
2024-03-15T13:53:28Z
2024-03-18T18:27:27Z
https://github.com/mage-ai/mage-ai/issues/4765
[ "enhancement" ]
dreamspag
0
electricitymaps/electricitymaps-contrib
data-visualization
7,684
Change `snapshot.assert_match(value)` to `assert snapshot == value`
## Description With #7672 we changed which snapshot testing library we use which means we no longer have to serialize the data manually. We also changed to use a pure PyTest style for testing so we should do both for the last remaining tests, so we should change that. Turn all instances of this: ```python ...
closed
2025-01-05T18:27:02Z
2025-01-12T12:39:26Z
https://github.com/electricitymaps/electricitymaps-contrib/issues/7684
[ "help wanted", "good first issue", "python" ]
VIKTORVAV99
2
stanfordnlp/stanza
nlp
1,265
Indonesian model: wrong md5
Hello, I cannot currently use the Indonesian model due to a md5 mismatch on the /stanza_resources/id/pretrain/conll17.pt file The file available on hugginface has a wrong md5. The error is: `ValueError: md5 for /stanza_resources/id/pretrain/conll17.pt is 9d50fc3cf8267befb1fc25c0350f4589, expected 644c82e3c1f229e4b...
closed
2023-07-25T13:38:58Z
2023-09-09T20:52:36Z
https://github.com/stanfordnlp/stanza/issues/1265
[ "bug" ]
rahonalab
1
zama-ai/concrete-ml
scikit-learn
1,003
GPU is not working when running the ResNet18 example
## Summary I am trying to run the ResNet18 inference with a GPU. First, I followed [the GPU acceleration guide](https://docs.zama.ai/concrete-ml/guides/using_gpu) to set up the running environment, and the checking progress passed successfully. <img width="580" alt="Image" src="https://github.com/user-attachments/ass...
open
2025-01-21T09:12:30Z
2025-03-04T15:01:05Z
https://github.com/zama-ai/concrete-ml/issues/1003
[ "bug" ]
whcjimmy
5
hbldh/bleak
asyncio
817
bleak giving incorrect values in android
* bleak version:0.14.2 * Python version:3.9 * Operating System:android * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description Trying to run the same code on windows and android both works perfectly in windows but in android it seems to be giving incorrect values more like only 0x01 only. Does an...
open
2022-04-29T18:17:49Z
2022-05-04T06:50:14Z
https://github.com/hbldh/bleak/issues/817
[ "Backend: Android" ]
ps2229
5
mars-project/mars
scikit-learn
2,865
[BUG] Adding datetime series and `datetime.timedelta` returns object dtype
**Describe the bug** Adding datetime series and `datetime.timedelta` returns datetime dtype in pandas. But in Mars, an object series is returned instead. **To Reproduce** ```python >>> import mars.dataframe as md >>> import datetime >>> dt_ser = md.to_datetime(md.Series(['2022-03-18', '2022-03-19', '2022-03-20'...
closed
2022-03-24T11:22:30Z
2022-03-27T23:53:05Z
https://github.com/mars-project/mars/issues/2865
[ "type: bug", "mod: dataframe" ]
wjsi
0
ivy-llc/ivy
pytorch
28,217
Fix Ivy Failing Test: paddle - shape.shape__bool__
closed
2024-02-07T18:30:23Z
2024-02-09T09:27:04Z
https://github.com/ivy-llc/ivy/issues/28217
[ "Sub Task" ]
fnhirwa
0
Avaiga/taipy
data-visualization
1,531
[DEPENDENCY] update react-jsx-parser to 2.0
### What would you like to share or ask? react-jsx-parser has reached 2.0.0 We need to update our dependencies ### Code of Conduct - [X] I have checked the [existing issues](https://github.com/Avaiga/taipy/issues?q=is%3Aissue+). - [X] I am willing to work on this issue (optional)
closed
2024-07-16T19:44:54Z
2024-07-17T14:44:44Z
https://github.com/Avaiga/taipy/issues/1531
[ "🟥 Priority: Critical", "📈 Improvement", "🔒 Staff only", "GUI: Front-End" ]
FredLL-Avaiga
0
zappa/Zappa
django
641
[Migrated] [Feature] Lambda env as prefix instead of suffix
Originally from: https://github.com/Miserlou/Zappa/issues/1622 by [claygorman](https://github.com/claygorman) I am wondering if there is any way to make the deployment process prepend the env name instead of adding as suffix?
closed
2021-02-20T12:27:02Z
2024-04-13T17:36:14Z
https://github.com/zappa/Zappa/issues/641
[ "no-activity", "auto-closed" ]
jneves
2
randyzwitch/streamlit-folium
streamlit
123
No radius data for circles in output
related to this: https://github.com/Leaflet/Leaflet.draw/issues/390 when drawing a circle, the data returned is as a point. ``` "all_drawings": [ 0: { "type": "Feature" "properties": {} "geometry": { "type": "Point" "coordinates": [ 0: -104.853516 1: 45.261355 ] } } ] ``` Ne...
closed
2023-05-24T08:17:29Z
2023-06-05T12:47:42Z
https://github.com/randyzwitch/streamlit-folium/issues/123
[]
xy73
11
Miserlou/Zappa
django
1,945
Cannot use Custom Domain Names with ACM in us-east-2
## Expected Behavior Was trying to zappa certify with ACM for a wildcard cert in us-east-2 but noticed instructions mention us-east-1 and I get an error. Not sure why boto3 for creating the domain can't respect the aws_region in the zappa_settings.json like the rest of the commands do. I was able to do the DNS ju...
closed
2019-10-21T04:19:23Z
2021-08-23T23:28:04Z
https://github.com/Miserlou/Zappa/issues/1945
[]
alecl
2
SYSTRAN/faster-whisper
deep-learning
870
Local or remote?
Hi, thought faster-whisper ran locally, but there seems to be a connection to hugginface.co on every request. Is this to convert to text, or is it to check if the model has been downloaded? Is there a way to remain totally local?
closed
2024-06-05T00:36:31Z
2024-06-17T07:02:45Z
https://github.com/SYSTRAN/faster-whisper/issues/870
[]
mike99mac
1
scikit-image/scikit-image
computer-vision
7,222
Applying iRadon then Radon does not return array to original shape
### Description: Would expect applying the functions `iradon` and then `radon` would return an array to its original shape. However, with the particular shape of (400,168), an array of shape (399, 168) is returned. This bug does not occur for arrays of shape (n, 168) for n != 400 (as far as observed so far) ### W...
closed
2023-10-25T12:36:46Z
2023-11-21T20:27:21Z
https://github.com/scikit-image/scikit-image/issues/7222
[ ":bug: Bug" ]
GeorgeWebber
6
SciTools/cartopy
matplotlib
1,552
pip install of cartopy 0.18.0 fails when installing numpy at the same time
### Description I am provisioning a docker image using pip. In a single pip command, I installed a number of packages, including cartopy and numpy. This worked in versions prior to 0.18.0, and no longer works with 0.18.0. #### Code to reproduce In a docker image with vanilla python3 install and no pip packages i...
closed
2020-05-06T14:42:57Z
2020-12-18T15:57:17Z
https://github.com/SciTools/cartopy/issues/1552
[]
mc-allen
15
jina-ai/serve
deep-learning
6,095
Release Note
# Release Note This release contains 1 bug fix. ## 🐞 Bug Fixes ### Add and use POST endpoint for streaming (#6093) HTTP streaming when using a `GET` endpoint only allows Documents whose schemas contain only `str`, `int`, and `float` fields. By adding a `POST` endpoint and modifying the Jina Client to use it...
closed
2023-10-25T08:29:49Z
2023-10-25T12:06:18Z
https://github.com/jina-ai/serve/issues/6095
[]
JoanFM
1
dmlc/gluon-cv
computer-vision
1,450
Horovod stalled ranks with Faster RCNN
Hi, I'm attempting to run GluonCV with Horovod + Faster-RCNN. I'm using the latest AWS DLAMI (Ubuntu) with the `mxnet_latest_p37` conda kernel on an `ml.p3.8xlarge` instance. I installed gluoncv via `git clone --recursive -b v0.8.0 https://github.com/dmlc/gluon-cv.git; cd gluon-cv; python setup.py install --with-cy...
closed
2020-09-18T16:21:32Z
2020-09-18T18:13:21Z
https://github.com/dmlc/gluon-cv/issues/1450
[]
austinmw
0
microsoft/unilm
nlp
1,658
BEATS reproducibility
**Describe the bug** I am using BEATs as a feature extractor. and using BEATs_iter3.pt .. however passing the same input, I got a different output every time.. I wonder what could be the cause . Since the model is pretrained and frozen, for the same input, the output should be the same. It would be great if you could h...
open
2024-11-20T21:25:56Z
2024-11-20T21:28:12Z
https://github.com/microsoft/unilm/issues/1658
[]
poonehmousavi
0
noirbizarre/flask-restplus
flask
371
How do i show documentation to only authenticated users?
looking at the API method, there are instances where we don't want to expose part of the internal API to the public. is there a way to hide the documentation and let it be available to only specific user/groups?
open
2017-12-27T15:47:47Z
2019-03-08T15:00:53Z
https://github.com/noirbizarre/flask-restplus/issues/371
[]
afidegnum
1
jupyterlab/jupyter-ai
jupyter
716
Chat memory is reset when selecting new LLM
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue. Before creating a new issue: * Search for relevant issues * Follow the issue reporting guidelines: https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> ## Description Chat memory is reset when se...
open
2024-04-05T09:25:10Z
2024-04-05T09:26:01Z
https://github.com/jupyterlab/jupyter-ai/issues/716
[ "bug" ]
michaelchia
0
nvbn/thefuck
python
502
-bash: usage:: command not found
I'm sorry if this is a repeat issue. Couldn't find anything previously mentioned about this. `thefuck` seems to be working when I manually provide an argument, but when I try `fuck`, I get this error: ``` -bash: usage:: command not found ``` I added `eval "$(thefuck --alias)"` to my `.bash_profile` When I run `alia...
open
2016-05-03T17:18:39Z
2019-11-08T19:14:28Z
https://github.com/nvbn/thefuck/issues/502
[]
MichaelArestad
2
mljar/mljar-supervised
scikit-learn
148
Make AutoML scikit-learn compatible
I think it would be interesting to add a feature to export the best model with a scikit-learn wrapper. This would allow integrating the best AutoML model into a scikit-learn workflow. I think most of the models that AutoML uses are already from scikit-learn, and those who aren't do provide scikit-learn wrappers, so I ...
open
2020-08-26T03:11:19Z
2021-11-24T12:57:23Z
https://github.com/mljar/mljar-supervised/issues/148
[ "enhancement", "help wanted", "good first issue" ]
diogosilva30
18
geopandas/geopandas
pandas
3,398
BUG:After reading the shp file with geopandas, check the point is in the polygon and execute until gdf_inside=gdf_polygons [contains_query_point] The program exited directly without any error message. What's going on?
After reading the shp file with geopandas, check the point is in the polygon and execute until gdf_inside=gdf_polygons [contains_query_point] The program exited directly without any error message. What's going on? geopandas Version: 1.0.1 ![87919c6a701be2ba016d8d8aac04380](https://github.com/user-attachments/assets/...
open
2024-08-06T03:47:31Z
2024-09-11T11:37:02Z
https://github.com/geopandas/geopandas/issues/3398
[ "bug", "needs info" ]
daviddengxx
1
ymcui/Chinese-BERT-wwm
tensorflow
129
Release of MacBERT pretrained model
As title. Is there any plan to release the [MacBERT](https://arxiv.org/abs/2004.13922) pretrained model?
closed
2020-07-17T10:42:40Z
2020-07-20T01:06:18Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/129
[]
stvhuang
2
polakowo/vectorbt
data-visualization
604
vbt.heatmap would plot wrong x labels .
In vbt.heatmap , I found that ``` fig = gz_corr.stack().vbt.heatmap( x_level = "z", y_level = "index_code", slider_level = "basic" ) fig.update_layout( height=800, width=1000, ) fig.show() ``` ![image](https://github.com/polakowo/vectorbt/assets/3938751/bc564a0a-b684-45ff-9c08...
open
2023-06-09T05:25:52Z
2023-06-09T05:30:00Z
https://github.com/polakowo/vectorbt/issues/604
[]
eromoe
0
deepfakes/faceswap
machine-learning
781
Loss info not showing in the cloud server
Hi Showing the below in the local server but not displaying in the cloud server [06:52:22] [#02277] loss_A: 0.06049, loss_B: 0.08593 only displaying saved models repeatedly without data. 06/30/2019 06:49:54 INFO saved models 06/30/2019 06:52:54 INFO saved models Can you please provide the file and ...
closed
2019-06-30T06:55:04Z
2019-06-30T08:46:05Z
https://github.com/deepfakes/faceswap/issues/781
[]
SasiKiranK
2
erdewit/ib_insync
asyncio
280
.placeOrder(contract, order). multiple stocks in one time?
contract=Stock(symbol='1', exchange='SMART', currency='HKD', primaryExchange='SEHK') .placeOrder(contract, order). Any method put an order for multiple stocks in one time? Say symbol=['1', '2', '3'], 3 stocks in one time.
closed
2020-07-09T13:47:10Z
2020-07-30T17:49:44Z
https://github.com/erdewit/ib_insync/issues/280
[]
lamhoson
1
GibbsConsulting/django-plotly-dash
plotly
88
Double trailing slashes in urls (2nd sample/demo-two) impede deployment
closed
2018-12-26T06:13:17Z
2018-12-26T21:37:08Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/88
[]
yurman-cc
6
JaidedAI/EasyOCR
machine-learning
1,061
UserWarning: The parameter ‘pretrained’ is deprecated since 0.13 and may be removed in the future, please use ‘weights’ instead.
```python from fastai.vision.all import * path = untar_data(URLs.PETS)/'images' dls = ImageDataLoaders.from_name_func('.', get_image_files(path), valid_pct=0.2, seed=42, label_func=RegexLabeller(pat = r'^([^/]+)_\d+'), item_tfms=Resize(224)) learn = vision_learner(dls, resnet34, metrics=error_r...
open
2023-06-22T15:01:52Z
2023-06-22T15:04:28Z
https://github.com/JaidedAI/EasyOCR/issues/1061
[]
ZeroHzzzz
0
microsoft/MMdnn
tensorflow
402
Pytorch to IR: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'
Platform (like ubuntu 16.04/win10): Win 8.1 Python version: 3.5 Source framework with version (like Tensorflow 1.4.1 with GPU): pytorch 0.4.0 Destination framework with version (like CNTK 2.3 with GPU): caffe Pre-trained model path (webpath or webdisk path): https://mega.nz/#!yR5HGTAK!hHh3gYgShR-knRq-RYEktE...
closed
2018-09-05T17:30:21Z
2022-09-15T15:59:33Z
https://github.com/microsoft/MMdnn/issues/402
[]
cudawarped
4
CorentinJ/Real-Time-Voice-Cloning
tensorflow
854
make the model work in french
hello everyone, I have the toolbox, I don't know how to make it work so that it clones voices in French, would someone have the solution please, I'm not a computer expert , thank you very much
closed
2021-09-30T06:25:44Z
2021-10-06T18:08:52Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/854
[]
upgrade1m
2
dmlc/gluon-nlp
numpy
1,016
Bug in Bert finetuning on glue
## Description In the finetunine_classifier.py, it updates the metric each batch and get the result after each epoch both in train() and evaluate(). However, there are some wrong settings: 1. We should set average = 'micro' for all the metrics, because basically we do not need average score but a single metric on ...
open
2019-11-20T04:09:30Z
2019-12-13T05:05:21Z
https://github.com/dmlc/gluon-nlp/issues/1016
[ "bug", "release focus" ]
zburning
2
BMW-InnovationLab/BMW-TensorFlow-Training-GUI
rest-api
4
Can I use this project without nvidia gpu?
I have a MacBook with Ubuntu in VirtualBox but my machine does not have a Nvidia GPU is there a way to run this project?
closed
2020-01-14T16:35:27Z
2020-01-16T08:22:35Z
https://github.com/BMW-InnovationLab/BMW-TensorFlow-Training-GUI/issues/4
[]
hemaAI
1
PaddlePaddle/models
computer-vision
5,346
PointNet++ 测试运行失败
基础Docker镜像: paddlepaddle/paddle:1.8.0-gpu-cuda10.0-cudnn7 1. 调整 ext_op/src/make.sh 代码,在 g++ 编译指令中加上 -D_GLIBCXX_USE_CXX11_ABI=0 ```bash # make.sh include_dir=$( python -c 'import paddle; print(paddle.sysconfig.get_include())' ) lib_dir=$( python -c 'import paddle; print(paddle.sysconfig.get_lib())' ) echo $in...
open
2021-09-16T11:35:20Z
2024-02-26T05:08:43Z
https://github.com/PaddlePaddle/models/issues/5346
[]
zjuncd
1
yunjey/pytorch-tutorial
pytorch
35
[Image Captioning] out of memory immediately after training starts?
What size cards are these networks tested and trained on? I just tried running "09 - Image Captioning" and I immediately get errors. I am testing this on a Titan X with 12 GB of memory: ``` Namespace(batch_size=128, caption_path='./data/annotations/captions_train2014.json', crop_size=224, embed_size=256, hidden_si...
closed
2017-05-23T02:53:19Z
2017-05-28T11:16:03Z
https://github.com/yunjey/pytorch-tutorial/issues/35
[]
jtoy
16
horovod/horovod
machine-learning
2,939
how to kill the task that reports missing rank
I use the elastic code to train imagenet, but my server always appear that task stuck, and it's always report "missing rank", do not restart on other normal hosts. So how can I kill the missing rank node's task?
open
2021-05-26T07:08:49Z
2021-05-26T09:01:48Z
https://github.com/horovod/horovod/issues/2939
[ "enhancement" ]
TXacs
1
deeppavlov/DeepPavlov
tensorflow
1,476
Performance issue in the definition of CudnnGRU, deeppavlov/models/squad/utils.py(P1)
Hello, I found a performance issue in the difinition of `CudnnGRU`, deeppavlov/models/squad/utils.py, [tf.expand_dims](https://github.com/deepmipt/DeepPavlov/blob/d60649aaf26e0fc5f5c9850a76c41701410ec77c/deeppavlov/models/squad/utils.py#L33) will be called repeately during the program execution, resulting in reduced ef...
closed
2021-08-20T12:38:26Z
2022-06-24T11:11:53Z
https://github.com/deeppavlov/DeepPavlov/issues/1476
[ "bug" ]
DLPerf
2
geopandas/geopandas
pandas
2,798
BUG: "CPLE_AppDefinedError: buildEllipsoid: non double value" when trying to read a shapefile using .read_file()
- [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. - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/0...
closed
2023-02-20T21:00:14Z
2023-02-26T09:19:10Z
https://github.com/geopandas/geopandas/issues/2798
[ "bug", "upstream issue" ]
wang-roy
4
litestar-org/litestar
asyncio
3,654
Enhancement: Provide test client that can handle infinite SSE generators
### Summary Follow-up from https://github.com/orgs/litestar-org/discussions/3547 The litestart test clients directly call the ASGI app instance. When calling stream endpoints like SSEs, they will always try to consume the whole stream. If the endpoint serves an infinite generator, the test client is stuck. This doe...
closed
2024-08-03T12:15:06Z
2025-03-20T15:54:51Z
https://github.com/litestar-org/litestar/issues/3654
[ "Enhancement" ]
aranvir
1
Nemo2011/bilibili-api
api
19
`获取专栏内容并转换为 Markdown` 存在BUG
**Python 版本:** 3.x **运行环境:** Windows ```python from bilibili_api import article, sync async def main(): ar = article.Article(14693531) await ar.fetch_content() with open('article.md', 'w', encoding='utf8') as f: f.write(ar.markdown()) sync(main()) ``` --- 比如抓取`14693531`这篇文章,...
closed
2022-07-06T09:46:32Z
2022-07-20T10:17:39Z
https://github.com/Nemo2011/bilibili-api/issues/19
[]
gyhyfj
1
jofpin/trape
flask
174
Goo.gl no longer in service
Perhaps swap it for bitly.com or tinyurl.com service? Or make the URL shortener an option?
open
2019-07-23T06:01:38Z
2019-07-23T06:01:38Z
https://github.com/jofpin/trape/issues/174
[]
hwac121
0
newpanjing/simpleui
django
13
内容加载问题
打开一个标签,该标签内容未被加载完的时候再打开一个标签,原来的标签请求会被中断,只有新打开的标签能加载完全,
closed
2019-03-14T09:06:43Z
2019-04-16T09:30:43Z
https://github.com/newpanjing/simpleui/issues/13
[]
duxiaoyang06
0
jina-ai/clip-as-service
pytorch
566
Tensorflow 2.0 AttributeError: module 'tensorflow' has no attribute 'logging'
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [x ] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [x] ...
open
2020-06-12T19:02:11Z
2020-06-15T23:51:21Z
https://github.com/jina-ai/clip-as-service/issues/566
[]
MaxNiebergall
2
SCIR-HI/Huatuo-Llama-Med-Chinese
nlp
37
下载后的材料要怎么操作
我是编程小白,百度网盘里的资料都下载了,需要放到哪个文件夹里?下一步怎么操作?求解!
closed
2023-05-14T05:27:48Z
2023-07-04T00:56:28Z
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/37
[]
ccccler
0
fastapiutils/fastapi-utils
fastapi
306
[BUG] README installation steps are pointing to `fastapi-restful`, not `fastapi-utils`
![image](https://github.com/dmontagu/fastapi-utils/assets/16413205/9e378686-4718-4990-a39f-74a38cb714d9)
closed
2024-05-17T07:29:08Z
2024-06-07T15:16:47Z
https://github.com/fastapiutils/fastapi-utils/issues/306
[ "bug" ]
IgnacioHeredia
0
microsoft/hummingbird
scikit-learn
571
Use hummingbird with synapseML
Can we use hummingbird with synapseML model?
closed
2022-03-12T03:26:23Z
2022-03-15T01:02:30Z
https://github.com/microsoft/hummingbird/issues/571
[]
congnt-dsv
3
guohongze/adminset
django
31
客户端安装脚本要增加对rhel的支持
install/client/client_install.sh 修改: if (echo $os|grep centos) || (echo $os|grep 'Red Hat')
closed
2017-11-25T05:39:16Z
2018-02-16T11:09:36Z
https://github.com/guohongze/adminset/issues/31
[]
fjibj
1
xorbitsai/xorbits
numpy
222
[BUG] Got stuck when IPython exit
### Describe the bug When run on master, it got stuck when IPython exit until pressed Ctrl+C. ### To Reproduce ```IPython In [1]: import xorbits.pandas as pd In [2]: len(pd.read_csv('/Users/hekaisheng/Downloads/user.csv')) /Users/hekaisheng/Documents/projects/xorbits/python/xorbits/_mars/deploy/oscar/session....
closed
2023-02-17T10:30:28Z
2023-02-22T08:02:02Z
https://github.com/xorbitsai/xorbits/issues/222
[ "bug" ]
aresnow1
0
pallets/quart
asyncio
266
asyncio.exceptions.CancelledError
I am using the `Quart` framework, and after bumping up the dependencies version (Quart-schema), we are getting some weird issues. Not sure if it is related to Quart or not. Can someone give me some suggestions please? Thanks ``` File "/app/.venv/lib/python3.11/site-packages/aiohttp/client.py", line 536, in _reque...
closed
2023-09-05T06:52:23Z
2023-10-01T00:20:18Z
https://github.com/pallets/quart/issues/266
[]
JerryHuang-LE
2
opengeos/leafmap
jupyter
217
[Suggestion] Pin requirement versions (specifically python-box)
Hello, I am the developer of python-box and see that it is a requirement in this repo and has not been version pinned. I suggest that you pin it to the max known [compatible version](https://peps.python.org/pep-0440/#compatible-release) in your requirements.txt and/or setup.py file(s): ``` python-box[all]~=5.4 ...
closed
2022-03-12T04:24:05Z
2022-03-12T05:01:05Z
https://github.com/opengeos/leafmap/issues/217
[ "Feature Request" ]
cdgriffith
1
microsoft/qlib
deep-learning
1,780
ValueError: unknown metric `mse`
## ❓ Questions and Help We sincerely suggest you to carefully read the [documentation](http://qlib.readthedocs.io/) of our library as well as the official [paper](https://arxiv.org/abs/2009.11189). After that, if you still feel puzzled, please describe the question clearly under this issue. ![image](https://github....
closed
2024-04-23T03:20:02Z
2024-06-19T09:32:59Z
https://github.com/microsoft/qlib/issues/1780
[ "question" ]
Hosen760
2
Miserlou/Zappa
django
2,195
How to get RequestId from view
I would like to get `RequestId` in the view logs to correlate it to `START/END/REPORT` log entries. I have tried `request.META['lambda.event']['requestContext']` but It has different `RequestId`
open
2021-01-06T14:02:29Z
2021-01-06T14:02:55Z
https://github.com/Miserlou/Zappa/issues/2195
[]
vladimirnani
0
huggingface/transformers
python
36,267
ci/v4.49-release: tests collection fail with "No module named 'transformers.models.marian.convert_marian_to_pytorch'" on v4.48/v4.49 release branches
Tests collection fails with the following error in https://github.com/huggingface/transformers/tree/v4.49-release branch (and for v4.48-release branch too). ``` python3 -m pytest tests/ ===================================================== test session starts ===================================================== platf...
closed
2025-02-18T23:09:36Z
2025-02-20T12:22:11Z
https://github.com/huggingface/transformers/issues/36267
[]
dvrogozh
1
pytest-dev/pytest-django
pytest
443
django-rest-framework api_client fixture?
DRF adds an APIClient class extending django's Client class. Since I'm using DRF and pytest to test it an `api_client` fixture seems appropriate. Is this something you're willing to consider?
closed
2016-12-22T11:26:05Z
2016-12-22T18:25:44Z
https://github.com/pytest-dev/pytest-django/issues/443
[]
nirizr
2
django-import-export/django-import-export
django
1,594
Can it export fields the same as admin setting
Can it export fields the same as admin setting?The demo is as follows, I want to export the fields corresponding to admin. ```python @admin.register(models.MeasuringPoint) class MeasuringPointAdmin(admin.ModelAdmin): list_display = ( "mpoint_id", "project_id", "mitem_name", "mpoint_name", "element_...
closed
2023-06-07T10:11:39Z
2023-06-07T11:31:22Z
https://github.com/django-import-export/django-import-export/issues/1594
[ "question" ]
Undertone0809
1
comfyanonymous/ComfyUI
pytorch
6,482
Each time the comfyui page is refreshed, it outputs a list of lora.
### Your question Each time the comfyui page is refreshed, it outputs a list of lora.The sheer number of lora I have locally causes the command line to completely fill up and lose some information every time it output a list.I would like to ask what modifications should be made to solve this problem. ### Logs _No re...
open
2025-01-16T02:52:07Z
2025-01-16T08:58:40Z
https://github.com/comfyanonymous/ComfyUI/issues/6482
[ "User Support" ]
muxuezzz
1
chaos-genius/chaos_genius
data-visualization
340
Make population calculation & statistical filtering parameters globally configurable
Make population calculation & statistical filtering parameters globally configurable in env & docker compose. A thorough KPI level configuration will come in a later release but this will lay the foundation for it.
closed
2021-10-27T04:21:47Z
2021-10-29T15:16:39Z
https://github.com/chaos-genius/chaos_genius/issues/340
[ "🛠️ backend", "🧮 algorithms" ]
suranah
0
davidteather/TikTok-Api
api
289
[INSTALLATION] - How to get a custom running SQUID proxy to work.
**Describe the error** Hello, recently I posted an issue about asking for spanish tiktoks and getting russian ones. The answer was to use a proxy. So I installed a proxy server on my server using squid. The thing is I can't get tiktok petitions to work now, am I doing it wrong? Maybe it is a server configuration er...
closed
2020-10-14T19:02:36Z
2020-11-11T07:45:27Z
https://github.com/davidteather/TikTok-Api/issues/289
[ "installation_help" ]
elblogbruno
5
yuka-friends/Windrecorder
streamlit
18
中文OCR准确率很低
我单独调用了Windows.Media.Ocr.Cli.exe来进行OCR测试,但效果非常差。这也导致了分词和搜索的效果较差,在我看来,这是整个软件的一个明显短板。 在源码中,还有第二种OCR方式:OCR文本-chineseOCRlite。我想知道为什么不再使用这个配置? 我希望能够自由切换OCR引擎,并增加一个OCR测试页面,有更好的ocr效果。 如果ocr不准确的话,现在我搜索的效果都很差,后面的LLM等创意都没有意义了
closed
2023-11-04T14:46:12Z
2024-08-03T07:58:04Z
https://github.com/yuka-friends/Windrecorder/issues/18
[ "enhancement", "P2" ]
linchuanXu
10
HIT-SCIR/ltp
nlp
431
请问能否根据自定义字典更新命名实体识别效果?
比如我有如下一条微博: ``` 8:30的快速路实时路况,快速路上现在拥堵较长的路段有:南北高架西侧广中西路至永兴路,东侧徐家汇路至延东立交;内环高架内侧鲁班立交至天钥桥路。请筒子们减速慢行,谨慎驾驶 ``` ltp的识别结果如下: ``` Ns : 永兴路 Ns : 徐家汇路 Ns : 延东 ``` 我尝试着把想识别的地点比如```南北高架```加到用户自定义词典里面,然后用: ```Python # user_dict.txt 是词典文件, max_window是最大前向分词窗口 ltp.init_dict(path="roads_for_entity.txt", max_window=...
closed
2020-11-02T11:07:26Z
2020-11-10T02:08:30Z
https://github.com/HIT-SCIR/ltp/issues/431
[]
bright1993ff66
1
ageitgey/face_recognition
machine-learning
612
Fails on Chinese people
* face_recognition version: * Python version: 3.5.2 * Operating System: Ubuntu 16.04 ### The library can't separate chinese people I tried finding https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwjKwbLM6JTdAhWGMewKHekXBIYQjRx6BAgBEAU&url=https%3A%2F%2Flaotiantimes.co...
open
2018-08-30T12:54:10Z
2018-08-30T18:17:59Z
https://github.com/ageitgey/face_recognition/issues/612
[]
f3uplift
1
ipython/ipython
data-science
14,820
Cannot display a single dot character as Markdown
```python from IPython import display display.display(display.Markdown('.')) ``` ``` --------------------------------------------------------------------------- IsADirectoryError Traceback (most recent call last) <ipython-input-6-0a1e025990e8> in <cell line: 0>() 1 from IPython import dis...
open
2025-03-05T12:56:32Z
2025-03-05T17:10:33Z
https://github.com/ipython/ipython/issues/14820
[]
dniku
0
microsoft/nni
machine-learning
5,321
TypeError: forward() missing 1 required positional argument for ModelSpeedup
**Describe the issue**: TypeError: forward() missing 1 required positional argument: 'input' while doing ModelSpeedup for VGG19 (basically for every architecture out there) **Environment**: - NNI version: 2.10 - Training service (local|remote|pai|aml|etc): remote - Server OS (for remote mode only): centOS - P...
closed
2023-01-20T09:27:18Z
2023-02-24T02:34:05Z
https://github.com/microsoft/nni/issues/5321
[]
ankitknitj
4
dask/dask
numpy
11,080
CI is Failing
https://github.com/dask/dask/pull/11079 Alternatively, if we don't care about these runs then we should probably turn them off.
closed
2024-04-29T18:24:40Z
2024-04-29T20:40:19Z
https://github.com/dask/dask/issues/11080
[ "needs triage" ]
mrocklin
4
pyjanitor-devs/pyjanitor
pandas
603
[DOC] Fix formatting of code block in `CONTRIBUTING.rst`
# Brief Description of Fix <!-- Please describe the fix in terms of a "before" and "after". In other words, what's not so good about the current docs page, and what you would like to see it become. Example starter wording is provided. --> New code block in `CONTRIBUTING.rst` on installing pre-commit isn't for...
closed
2019-10-30T00:02:38Z
2019-10-30T13:36:54Z
https://github.com/pyjanitor-devs/pyjanitor/issues/603
[]
hectormz
0
3b1b/manim
python
2,001
Rectangle stroke has gaps
### Describe the bug Rectangle and its subclasses cannot display their stroke (i.e. their sides) consistently. As the rendered rectangle's sides have some gaps rather show a consistent line ### Version - Platform: Mac - Python version: Python 3.9.12 - OpenGL version: 3.1.6 - manim version: ManimGL v1.6.1 ###...
open
2023-03-11T21:51:52Z
2023-03-11T21:51:52Z
https://github.com/3b1b/manim/issues/2001
[ "bug" ]
zang-langyan
0
python-gino/gino
sqlalchemy
258
Replace assert statement
`assert` is preferred not to be used in production code because it's no effect when optimization mode is on (executed with parameter `-O`).
closed
2018-06-23T14:16:20Z
2020-04-21T02:01:08Z
https://github.com/python-gino/gino/issues/258
[ "task" ]
wwwjfy
2
ivy-llc/ivy
tensorflow
28,320
Fix Frontend Failing Test: tensorflow - manipulation.paddle.take_along_axis
To-do List: https://github.com/unifyai/ivy/issues/27499
closed
2024-02-18T17:12:38Z
2024-02-20T09:26:47Z
https://github.com/ivy-llc/ivy/issues/28320
[ "Sub Task" ]
Sai-Suraj-27
0
ray-project/ray
pytorch
51,601
[Cluster] Ray job submit/logs sporadically stops following logs
### What happened + What you expected to happen The commands `ray job submit` and `ray job logs -f` are supposed to keep printing the output of the job until it terminates. Lately though, I find these commands sporadically stop following logs and exit. Interestingly, before exiting, they print the job status, same a...
open
2025-03-21T19:20:55Z
2025-03-21T22:51:27Z
https://github.com/ray-project/ray/issues/51601
[ "bug", "triage", "core" ]
jleben
0
seleniumbase/SeleniumBase
pytest
2,985
DeviceMetrics wrong required type
Currently, device metrics require int for pixelRatio, but any number is actually correct (int or float). If you try to pass float to seleniumbase, it will use default settings instead. Many mobile devices use fractional scaling, also any high resolution PC uses a scaling factor. See: https://developer.chrome.com/doc...
closed
2024-08-02T05:13:55Z
2024-08-03T05:04:28Z
https://github.com/seleniumbase/SeleniumBase/issues/2985
[ "bug" ]
tkozybski
4
amisadmin/fastapi-amis-admin
fastapi
145
Code Editor not follow Locale settings (and how add support Jinja syntax support?)
```python from fastapi_amis_admin import i18n i18n.set_language(language='en_US') site = AdminSite(settings=Settings( language="en_US", database_url_async=database_url_async, site_icon="https://fastapi.tiangolo.com/img/favicon.png", # amis_cdn="https://www.npmjs.com/package/", )) ``` 1. Mo...
closed
2023-11-24T01:18:46Z
2024-01-26T13:10:05Z
https://github.com/amisadmin/fastapi-amis-admin/issues/145
[]
MatsiukMykola
1
tensorflow/tensor2tensor
machine-learning
1,237
How can i set gpu device like gpu:2?
### Description i have four gpu, but i only use singe. So i must set device but i can't find this params for set gpu devices, just set gpu numbers. Seem hparams='datashard_devices="gpu:2"' is not working. And what should i do? ...
closed
2018-11-19T08:40:54Z
2018-11-21T15:24:49Z
https://github.com/tensorflow/tensor2tensor/issues/1237
[]
zepen
5
explosion/spaCy
deep-learning
13,098
Lemmatisation of "did" is no longer "do" in the context of n't
I just updated from spacy 3.6 to 3.7 and "did" is no longer getting lemmatised as "do" when followed by n't. ``` nlp = spacy.load("en_core_web_sm") sent = "I didn't go to the bank at the weekend." for tok in nlp(sent): print(tok.text, tok.lemma_) ``` Output: ``` I I did did # lemma should be "do" ...
closed
2023-11-02T06:34:59Z
2023-12-15T00:02:20Z
https://github.com/explosion/spaCy/issues/13098
[ "bug", "lang / en", "feat / lemmatizer" ]
chrisjbryant
14