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
tflearn/tflearn
tensorflow
798
WARNING:tensorflow:Error encountered when serializing layer_variables/seq2seq_model. Type is unsupported, or the types of the items don't match field type in CollectionDef. 'list' object has no attribute 'name'
Can someones please help me with this error? I do not know how to fix it. I am using TF 1.0.1 and tflearn 0.3.1. It is not making any sense to me. Please let me know if you have worked around or have fixed it.
open
2017-06-15T23:06:07Z
2017-07-21T11:00:09Z
https://github.com/tflearn/tflearn/issues/798
[]
rahulraju93
2
amdegroot/ssd.pytorch
computer-vision
161
Error with train custom dataset
I want to learn using the dataset I have. I have solved some problems, but the below error can not be solved. The ground truth file in my dataset consists of (x, y, w, h, class_label) in *.txt file. loss_c = loss_c.view(num, -1) loss_c[pos] = 0 # filter out pos boxes for now Is there a problem here? ![erro...
closed
2018-05-06T06:07:06Z
2020-05-07T18:36:02Z
https://github.com/amdegroot/ssd.pytorch/issues/161
[]
RyuJunHwan
10
PokeAPI/pokeapi
api
605
sinistea a. polteageist antique
Hey, why is there no sprite for the two antique forms? Its the same sprite as the normal one? Greetz, Luzifer
open
2021-03-24T22:58:46Z
2021-03-24T22:59:57Z
https://github.com/PokeAPI/pokeapi/issues/605
[]
LuziferSenpai
0
marimo-team/marimo
data-visualization
3,815
Marimo --headless doesn't give the link with access token
### Describe the bug I've run `marimo edit file.py --headless --host 0.0.0.0` on a LAN OpenSUSE Tumbleweed machine, and open the link, the web page asked me for Access Token/Password. What's this access token/password? Does it have a default value? ![Image](https://github.com/user-attachments/assets/1946310c-5cd6-438...
closed
2025-02-17T15:12:58Z
2025-02-17T19:56:57Z
https://github.com/marimo-team/marimo/issues/3815
[ "bug" ]
justrico
5
JoeanAmier/TikTokDownloader
api
271
下载特定视频意外出错退出
下载该主播发布视频,每次到这个视频就会报错推出,重复下载也是到这里就结束了。不知道什么情况,下面是报错内容 网络异常: 正在进行第 1 次重试 【视频】2024-08-02 18.54.29-视频-一一丫丫-还记得6年前的那两个小丫头吗?是的,她们已经长大了 #一一丫丫 #抖音潮流舞蹈地图 #不怕不怕舞蹈 下载中断,错误信息: 2024-08-02 18.54.29-视频-一一丫丫-还记得6年前的那两个小丫头吗?是的,她们已经长大了 #一一丫丫 #抖音潮流舞蹈地图 #不怕不怕舞蹈.mp4 文件已删除 Traceback (most recent call last): File "main.py", line 7...
open
2024-08-06T01:58:42Z
2024-08-06T01:58:42Z
https://github.com/JoeanAmier/TikTokDownloader/issues/271
[]
foxyuaaalll
0
plotly/dash
data-visualization
2,428
[BUG] search_value triggers unrelated callbacks, making dropdown search unusable
While chasing down a bug in explainerdashboard, I noticed that when you have a dynamic server side dropdown search, and also have a callback targeting dropdown.value, then this latter gets triggered everytime you search in the dropdown. Usually with unwanted side effects. **In this case it makes the dropdown search com...
closed
2023-02-17T12:20:44Z
2023-07-06T15:05:12Z
https://github.com/plotly/dash/issues/2428
[]
oegedijk
7
Johnserf-Seed/TikTokDownload
api
55
运行时报错,链接正确,不清楚如何解决
Win10系统,确认链接没有问题,直接闪退
closed
2021-09-13T17:12:34Z
2021-09-14T14:37:32Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/55
[ "额外求助(help wanted)" ]
tfeather4
3
PaddlePaddle/models
computer-vision
5,115
Optimizer file [/home/weidawang/.paddle/weights/BMN.pdopt] not exits
I got error when i am getting started with BMN: ``` (base) weidawang@weidawang-TUF-Gaming-FX506LU-FX506LU:~/Repo/PaddlePaddle/models/PaddleCV/video$ bash run.sh predict BMN ./configs/bmn.yaml predict BMN ./configs/bmn.yaml DALI is not installed, you can improve performance if use DALI [INFO: predict.py: 199]: N...
closed
2020-12-18T08:37:09Z
2020-12-22T05:34:56Z
https://github.com/PaddlePaddle/models/issues/5115
[]
wwdok
11
gradio-app/gradio
data-visualization
10,027
I want to specify the resolution of the Webcam
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** Currently the resolution is hardcoded. gradio/js/image/shared/stream_utils.ts ```gradio/js/image/shared/stream_utils.ts export async function get_video_stream( include_audio:...
closed
2024-11-23T17:15:06Z
2024-12-04T00:01:48Z
https://github.com/gradio-app/gradio/issues/10027
[ "enhancement" ]
Azunyan1111
1
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
420
yolov3 正负样本的选择
大佬您好,请问yolov3的代码中,正负样本是根据什么进行分配的,我在build_targets中只看到了iou>0.2的作为正样本,那负样本怎么确定的呢?
closed
2021-12-07T12:09:26Z
2021-12-10T04:56:34Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/420
[]
Dandelion111
1
PokemonGoF/PokemonGo-Bot
automation
5,900
API v0.55.0 - API check fail
Ran a fresh install of the bot (master branch, commit 7c2722d7) on a brand new VM (ubuntu 16.4.0 LTS) after trying Pogarek's for a while, bought a brand new hash key (and according to buddyauth it's gone from "UNUSED / INACTIVE" to "ACTIVE" so that bit is OK), tried to follow @pogarek's adivce in #5882 and ran `pip...
closed
2017-02-06T11:12:22Z
2017-02-19T09:47:11Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5900
[]
camnomis
5
awesto/django-shop
django
149
multiple address models break unique related_name constraint
I've ran into this bug while trying to run tests (http://stackoverflow.com/questions/10058277/django-test-fails-when-creating-test-database/) and a user of one of my plugins has ran into it when running my migrations: https://github.com/Lacrymology/django-shop-area-tax/issues/1 The issue seems to be the existence of t...
closed
2012-04-18T16:26:54Z
2016-02-02T14:05:31Z
https://github.com/awesto/django-shop/issues/149
[]
Lacrymology
3
miguelgrinberg/Flask-SocketIO
flask
740
Connection will be auto-closed after some hours
Hi,Miguel if just keep idle for some while, probably some hours, the connection will be closed,the log is shown below, broker_heartbeat of celery is already set to 0,but it seems to take no effect ws Connected sid is 0x 021099aa317247d38c003e2d6d8a601c <Request 'http://localhost:85/socket.io/?EIO=3&transport=polli...
closed
2018-07-14T09:40:38Z
2018-09-29T09:37:39Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/740
[ "question" ]
GitKKg
3
microsoft/unilm
nlp
874
beitv2 512 pretrain models
Thanks for releasing Beitv2 code and pretrain models, it's really an exciting work. I have a question that whether you have the plan to release beitv2_512 pretrain models. If not, how can I finetune beitv2_224 pretrain models with 512×512 images?
closed
2022-09-19T13:40:00Z
2022-09-28T12:41:06Z
https://github.com/microsoft/unilm/issues/874
[]
UnpureRationalist
1
2noise/ChatTTS
python
632
安卓TTS
用来读书小说用,计划开发安卓版嘛?
closed
2024-07-26T08:18:21Z
2024-08-01T16:53:44Z
https://github.com/2noise/ChatTTS/issues/632
[ "duplicate" ]
lbbboy
2
aio-libs/aiomysql
asyncio
278
how to use ResultProxy with Sqlalchemy ORM
When i got a ResultProxy object, how to convert to a Sqlalchemy ORM object?
closed
2018-04-04T10:27:15Z
2018-04-04T14:17:36Z
https://github.com/aio-libs/aiomysql/issues/278
[]
wuyazi
1
biolab/orange3
data-visualization
6,739
A new Melt widget icon
**What's your use case?** As of today, the melt widget icon is a shopping cart. This is misleading and not easy to understand. **What's your proposed solution?** A new icon, pretty much explicit. ![melt](https://github.com/biolab/orange3/assets/46959192/b7c43dbb-32a8-457c-a681-8eeba5ead95a) https://github.com/si...
open
2024-02-17T07:01:40Z
2024-03-11T11:43:22Z
https://github.com/biolab/orange3/issues/6739
[]
simonaubertbd
5
httpie/cli
python
882
Documentation example showing how to post raw JSON to some route
It's not clear from the website's documentation, or the `--help` output, how to do the following equivalent curl task: **Post a raw JSON query to ElasticSearch:** ``` curl \ --header "Content-Type: application/json" \ --request POST \ --data '{ "_source": [ "restricted_countries.*" ], "query": { "ma...
closed
2020-03-06T17:27:15Z
2025-03-04T03:17:31Z
https://github.com/httpie/cli/issues/882
[ "docs" ]
nhooey
2
DistrictDataLabs/yellowbrick
scikit-learn
892
matplotlib pip testing package to eliminate Freetype font differences across environments
@ndanielsen TLDR: Based on the validated success of the testing version of matplotlib on conda in eliminating Freetype differences on CI builds, it seems worthwhile to ask the matplotlib team if there is the possibility of a pip version being released for testing as well (at least for Windows). The number of affected ...
closed
2019-06-22T17:43:37Z
2019-08-28T23:46:39Z
https://github.com/DistrictDataLabs/yellowbrick/issues/892
[ "type: technical debt" ]
nickpowersys
2
streamlit/streamlit
data-visualization
10,770
Left aligned buttons
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Sometimes, left aligned buttons look better! Especially when with st.navigation in the sidebar imo Maybe `st...
open
2025-03-13T16:52:15Z
2025-03-13T17:28:08Z
https://github.com/streamlit/streamlit/issues/10770
[ "type:enhancement", "feature:st.download_button", "feature:st.button", "feature:st.link_button", "feature:st.form_submit_button" ]
sfc-gh-amiribel
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,313
CSS not working on subsite
**Describe the bug** I try to design one subsite exactly as my main-site. But it seems that the uploaded .css-file is not working (same file as on the main-site) **To Reproduce** Steps to reproduce the behavior: 1. Design CSS-file for your mainsite and export it 2. Import that CSS-file to one of your subsites ...
closed
2022-11-18T15:19:22Z
2022-11-19T15:43:58Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3313
[]
cdlh
5
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
571
TypeError: SQLAlchemySchemaMeta.get_declared_fields() missing 1 required positional argument: 'dict_cls'
Hi, I got the following error when launching an app that uses marshmallow-sqlalchemy: ```pytb Traceback (most recent call last): File "/usr/bin/superset", line 5, in <module> from superset.cli.main import superset File "/usr/lib/python3.11/site-packages/superset/__init__.py", line 21, in <module> fr...
closed
2024-02-09T16:26:24Z
2024-02-09T19:23:22Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/571
[ "question" ]
AlphaJack
4
s3rius/FastAPI-template
fastapi
115
Add Support for Prisma Python ORM
**Why** Prisma Client Python is fully type safe and offers native support for usage with and without async. However, the arguably best feature that Prisma Client Python provides is [autocompletion support](https://prisma-client-py.readthedocs.io/en/stable/#auto-completion-for-query-arguments). This makes writing ...
open
2022-07-30T13:31:33Z
2022-07-30T15:45:16Z
https://github.com/s3rius/FastAPI-template/issues/115
[]
gurbaj5124871
2
fastapi-users/fastapi-users
asyncio
1,004
Security alert in one of the dependencies
## Describe the bug Security alert in one of the dependencies: PyJWT Key confusion through non-blocklisted public key formats. [CVE-2022-29217](https://github.com/advisories/GHSA-ffqj-6fqr-9h24) Consider changing the version of the PyJWT dependency to 2.4.0 ## To Reproduce None ## Expected behavior A ...
closed
2022-05-26T16:05:33Z
2022-05-27T07:52:29Z
https://github.com/fastapi-users/fastapi-users/issues/1004
[ "bug" ]
JimScope
2
plotly/dash
data-visualization
2,407
Mistake/Incorrect value in Error Message
I think the error message in this line is incorrect: https://github.com/plotly/dash/blob/dev/dash/_validate.py#L196 Should this line be ``` Expected {len(outi)}, got {len(vi)} ``` instead of ``` Expected {len(vi)}, got {len(outi)} ``` ? My understanding is `outi` is the output_list (aka output spec), w...
open
2023-02-01T05:19:08Z
2024-08-13T19:25:55Z
https://github.com/plotly/dash/issues/2407
[ "bug", "P3" ]
ajyl
3
allenai/allennlp
nlp
5,711
AllenNLP biased towards BERT
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
open
2022-09-13T21:29:12Z
2022-10-12T16:47:20Z
https://github.com/allenai/allennlp/issues/5711
[ "bug", "Under Development", "question" ]
pvcastro
12
plotly/dash
flask
3,185
dash v3.0.0rc3 - CSS did not apply on `read details`
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** LOcal development using dash v3.0.0rc3. I used the dash code which has some CSS styling and noticed that Read deta...
closed
2025-02-24T21:35:03Z
2025-02-28T20:56:54Z
https://github.com/plotly/dash/issues/3185
[ "bug", "P1", "cs" ]
sadafnajam
1
BeanieODM/beanie
pydantic
992
[BUG] - Beanie migrations run throws no module named 'some_document'
**Describe the bug** I tried running a migration that follows the [guideline](https://beanie-odm.dev/tutorial/migrations/) but when i run the migration it fails. I tried putting it in various directory levels(I'm using fastapi so i tried in root, src, inside the package holding the document i want to import and run t...
closed
2024-08-08T08:55:33Z
2024-10-16T02:41:35Z
https://github.com/BeanieODM/beanie/issues/992
[ "Stale" ]
danielxpander
3
Lightning-AI/pytorch-lightning
pytorch
20,060
Use new state-dict APIs in FSDPStrategy
### Description & Motivation In PyTorch 2.4, the [state-dict context managers we use in FSDPStrategy](https://github.com/Lightning-AI/pytorch-lightning/blob/5829ef8ab3bfa3eb03cfc35e842bef6ebd6bf007/src/lightning/fabric/strategies/fsdp.py#L800-L831) are being deprecated with FutureWarning in PyTorch 2.4. In #20010 I'...
open
2024-07-08T08:55:58Z
2024-07-08T08:58:48Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20060
[ "feature", "refactor", "strategy: fsdp" ]
awaelchli
1
jupyterhub/repo2docker
jupyter
946
Add option to skip using a Dockerfile
<!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Proposed change Make using the Dockerfile in the root of the repository an option by providing the means to disable Dockerfile buildpack detection. ### Alterna...
closed
2020-08-17T11:38:14Z
2020-09-07T06:21:41Z
https://github.com/jupyterhub/repo2docker/issues/946
[ "needs: discussion" ]
eelkevdbos
4
gradio-app/gradio
machine-learning
10,281
Dragging in an image a second time will not replace the original image, it will open in a new tab
### Describe the bug Dragging in an image a second time will not replace the original image, it will open in a new tab ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reproduction ```python import gradio as gr with gr.Blocks() as demo: with gr.Row(...
open
2025-01-03T02:42:32Z
2025-01-05T06:32:07Z
https://github.com/gradio-app/gradio/issues/10281
[ "bug" ]
Dazidingo
2
kennethreitz/responder
graphql
185
Whitenoise-related 404 calls _default_wsgi_app which contains nothing
**How to reproduce ?** - Create basic empty project. ``` import responder api = responder.API() ``` - Serve it - Go to /static/anythingthatdoesnotexist **What happens ?** ``` 500 Server Error Traceback (most recent call last): File "/Users/rd/.virtualenvs/Evaluate/lib/python3.7/site-packages/uvicorn...
closed
2018-11-03T14:09:16Z
2019-02-21T00:42:25Z
https://github.com/kennethreitz/responder/issues/185
[ "bug" ]
hartym
2
tableau/server-client-python
rest-api
805
Update Group
Hi, I was looking through the API documentation and noticed there's no way to update group's name. Is there anyway to go about updating a group's name through `RequestOptions` or something else?
closed
2021-02-22T19:44:00Z
2021-03-05T00:16:16Z
https://github.com/tableau/server-client-python/issues/805
[]
mbabatunde
4
mwaskom/seaborn
data-visualization
2,763
similarity
Hello, seaborn provides the calculation of the similarity of two probability density distributions, i.e. the overlap between them.
closed
2022-03-17T02:13:39Z
2022-03-17T02:38:43Z
https://github.com/mwaskom/seaborn/issues/2763
[]
OrdinarySK
1
scikit-learn/scikit-learn
python
30,377
⚠️ CI failed on Linux_free_threaded.pylatest_free_threaded (last failure: Dec 04, 2024) ⚠️
**CI is still failing on [Linux_free_threaded.pylatest_free_threaded](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=72565&view=logs&j=c10228e9-6cf7-5c29-593f-d74f893ca1bd)** (Dec 04, 2024) - test_csr_polynomial_expansion_index_overflow[csr_array-False-True-2-65535] - test_csr_polynomial_expansi...
closed
2024-11-30T02:54:23Z
2024-12-09T12:45:30Z
https://github.com/scikit-learn/scikit-learn/issues/30377
[]
scikit-learn-bot
4
getsentry/sentry
django
87,574
Internal server error when opening cron monitor details
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create a cron monitor 2. Try to open the monitor details ### Expected Result Being able to view the monitor details page ### Actual Result The UI runs into an internal server error: [SENTRY-3M37](https://sentry.sentry.io/issues/6191972190/events...
open
2025-03-21T10:53:27Z
2025-03-21T19:33:15Z
https://github.com/getsentry/sentry/issues/87574
[ "getsentry/sentry", "Crons" ]
rodolfoBee
4
holoviz/panel
jupyter
7,515
Make Panel Extensions visible
Now that Panel extensions start to pop up I believe we should maintain a list somewhere. I thought about `panel-extensions` org. But that is not visible enough. I think we should have a page similar to our Panel Components page or integrated with the Panel Components page (like Streamlit does). At first we could just...
open
2024-11-23T13:23:22Z
2025-01-20T21:48:10Z
https://github.com/holoviz/panel/issues/7515
[ "type: docs" ]
MarcSkovMadsen
1
neuml/txtai
nlp
559
Textractor paragraph level splits at the end of each line
I am trying to split a set of PDFs in paragraphs using textractor. The command works, but it splits the text at the end of each line of the pdf rather than looking for meaningful paragraphs. Example: Albania’s greenhouse gas (GHG) mean annual emissions, according to the national inventory prepared for the 4th N...
closed
2023-09-20T15:47:46Z
2023-10-04T14:06:06Z
https://github.com/neuml/txtai/issues/559
[]
thepinkclimate
5
waditu/tushare
pandas
1,699
港股通每月成交统计 ggt_monthly 202012后无返回数据
#### 问题描述 ggt_monthly接口从202012起不返回数据 ```python pro.ggt_monthly(month="202012") ``` | month | day_buy_amt | day_buy_vol | day_sell_amt | day_sell_vol | total_buy_amt | total_buy_vol | total_sell_amt | total_sell_vol | |--------:|--------------:|--------------:|---------------:|---------------:|...
open
2023-04-03T00:33:02Z
2023-04-03T00:33:02Z
https://github.com/waditu/tushare/issues/1699
[]
cheng-jiang
0
piskvorky/gensim
nlp
2,873
Further focus/slim keyedvectors.py module
Pre-#2698, `keyedvectors.py` was 2500+ lines, including functionality over-specific to other models, & redundant classes. Post-#2698, with some added generic functionality, it's still over 1800 lines. It should shed some other grab-bag utility functions that have accumulated, & don't logically fit inside the `Keyed...
open
2020-07-06T20:00:39Z
2021-03-09T07:59:52Z
https://github.com/piskvorky/gensim/issues/2873
[]
gojomo
8
pyeve/eve
flask
1,336
How to exclude nested relation fields?
I have a relation that is embeddable, for example: ```javascript { root: true, embeddable: { root: false foo: "bar" } } ``` How can I exclude the `embeddable.root` field? I tried with `?embedded={"embeddable": 1}&projection={"embeddable.root": 0}` but it doesn't do anything.
closed
2019-12-09T23:52:27Z
2019-12-21T00:24:56Z
https://github.com/pyeve/eve/issues/1336
[]
tanoabeleyra
1
Yorko/mlcourse.ai
pandas
593
Dead link in README.md
The page is not available: https://github.com/Yorko/mlcourse.ai/wiki/About-the-course-(in-Russian)
closed
2019-05-18T15:47:47Z
2019-05-18T17:58:59Z
https://github.com/Yorko/mlcourse.ai/issues/593
[]
i-aztec
1
ScottfreeLLC/AlphaPy
pandas
30
Transforms Dictionary Error
Fix bug for multiple transforms per column, as all but one will be dropped in the Python dictionary. ``` transforms: date : ['alphapy.transforms', 'extract_bizday'] date : ['alphapy.transforms', 'extract_date'] date : ['alphapy.transforms', 'extract_time'] ``` ...
closed
2020-03-15T00:15:58Z
2020-08-23T22:02:59Z
https://github.com/ScottfreeLLC/AlphaPy/issues/30
[]
mrconway
1
wandb/wandb
data-science
8,834
[Feature]: Set custom artifact name in WandbModelCheckpoint
### Description <!--- Describe your feature here ---> Hi, I've noticed that when using [WandbModelCheckpoint's](https://docs.wandb.ai/ref/python/integrations/keras/wandbmodelcheckpoint/) it's currently not possible to define a custom name for the model artifact. The name is automatically set to `run_{wandb.run.id}_...
open
2024-11-12T14:45:14Z
2024-12-13T09:40:48Z
https://github.com/wandb/wandb/issues/8834
[ "ty:feature", "c:artifacts" ]
GabrielGosden
5
activeloopai/deeplake
tensorflow
2,150
[FEATURE]
## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [ ] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? A clear and concise description of what the problem is. Ex. I have an issue when [...] ### If your feature will improve `HUB` A clear and c...
closed
2023-01-30T20:17:42Z
2024-09-19T08:45:42Z
https://github.com/activeloopai/deeplake/issues/2150
[ "enhancement" ]
AtelLex
2
BeanieODM/beanie
asyncio
142
VSCode pylance langauge server and its type checker, pyright reports some errors for the code example in doc site
beanie ver.: 1.7.0 os: macOS 11.6, m1 machine VSCode: 1.60.1 VSCode Python extension: v2021.9.1246542782 1. `Indexed`: (related to #10, #59, #105) ``` Illegal type annotation: call expression not allowed Pylance(reportGeneralTypeIssues) ``` 2. `"motor_asyncio"` is not a known member of module Pylance(report...
closed
2021-11-17T16:45:53Z
2023-03-19T02:37:24Z
https://github.com/BeanieODM/beanie/issues/142
[ "Stale" ]
grimmerk
3
piccolo-orm/piccolo
fastapi
694
Unable to connect to the database
Hello. I really like Piccolo ORM and would like to use it. - I am trying to start a new project with "piccolo asgi new". - I start it up and go to http://localhost:8000/admin/ - I enter my login and password, and then I click to log in - `An error occurs: OSError: Multiple exceptions: [Errno 111] Connect call fail...
closed
2022-11-30T09:42:33Z
2022-12-01T11:41:31Z
https://github.com/piccolo-orm/piccolo/issues/694
[]
NikSan3452
5
litestar-org/litestar
pydantic
3,181
Enhancement: Harmonize example generation
### Summary The current OpenAPI example generation is a bit of a mixed bag, and this issue collects the various separate issues and documents some extra needs. --- 1. ~Support `ResponseSpec(examples=...)` for custom response examples~ ~This is https://github.com/litestar-org/litestar/issues/3068 (merged...
open
2024-03-08T14:57:24Z
2025-03-20T15:54:28Z
https://github.com/litestar-org/litestar/issues/3181
[ "Enhancement", "Great Writeup" ]
tuukkamustonen
8
chmp/ipytest
pytest
25
Cannot find @given for pytest-bdd
When executing pytest_bdd tests, the definitions are not found. I have tried both the `ipytest.run()` as well as `%%run_pytest[clean]` but the step definitions are not identified in the file. > pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: The following is a straightforward Gher...
closed
2019-10-16T01:11:18Z
2019-11-19T21:39:05Z
https://github.com/chmp/ipytest/issues/25
[]
sunbiz
2
Yorko/mlcourse.ai
data-science
719
Typo in the feature naming in Reduction Impurity counting
In the book, [Feature importance page](https://mlcourse.ai/book/topic05/topic5_part3_feature_importance.html) there is a typo in the feature name. One of the chosen should be "Petal length (cm)". <img width="767" alt="image" src="https://user-images.githubusercontent.com/17138883/189652317-d999f0a6-43bc-4b74-99c7-a3b0...
closed
2022-09-12T12:26:14Z
2022-09-13T23:01:01Z
https://github.com/Yorko/mlcourse.ai/issues/719
[]
aulasau
1
matplotlib/mplfinance
matplotlib
458
Feature Request: Facilitate parsing of OHLCV data (facing opaque `TypeError: Expect data.index as DatetimeIndex`)
Problem: I'm trying to plot OHLCV data from CoinBase API, however I'm getting an error without a clear lead to a fix. I bet others will get stuck here too. Requested solution: So it would be great if either the lib handled this dataformat or had some documentation on how to achieve the correct format. Data: ...
closed
2021-10-29T17:44:30Z
2021-10-29T20:32:16Z
https://github.com/matplotlib/mplfinance/issues/458
[ "enhancement" ]
p-i-
3
ultralytics/ultralytics
machine-learning
19,357
Train and val losses became "NaN" but metrics do not update accordingly.
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question This seems that this is slightly related to #18521 During training several...
closed
2025-02-21T08:40:28Z
2025-02-25T14:19:57Z
https://github.com/ultralytics/ultralytics/issues/19357
[ "enhancement", "question", "fixed", "detect" ]
mayrajeo
13
plotly/dash
jupyter
2,252
[BUG] Deprecation warnings when running basic test in dash documentation
``` dash 2.6.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** When running the basic [dash test](https://dash.plotly.com/testing#example---basic-test) from the documentation, I get the following warning. ``` tests/test_website.py::t...
closed
2022-09-27T14:35:07Z
2022-10-17T14:45:26Z
https://github.com/plotly/dash/issues/2252
[]
prokie
0
Kludex/mangum
asyncio
212
How does Lambda maintains the state of the application?
My question is more about Lambda and less about Mangum itself. I have been lately struggling with this. So Lambda invokes a chunk of code every time it is invoked. And Mangum makes it possible to route multiple paths to same Lambda instead of per lambda per route. My question is.. **Is the FastAPI server always ...
closed
2021-12-19T14:33:53Z
2021-12-20T10:55:18Z
https://github.com/Kludex/mangum/issues/212
[]
santosh
0
CorentinJ/Real-Time-Voice-Cloning
python
292
Add torch to requirements.txt
ModuleNotFoundError: No module named 'torch'
closed
2020-03-04T01:19:44Z
2020-07-04T22:22:13Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/292
[]
julianofischer
2
tensorflow/tensor2tensor
deep-learning
1,857
Tensorflow Requirements
Hello, I love what Tensor2Tensor is doing. I have a general question: what is the recommanded Tensorflow version? The turorials are unsing TF1: https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/notebooks/Transformer_translate.ipynb Further more, If i use the Terminal, datagen gen requires Dat...
open
2020-10-17T07:52:08Z
2021-03-06T04:43:41Z
https://github.com/tensorflow/tensor2tensor/issues/1857
[]
PatternAlpha
1
ploomber/ploomber
jupyter
241
Better error messages when SQL assertions fail
Currently, functions to test SQL relations just return True/False, this isn't great for debugging, we'd like to get the observations (at least a few of them) that failed, so we can debug. This implies running a second query and pulling observations out of the db, so let's make it optional. See `numpy.testing` module
closed
2020-09-04T20:55:02Z
2022-05-08T17:54:16Z
https://github.com/ploomber/ploomber/issues/241
[]
edublancas
1
Netflix/metaflow
data-science
2,253
`metadata()` doesn’t reflect runtime changes to `METAFLOW_*` environment variables
I'm experiencing an issue when trying to switch the metadata provider as shown in [this example](https://docs.metaflow.org/metaflow/client#metadata-provider). The problem occurs if the [required `METAFLOW_*` environment variables](https://docs.outerbounds.com/engineering/deployment/aws-managed/cloudformation/#additiona...
closed
2025-02-10T17:41:43Z
2025-02-11T19:42:46Z
https://github.com/Netflix/metaflow/issues/2253
[]
dennismoe
5
horovod/horovod
machine-learning
3,597
mpirun command stuck on warning
**Setup:** I have 2 VMs each with 1 GPU. I have horovod installed on both VMs. The training script exists on both VMs **From my first VM I run the following command:** /path/to/mpirun -np 2 \ -H {VM_1_IP}:1,{VM_2_IP}:1 \ -bind-to none -map-by slot \ -x NCCL_DEBUG=INFO -x LD_LIBRARY_PATH -x PATH \ ...
closed
2022-07-08T15:58:38Z
2022-07-08T20:21:17Z
https://github.com/horovod/horovod/issues/3597
[]
bluepra
1
pallets/quart
asyncio
12
Flask-socket-io with quart server?
is it possible to have something like Flask-socket-io in quart? Would make migration to quart easier.
closed
2018-03-14T17:38:35Z
2022-07-07T00:22:50Z
https://github.com/pallets/quart/issues/12
[]
juntiedt2
2
ultrafunkamsterdam/undetected-chromedriver
automation
1,928
[NODRIVER] Cross-origin iframes not working
Hello, currently it seems that cross-origin iframes are not interactable by `select_all`, `find`. Would love to be able to interact with this, and I'm hoping someone is able to provide some assistance with this (I've checked all current issues, but I was not able to find a solution that works). Below is a code-snipp...
closed
2024-06-21T17:06:40Z
2024-08-21T23:11:28Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1928
[]
RandomStrangerOnTheInternet
5
freqtrade/freqtrade
python
11,273
Binance Futures - Multi asset mode
Hi! Because of regulations, I can only choose "multi asset mode" in futures, currently it is not supported by the program. Would like to ask, whether it is expected to be implemented in the future, or not. Thanks in advance, have a nice day. ![Image](https://github.com/user-attachments/assets/9343bed9-a0e9-4d21-9c8c...
closed
2025-01-22T11:28:14Z
2025-01-22T12:31:06Z
https://github.com/freqtrade/freqtrade/issues/11273
[ "Question", "Non-spot" ]
MrHumanRebel
1
microsoft/nni
tensorflow
5,757
There is an if else statement in the model I built myself, and an error will appear when the model is accelerated during model pruning. How should I solve it?
**Describe the issue**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow version: - Is conda/virtualenv/venv used?: - Is running in Docker?: **Configuration**: - Experiment config ...
open
2024-03-13T08:53:49Z
2024-03-13T08:53:49Z
https://github.com/microsoft/nni/issues/5757
[]
xxiayy
0
LibrePhotos/librephotos
django
1,036
Backend container doesnt start with latest container, ModuleNotFoundError: No module named 'pycocotools'
Use SECRET_KEY from env Traceback (most recent call last): File "/code/manage.py", line 31, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.11/dist-packages/django/core/management/__init__.py", line 442, in execute_from_command_line utility.execute() File "/usr/local/lib...
closed
2023-09-28T18:42:17Z
2023-09-29T09:43:59Z
https://github.com/LibrePhotos/librephotos/issues/1036
[ "bug" ]
nowheretobefound
1
collerek/ormar
sqlalchemy
885
save_related doesn't work if id is uuid
**Describe the bug** If you use Model.save_related and the model has a uuid pk instead of an int it doent save anything (The save itself returns the numer of rows saved correctly) **To Reproduce** Copy code example of https://collerek.github.io/ormar/models/methods/#save_related Code works as expected. replace ...
closed
2022-10-18T18:09:02Z
2022-10-31T16:45:39Z
https://github.com/collerek/ormar/issues/885
[ "bug" ]
eloi-martinez-qida
2
hankcs/HanLP
nlp
1,349
1.6.2版本的尝试下载很多次了,就是下载不了,请问有下载过的吗?
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2019-12-10T08:37:44Z
2020-01-01T10:48:00Z
https://github.com/hankcs/HanLP/issues/1349
[ "ignored" ]
Kaili-gao
1
dgtlmoon/changedetection.io
web-scraping
1,930
[feature] add pluggable support for hrequests
This looks like a cool library, especially the browser TLS fingerprint replication https://github.com/daijro/hrequests > Website bot detection systems typically do not correlate the TLS fingerprint browser version with the browser header. > By adding more randomization to our headers, we can make our requests ...
open
2023-11-03T10:19:24Z
2023-11-07T14:19:03Z
https://github.com/dgtlmoon/changedetection.io/issues/1930
[ "enhancement" ]
dgtlmoon
1
ray-project/ray
deep-learning
51,481
CI test windows://python/ray/tests:test_args is consistently_failing
CI test **windows://python/ray/tests:test_args** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aad4-a541-45a9-b1ef-d27f9a1da383 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4168-a0da-6cbdc8cbd2df DataCaseName-windows://python/ray/t...
closed
2025-03-18T23:06:31Z
2025-03-19T21:52:15Z
https://github.com/ray-project/ray/issues/51481
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
2
autokey/autokey
automation
536
Update deprecated regex sequences
## Classification: Maintenance ## Version AutoKey version: develop 5963c7ceae668736e1b91809eff426a47ed5a507 ## Summary The CI tests are warning about several deprecated regex sequences. We should find alternatives and replace them. The regex is one of the better-tested parts of the code in terms of u...
open
2021-04-26T21:36:06Z
2024-06-03T09:16:20Z
https://github.com/autokey/autokey/issues/536
[ "help-wanted", "easy fix", "development" ]
BlueDrink9
0
littlecodersh/ItChat
api
49
itchat.create_chatroom创建群聊失败
print itchat.create_chatroom(itchat.get_contract(),"lll2l") 是空
closed
2016-07-27T02:07:32Z
2016-07-28T02:42:03Z
https://github.com/littlecodersh/ItChat/issues/49
[ "question" ]
featheraaa
12
xinntao/Real-ESRGAN
pytorch
725
realesr-animevideov3 problem:“Could find no file with path 'out_frames/frame%08d.jpg' and index in the range 0-4 out_frames/frame%08d.jpg: No such file or directory”
“realesrgan-ncnn-vulkan.exe -i tmp_frames -o out_frames -n realesr-animevideov3 -s 2 -f jpg” The source files are missing a few frames, for example, it jumps from frame02 to frame05. While enlarging the frames is not a problem, running the command for video synthesis will fail. <img width="841" alt="Screenshot 20...
closed
2023-11-28T07:56:51Z
2023-11-28T17:54:45Z
https://github.com/xinntao/Real-ESRGAN/issues/725
[]
joeyttt
1
matterport/Mask_RCNN
tensorflow
2,496
Accelerate Mask RCNN Inference
I want to do changes in DNN architecture in order to increase the FPS I am using resnet50 as a backbone, I read this paper and tried to understand what are the changes that they did in their architecture. https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8859360 Someone knows about way to increase the F...
open
2021-03-02T11:54:31Z
2021-03-02T11:54:31Z
https://github.com/matterport/Mask_RCNN/issues/2496
[]
SaharGezer
0
TencentARC/GFPGAN
pytorch
517
Ujjal Deb
![IMG_20240215_205557](https://github.com/TencentARC/GFPGAN/assets/158159780/97e0dacc-88dc-4b01-a4fb-6f898cd49479)
open
2024-02-16T09:23:46Z
2024-02-16T09:35:02Z
https://github.com/TencentARC/GFPGAN/issues/517
[]
Ujjalvhai
2
pydantic/logfire
fastapi
876
LLM qualitative evaluations and labeling
### Description It would be nice to have a place in the platform for this. Another option would be to allow for integration with a partner that does provide it.
open
2025-02-19T20:20:40Z
2025-02-19T21:27:28Z
https://github.com/pydantic/logfire/issues/876
[ "Feature Request" ]
Luca-Blight
2
ets-labs/python-dependency-injector
flask
33
Make Objects compatible with PyPy
Acceptance criterias: - Tests on PyPy passed. - Badge with supported version added to README.md
closed
2015-03-17T13:04:18Z
2015-03-26T15:29:22Z
https://github.com/ets-labs/python-dependency-injector/issues/33
[ "enhancement" ]
rmk135
0
gunthercox/ChatterBot
machine-learning
2,145
I have following error in installing and running the chatterbot
C:\Users\Pushkar Tiwari>pip install chatterbot Collecting chatterbot Downloading ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) |████████████████████████████████| 67 kB 1.3 MB/s Collecting python-dateutil<2.8,>=2.7 Downloading python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) |█████████████████████...
closed
2021-04-16T16:03:41Z
2025-02-17T21:42:55Z
https://github.com/gunthercox/ChatterBot/issues/2145
[]
pushkar201851095
0
flairNLP/flair
nlp
3,506
[Bug]: error when training using mps
### Describe the bug When setting `flair.device` to `mps`, the following error is thrown during training: ``` RuntimeError: User specified an unsupported autocast device_type 'mps' ``` ### To Reproduce ```python flair.device = torch.device("mps") ... build and train model ``` ### Expected behavior Torch's m...
open
2024-07-23T20:42:27Z
2024-08-03T19:12:58Z
https://github.com/flairNLP/flair/issues/3506
[ "bug" ]
joprice
1
aimhubio/aim
data-visualization
3,193
Add Relative Time To Table View in Metrics Panel
## 🚀 Feature The table view on the metrics page should support seeing relative time. ### Motivation The chart can be aligned by step and it's useful to see the the relative time in table below. ### Pitch When mousing over the chart the relative time like value and step should stay in sync with where you ar...
open
2024-07-23T00:03:47Z
2024-07-23T00:03:47Z
https://github.com/aimhubio/aim/issues/3193
[ "type / enhancement" ]
vinayan3
0
plotly/dash
dash
2,986
[REGRESSION] Number of no_output must match number of outputs in dash==2.18.0
In `dash==2.18.0`, the number of `no_update ` returned must match the number of outputs. This is not true in earlier versions of Dash. This can be resolved by making `no_update` match but is a regression. Consider: ```python import dash from dash import html, dcc, Input, Output, no_update # Initialize the D...
closed
2024-09-05T17:39:04Z
2024-09-17T13:53:23Z
https://github.com/plotly/dash/issues/2986
[ "regression", "bug", "P1" ]
ndrezn
4
plotly/dash
dash
2,263
[BUG] Dash Pages does not support relative package imports within page modules
Env: ``` dash 2.6.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** I typically make my Dash apps as Python packages, using relative imports within my app. I've just discovered that Dash Pages is not happy with relative imports being ...
closed
2022-10-08T06:45:54Z
2023-03-15T22:27:44Z
https://github.com/plotly/dash/issues/2263
[]
ned2
3
moshi4/pyCirclize
matplotlib
19
Legend won't load
Hi @moshi4 , Thanks for making such an amazing tool, pyCirclize is great and very simple to use. I am trying to plot a circular phage genome so I can add it as an option in my program [pharokka](https://github.com/gbouras13/pharokka/issues/230), mostly following your tutorials in the docs, but the legend won't lo...
closed
2023-04-10T12:48:42Z
2024-05-03T02:36:32Z
https://github.com/moshi4/pyCirclize/issues/19
[ "question" ]
gbouras13
2
mherrmann/helium
web-scraping
14
StaleElementReferenceException when matching elements exist in both iframe and main page
Hi, I have an SPA that I'm trying to do some automated testing with helium works fine when the elements are in the main page, but the app uses AJAX to load some content into an iframe, so when I try to find those elements to click on, I get an exception the following demonstrates the issue: - I load the main pag...
open
2020-03-26T22:11:10Z
2022-06-14T13:02:38Z
https://github.com/mherrmann/helium/issues/14
[]
thoughtextreme
5
microsoft/hummingbird
scikit-learn
515
Error with inputs on a model converted onnx->torch
For [this](https://github.com/microsoft/hummingbird/tree/kasaur/onnx_cols_prob/tests/errorcode) model and data, a user reported the following error when converting their model from onnx to torch: ```python import onnx from hummingbird.ml import convert from hummingbird.ml import constants import pandas as pd ...
closed
2021-05-20T19:30:03Z
2021-05-20T20:41:19Z
https://github.com/microsoft/hummingbird/issues/515
[]
ksaur
3
litestar-org/litestar
asyncio
3,090
Bug: session middleware cookies always include segment number
### Description The docstring of [litestar.middleware.session.client_side.CookieBackendConfig](https://github.com/litestar-org/litestar/blob/04a9501d719c26ff4ef8451d216707a1b72a1c77/litestar/middleware/session/client_side.py#L209) suggests that key for the cookie inside the header is of the form `session=<data>`, unle...
closed
2024-02-09T08:42:18Z
2025-03-20T15:54:25Z
https://github.com/litestar-org/litestar/issues/3090
[ "Bug :bug:" ]
betaprior
2
dask/dask
scikit-learn
11,612
bug: group-by with the same root name and different output names raises
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
open
2024-12-18T13:25:01Z
2025-02-17T02:01:01Z
https://github.com/dask/dask/issues/11612
[ "needs attention", "enhancement", "dask-expr" ]
MarcoGorelli
0
dynaconf/dynaconf
fastapi
1,140
[RFC]typed: Generate Sample Config File from Schema
Given ```py class Database(DictValue): """Represents a database connection""" host: Annotated[str, Doc("Database hostname")] port: Annotated[int, Doc("Database port"), Gt(5000)] = 5432 class Settings(Dynaconf): """Settings for XPTO system.""" name: str debug: bool = False datab...
open
2024-07-07T14:10:15Z
2024-07-08T18:38:21Z
https://github.com/dynaconf/dynaconf/issues/1140
[ "Not a Bug", "RFC", "typed_dynaconf" ]
rochacbruno
0
statsmodels/statsmodels
data-science
9,014
Cannot cast ufunc 'subtract' output from dtype('float64') to dtype('int64') with casting rule 'same_kind'
please help me guys, I have problems with my coding, this is my first time using python. --------------------------------------------------------------------------- UFuncTypeError Traceback (most recent call last) Cell In[83], line 2 1 var_model = VARMAX(train_df, order=(4,0),en...
open
2023-09-29T16:28:36Z
2023-09-29T16:30:52Z
https://github.com/statsmodels/statsmodels/issues/9014
[]
laluna87
0
sunscrapers/djoser
rest-api
539
User create Django password validators problem
Hey guys, awesome work on `djoser`! I encountered an error in `django==3.0.9` + `djoser==2.0.3`. Django `MinimumLengthValidator` throws the following error (applicable to other Django validators as well): ``` Server Error: /v1/auth/users/ django_1 | Traceback (most recent call last): django_1 ...
open
2020-09-29T10:39:35Z
2022-10-23T18:11:54Z
https://github.com/sunscrapers/djoser/issues/539
[]
ghost
3
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
653
[HELP WANTED]: <Runtime error | Input should be a valid dictionary or instance of certifications>
### Issue description **Not sure what I need to correct but this is what I keep getting when I try to run the bot:** Runtime error: Error running the bot: Unexpected error while parsing YAML: 2 validation errors for Resume certifications.0 Input should be a valid dictionary or instance of certifications [t...
closed
2024-10-29T03:23:19Z
2024-10-29T22:18:11Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/653
[ "help wanted" ]
ResearchingLife
1
Lightning-AI/pytorch-lightning
deep-learning
20,033
Can't save models via the ModelCheckpoint() when using custom optimizer
### Bug description Dear all, I want to use a [Hessian-Free LM optimizer](https://github.com/ltatzel/PyTorchHessianFree) replace the pytorch L-BFGS optimizer. However, the model can't be saved normally if I use the ModelCheckpoint(), while the torch.save() and Trainer.save_checkpoint() are still working. You can fi...
open
2024-07-01T08:54:11Z
2024-07-01T08:54:11Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20033
[ "bug", "needs triage" ]
youli-jlu
0
AirtestProject/Airtest
automation
508
我想针对Unity或者Unreal的编辑器进行点击测试,发现匹配不到截图
**描述问题bug** 我想针对Unity或者Unreal的编辑器进行点击测试,发现匹配不到截图 ``` "D:\Program\AirtestIDE_2019-05-09_py3_win64\AirtestIDE" runner "C:\Users\HASEE\AppData\Local\Temp\AirtestIDE\Scripts\untitled.air" --device Windows:///992732 --log "C:\Users\HASEE\AppData\Local\Temp\AirtestIDE\scripts\3f0954b11e33f5b714bfc3ac7ad1925d" ========...
closed
2019-08-29T05:16:06Z
2019-08-29T05:28:10Z
https://github.com/AirtestProject/Airtest/issues/508
[]
t1633361
1
graphql-python/graphene-sqlalchemy
sqlalchemy
283
Question — Is it possible order results according to a function of the input query?
I've posted the same question on [Stackoverflow](https://stackoverflow.com/q/63249166/1720199), but I though this might be related to your concerns. Here some selected content from this question: --- I'm using graphene with sqlalchemy and I have an output object that contains a computed field. The field is c...
closed
2020-08-06T10:46:33Z
2023-02-25T00:48:41Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/283
[]
cglacet
2
ultralytics/ultralytics
computer-vision
19,794
Permission issue encountered while training YOLO11 on custom datasets.
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug I have multiple datasets for training YOLO11. To minimize the use of dist, I use unionfs-fuse to merge all t...
open
2025-03-20T08:00:34Z
2025-03-21T04:27:23Z
https://github.com/ultralytics/ultralytics/issues/19794
[]
keeganNull
2
521xueweihan/HelloGitHub
python
2,902
【开源自荐】🏎 Nping: 使用 Rust 开发的实时可视化终端 Ping 命令
- 项目地址: https://github.com/hanshuaikang/Nping - 类别:Rust - 项目标题:使用 Rust 开发的实时可视化终端 Ping 命令 - 项目描述:Nping 顾名思义, 牛批的 Ping, 是一个用 Rust 开发可视化 Ping 工具。主要的特性有: - 支持多域名分区图方式实时预览结果 - 支持同时 ping 单域名下的所有 ip - 支持实时排序的 表格视图 - 支持 Ipv6 - 运行预览 ![Image](https://github.com/user-attachments/assets/0647467e-ff5e-4ffe-99...
closed
2025-02-16T05:45:30Z
2025-03-10T10:06:25Z
https://github.com/521xueweihan/HelloGitHub/issues/2902
[ "已发布" ]
hanshuaikang
0
davidsandberg/facenet
computer-vision
278
Embeddings differ when run in a batch or single image.
I am getting different results depending on how many images I test with in a batch or when I evaluate (order of execution). It almost seems as though batch normalization or something else is being updated as if in train mode. Has anyone had any luck running inference on a single image? Shouldn't the result be the same ...
closed
2017-05-16T23:14:14Z
2017-05-17T21:24:44Z
https://github.com/davidsandberg/facenet/issues/278
[]
colojaro
1
mwaskom/seaborn
matplotlib
3,713
Setting custom formatter in so.Nominal().label() seems to do nothing
When using the `so.Nominal()` scale of the objects interface, calling `label()` with a custom formatter seems to have no effect. Could also be that I am using the function in an incorrect way, since the API and documentation on the nominal scale are still being worked on. Demo: ```py import matplotlib as mpl im...
open
2024-06-20T14:51:13Z
2024-10-18T10:19:02Z
https://github.com/mwaskom/seaborn/issues/3713
[]
rbergm
1
predict-idlab/plotly-resampler
plotly
124
`max_n_samples` in add trace(s) seems to do nothing with `plotly-resampler=0.8.1`
I was able to pinpoint the issue, and it seems that this line within `AbstractFigureResampler` causes the issue: ```python super(self._figure_class, self).add_trace(trace, **trace_kwargs) ``` Which calls the `BaseTraceDatatype` its `add_trace` method, which on its end: ![image](https://user-images.githubusercont...
closed
2022-10-19T15:00:43Z
2022-10-22T19:04:12Z
https://github.com/predict-idlab/plotly-resampler/issues/124
[ "bug" ]
jonasvdd
1
allure-framework/allure-python
pytest
403
Unable to see pytest assume failure information in Allure.
Environment: Python 3.7.3 Pytest 5.0.0 Allure-pytest 2.7.0 Code snippets: import pytest def add(a, b): return a + b def test_add1(): assert add(3, 4) == 7 def test_add2(): pytest.assume(add(1, 2) == 4) print('run?') pytest.assume(add(2, 2) == 5) print('done') def test_...
closed
2019-07-16T03:10:48Z
2019-07-17T00:32:25Z
https://github.com/allure-framework/allure-python/issues/403
[]
shinobi01
1
numpy/numpy
numpy
28,048
BUG: Race adding legacy casts to custom dtype under free threading
### Describe the issue: If the following code is run under Python 3.13.1t, it fails nondeterministically with `A cast was already added for <class 'numpy.dtype[rational]'> -> <class 'numpy.dtypes.Int8DType'>. (method: legacy_cast)`. ### Reproduce the code example: ```python import concurrent.futures import functool...
closed
2024-12-20T21:17:25Z
2025-02-11T16:55:16Z
https://github.com/numpy/numpy/issues/28048
[ "00 - Bug", "39 - free-threading" ]
hawkinsp
17
labmlai/annotated_deep_learning_paper_implementations
deep-learning
113
ResNet: replace x with \times
In the paragraph about **[Bottleneck Residual Block](https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/e75e53bb03bc3ab68ce61699c0fcf280d4cfb3d6/labml_nn/resnet/__init__.py#L158)** in the ResNet paper implementation, a few latex formulas are wrong and should be corrected. https://github.co...
closed
2022-03-23T11:50:56Z
2022-04-10T08:12:11Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/113
[]
arxaqapi
1