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
slackapi/python-slack-sdk
asyncio
1,218
SlackObjectFormationError: options attribute must have between 2 and 5 items whereas API allows a single option
### Reproducible in: #### The Slack SDK version slack-sdk==3.16.1 #### Python runtime version Python 3.10.3 #### OS info ProductName: macOS ProductVersion: 12.3.1 BuildVersion: 21E258 Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 ####...
closed
2022-05-25T14:08:33Z
2022-05-27T04:44:44Z
https://github.com/slackapi/python-slack-sdk/issues/1218
[ "bug", "web-client", "Version: 3x" ]
wilhelmklopp
2
OthersideAI/self-operating-computer
automation
133
'source' is not recognized as an internal or external command, operable program or batch file.
'source' is not recognized as an internal or external command, operable program or batch file. ![Screenshot (111)](https://github.com/OthersideAI/self-operating-computer/assets/155235981/df756526-17a4-480b-9a04-c790a9be415d)
closed
2024-01-13T19:18:50Z
2024-01-14T13:53:26Z
https://github.com/OthersideAI/self-operating-computer/issues/133
[]
theexpeert
4
ultralytics/ultralytics
pytorch
19,253
(HUB) Export HMZ-Compatible .onnx or .hef
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description The Hailo model zoo compiler expects specific names for Yolo output layers. Add support for hailo-compatible onnx or hailo-optimized .hef ...
open
2025-02-14T20:50:09Z
2025-02-15T10:29:50Z
https://github.com/ultralytics/ultralytics/issues/19253
[ "enhancement", "HUB", "embedded", "exports" ]
bhjelstrom
2
microsoft/nni
tensorflow
5,607
Error on creating custom trial
**Describe the issue**: Hi, I have a problem when I add a custom trial to the experiment from the webui. When pressing the button of "customized trial" in the trial jobs list, I create a new trial and start running, but suddenly the experiment gives an error because the trial doesn't have the parameter_id field. Is th...
closed
2023-06-12T09:52:39Z
2023-06-13T14:54:54Z
https://github.com/microsoft/nni/issues/5607
[]
ferqui
2
CorentinJ/Real-Time-Voice-Cloning
python
768
Error training in Spanish
Hello, I am trying to train in Spanish, I don't know how to solve this error. Windows 10, rtx 3090. use a dataset to LibriTTS, modify to spanish syntetize-utils-simbol, and in hparams.py I changed it to basic_cleaners The first step he did well I think, he did not make any mistakes. ![syntetizador](https://user-ima...
closed
2021-06-05T22:34:05Z
2021-06-06T12:06:13Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/768
[]
necrcon
2
OFA-Sys/Chinese-CLIP
nlp
280
请问在三个图文检索数据集上微调时,有使用两阶段微调的方式吗?
我直接使用最新master提供的muge_finetune_vit-b-16_rbt-base.sh进行训练,freeze_vision="",1张v100,其他参数没变,微调结束后结果提交到官网,评估结果比zero-shot低。 zero-shot:Recall@1=52.16, Recall@5=76.22, Recall@5=83.97, Mean Recall=70.78 finetune:Recall@1=48.82, Recall@5=75.8, Recall@5=84.59, Mean Recall=69.74 如果微调你们用了两阶段的话,参数有调整吗?像学习率、epoch等这些 另外请问你们最近有...
open
2024-03-27T07:06:20Z
2024-04-21T11:16:02Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/280
[]
xiuxiuxius
6
HIT-SCIR/ltp
nlp
484
No function named chomp in src/utils/strutils.hpp:54
src/parser/conllreader.h:54 call the function chomp(line); but no function named chomp in all the source files. In fact , trim should be called here. c++ ltp-version=3.4.0
open
2021-01-26T06:37:45Z
2021-01-26T06:38:48Z
https://github.com/HIT-SCIR/ltp/issues/484
[]
dooothink
0
PrefectHQ/prefect
data-science
17,085
Prefect Worker logging concurrency empty queue error
### Bug summary We've run into a logging error which occurs in our Prefect worker deployed in AWS EKS. This is only a logging issue. The worker seems to work fine and flows can run to completion as expected. This logging error occurs with or without flows running. Traceback with `PREFECT_DEBUG_MODE=1` ``` │ 21:29:53...
closed
2025-02-11T00:31:04Z
2025-02-11T21:45:56Z
https://github.com/PrefectHQ/prefect/issues/17085
[ "bug" ]
JupiterPucciarelli
2
widgetti/solara
jupyter
406
Discord link broken
The discord link is invalid.
closed
2023-11-30T19:22:57Z
2023-11-30T19:51:33Z
https://github.com/widgetti/solara/issues/406
[]
langestefan
2
aio-libs-abandoned/aioredis-py
asyncio
638
Connection pool is idle for a long time, resulting in unreachable redis
When the connection pool is idle for a long time, about 10 minutes. When I request a connection from the connection pool again, my program will block and wait for about 15 minutes. Then raise exception: connection time out. What is the cause of this? I hope I can get your help. Thank you.
closed
2019-09-19T07:13:08Z
2021-03-18T23:55:33Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/638
[ "need investigation", "resolved-via-latest" ]
Zhao-Panpan
0
ymcui/Chinese-LLaMA-Alpaca
nlp
308
如何根据不同的GPU显存来设置batch_size
### 详细描述问题 我有三个nvidia Tesla的V100卡,1个16G,2个32G,该如何设置让这三个卡能够充分利用呢?不知道有没有大佬能够帮忙解答这个问题,试了好几次都没成功。现在最好的就是在2个32G的上面来跑,16G的就闲着用不了
closed
2023-05-11T05:38:40Z
2023-05-23T22:02:33Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/308
[ "stale" ]
heshuguo
6
geopandas/geopandas
pandas
2,566
ENH: Improve error message for attempting to write multiple geometry columns using `to_file`
xref #2565 ```python In [16]: gdf = gpd.GeoDataFrame({"a":[1,2]}, geometry=[Point(1,1), Point(1,2)]) In [17]: gdf['geom2'] = gdf.geometry In [18]: gdf.to_file("tmp.gpkg") ----------------------------------- File ...\venv\lib\site-packages\geopandas\io\file.py:596, in infer_schema.<locals>.convert_type(colum...
closed
2022-09-25T12:14:04Z
2023-07-16T22:40:57Z
https://github.com/geopandas/geopandas/issues/2566
[ "enhancement", "good first issue" ]
m-richards
8
pytest-dev/pytest-cov
pytest
78
mark/fixture to turn coverage recording off
I don't know how feasible this is, but it'd be nice to have a mark and/or contextmanager-fixture to turn coverage collection off: ``` python @pytest.mark.coverage_disabled def test_foo(): # do some integration test or whatever pass def test_bar(coverage): with coverage.disabled(): pass ```
closed
2015-08-12T15:47:05Z
2017-11-24T22:34:13Z
https://github.com/pytest-dev/pytest-cov/issues/78
[]
The-Compiler
12
pallets-eco/flask-sqlalchemy
flask
451
order_by descending
Hello, I have the following model ``` class Server(db.Model): serverId = db.Column(db.Integer, primary_key=True) serverName = db.Column(db.String(20)) serverIP = db.Column(db.String(20)) serverNote = db.Column(db.String(200)) serverStatus = db.Column(db.String(10)) serverBlNr = db.Colum...
closed
2016-12-12T11:58:07Z
2016-12-13T01:46:04Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/451
[]
tuwid
4
scikit-learn-contrib/metric-learn
scikit-learn
127
tests failing due to scikit-learn update
Some tests are failing in master, due to scikit-learn update v0.20.0. There are two types of tests that are failing: - Tests that uses the iris dataset: this is probably due to the fact that the iris dataset has changed in scikit learn v.0.20: cf http://scikit-learn.org/stable/whats_new.html#sklearn-datasets For n...
closed
2018-10-10T13:24:00Z
2019-09-03T08:06:01Z
https://github.com/scikit-learn-contrib/metric-learn/issues/127
[]
wdevazelhes
1
dynaconf/dynaconf
fastapi
662
[bug] Lazy validation fails with TypeError: __call__() takes 2 positional arguments but 3 were given
**Describe the bug** Tried to introduce Lazy Validators as described in https://www.dynaconf.com/validation/#computed-values i.e. ``` from dynaconf.utils.parse_conf import empty, Lazy Validator("FOO", default=Lazy(empty, formatter=my_function)) ``` First bug (documentation): The above fails with ` ImportErro...
closed
2021-10-04T13:54:00Z
2021-10-30T08:52:50Z
https://github.com/dynaconf/dynaconf/issues/662
[ "bug", "hacktoberfest" ]
yahman72
7
RobertCraigie/prisma-client-py
asyncio
63
Improve experience working with Json fields
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently the following code will generate a slew of type errors. ```py user = await client.user.find_unique(where={'id': 'abc'}) print(user.extra['pets'][0]['name']) ``` While I do think that...
open
2021-09-07T18:15:12Z
2022-11-20T19:58:13Z
https://github.com/RobertCraigie/prisma-client-py/issues/63
[ "kind/improvement", "topic: types", "priority/medium", "level/unknown" ]
RobertCraigie
2
jofpin/trape
flask
54
500 Internal Server Error
Linux Version >/`Linux Galaxy 4.17.0-kali1-amd64 #1 SMP Debian 4.17.8-1kali1 (2018-07-24) x86_64 GNU/Linux` Python Version >/`Python 2.7.15` Pip Version > /`pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)` Error >/ `Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fl...
closed
2018-09-19T15:55:00Z
2018-09-19T16:26:04Z
https://github.com/jofpin/trape/issues/54
[]
V3rB0se
1
babysor/MockingBird
deep-learning
161
这个能支持多卡训练吗?
我对pytorch不太清楚...
open
2021-10-20T09:27:16Z
2021-11-06T14:44:55Z
https://github.com/babysor/MockingBird/issues/161
[]
atiyit
3
Kludex/mangum
asyncio
322
mangum.io Domain Expired
I know this might not be the right place for this, but the docs site domain has expired and the site is down. edit: this implies that this project may have been abandoned. For others looking for the doc site and finding this go here https://github.com/jordaneremieff/mangum/blob/main/docs/index.md
closed
2024-05-14T16:06:38Z
2024-09-23T03:17:50Z
https://github.com/Kludex/mangum/issues/322
[]
jglien
10
abhiTronix/vidgear
dash
40
WriteGear Bare-Minimum example (Non-Compression) not working
## Description 1. I followed the demo here: https://github.com/abhiTronix/vidgear/wiki/Non-Compression-Mode:-OpenCV#1-writegear-bare-minimum-examplenon-compression-mode 2. Run the code 3. The following error showed: ``` Compression Mode is disabled, Activating OpenCV In-built Writer! InputFrame => Height:360 ...
closed
2019-07-27T19:49:44Z
2019-07-30T07:13:44Z
https://github.com/abhiTronix/vidgear/issues/40
[ "INVALID :stop_sign:" ]
iflyingboots
2
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
26
Database addition error with superset
Unable to add new database, it shows the error <img width="1188" alt="screen shot 2018-08-16 at 12 28 30 pm" src="https://user-images.githubusercontent.com/11755543/44193272-eddd6d00-a14f-11e8-8662-8eb86abc74f9.png"> There is no exception thrown on the server, As well as no other error response.
closed
2018-08-16T07:00:02Z
2022-06-13T10:54:06Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/26
[]
hemantjadon
5
deepspeedai/DeepSpeed
deep-learning
6,985
[BUG] Invalidate trace cache warning
**Describe the bug** During training I receive the following warning multiple times per epoch: `Invalidate trace cache @ step 1 and module 1: cache has only 1 modules` This is a bit of an odd message, I have done some digging, and these trace warnings seem to be a common issue people report here, but none like this on...
closed
2025-01-30T12:29:36Z
2025-02-18T20:49:54Z
https://github.com/deepspeedai/DeepSpeed/issues/6985
[ "bug", "training" ]
leachim
1
coqui-ai/TTS
deep-learning
3,754
[Bug] Anyway to run this as docker-compose ?
### Describe the bug Anyway to run this as docker-compose ? ### To Reproduce Anyway to run this as docker-compose ? ### Expected behavior Anyway to run this as docker-compose ? ### Logs ```shell Anyway to run this as docker-compose ? ``` ### Environment ```shell Anyway to run this as docker-compose ? ``` ##...
closed
2024-05-21T14:01:47Z
2024-07-18T23:47:03Z
https://github.com/coqui-ai/TTS/issues/3754
[ "bug", "wontfix" ]
PeterTucker
3
newpanjing/simpleui
django
52
django2.2.3使用中出现的问题
**bug描述** 简单的描述下遇到的bug: 1.增加加,删除页面谷歌浏览器不适配 2.增加内容之后得点击返回多次才能回到对应的列表页 3.再list_filter中使用SimpleListFilter时报 Exception: object has no attribute 'field' Exception Location: \venv\lib\site-packages\simpleui\templatetags\simpletags.py in load_dates, line 40 **环境** 1.操作系统: 2.python版本:3.7.3 3.django版本:2.2.3 ...
closed
2019-05-22T09:51:01Z
2019-05-23T07:39:37Z
https://github.com/newpanjing/simpleui/issues/52
[ "bug" ]
yanlianhanlin
4
plotly/dash-core-components
dash
327
styling tabs via css classes
Hi Plotly Team, I can't get styling of the tabs component via css classes to function properly. Without knowing much about it, a guess could be it has to do with inconsistent naming of the `selected_className` property in the Tabs and Tab component. I placed the following css file in the assets folder. ```css ...
closed
2018-10-14T18:12:05Z
2022-10-10T10:10:00Z
https://github.com/plotly/dash-core-components/issues/327
[]
roeap
4
biolab/orange3
numpy
6,642
OCR (optical character recognition) in images
**What's your use case?** I would like to extract text in image/pdf document. **What's your proposed solution?** An OCR module in the image add-on to extract text. Some modules exists in python for that. Some documentation here (well; sadly in french https://www.aranacorp.com/fr/reconnaissance-de-texte-avec-python...
closed
2023-11-19T09:03:37Z
2023-11-26T18:51:23Z
https://github.com/biolab/orange3/issues/6642
[]
simonaubertbd
2
ultralytics/yolov5
pytorch
13,332
WARNING ⚠️ NMS time limit 0.340s exceeded
### 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 Hi YOLO comunnity. so im running training on my cpu and i have this probleme notice that ive already checked on the previous ...
open
2024-09-25T01:24:00Z
2024-11-09T14:46:48Z
https://github.com/ultralytics/yolov5/issues/13332
[ "bug" ]
haniraid
2
influxdata/influxdb-client-python
jupyter
379
query_data_frame returns object data type for all columns
<!-- Thank you for reporting a bug. * Please add a :+1: or comment on a similar existing bug report instead of opening a new one. * https://github.com/influxdata/influxdb-client-python/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+ * Please check whether the bug c...
closed
2021-12-08T08:12:25Z
2021-12-14T13:31:37Z
https://github.com/influxdata/influxdb-client-python/issues/379
[ "bug" ]
buraketmen
1
fastapi-admin/fastapi-admin
fastapi
5
No model with name 'User' registered in app 'diff_models'
After installing (from the dev branch) and setting up fastapi-admin, I attempted to run `aerich migrate`, which failed with the error: ``` tortoise.exceptions.ConfigurationError: No model with name 'User' registered in app 'diff_models'. ``` But I didn't register any app named `diff_models`, and I don't see it in t...
closed
2020-07-01T19:57:47Z
2020-07-02T14:33:16Z
https://github.com/fastapi-admin/fastapi-admin/issues/5
[]
mosheduminer
4
vitalik/django-ninja
pydantic
428
properly name functions
**Is your feature request related to a problem? Please describe.** I am using django-prometheus for statistics. The view calls counters are bundled for function names and thus, all my api calls are in the name of `GET /api-1.0.0:ninja.operation._sync_view` I would prefer to have the original function's name or th...
open
2022-04-22T06:04:48Z
2024-08-19T23:45:07Z
https://github.com/vitalik/django-ninja/issues/428
[ "help wanted" ]
hiaselhans
6
plotly/dash
data-visualization
3,003
Temporary failure in name resolution
This is occurring in latest Dash 2.18.1. Doing this app.run_server(host='0.0.0.0') .... did nothing [https://github.com/plotly/dash/issues/1480](url) Referring to old issue. It expects HOST environment variable to be set under conda. Passing this host parameter is not overriding.
open
2024-09-14T22:49:33Z
2024-10-01T14:31:18Z
https://github.com/plotly/dash/issues/3003
[ "regression", "bug", "P1" ]
summa-code
5
ray-project/ray
data-science
51,497
CI test windows://python/ray/tests:test_basic is consistently_failing
CI test **windows://python/ray/tests:test_basic** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1 - https://buildkite.com/ray-projec...
closed
2025-03-19T00:05:56Z
2025-03-19T21:52:20Z
https://github.com/ray-project/ray/issues/51497
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
3
FlareSolverr/FlareSolverr
api
1,118
[1337x] (testing) Exception (1337x): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Timeout after 55.0 seconds.: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Time...
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I hav...
closed
2024-03-10T20:01:59Z
2024-03-11T06:34:16Z
https://github.com/FlareSolverr/FlareSolverr/issues/1118
[ "duplicate" ]
fcmircea
6
minimaxir/textgenrnn
tensorflow
177
CUDA Error during training constantly
I am trying to use textgenrnn but it trains for about an hour and then it does [this](https://pastebin.com/sDysPnX0) i tried shrinking my training data from 50000 lines to 25000 lines but it made no difference my GPU (gtx 1070) is latest driver it's not broken other than the hdmi port being mangled which I dont thin...
open
2020-03-03T23:48:32Z
2020-03-03T23:48:32Z
https://github.com/minimaxir/textgenrnn/issues/177
[]
guyman70718
0
robinhood/faust
asyncio
739
Wrong time zone parameter name in user guide for crontab
https://faust.readthedocs.io/en/latest/userguide/tasks.html#guide-tasks says that the parameter name to specify crontab timezone is tz. The api reference says that it is timezone.
open
2021-10-14T18:00:17Z
2021-10-14T18:00:17Z
https://github.com/robinhood/faust/issues/739
[]
llamarble
0
nvbn/thefuck
python
464
Please rename types.py
I believe in that all software should be installed with one system package manager so I've tried to create ebuild for my Gentoo to install thefuck instead of suggested `pip install`. The normal way to do it is to use eclass named distutils-r1 which, in general, execute `setup.py`. But this call fails with trace: ```...
closed
2016-02-21T02:52:31Z
2016-02-22T19:20:53Z
https://github.com/nvbn/thefuck/issues/464
[]
kapsh
2
ultralytics/yolov5
deep-learning
12,917
Image not found error
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I want to custom train yolov6-seg, but I keep getting an error that the image file...
closed
2024-04-14T12:50:21Z
2024-05-26T00:23:58Z
https://github.com/ultralytics/yolov5/issues/12917
[ "question", "Stale" ]
Cho-Hong-Seok
2
Skyvern-AI/skyvern
api
1,603
Feature Request: Dashboard Authentication
Please allow users to enable authentication on the dashboard (port 8080). This way, hosting on home network is more secure. Hosting on a public server is currently insanity without dashboard authentication and without tunneling services like Cloudflare where you can glue authentication on top of it.
open
2025-01-21T11:29:56Z
2025-02-25T19:52:59Z
https://github.com/Skyvern-AI/skyvern/issues/1603
[ "help wanted" ]
vincentcox
3
anselal/antminer-monitor
dash
76
errors after 20+ ASICs
In last release I'm encouraging errors after adding more than 20 miners, I did try in several farms with D3s and S9s mostly and same. `File "C:\Python27\lib\site-packages\flask\app.py", line 1997, in __call__ return self.wsgi_app(environ, start_response) File "C:\Python27\lib\site-packages\flask\app.py", line 1985, i...
closed
2018-03-01T07:46:25Z
2018-03-05T09:50:33Z
https://github.com/anselal/antminer-monitor/issues/76
[ ":dancing_men: duplicate", ":octocat: help wanted" ]
shotaatosh
4
CTFd/CTFd
flask
2,297
Add .ruff_cache to .gitignore and .dockerignore
Now that we've switched to ruff we should make sure to ignore the ruff cache files and such in our builds (e.g. `.gitignore` and `.dockerignore`)
open
2023-05-02T21:33:07Z
2023-05-02T21:33:07Z
https://github.com/CTFd/CTFd/issues/2297
[ "easy" ]
ColdHeat
0
horovod/horovod
deep-learning
3,413
RayExecutor does not work with Horovod Settings
The documentation of RayExecutor says `You can use a standard Horovod Settings object` for the `settings` parameter, but this fails with: ``` Traceback (most recent call last): File "bug.py", line 9, in <module> executor.start() File "/home/enrico/Work/git/articles/venv/lib/python3.8/site-packages/horovo...
open
2022-02-20T21:09:04Z
2023-02-13T11:13:00Z
https://github.com/horovod/horovod/issues/3413
[ "bug", "ray" ]
EnricoMi
1
allenai/allennlp
pytorch
4,997
RoBERTa on SuperGLUE's 'Winograd Schema Challenge' task
WSC is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that reads the WSC data and fine-tunes a model on it. We expect scores in the range of their entry on t...
open
2021-02-18T23:46:36Z
2021-08-27T21:58:01Z
https://github.com/allenai/allennlp/issues/4997
[ "Contributions welcome", "Models", "easy" ]
dirkgr
0
pallets/flask
python
5,209
After initialization/before run hook
I'm writing a Flask extension with non trivial setup and the need to do consistency checks before allowing it to run. I have not found a hook/signal which would tell me that Flask is ready to run, before any request has arrived, so that I could plug these checks. Such a hook would be appreciated. Waiting for the first...
closed
2023-07-24T06:11:24Z
2023-08-08T00:05:55Z
https://github.com/pallets/flask/issues/5209
[]
zx80
11
neuml/txtai
nlp
53
All methods should operate on batches
For search, similarity, extractive qa and labels, all methods should operate on batches for the best performance. - Extractive QA already supports this. - Search, similarity and labels should work with batches. Separate methods (if necessary) can be retained to provide existing functionality for a single record.
closed
2021-01-07T02:23:01Z
2021-05-13T15:05:40Z
https://github.com/neuml/txtai/issues/53
[]
davidmezzetti
0
dynaconf/dynaconf
fastapi
1,186
[bug] setup.py deprecation on pip 25.0 - move to pyproject/uv
```bash DEPRECATION: Legacy editable install of dynaconf==3.3.0.dev0 from file:///src/dynaconf (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is ...
open
2024-10-11T12:38:41Z
2024-10-11T12:38:42Z
https://github.com/dynaconf/dynaconf/issues/1186
[ "bug", "HIGH" ]
rochacbruno
0
pandas-dev/pandas
python
60,737
BUG: The `.to_sql()` of `dtype` argument does not strictly ensure the column name and datatype
### 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
2025-01-20T05:26:05Z
2025-01-27T21:40:51Z
https://github.com/pandas-dev/pandas/issues/60737
[ "Bug", "IO SQL", "Closing Candidate" ]
ammarsaf
1
gunthercox/ChatterBot
machine-learning
1,878
Edits on documentation made for university student project
For a university school project I will be making some edits to your documentation which will aim to make writing more technical Please add edits if you would like :)
closed
2019-11-26T03:57:36Z
2020-08-29T20:38:33Z
https://github.com/gunthercox/ChatterBot/issues/1878
[]
compSciKai
3
d2l-ai/d2l-en
computer-vision
1,989
Implementing Pretraining BERT
I forgot to tune the `num_workers` so the `train_bert()` ran for an extended time. I simply tuned the `num_worker` to `0` and completed training in less than 1 minute on a single RTX 3090 GPU.
open
2021-12-11T13:03:09Z
2021-12-11T13:03:54Z
https://github.com/d2l-ai/d2l-en/issues/1989
[]
bjohn22
1
roboflow/supervision
deep-learning
809
No module name 'supervision', installed supervision==0.18.0 and imported supervision as sv
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug Traceback (most recent call last): File "/home/shivakrishnakarnati/Documents/Programming/ROS/ros_supervision_obj/install/object_det/lib/object_det/obj...
closed
2024-01-29T14:29:43Z
2024-01-29T15:21:54Z
https://github.com/roboflow/supervision/issues/809
[ "bug" ]
shivakarnati
7
vitalik/django-ninja
rest-api
305
Is the JWT tool or integrate in progress?
This is very important for the separation of front-end and back-end, and it is also positive to provide everyone with a unified verification method
open
2021-12-23T08:36:18Z
2023-12-07T20:50:22Z
https://github.com/vitalik/django-ninja/issues/305
[]
wu-clan
16
awesto/django-shop
django
794
Wrong usage of Compressor constructor
Hi there. Recently i've tried to generate demo instance of django-shop from cookiecutter template. It was generated successfully. But when i've tried to up services, web application started throwing errors. So, i've tried to research problem and if I understood correctly, usage of Compressor constructor implie...
open
2020-02-16T12:52:34Z
2020-02-16T20:05:15Z
https://github.com/awesto/django-shop/issues/794
[ "bug" ]
elipavlov
2
graphistry/pygraphistry
jupyter
362
[FEA] org_name support for File POSTs
dataset uploads pass org_name but afaict file uploads do not ---- Good: Dataset path: https://github.com/graphistry/pygraphistry/blob/bb8dd2483d01f2f9dc7b9e1a640cc803ac569ec2/graphistry/arrow_uploader.py#L247 ```python graphistry.register(..., org_name=x) graphistry.nodes(df, 'n').edges(df2, 's', 'd').plot(...
closed
2022-06-07T06:03:32Z
2022-08-04T00:52:39Z
https://github.com/graphistry/pygraphistry/issues/362
[ "enhancement", "p2" ]
lmeyerov
2
vastsa/FileCodeBox
fastapi
205
希望增加授权用户
希望可以增加一点儿扩展用户的功能,不能只有一个后台管理员,比如增加能扩展授权用户的功能。。 比如我想将授权分享给其他人但只给他们授权自己的文件权限,而不允许后台访问。这些授权用户可以向管理员一样正常上传分享文件,但是不能查看和修改任何后端数据。 目前的后台如果禁止游客上传,那就只有管理员能上传文件,相当于是一个完全私人的系统,并不能分享给授权。
closed
2024-09-09T05:25:49Z
2024-10-09T06:25:29Z
https://github.com/vastsa/FileCodeBox/issues/205
[]
li7355608
1
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,327
[Bug]: Automatic1111 fails to load weights
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
open
2024-08-04T17:54:01Z
2024-08-04T17:54:01Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16327
[ "bug-report" ]
K1LL3RPUNCH
0
huggingface/datasets
machine-learning
6,864
Dataset 'rewardsignal/reddit_writing_prompts' doesn't exist on the Hub
### Describe the bug The dataset `rewardsignal/reddit_writing_prompts` is missing in Huggingface Hub. ### Steps to reproduce the bug ``` from datasets import load_dataset prompt_response_dataset = load_dataset("rewardsignal/reddit_writing_prompts", data_files="prompt_responses_full.csv", split='train[:80%]...
closed
2024-05-03T06:03:30Z
2024-05-06T06:36:42Z
https://github.com/huggingface/datasets/issues/6864
[]
vinodrajendran001
1
deepspeedai/DeepSpeed
pytorch
6,618
[BUG] Long sequence parallelism (Ulysses) got error list index out of range
**Describe the bug** test ulysses got error list index out of range **To Reproduce** test ulysses with [test_ulysses.py](https://github.com/microsoft/DeepSpeedExamples/blob/uly-hf/post_training/sequence_parallelism/test_ulysses.py) torchrun --nproc_per_node=8 test_ulysses.py **Expected behavior** work fine **ds_rep...
closed
2024-10-10T03:41:30Z
2024-10-14T02:21:57Z
https://github.com/deepspeedai/DeepSpeed/issues/6618
[ "bug", "training" ]
Lzhang-hub
2
scanapi/scanapi
rest-api
267
New feature: import a Postman collection to scanapi format
A good improvment to this project is the feature to import a Postman collection format to scanapi format!
closed
2020-09-10T02:54:34Z
2022-05-04T19:11:42Z
https://github.com/scanapi/scanapi/issues/267
[ "Feature" ]
flap
8
ray-project/ray
machine-learning
51,495
CI test windows://python/ray/tests:test_advanced_3 is consistently_failing
CI test **windows://python/ray/tests:test_advanced_3** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1 DataCaseName-windows://python...
closed
2025-03-19T00:05:28Z
2025-03-19T21:52:04Z
https://github.com/ray-project/ray/issues/51495
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
3
CorentinJ/Real-Time-Voice-Cloning
tensorflow
558
encoder training does not create saved_models folder
Hi, I'm training the encoder on m-ailabs dataset for some time and would expect to find a saved_models folder in my encoder folder. But there is no folder so far. Is this a known problem? Training the synthesizer creates such a directory as expected. Thanks for your help guys!
closed
2020-10-15T12:12:40Z
2020-10-15T12:37:04Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/558
[]
padmalcom
1
mars-project/mars
pandas
2,758
make mars type inference optional
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Is your feature request related to a problem? Please describe.** Mars type inferrence will generate mock data, then feed the data into user provided function, if ...
closed
2022-02-25T10:40:07Z
2022-02-28T06:15:22Z
https://github.com/mars-project/mars/issues/2758
[ "type: enhancement", "mod: dataframe" ]
chaokunyang
0
pydantic/logfire
fastapi
59
Extra message displayed in `openai` instrumentation
### Description first off, really excited about `logfire`! 👏 --- this issue is purely cosmetic and **disclaimer** I could be confused about the expected behavior but I seem to consistently get an extra message displayed in the human readable trace details. Maybe this is meant to be a placeholder for the `...
closed
2024-05-01T00:25:06Z
2024-05-01T19:10:58Z
https://github.com/pydantic/logfire/issues/59
[ "Platform Bug", "OpenAI" ]
zzstoatzz
2
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,035
pix2pix
我使用了两类钢板的缺陷作为pix2pix的数据集输入,输出的效果很差,请问你可有给我解答一下吗?
open
2020-05-20T03:18:54Z
2020-05-20T03:18:54Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1035
[]
Yu700
0
home-assistant/core
python
140,414
core 2025.3.2: after update selectable output precision of a sensor doesn't work anymore
### The problem Normally i can select a precision on a template sensor: Standard (0.12345678) 0 0.1 ... 0.123456 after update this doesn't work anymore. Only the standard is working, despite what i set. ### What version of Home Assistant Core has the issue? core-2025.3.2 ### What was the last working version of H...
closed
2025-03-11T20:56:26Z
2025-03-11T21:35:58Z
https://github.com/home-assistant/core/issues/140414
[]
peter9091
1
quokkaproject/quokka
flask
114
Add support MediaElement.js Player
Add support MediaElement.js mp4, flv, webm, ogg https://github.com/johndyer/mediaelement http://mediaelementjs.com/ https://pypi.python.org/pypi/collective.mediaelementjs/0.4.1
closed
2013-12-08T01:22:32Z
2015-07-16T02:56:33Z
https://github.com/quokkaproject/quokka/issues/114
[]
jniltinho
1
hyperspy/hyperspy
data-visualization
2,956
s.map and ragged kwarg: different behavior between lazy and non-lazy
There is a different behavior between lazy and non-lazy `dtype=object` kwarg when using s.map. Essentially, for non-lazy signal `object` kwarg, the array is passed as an `object`. While for a lazy signal, this is passed as the "inner" array, not the object. ------------ Example of this, for a lazy object kwarg. ...
open
2022-06-10T19:28:06Z
2022-06-13T13:18:31Z
https://github.com/hyperspy/hyperspy/issues/2956
[ "type: bug" ]
magnunor
3
tortoise/tortoise-orm
asyncio
996
Function cannot use relations in the scope of annotate
**Describe the bug** Function cannot use relations in the scope of annotate. got error ``` tortoise.exceptions.FieldError: There is no non-virtual field points__value1 on Model User ``` --- **To Reproduce** ```py from tortoise import Tortoise, fields, run_async from tortoise.expressions import F fr...
closed
2021-12-02T17:55:24Z
2024-11-14T08:29:39Z
https://github.com/tortoise/tortoise-orm/issues/996
[]
maou-shonen
1
pennersr/django-allauth
django
3,978
Django responds very slowly when user is signing up and first logging in
I'm using django-allauth to handle user signup/login. The current setup works, but the response from the server is incredibly slow (>5s, other types of responses are usually <500ms). In base.py (I used cookiecutter-django to setup everything), the relevant settings are ```python LOGIN_REDIRECT_URL = "myapp:home" ...
closed
2024-07-17T23:36:06Z
2024-07-19T19:39:27Z
https://github.com/pennersr/django-allauth/issues/3978
[]
kjnez
4
apache/airflow
automation
47,502
AIP-38 | Serialize connection types to database
### Body As pre-requisite of #47501 the providers manager must serialize all connectiont ypes into a database table (inlcuding the extra json form field structure) in order to be served by API server to clients. This is a preparation to un-bundle the providers-manager from API server. ### Committer - [x] I acknowle...
open
2025-03-07T14:56:11Z
2025-03-21T22:25:07Z
https://github.com/apache/airflow/issues/47502
[ "area:providers", "area:serialization", "area:API", "kind:meta" ]
jscheffl
1
syrupy-project/syrupy
pytest
517
Codecov not working in syrupy repo
closed
2021-06-09T17:23:49Z
2021-06-20T01:38:15Z
https://github.com/syrupy-project/syrupy/issues/517
[ "infrastructure", "released" ]
noahnu
2
tensorflow/tensor2tensor
deep-learning
1,236
Something about your paper
Hi, If using this model to do seq2seq tasks, such as translation. What's the output embedding in figure 1? Such that we can't input the whole sentence to the decoder like what encoder do. Is it just like lstm that we get the first translated word and input it to the decoder as output embedding? And the output embeddin...
closed
2018-11-19T07:42:47Z
2018-11-20T05:38:05Z
https://github.com/tensorflow/tensor2tensor/issues/1236
[]
mfxss
1
home-assistant/core
python
141,172
[Overkiz] - Battery unknown for all equipments
### The problem I see that all my Equipment in the Overkiz integration has unknown value for Battery sensor. ### What version of Home Assistant Core has the issue? core-2025.3.4 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you running? Home Assista...
open
2025-03-23T07:59:46Z
2025-03-23T08:39:06Z
https://github.com/home-assistant/core/issues/141172
[ "integration: overkiz" ]
alsmaison
1
marimo-team/marimo
data-science
3,916
Upstreaming `marimo-agents` and agent cells
### Description I've built [marimo-agents](https://github.com/riyavsinha/marimo-agents) as an extension of marimo which enables plain text cell inputs to any "agent" (which can be a langchain/langgraph agent, or any other function that responds to a prompt). Would love to see if we can integrate this back into Marimo....
open
2025-02-25T21:17:10Z
2025-02-25T21:25:58Z
https://github.com/marimo-team/marimo/issues/3916
[ "enhancement" ]
riyavsinha
0
harry0703/MoneyPrinterTurbo
automation
404
How to make better use of multiple cores for video merging?
I noticed it uses only 1-2% of my CPU (24 cores / 48 threads), and for a 1-minute video, it takes 30 minutes, with 27-28 minutes spent just on the last 2 stages where the videos are merged using ffmpeg. How can I make it use more cores? Which part of the code do I need to modify? Additionally, are there any setting...
closed
2024-06-09T15:48:46Z
2024-06-11T03:43:06Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/404
[]
UserItaly
1
GibbsConsulting/django-plotly-dash
plotly
203
Performance questions
Hey, great work with this, it might be a lifesaver for me. I just wanted to know if you see much of a performance hit inside the dash app once it's inside django, just in terms of how fast responses are and so on. And related to this: I have an ever-growing set of datasets. In terms of performance, would you imag...
closed
2019-11-26T15:14:25Z
2019-11-27T13:46:06Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/203
[]
interrogator
2
plotly/dash-html-components
dash
161
[BUG] html.ObjectEl does not accept the data keyword
Hi, I'm using Dash with the following configuration: ``` dash-core-components==1.5.0 dash-html-components==1.0.1 dash-renderer==1.2.0 ``` The issue is that html.ObjectEl() does not accept the **data** keyword but only a "data-*" wildcard Indeed the following python code is raising an exception: ``` html.O...
closed
2020-05-20T13:44:36Z
2021-01-30T22:59:29Z
https://github.com/plotly/dash-html-components/issues/161
[ "dash-type-bug" ]
RiccardoNizzolo
3
stanfordnlp/stanza
nlp
494
[QUESTION] Not able to run on NCBI dataset
I have changed the NER_DATA_DIR in the config.sh file to point to data/ner, i have converted the ncbi datasets into json files and stored in the data/ner folder from the root stanza directory, but it is saying the file cannot be found. For training on the NCBI disease dataset what are all the preparations that need...
closed
2020-10-22T00:11:26Z
2021-01-05T18:21:38Z
https://github.com/stanfordnlp/stanza/issues/494
[ "question", "stale" ]
shankyemcee
3
blacklanternsecurity/bbot
automation
1,719
Trufflehog scanning files its already scanned via folders when unstructured is enabled
**Describe the bug** I've lost the logs but unstructured has a function to unpack folders and re-raise them as files. When testing it out using `bbot -t target -m github_org, git_clone, trufflehog, unstructured` trufflehog accepts the folders that are emited by git_clone and scans them using git as intended. But un...
closed
2024-08-29T08:07:11Z
2024-08-29T18:44:51Z
https://github.com/blacklanternsecurity/bbot/issues/1719
[ "bug" ]
domwhewell-sage
0
KaiyangZhou/deep-person-reid
computer-vision
367
Evaluation Problem
Sorry if the question is too naive, I’m new in Re Identification problems. First, thank you for the great documentation and framework. I would like to reproduce the evaluation in Market1501, DukeMTMC datasets but the CMC and the mAP results don’t match with the values in the tables of models in https://kaiyangzhou....
closed
2020-08-24T20:10:40Z
2020-08-25T16:20:33Z
https://github.com/KaiyangZhou/deep-person-reid/issues/367
[]
saracasao
3
tox-dev/tox
automation
3,068
Odd output from `run-parallel`
## Issue I have Tox config with `env_list = py39-django{32,42}-{drf312,drf314}`, i.e. four environments in total. When I run `tox run-parallel` the end of the output appears like the following: ```console py39-django32-drf312: OK ✔ in 1 minute 37.31 seconds py39-django32-drf314: OK ✔ in 1 minute 37.41 seconds ...
closed
2023-07-19T13:24:01Z
2023-07-19T13:44:00Z
https://github.com/tox-dev/tox/issues/3068
[]
allanlewis
3
benbusby/whoogle-search
flask
1,031
[FEATURE] Replace "!4" bang with 4plebs archive search
Hi, the "!4" bang is some fitness website that isn't up anymore, it just 404s. I think it would be extremely useful if you replaced it with 4plebs all board search as this has very many posts archived, like over 10TB of millions and millions of posts and images. To do this all you would need to do is use this URL: ...
closed
2023-07-14T12:45:01Z
2023-09-13T21:53:41Z
https://github.com/benbusby/whoogle-search/issues/1031
[ "enhancement" ]
MayaKitten
2
torrvision/crayon
data-visualization
41
How can I use crayon on my own PC? (not a server or client machine)
I have a computer with GPU, and run my programs on it. I don't have a server or client machine, just one PC. How could I install crayon in this situation?
open
2017-08-09T13:41:50Z
2018-01-08T12:48:14Z
https://github.com/torrvision/crayon/issues/41
[]
squirrel233
4
thtrieu/darkflow
tensorflow
647
issues with yolo on raspberry pi
Hello all, I have issues with Darkflow on the Raspberry Pi 2 model b+ running Raspbian Stretch OS. All dependencies are installed (tensorflow 1.3.1,numpy,opencv 3.4.0). the error is after running the command : .`/flow --imgdir sample_img --model cfg/tiny-yolo-voc.cfg --load tiny-yolo-voc.weights --threshold 0` the...
closed
2018-03-21T10:48:23Z
2018-04-17T05:55:42Z
https://github.com/thtrieu/darkflow/issues/647
[]
idhamhalim
2
holoviz/panel
matplotlib
6,871
panel 1.4.3 regression: `KeyError: 'content'` in jupyterlab
### ALL software version info - python 3.11 - jupyterlab 4.2.1 - A virtualenv with the following packages: <details> <summary><b>requirements.txt</b></summary> ``` anyio==4.4.0 ; python_version >= "3.11" and python_version < "4.0" appnope==0.1.4 ; python_version >= "3.11" and python_version < "4.0" and plat...
closed
2024-05-28T21:38:09Z
2024-05-28T22:58:30Z
https://github.com/holoviz/panel/issues/6871
[]
pmav99
3
pytorch/vision
computer-vision
8,166
RuntimeError: cuda video backend is not available.
### 🐛 Describe the bug When trying to set the videoreader backend to cuda (`torchvision.set_video_backend('cuda')`) I get the error below: ` RuntimeError: cuda video backend is not available. ` I followed the instructions to use the videoreader on cuda. I.e. I installed pytorch nightly and build torchvision from ...
open
2023-12-18T12:20:55Z
2024-02-13T15:54:04Z
https://github.com/pytorch/vision/issues/8166
[]
Caspeerrr
2
thtrieu/darkflow
tensorflow
761
train with images that don't have any object in them
If I want to train YOLO with images that contain no objects, and thus, no bounding boxes in them, what would be the correct way to feed in the annotations? For now, I have given an arbitrary class name (say "scratch") and set their bounding box parameters to 0. Training doesn't seem to complain explicitly but it cou...
open
2018-05-15T22:19:29Z
2018-05-22T07:13:39Z
https://github.com/thtrieu/darkflow/issues/761
[]
bparaj
1
browser-use/browser-use
python
892
The execution was escaped from my task ?!
### Bug Description `playwright == 1.50.0 pytest-playwright == 0.7.0 browser-use == 0.1.40 gradio == 5.18.0 pillow == 11.1.0 ollama == 0.4.7 pydantic-core == 2.27.2 openai == 1.64.0 deepseek == 1.0.0 uv == 0.6.3 dotenv == 0.9.9` LocalModel is Deepseek-r1 ### Reproduction Steps ![Image](https://github.com/user-atta...
open
2025-02-27T12:28:27Z
2025-02-28T03:31:24Z
https://github.com/browser-use/browser-use/issues/892
[ "bug" ]
Vchenhailong
1
deepset-ai/haystack
nlp
8,238
Upgrade Haystack 1.x to NLTK 3.9
In Haystack 1.26.x we should replace the `nltk.download("punkt")` with `nltk.download('punkt_tab')` here https://github.com/deepset-ai/haystack/blob/883cd466bd0108ff4f6af4c389f0e42fabc1282c/haystack/nodes/preprocessor/preprocessor.py#L123 so that users can use Haystack 1.26.x with NLTK 3.9. Prior NLTK versions are aff...
closed
2024-08-15T13:42:40Z
2024-09-01T17:56:38Z
https://github.com/deepset-ai/haystack/issues/8238
[ "topic:preprocessing", "P1", "1.x" ]
julian-risch
4
widgetti/solara
fastapi
355
Very slow. Want to run solara without CDN
I observed solara server running is so slow and it needs to request CDN. However, I'd like to run Solara server without internet access. As per instruction, installed "solara[assets]". Why does it still need to visit CDN? Is there anyone take a look at it or something else to update? Please correct me I am wrong ...
open
2023-10-30T07:50:51Z
2024-02-10T14:53:02Z
https://github.com/widgetti/solara/issues/355
[]
aaronpliu
5
deepspeedai/DeepSpeed
deep-learning
6,798
deepspeed setup for requiring grads on the input (explainability) without huge increase in memory over all gpus
I am using DeepSpeed with Zero Optimization (Stage 2) to train a custom model on multiple GPUs. i want to compute gradients on the input for explainability. However, I am facing challenges when integrating gradient computation for the input in this setup. The memory usage increases significantly, and I lose the memory ...
open
2024-11-27T18:58:48Z
2024-11-27T18:58:48Z
https://github.com/deepspeedai/DeepSpeed/issues/6798
[]
GonyRosenman
0
FactoryBoy/factory_boy
sqlalchemy
201
FactoryBoy fails when custom Manager is defined on abstract model
factory-boy==2.5.2 django==1.8 FactoryBoy fails when custom Manager is defined on abstract model (it works fine with factory-boy==2.4.1). Example: ``` class CustomManager(models.Manager): pass class BaseModel(models.Model): custom_objects = CustomManager() class Meta: abstract = True class MyMo...
closed
2015-04-24T08:30:38Z
2015-05-31T09:48:29Z
https://github.com/FactoryBoy/factory_boy/issues/201
[ "Bug" ]
user0007
0
docarray/docarray
fastapi
917
docs: code snippet needed: Document construct
The [construct page](https://docarray.jina.ai/fundamentals/document/construct/#unknown-attributes-handling) doesn't have a code snippet for `unknown_fields_handler` Note: Please leave snippet as comment, don't fix directly. I'm working on docs right now and don't want merge conflicts
closed
2022-12-08T13:39:08Z
2023-04-22T09:38:29Z
https://github.com/docarray/docarray/issues/917
[]
alexcg1
0
davidteather/TikTok-Api
api
1,175
[BUG] - using hastag search seems cannot fetch all media data even using loop
I want to search ukraine related video in America region, but seems can only fetch 30-50 records. But checked in Tiktok, has 7.1M records, could we download all, or is there anyway to search by time range **My code snipet** async def search_videos_hashtag(hashtag, time_from, time_to, current_video_amount=0, ...
open
2024-07-27T15:17:45Z
2024-08-26T20:15:22Z
https://github.com/davidteather/TikTok-Api/issues/1175
[ "bug" ]
zhangzyg
3
supabase/supabase-py
flask
557
There doesn't seem to be a way to check the difference between null and 'null' in the is() filter
**Describe the bug** It seems that when using `.is()`, there is no way to query for string literals that say "null". In the supabase js library, this is the given example for `is()`: DB ```sql create table countries (id int8 primary key, name text); insert into countries (id, name) values (1, 'n...
closed
2023-09-22T21:22:29Z
2024-06-25T07:08:40Z
https://github.com/supabase/supabase-py/issues/557
[]
AdamGEmerson
2
keras-team/autokeras
tensorflow
1,919
Why was the TimeSeries parts of the package removed in the latest version?
open
2024-05-14T10:47:13Z
2024-05-14T10:47:13Z
https://github.com/keras-team/autokeras/issues/1919
[ "feature request" ]
astro-kevin
0
babysor/MockingBird
deep-learning
522
请问一下ppg提取的预训练模型是重新训练的嘛
你好,我想问一下ppg提取的预训练模型作者是在librispeech上训练的,并不是纯中文的,如果去做中文的迁移是需要重新训练嘛,谢谢
open
2022-04-27T07:09:30Z
2022-07-19T15:46:19Z
https://github.com/babysor/MockingBird/issues/522
[]
madosma
3
jina-ai/clip-as-service
pytorch
895
基于WIN11的LINUX子系统安装CLIP报错
**Describe the bug** <!-- A clear and concise description of what the bug is. --> ![45c1417755ef8a200329a2b91d972b8](https://user-images.githubusercontent.com/102899726/222028994-d99bfe02-ae34-43de-8097-dc5b20197af4.jpg) **Describe how you solve it** <!-- copy past your code/pull request link --> --- <!--...
closed
2023-03-01T02:24:37Z
2023-03-06T03:32:10Z
https://github.com/jina-ai/clip-as-service/issues/895
[]
billhuang6277
6
pytorch/pytorch
numpy
148,968
Slow evaluation on Mac with custom-built library
I have built libtorch on Mac (Apple Silicon) with these settings ``` `# GENERAL` \ -DCMAKE_INSTALL_PREFIX=$output_dir \ -DCMAKE_BUILD_TYPE=Release \ `# PYTORCH SPECIFIC` \ -DBUILD_PYTHON=OFF \ -DUSE_NUMPY=OFF \ -DUSE_DISTRIBUTED=OFF `# distributed computing tools` \ -DUSE_FBGEMM=OFF `# quantized operators` \ -DATEN_NO_...
open
2025-03-11T15:58:37Z
2025-03-17T16:04:39Z
https://github.com/pytorch/pytorch/issues/148968
[ "module: performance", "triaged", "module: macos", "module: arm" ]
matteosal
3
jmcnamara/XlsxWriter
pandas
735
Issue with cell range not being set correctly with write_array_formula()
Issue reported on [StackOverflow](https://stackoverflow.com/q/63216996/10238). The following doesn't write the array formula in cell B1 of Sheet2. This is due to a bug in the range calculation. The bug is hidden in Sheet1 due to other cells setting the range. ```python import xlsxwriter workbook = xlsxwrite...
closed
2020-08-03T00:29:56Z
2020-08-03T12:08:52Z
https://github.com/jmcnamara/XlsxWriter/issues/735
[ "bug", "short term" ]
jmcnamara
1
ResidentMario/geoplot
matplotlib
59
Add cbar demonstration to the kdeplot documentation
As it stands `kdeplot` lacks any demonstration of legend support in the documentation. Adding it is a good idea.
closed
2018-05-08T13:25:47Z
2018-05-10T03:07:51Z
https://github.com/ResidentMario/geoplot/issues/59
[]
ResidentMario
0