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
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
513
[BUG] bilibili 获取指定用户的信息 一直返回风控校验失败
平台: bilibili 使用接口:api/bilibili/web/fetch_user_profile 获取指定用户的信息 接口返回: { "code": -352, "message": "风控校验失败", "ttl": 1, "data": { "v_voucher": "voucher_f7a432cb-91fb-467e-a9a3-3e861aac9478" } } 错误描述: 已经更新过config.yaml内的cookie,使用 【获取用户发布的视频数据】接口就可以正常返回数据。但是使用【获取指定用户的信息】,就返回【风控校验失败】。
open
2024-11-28T10:52:56Z
2024-11-28T10:57:11Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/513
[ "BUG" ]
sukris
0
jupyterhub/repo2docker
jupyter
1,131
/srv/conda/envs/notebook/bin/python: No module named pip
<!-- 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! --> ### Bug description Opening a new issue as a follow-up to the comment posted in https://github.com/jupyterhub/repo2docker/pull/1062#issuecomment-1023073794. Using...
closed
2022-01-28T16:35:33Z
2022-02-01T10:48:39Z
https://github.com/jupyterhub/repo2docker/issues/1131
[]
jtpio
6
inducer/pudb
pytest
449
Internal shell height should be saved in the settings
I think the default height of internal shell is too small. Thx~
closed
2021-05-09T09:41:15Z
2021-07-13T11:53:25Z
https://github.com/inducer/pudb/issues/449
[]
sisrfeng
3
timkpaine/lantern
plotly
165
add "email notebook" to GUI
closed
2018-06-05T04:27:27Z
2018-08-07T14:13:28Z
https://github.com/timkpaine/lantern/issues/165
[ "feature" ]
timkpaine
1
smarie/python-pytest-cases
pytest
238
Setting `ids` in `@parametrize` leads to "ValueError: Only one of ids and idgen should be provided"
Using `ids` without setting `idgen` to None explicitly leads to this error. ```python from pytest_cases import parametrize, parametrize_with_cases class Person: def __init__(self, name): self.name = name def get_tasks(): return [Person("joe"), Person("ana")] class CasesFoo: @p...
closed
2021-11-24T09:19:47Z
2022-01-07T13:40:25Z
https://github.com/smarie/python-pytest-cases/issues/238
[]
smarie
0
deepinsight/insightface
pytorch
2,374
Failed in downloading one of the facial analysis model
RuntimeError: Failed downloading url http://insightface.cn-sh2.ufileos.com/models/buffalo_l.zip Reproduce: model = FaceAnalysis(name='buffalo_l')
closed
2023-07-17T14:12:24Z
2023-07-17T14:58:26Z
https://github.com/deepinsight/insightface/issues/2374
[]
amztc34283
1
gradio-app/gradio
data-visualization
9,956
[Gradio 5] - Gallery with two "X" close button
### Describe the bug I have noticed that the gallery in the latest version of Gradio is showing 2 buttons to close the gallery image, and the button on top is interfering with the selection of the buttons below. This happens when I am in preview mode, either starting in preview mode or after clicking on the image to p...
closed
2024-11-13T23:25:20Z
2024-11-25T17:13:39Z
https://github.com/gradio-app/gradio/issues/9956
[ "bug" ]
elismasilva
9
gradio-app/gradio
machine-learning
10,738
gradio canvas won't accept images bigger then 600 x 600 on forgewebui
### Describe the bug I think it's a gradio problem since the problem started today and forge hasn't updated anything ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```python import gradio as gr ``` ### Screenshot _No response_ ### Logs ```shell ...
closed
2025-03-06T02:57:40Z
2025-03-06T15:21:24Z
https://github.com/gradio-app/gradio/issues/10738
[ "bug", "pending clarification" ]
Darknessssenkrad
13
serengil/deepface
machine-learning
709
How to avoid black padding pixels?
Thanks for the great work! I have a question about the face detector module. The README.md mentions that > To avoid deformation, deepface adds black padding pixels according to the target size argument after detection and alignment. If I don't want any padding pixels, what pre-processing steps should I do? Or i...
closed
2023-04-02T11:59:30Z
2023-04-02T14:53:28Z
https://github.com/serengil/deepface/issues/709
[]
xjtupanda
1
moshi4/pyCirclize
data-visualization
84
Auto annotation for sectors in chord diagram
> Annotation plotting is a feature added in v1.9.0 (python>=3.9). It is not available in v1.8.0. _Originally posted by @moshi4 in [#83](https://github.com/moshi4/pyCirclize/issues/83#issuecomment-2658729865)_ upgraded to v1.9.0 still it is not changing. ``` from pycirclize import Circos, config from pycirclize....
closed
2025-02-14T09:41:38Z
2025-02-21T09:36:39Z
https://github.com/moshi4/pyCirclize/issues/84
[ "question" ]
jishnu-lab
7
autokey/autokey
automation
728
Key capture seems broken on Ubuntu 22.04
### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Bug ### Which Linux distribution did you use? I've been using AutoKey on Ubuntu 20.04 LTS for months now with thi...
closed
2022-08-31T16:58:57Z
2022-08-31T22:00:24Z
https://github.com/autokey/autokey/issues/728
[ "invalid", "installation/configuration" ]
sbroenner
4
AntonOsika/gpt-engineer
python
679
Sweep: add test coverage badge to github project
<details open> <summary>Checklist</summary> - [X] `.github/workflows/python-app.yml` > • Add a new step to run tests with coverage using pytest-cov. This step should be added after the step where the tests are currently being run. > • In the new step, use the command `pytest --cov=./` to run the tests with coverage...
closed
2023-09-06T17:47:51Z
2023-09-15T07:56:56Z
https://github.com/AntonOsika/gpt-engineer/issues/679
[ "enhancement", "sweep" ]
ATheorell
1
jupyter-book/jupyter-book
jupyter
1,919
Add on page /lectures/big-o.html
closed
2023-02-02T16:38:30Z
2023-02-12T12:47:28Z
https://github.com/jupyter-book/jupyter-book/issues/1919
[]
js-uri
1
apache/airflow
python
48,083
xmlsec==1.3.15 update on March 11/2025 breaks apache-airflow-providers-amazon builds in Ubuntu running Python 3.11+
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers Looks like a return of https://github.com/apache/airflow/issues/39437 ``` uname -a Linux airflow-worker-qg8nn 6.1.123+ #1 SMP PREEMPT_DYNAMIC Sun Jan 12 17:02:52 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux airflow@airflow-worker-qg8nn:~$ ca...
closed
2025-03-21T21:24:51Z
2025-03-23T20:02:27Z
https://github.com/apache/airflow/issues/48083
[ "kind:bug", "area:providers", "area:dependencies", "needs-triage" ]
kmarutya
4
exaloop/codon
numpy
558
Error:Tuple from_py overload match problem
The following code snippet will result in a compilation error ```python @python def t3() -> tuple[pyobj, pyobj, pyobj]: return (1, 2, 3) @python def t2() -> tuple[pyobj, pyobj]: return (1, 2) @python def t33() -> tuple[pyobj, pyobj, pyobj]: return (1, 3, 5) def test1(a, b, c): return a...
closed
2024-05-10T12:26:40Z
2024-11-10T19:20:26Z
https://github.com/exaloop/codon/issues/558
[ "bug" ]
victor3d
2
huggingface/datasets
deep-learning
6,441
Trouble Loading a Gated Dataset For User with Granted Permission
### Describe the bug I have granted permissions to several users to access a gated huggingface dataset. The users accepted the invite and when trying to load the dataset using their access token they get `FileNotFoundError: Couldn't find a dataset script at .....` . Also when they try to click the url link for the d...
closed
2023-11-21T19:24:36Z
2023-12-13T08:27:16Z
https://github.com/huggingface/datasets/issues/6441
[]
e-trop
3
miguelgrinberg/python-socketio
asyncio
443
python-socketio bridge with ws4py
what i need. client-machine (python-socketio-client) -> server-1 (python-socketio-server also ws4py-client) -> server-2(ws4py-server) currently 2 websocket connections exists from client to server-1 (socketio) from server-1 to server-2(ws4py) what i hold is server-1. server-2(ws4py) is from a third party serv...
closed
2020-03-20T10:20:56Z
2020-03-20T14:52:10Z
https://github.com/miguelgrinberg/python-socketio/issues/443
[ "question" ]
Geo-Joy
6
jina-ai/clip-as-service
pytorch
310
Suggestions for building semantic search engine
Hello! I'm looking for suggestions of using BERT (and BERT-as-service) in my case. Sorry if such is off-topic here. I'm building kind of information retrieval system and trying to use BERT as semantic search engine. In my DB I have objects with descriptions like "pizza", "falafel", "Chinese restaurant", "I bake pies", ...
open
2019-04-04T11:57:14Z
2019-07-26T16:09:51Z
https://github.com/jina-ai/clip-as-service/issues/310
[]
realsergii
2
kensho-technologies/graphql-compiler
graphql
904
Remove cached-property dependency
I think we should remove our dependency on `cached-property`, for a few reasons: - We use a very minimal piece of functionality we can easily replicate and improve upon ourselves. - It isn't type-hinted, and the open issue for it is over a year old with no activity: https://github.com/pydanny/cached-property/issues/1...
closed
2020-08-13T21:52:34Z
2020-08-14T18:22:20Z
https://github.com/kensho-technologies/graphql-compiler/issues/904
[]
obi1kenobi
0
graphql-python/gql
graphql
206
gql-cli pagination
Looks like https://gql.readthedocs.io/en/latest/gql-cli/intro.html doesn't support pagination, which is necessary to get all results from API calls like GitLab https://docs.gitlab.com/ee/api/graphql/getting_started.html#pagination in one go. Are there any plans to add it?
closed
2021-05-08T09:33:19Z
2021-08-24T15:00:39Z
https://github.com/graphql-python/gql/issues/206
[ "type: invalid", "type: question or discussion" ]
abitrolly
13
microsoft/unilm
nlp
900
Layoutlmv3 for RE
**Describe** when i use layoutlmv3 to do RE task on XFUND_zh dataset, the result is 'eval_precision': 0.5283, 'eval_recall': 0.4392. i do not konw the reason of the bad result. maybe there is something wrong with my RE task code? maybe i need more data for training? is there some suggestions for me to improve the ...
open
2022-10-25T10:00:19Z
2022-12-05T03:01:29Z
https://github.com/microsoft/unilm/issues/900
[]
SuXuping
3
flairNLP/flair
nlp
3,487
[Bug]: GPU memory leak in TextPairRegressor when embed_separately is set to `False`
### Describe the bug When training a `TextPairRegressor` model with `embed_separately=False` (the default), via e.g. `ModelTrainer.fine_tune`, the GPU memory slowly creeps up with each batch, eventually causing an OOM even when the model and a single batch fits easily in GPU memory. The function `store_embedding...
closed
2024-07-03T18:26:59Z
2024-07-24T06:24:40Z
https://github.com/flairNLP/flair/issues/3487
[ "bug" ]
MattGPT-ai
0
python-restx/flask-restx
api
141
How do I programmatically access the sample requests from the generated swagger UI
**Ask a question** For a given restx application, I can see a rich set of details contained in the generated Swagger UI, for example for each endpoint, I can see sample requests populated with default values from the restx `fields` I created to serve as the components when defining the endpoints. These show up as exam...
open
2020-05-23T19:46:12Z
2020-05-23T19:46:12Z
https://github.com/python-restx/flask-restx/issues/141
[ "question" ]
espears1
0
darrenburns/posting
automation
48
Request body is saved in a non human-readable format when it contains special characters
Hello and thank you for creating this tool, it looks very promising! The overall experience has been good so far, but I did notice an issue that's a bit inconvenient. I've created a `POST` request which contains letters with diacritics in the body, such as this one: ```json { "Hello": "There", "Hi": "Čau" ...
closed
2024-07-19T08:54:53Z
2024-07-19T20:02:11Z
https://github.com/darrenburns/posting/issues/48
[]
MilanVasko
0
voila-dashboards/voila
jupyter
1,447
Voila not displaying Canvas from IpyCanvas
<!-- Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment. --> ## Description When executing the Jupyter Notebook, the canvas appears and works as intended, but when executing with Voila, its a blank canvas <!--Describe the bug clearly and concisely...
closed
2024-02-25T16:34:54Z
2024-02-27T19:21:16Z
https://github.com/voila-dashboards/voila/issues/1447
[ "bug" ]
Voranto
5
tflearn/tflearn
tensorflow
275
Error when loading multiple models - Tensor name not found
In my code, I'm loading two DNN models. Model A is a normal DNN with fully-connected layers, and Model B is a Convolutional Neural Network similar to the one used in the MNIST example. Individually, they both work just fine - they train properly, they save properly, they load properly, and predict properly. However, ...
open
2016-08-12T07:31:03Z
2020-11-19T10:46:14Z
https://github.com/tflearn/tflearn/issues/275
[]
samvaran
8
ploomber/ploomber
jupyter
726
Programmatically create tasks based on the product of the task executed in the previous pipeline step
I would like to understand how to programmatically create tasks based on the product of the task executed in the previous pipeline step. For example, `get_data` creates csv-file and I want to create tasks for each row of csv: `process_row_1`, `process_row_2`, .... Accordingly, I have code using the python api that ...
closed
2022-04-25T12:32:48Z
2024-04-01T05:09:19Z
https://github.com/ploomber/ploomber/issues/726
[]
theotheo
5
litestar-org/litestar
api
3,995
Bug: `Unsupported type: <class 'msgspec._core.StructMeta'>`
### Description Visiting /schema when a route contains a request struct that utilizes a `msgspec` Struct via default factory is raising the error `Unsupported type: <class 'msgspec._core.StructMeta'>`. Essentially, if I have a struct like this: ``` class Stuff(msgspec.Struct): foo: list = msgspec.field(default=li...
closed
2025-02-13T09:32:13Z
2025-02-13T11:35:31Z
https://github.com/litestar-org/litestar/issues/3995
[ "Bug :bug:" ]
umarbutler
3
holoviz/panel
plotly
7,264
Bokeh: BokehJS was loaded multiple times but one version failed to initialize.
Hi team, thanks for your hard work. If possible, can we put a high priority on this fix? It's quite damaging to user experience. #### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.) <details> ...
closed
2024-09-12T16:03:33Z
2024-09-13T17:34:46Z
https://github.com/holoviz/panel/issues/7264
[]
tomascsantos
4
jupyterhub/repo2docker
jupyter
1,295
--base-image not recognise as valid argument
Related with https://github.com/jupyterhub/repo2docker/issues/487 https://github.com/jupyterhub/repo2docker/blob/247e9535b167112cabf69eed59a6947e4af1ee34/repo2docker/app.py#L450 should make `--base-image` a valid argument for `repo2docker` but I'm getting ``` repo2docker: error: unrecognized arguments: --base-im...
closed
2023-07-12T16:05:50Z
2023-07-13T07:47:53Z
https://github.com/jupyterhub/repo2docker/issues/1295
[]
rgaiacs
2
coqui-ai/TTS
pytorch
3,017
[Bug] pip install TTS failure: pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000
### Describe the bug Can't make pip installation ### To Reproduce **1. Run the following command:** `pip install TTS` ``` C:>C:\Python38\scripts\pip install TTS ``` **2. Wait:** ``` Collecting TTS Downloading TTS-0.14.3.tar.gz (1.5 MB) ---------------------------------------- 1.5/1.5 MB 1.7...
closed
2023-09-30T15:39:23Z
2023-10-09T10:08:26Z
https://github.com/coqui-ai/TTS/issues/3017
[ "bug" ]
abubelinha
4
hbldh/bleak
asyncio
599
BleakDotNetTaskError Could not get GATT characteristics AccessDenied
* bleak version: 0.12.1 * Python version: 3.9 * Operating System: Win 10 [Version 10.0.19042.1083] * BlueZ version (`bluetoothctl -v`) in case of Linux: * Bluetooth Firmware Version: HCI 8.256 / LMP 8.256 ### Description Similar to Issue #257 #222 From what I understand I am trying to connect to a BLE Dev...
closed
2021-07-15T13:28:36Z
2021-10-08T16:58:10Z
https://github.com/hbldh/bleak/issues/599
[ "Backend: pythonnet" ]
ertex
1
hankcs/HanLP
nlp
1,449
hanlp+jupyter的docker镜像
**Describe the feature and the current behavior/state.** 目前官方文档里没有提供更快上手HanLP 的方式,所以我做了一个HanLP + Jupyter 的Docker镜像,可以帮助感兴趣的人更快上手体验。 walterinsh/hanlp:2.0.0a41-jupyter [https://github.com/WalterInSH/hanlp-jupyter-docker](https://github.com/WalterInSH/hanlp-jupyter-docker) 如果满足你们的期望,可以加在文档里。 **Will this change ...
closed
2020-04-07T11:51:00Z
2020-04-09T11:42:18Z
https://github.com/hankcs/HanLP/issues/1449
[ "feature request" ]
WalterInSH
1
QingdaoU/OnlineJudge
django
385
新增swift语言时候出现的问题。
在languages内添加了 _swift_lang_config = { "run": { "exe_name": "t.swift", "command": "/usr/bin/swift {exe_path}", "seccomp_rule": None, } } 并且在JudgeServer 容器内安装了swift环境,并且在容器内可运行swift代码。(swift也无需编译可运行) 但是最终在项目中运行时,会出现运行时错误。 最终在此次运行的文件地址(在挂载的judege_server/run/run的目标文件中),寻找到一个错误。1.out文件内显...
closed
2021-09-22T05:39:29Z
2021-09-22T09:26:50Z
https://github.com/QingdaoU/OnlineJudge/issues/385
[]
metaire
3
waditu/tushare
pandas
1,645
installer 打包时候会提示错误
1.2.62可以打包成功,但是在请求数据的时候会报403错误 1.2.84打包的时候报错 UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd7 in position 2556: invalid continuation byte
closed
2022-04-19T05:36:22Z
2022-04-20T09:13:47Z
https://github.com/waditu/tushare/issues/1645
[]
jianyuanyang
3
piccolo-orm/piccolo
fastapi
317
Improve tests for `piccolo asgi new`
We have a basic test for `piccolo asgi new`: https://github.com/piccolo-orm/piccolo/blob/master/tests/apps/asgi/commands/test_new.py It can definitely be improved though. As a minimum, we should read the generated file contents, and use `ast.parse(file_contents)` to make sure the file is valid Python code. We use...
closed
2021-10-29T18:33:28Z
2021-12-04T09:40:28Z
https://github.com/piccolo-orm/piccolo/issues/317
[ "enhancement", "good first issue" ]
dantownsend
3
pyeve/eve
flask
889
Docs are not clear about installation requirements
The docs say: > Eve is powered by Flask, Redis, Cerberus, Events but it does not indicate if all of those are required. Specifically, I have failed to find anywhere in the docs if Redis is an optional dependency. Looking into the requirements.txt and reading usage samples of Redis, `app = Eve()` vs `app = Eve(redi...
closed
2016-08-04T08:01:03Z
2016-08-07T15:14:40Z
https://github.com/pyeve/eve/issues/889
[ "documentation" ]
mloskot
2
miLibris/flask-rest-jsonapi
sqlalchemy
187
Preventing useless queries when listing entities
Hello, On an application with about 100k entries, listing them takes minutes. This surprised me because listing entries should be fairly quick, even if there are many of them. It appears that **for each entry** it produces a query to **each** relationship. This makes a huge number of queries. To understand if I did ...
closed
2020-02-20T18:32:57Z
2020-04-09T14:01:59Z
https://github.com/miLibris/flask-rest-jsonapi/issues/187
[]
mikael-s
4
hankcs/HanLP
nlp
1,819
在使用文本相似度比较时,两个字符串交换一下位置,得出来的文本相似度不一样
<!-- 感谢找出bug,请认真填写下表: --> **Describe the bug** 在使用文本相似度比较时,两个字符串交换一下位置,得出来的文本相似度不一样 **Code to reproduce the issue** ![image](https://user-images.githubusercontent.com/77441902/236605940-f5f62acf-d3f8-4a9b-adb1-b2d2edf342d3.png) ```python ``` **Describe the current behavior** 点击运行后,发现文本相似度的值不同 **E...
closed
2023-05-06T06:21:39Z
2023-05-07T16:53:38Z
https://github.com/hankcs/HanLP/issues/1819
[ "feature request" ]
callmebyZJ
1
nolar/kopf
asyncio
243
[PR] Fix an issue with mistakenly added Bearer auth in addition to Basic auth
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-11-19 22:31:04+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/243 > Merged by [nolar](https://githu...
closed
2020-08-18T20:01:38Z
2020-08-23T20:52:21Z
https://github.com/nolar/kopf/issues/243
[ "bug", "archive" ]
kopf-archiver[bot]
0
ray-project/ray
pytorch
51,086
[core] Guard ray C++ code quality via unit test
### Description Ray core C++ components are not properly unit tested: - As people left, it's less confident to guard against improper code change with missing context; - Sanitizer on CI is only triggered on unit test; - Unit test coverage is a good indicator of code quality (i.e. 85% branch coverage). ### Use case _...
open
2025-03-05T02:20:07Z
2025-03-05T02:20:34Z
https://github.com/ray-project/ray/issues/51086
[ "enhancement", "P2", "core", "help-wanted" ]
dentiny
1
noirbizarre/flask-restplus
api
378
Namespace expect without model
@ns.expect(someModel) def get(self): pass Instead of having a model passed to expect decorator, can I have a custom JSON? No model required in the application.
open
2018-01-06T05:01:59Z
2018-01-06T05:01:59Z
https://github.com/noirbizarre/flask-restplus/issues/378
[]
VinayakBagaria
0
widgetti/solara
fastapi
737
`Card` component's `ma-{margin}` class takes precedence to `classes`
The view below does not seem to respect my CSS class, at least not my `margin-bottom: ... !important` property. I see that `Card` prepends `ma-{margin}` to the class order. On inspection, I see that `ma-0` is applied as `.v-application .ma-0`, which applies a `margin: # !important` property. Two things: 1. Does...
closed
2024-08-16T14:22:07Z
2024-08-20T04:38:38Z
https://github.com/widgetti/solara/issues/737
[]
edan-bainglass
5
babysor/MockingBird
pytorch
554
pre.py 改进建议
**Summary[问题简述(一句话)]** 使用 `pre.py` 时如何暂停以及开始 **Env & To Reproduce[复现与环境]** 各依赖环境正常 使用 `pre.py` 开始训练后,无法停止 按 `Ctrl + C` 后报错,但计算未停止 看了一下 `pre.py` 源码,应该是 `multiprocessing` 的问题,其进程实例需人为停止 可以考虑使用 : `p.terminate()` `p.join()`
open
2022-05-15T11:04:47Z
2022-05-15T12:02:52Z
https://github.com/babysor/MockingBird/issues/554
[]
tomcup
1
ray-project/ray
python
51,574
[CG, Core] Add Ascend NPU Support for RCCL and CG
### Description This RFC proposes to provide initial support for RCCL and CG on Ascend NPU. Original work by [@Bye-legumes](https://github.com/ray-project/ray/pull/47658) and [@hipudding](https://github.com/ray-project/ray/pull/51032). However, we need to decouple them into several PRs with minor modifications and s...
open
2025-03-21T02:09:40Z
2025-03-21T23:37:13Z
https://github.com/ray-project/ray/issues/51574
[ "enhancement", "core", "compiled-graphs" ]
Bye-legumes
0
koxudaxi/datamodel-code-generator
pydantic
1,436
Field names which begins and ends with underscores being prefixed with `field`
**Describe the bug** There was a PR some time ago: https://github.com/koxudaxi/datamodel-code-generator/pull/962 It restricts usage of protected and private variables, but it doesn't consider variables with double-underscores on both sides, e.g. `__version__`. Such variables are supported by pydantic and you can ...
closed
2023-07-20T11:01:10Z
2024-02-13T14:12:01Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1436
[ "bug" ]
parikls
1
mwaskom/seaborn
pandas
3,000
Release v0.12.0
Release tracker issue for v0.12.0. Mostly opening so that it gets issue #3000, which is satisfying.
closed
2022-09-05T16:53:42Z
2022-09-06T22:24:08Z
https://github.com/mwaskom/seaborn/issues/3000
[]
mwaskom
2
openapi-generators/openapi-python-client
rest-api
202
Use httpx.Client Directly
As of version 0.6.1, the generated `Client` is somewhat configurable - headers, cookies, and timeout. However, these are all abstractions which have to then be handled explicitly within each generated API method. Would it be simpler to just make calls using an `httpx.Client` or `httpx.AsyncClient` instance, and allo...
closed
2020-09-30T03:46:15Z
2023-07-23T19:38:25Z
https://github.com/openapi-generators/openapi-python-client/issues/202
[ "✨ enhancement" ]
kalzoo
7
babysor/MockingBird
pytorch
28
RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)`
![image](https://user-images.githubusercontent.com/31000405/130337837-6c317318-2018-45bd-b8d9-e144b220b12a.png) 训练一半后出现这个,谁能解决help
closed
2021-08-22T00:09:53Z
2021-10-16T08:52:18Z
https://github.com/babysor/MockingBird/issues/28
[]
wangkewk
4
biosustain/potion
sqlalchemy
130
Move Model documents to different files (MongoEngine) Example
I am trying to figure out how I can create the `MongoEngine.Document` classes in separate files and still use the instance variable here: https://github.com/biosustain/potion/blob/dc71f4954422f6edfde5bfa86f65dd622a35fdea/examples/mongoengine_simple.py#L12 Is there a good way of doing this so I can create a connec...
closed
2018-02-12T19:42:11Z
2018-02-13T09:46:21Z
https://github.com/biosustain/potion/issues/130
[]
wbashir
1
noirbizarre/flask-restplus
api
30
Refactor tests
Test files starts to be too dense. Refactor to split into more files.
closed
2015-03-18T18:26:05Z
2015-11-04T15:39:06Z
https://github.com/noirbizarre/flask-restplus/issues/30
[ "technical" ]
noirbizarre
1
pytest-dev/pytest-qt
pytest
394
Apparent leaks between tests with (customised) qapp
The [pytest-qt documentation](https://pytest-qt.readthedocs.io/en/latest/qapplication.html#testing-custom-qapplications) explains how to create a `QApplication` subclass from your own project which will then take the place of the default fixture `qapp` used to make a default `QApplication`. It tells you to put that in ...
closed
2021-11-09T21:16:14Z
2021-11-10T07:52:32Z
https://github.com/pytest-dev/pytest-qt/issues/394
[]
Mrodent
2
sloria/TextBlob
nlp
240
No module named 'textblob'
Hi there, I am a starter of Python and I would like to use 'textblob'. I am a MacOS High Sierra user. What I tried is to install textblob on a new anaconda environment by `conda install -c conda-forge textblob` and `conda install -c conda-forge/label/gcc7 textblob`. It gets installed and then I check on the conda l...
closed
2018-12-13T13:54:29Z
2018-12-24T13:50:07Z
https://github.com/sloria/TextBlob/issues/240
[]
VickyVouk
3
comfyanonymous/ComfyUI
pytorch
7,020
Wan2.1 result is black, when using --use-sage-attention and setting weight_dtype to fp8_e4m3fn.
When using --use-sage-attention and setting weight_dtype to fp8_e4m3fn, the result is black, Using --use-sage-attention, --force-upcast-attention and setting weight_dtype to fp8_e4m3fn, the result is still black.
open
2025-02-28T16:15:21Z
2025-03-12T21:40:16Z
https://github.com/comfyanonymous/ComfyUI/issues/7020
[]
TangYanxin
6
coqui-ai/TTS
deep-learning
3,114
[Bug] xtts OrderedVocab problem
### Describe the bug > TRAINING (2023-10-28 18:37:37) The OrderedVocab you are attempting to save contains a hole for index 5024, your vocabulary could be corrupted ! The OrderedVocab you are attempting to save contains a hole for index 5025, your vocabulary could be corrupted ! The OrderedVocab you are attempting...
closed
2023-10-28T07:48:53Z
2023-10-28T08:31:28Z
https://github.com/coqui-ai/TTS/issues/3114
[ "bug" ]
jazza420
1
sinaptik-ai/pandas-ai
pandas
920
Error in exe file which made by Pyinstaller
### System Info python = 3.11.7 pandasai = 1.15.8 openai = 1.10.0 I made executable file by pyinstaller using following code. ============================================================================= import pandas as pd from pandasai import SmartDataframe from pandasai.llm import OpenAI llm = OpenA...
closed
2024-02-02T01:43:27Z
2024-06-01T00:20:24Z
https://github.com/sinaptik-ai/pandas-ai/issues/920
[]
beysoftceo
2
vitalik/django-ninja
django
1,375
[BUG] AttributeError: 'method' object has no attribute '_ninja_operation'
**Describe the bug** When I'm trying to create a class-based router using the ApiRouter class as a base class, I receive this error at the time of self.add_api_operations: ``` view_func._ninja_operation = operation # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'method' object has no attribut...
closed
2024-12-30T02:03:26Z
2025-01-03T11:25:54Z
https://github.com/vitalik/django-ninja/issues/1375
[]
shrpow
2
desec-io/desec-stack
rest-api
119
expose domain limit through API
There is a user-specific limit on how many domains can be registered. We need to expose this limit through the API so that GUIs can display it.
closed
2018-09-10T20:52:49Z
2018-09-20T11:12:38Z
https://github.com/desec-io/desec-stack/issues/119
[ "enhancement", "api", "prio: medium", "easy" ]
peterthomassen
0
aiortc/aiortc
asyncio
324
Make media codecs optional
For some use-cases, I think that media codecs are not required. For example, I am just interested in data channels. Would you accept a PR that moves `av` to [extra_require](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies) and make the `medias...
closed
2020-03-23T01:24:04Z
2020-03-23T18:05:41Z
https://github.com/aiortc/aiortc/issues/324
[]
DurandA
1
Significant-Gravitas/AutoGPT
python
9,079
Create Exa.ai "Get Contents" and "Find Similar" Blocks
Following up from [https://github.com/Significant-Gravitas/AutoGPT/pull/8835](https://github.com/Significant-Gravitas/AutoGPT/pull/8835)**<br>**<br>Now that we have Exa Search on the platform, let's add support for their Get Contents and Find Similar endpoints.<br><br>[https://docs.exa.ai/reference/get-contents](https:...
closed
2024-12-19T12:56:29Z
2024-12-29T18:40:24Z
https://github.com/Significant-Gravitas/AutoGPT/issues/9079
[ "good first issue", "platform/blocks" ]
Torantulino
0
HumanSignal/labelImg
deep-learning
979
BUG: GUI silently crashes if `classes.txt` is not found
When a folder is opened in `labelImg` GUI that doesn't have `classes.txt`, the GUI silently crashes without showing any error popup. ### Steps to Reproduce - Put some images and corresponding annotation text files in a test folder. - DON'T create `classes.txt`. - Start `labelImg` GUI, and open the test folder usi...
open
2023-02-22T11:44:51Z
2023-02-22T11:44:51Z
https://github.com/HumanSignal/labelImg/issues/979
[]
sohang3112
0
huggingface/datasets
machine-learning
6,584
np.fromfile not supported
How to do np.fromfile to use it like np.load ```python def xnumpy_fromfile(filepath_or_buffer, *args, download_config: Optional[DownloadConfig] = None, **kwargs): import numpy as np if hasattr(filepath_or_buffer, "read"): return np.fromfile(filepath_or_buffer, *args, **kwargs) else: ...
open
2024-01-12T09:46:17Z
2024-01-15T05:20:50Z
https://github.com/huggingface/datasets/issues/6584
[]
d710055071
6
sunscrapers/djoser
rest-api
649
Search filter for Djoser auth/users view ?
Hi, Is there a way to add a search filter (https://www.django-rest-framework.org/api-guide/filtering/#searchfilter) to the `auth/users/` GET endpoint of Djoser ? I would like to add a username filter without having to use an extra endpoint. Would it make sense to create a pull request to add a setting to specify som...
open
2022-01-14T18:58:11Z
2024-05-26T15:13:47Z
https://github.com/sunscrapers/djoser/issues/649
[]
ahermant
1
miguelgrinberg/Flask-SocketIO
flask
1,266
How to unit test the application without a create_app function due to known bug with socketio
Hello, I'm struggling to unit test my application because I don't have a create_app() function which I think I need for the unit tests. I heard it was a known bug with socketio that you can't use a create_app() function and then use flask run. How do you unit test an application otherwise? Or is the bug fixed perchance...
closed
2020-04-30T10:26:29Z
2020-10-09T19:05:40Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1266
[ "question" ]
Ash4669
4
cobrateam/splinter
automation
632
Browser opens but no further actions
Just opens the browser and sits there with both Firefox and Chrome Browsers - Firefox ESR & Chromium 68.0.3440.75 This is in the geckodriver.log [Child 2489] ###!!! ABORT: Aborting on channel error.: file /build/firefox-esr-TVuMhV/firefox-esr-52.9.0esr/ipc/glue/MessageChannel.cpp, line 2152
closed
2018-09-05T15:02:11Z
2020-02-29T15:16:48Z
https://github.com/cobrateam/splinter/issues/632
[]
impshum
6
babysor/MockingBird
deep-learning
81
载入文件失败,载入的是mp3格式的,但是没有反应。
![image](https://user-images.githubusercontent.com/23243630/132836341-6f1d75e8-d142-4ffd-83c1-eb4af084b53a.png) ![image](https://user-images.githubusercontent.com/23243630/132836422-b409932a-d24a-47a0-974d-aaa0b383c72a.png) 如图,载入了跟没载入差不多。 然后我这自己录的合成出来的声音有点像外国人学中文说话,哈哈。
closed
2021-09-10T09:58:04Z
2021-10-12T09:20:27Z
https://github.com/babysor/MockingBird/issues/81
[]
luosaidage
11
pytorch/pytorch
numpy
148,874
`torch.device.__enter__` does not affect `get_default_device` despite taking precedence over `set_default_device`
### 🐛 Describe the bug Using a `torch.device` as a context manager takes precedence over `set_default_device`, but this isn't reflected by the return value of `get_default_device`. ```python import torch import torch.utils._device torch.set_default_device("cuda:1") with torch.device("cuda:0"): print(f"get_defa...
open
2025-03-10T07:52:08Z
2025-03-10T19:56:44Z
https://github.com/pytorch/pytorch/issues/148874
[ "triaged", "module: python frontend" ]
ringohoffman
1
mlflow/mlflow
machine-learning
14,709
[FR] Update Anthropic tracing to handle thinking blocks for claude-3.7-sonnet
### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary The current MLflow integration for Anthropic doesn't properly handle the new "thinking" feature in Claude Sonnet. When thinking is enabled, Claude returns content with specialized ThinkingBlock and TextBlock objects,...
closed
2025-02-24T20:57:00Z
2025-03-16T09:43:48Z
https://github.com/mlflow/mlflow/issues/14709
[ "enhancement", "area/models" ]
djliden
4
RobertCraigie/prisma-client-py
pydantic
1,073
Deprecation of the Python client
Hello everyone, it's been long time coming but I'm officially stopping development of the Prisma Python Client. This is for a couple of reasons: - I originally built the client just for fun while I was a student, nowadays I don't have enough free time to properly maintain it. - Prisma are rewriting their [core from Ru...
open
2025-03-23T17:40:06Z
2025-03-23T17:40:06Z
https://github.com/RobertCraigie/prisma-client-py/issues/1073
[]
RobertCraigie
0
tensorflow/tensor2tensor
deep-learning
1,603
Getting duplicate logs with t2t_trainer,t2t_decoder,t2t_eval
I am getting duplicate logs for each t2t command. How can I avoid that?Like While I run t2t_eval script., It evals on eval dataset and then again starts eval and logs same as previous logs.
open
2019-06-14T07:11:55Z
2019-06-14T07:11:55Z
https://github.com/tensorflow/tensor2tensor/issues/1603
[]
ashu5644
0
pyjanitor-devs/pyjanitor
pandas
489
[DOC] We need release notes!
This one is definitely on me. Starting with version 0.18.1, we should start collecting release notes in CHANGELOG.rst.
closed
2019-07-21T01:33:29Z
2019-07-21T19:50:35Z
https://github.com/pyjanitor-devs/pyjanitor/issues/489
[ "docfix", "being worked on", "high priority" ]
ericmjl
0
gee-community/geemap
streamlit
2,213
[bug] Opacity parameter not working in geemap.deck Layer API
### Environment Information Tue Jan 28 16:21:45 2025 UTC -- OS | Linux (Ubuntu 22.04) | CPU(s) | 2 | Machine | x86_64 Architecture | 64bit | RAM | 12.7 GiB | Environment | IPython Python 3.11.11 (main, Dec 4 2024, 08:55:07) [GCC 11.4.0] geemap | 0.35.1 | ee | 1.4.6 | ipyleaflet | 0.19.2 folium | 0.19.4 | jupyterlab | ...
closed
2025-01-28T16:32:56Z
2025-02-02T13:41:06Z
https://github.com/gee-community/geemap/issues/2213
[ "bug" ]
bijanvakili
4
xinntao/Real-ESRGAN
pytorch
712
TFlite version?
Do we have a mobile version of the Real-ESRGAN (.tflite version)? If not, would it be straightforward to convert the model (.pth file) to .tflite?
open
2023-10-24T20:32:15Z
2024-10-07T07:18:14Z
https://github.com/xinntao/Real-ESRGAN/issues/712
[]
arianaa30
4
ets-labs/python-dependency-injector
asyncio
61
Review docs: Feedback
closed
2015-05-08T15:40:47Z
2015-05-13T15:42:25Z
https://github.com/ets-labs/python-dependency-injector/issues/61
[ "docs" ]
rmk135
0
satwikkansal/wtfpython
python
38
"Let's make a giant string!" code example is not representative
`add_string_with_plus()` and `add_string_with_join()` take the same time in the example. It implies that CPython's `+=` optimization is in effect (unrelated to the example in the very next section with a possibly misleading title: ["String concatenation interpreter optimizations"](https://github.com/satwikkansal/wtfpy...
closed
2017-09-07T18:46:13Z
2017-10-11T13:25:23Z
https://github.com/satwikkansal/wtfpython/issues/38
[ "enhancement", "Hacktoberfest" ]
zed
2
dask/dask
pandas
11,691
Errors with Zarr v3 and da.to_zarr()
I'm having various issues and errors with `da.to_zarr()` using: ``` dask==2025.1.0 zarr==3.0.1 fsspec==2024.12.0 ``` ``` from skimage import data import dask.array as da import zarr dask_data = da.from_array(data.coins(), chunks=(64, 64)) da.to_zarr(dask_data, "test_dask_to_zarr.zarr", compute=True, storage_options...
closed
2025-01-23T10:44:50Z
2025-03-13T07:20:46Z
https://github.com/dask/dask/issues/11691
[ "needs triage" ]
will-moore
4
ResidentMario/missingno
pandas
44
Cite SciPy family of packages and seaborn
The final sentence of your paper states: > The underlying packages involved (numpy, pandas, scipy, matplotlib, and seaborn) are familiar parts of the core scientific Python ecosystem, and hence very learnable and extensible. missingno works "out of the box" with a variety of data types and formats, and provides an e...
closed
2018-01-29T15:24:27Z
2018-02-06T20:02:40Z
https://github.com/ResidentMario/missingno/issues/44
[]
zkamvar
2
ScrapeGraphAI/Scrapegraph-ai
machine-learning
9
add security policy
closed
2024-02-05T08:16:58Z
2024-02-07T15:46:54Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/9
[]
VinciGit00
0
ray-project/ray
pytorch
50,947
Release test microbenchmark.aws failed
Release test **microbenchmark.aws** failed. See https://buildkite.com/ray-project/release/builds/34295#01954658-83ea-482b-b817-7731040b6ee1 for more details. Managed by OSS Test Policy
closed
2025-02-27T08:16:23Z
2025-02-28T05:24:59Z
https://github.com/ray-project/ray/issues/50947
[ "bug", "P0", "triage", "core", "release-test", "jailed-test", "ray-test-bot", "weekly-release-blocker", "stability" ]
can-anyscale
5
ned2/slapdash
dash
3
datatable_experiments does not display
Love the boilerplate mate! Keep up with the good work. I am trying to implement one of the datatables (via import dash_table_experiments ) but they do not seem to work. Take the code from this [example](https://github.com/plotly/dash-recipes/blob/master/dash-datatable-filter.py): ```python _pages.py_ impo...
closed
2018-08-17T08:26:12Z
2018-08-20T05:20:21Z
https://github.com/ned2/slapdash/issues/3
[]
markofferman
5
xuebinqin/U-2-Net
computer-vision
350
Cannot Import U2NET
I am trying to ```from model import U2NET`` but its not working. Module "model" does not exist. How to fix it?
open
2023-01-22T18:23:01Z
2023-01-22T18:23:01Z
https://github.com/xuebinqin/U-2-Net/issues/350
[]
FASTANDEXTREME
0
graphistry/pygraphistry
jupyter
62
Add a .register() option to accept self-signed certificates (no validation)
closed
2016-04-20T22:10:27Z
2016-05-07T20:41:17Z
https://github.com/graphistry/pygraphistry/issues/62
[ "enhancement" ]
thibaudh
0
pydantic/pydantic-ai
pydantic
495
Test
Test for @samuelcolvin
closed
2024-12-19T11:59:44Z
2024-12-19T11:59:51Z
https://github.com/pydantic/pydantic-ai/issues/495
[]
tomhamiltonstubber
0
jupyter-book/jupyter-book
jupyter
1,966
A content in `extra_navbar` is no longer shown after updating to 0.15.0
### Describe the bug **context** A content in `extra_navbar` for `html` in `_config.yml` is no longer shown after updating to 0.15.0 **expectation** I expected the content to be shown. **bug** No error message. ### Reproduce the bug Update to 0.15.0 and build the book. ### List your environment Jupyter...
open
2023-03-09T14:31:42Z
2023-04-17T12:30:40Z
https://github.com/jupyter-book/jupyter-book/issues/1966
[ "bug" ]
spring-haru
1
allenai/allennlp
data-science
5,430
MultiLabelField not being indexed correctly with pre-trained transformer
This is probably a user error but I cannot find a jsonl vocab constructor which works correctly with a MultiLabelField (i.e. a multi-label classifier). I need to set the vocabs `unk` and `pad` token as I'm using a huggingface transformer, and of course, I need to index the labels. When I use `from_pretrained_tran...
closed
2021-10-05T04:22:16Z
2021-10-15T04:13:00Z
https://github.com/allenai/allennlp/issues/5430
[ "bug" ]
david-waterworth
1
horovod/horovod
pytorch
3,294
Building `horovod-cpu` image failed with cmake errors
**Environment:** 1. Framework: TensorFlow, PyTorch, MXNet 2. Framework version: 2.5.0, 1.8.1, 1.8.0.post0 3. Horovod version: v0.23.0 4. MPI version: 3.0.0 5. CUDA version: None 6. NCCL version: None 7. Python version: 3.7 8. Spark / PySpark version: 3.1.1 9. Ray version: None 10. OS and version: Ubuntu 18.04...
closed
2021-11-30T00:24:39Z
2021-11-30T17:42:08Z
https://github.com/horovod/horovod/issues/3294
[ "question" ]
jizezhang
2
Nemo2011/bilibili-api
api
814
[提问] {获取弹幕的时候,现在报错KeyError: 'total'}
**Python 版本:** 3.12 **模块版本:** x.y.z **运行环境:** Linux 这个还在维护嘛 --------------------------------------------------------------------------- # 这是我的代码 # 获取rank排行 实时查询查询在线观看人数 收集弹幕 import asyncio from bilibili_api import video # 实例化 v = video.Video(bvid="BV15EtgeUEaD") # 获取在线人数 print(sync(v.get_online()...
open
2024-09-18T07:42:27Z
2024-10-29T10:37:31Z
https://github.com/Nemo2011/bilibili-api/issues/814
[ "question" ]
Sukang1002
1
pallets-eco/flask-sqlalchemy
sqlalchemy
918
RuntimeError During Pytest Collection Because no App Context is Set Up Yet
## Current Behavior My application uses the factory method for setting up the application, so I use a pattern similar to the following: ```python # ./api/__init__.py from flask import Flask from flask_sqlalchemy import SQLAlchemy db = SQLAlchemy() def create_app(): app = Flask(__name__) db.init...
closed
2021-02-23T03:05:53Z
2021-03-10T00:34:05Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/918
[]
mikelane
1
nonebot/nonebot2
fastapi
2,674
Plugin: 三爻易数
### PyPI 项目名 nonebot-plugin-sanyao ### 插件 import 包名 nonebot_plugin_sanyao ### 标签 [{"label":"占卜","color":"#415656"}] ### 插件配置项 _No response_
closed
2024-04-21T16:37:31Z
2024-04-23T04:36:38Z
https://github.com/nonebot/nonebot2/issues/2674
[ "Plugin" ]
afterow
7
microsoft/nni
tensorflow
4,803
Error: PolicyBasedRL
**Describe the issue**: I tried running the the following models space with PolicyBasedRL and I will also put in the experiment configuration: #BASELINE NAS USING v2.7 from nni.retiarii.serializer import model_wrapper import torch.nn.functional as F import nni.retiarii.nn.pytorch as nn class Block1(nn.M...
open
2022-04-25T09:36:27Z
2023-04-25T13:28:22Z
https://github.com/microsoft/nni/issues/4803
[]
NotSure2732
2
benbusby/whoogle-search
flask
877
[BUG] Whoogle personal cloud docker instance suddenly showing arabic and right to left layout
I setup an instance of whoogle on a ubuntu oracle cloud server last week. I used docker to get the latest version of whoogle and have been using it on my fedora laptop and my Pixel 6 phone. It's been working fine and the results have always been in English with the interface showing English too. Unfortunately about 1 o...
closed
2022-11-03T15:10:34Z
2022-12-05T20:38:11Z
https://github.com/benbusby/whoogle-search/issues/877
[ "bug" ]
Rochey
3
ultralytics/ultralytics
pytorch
19,640
I try use one backbone and neck to achieve a multitask model (include pose and seg)
### 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 I have already reviewed the related topics in the issue and Repositories . *...
open
2025-03-11T09:47:40Z
2025-03-17T23:23:41Z
https://github.com/ultralytics/ultralytics/issues/19640
[ "question", "segment", "pose" ]
Mosazh
10
GibbsConsulting/django-plotly-dash
plotly
241
Bad dependencies in v1.3.0
The packaged v1.3.0 has a dependency of >=2, < 3 for Django version. This should be relaxed to be >=2 in `setup.py` to match `requirements.txt` In addition, whilst it requires Dash < 1.11 it doesn't constrain dash-core-components (1.9.0) or dash-renderer (1.3.0) which also leads to errors on installation.
closed
2020-04-16T21:35:03Z
2020-04-17T03:57:51Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/241
[ "bug" ]
GibbsConsulting
1
deeppavlov/DeepPavlov
nlp
1,122
building go-bot in russian
Good day! I want to build a go-bot using DeepPavlov in russian language (on example of this [notebook](https://colab.research.google.com/github/deepmipt/DeepPavlov/blob/master/examples/gobot_extended_tutorial.ipynb)). I created dataset by DSTC2 format. Now i want add NER training in go bot config pipline. Because m...
closed
2020-01-23T12:43:24Z
2020-05-21T10:04:10Z
https://github.com/deeppavlov/DeepPavlov/issues/1122
[]
Grossmend
1
graphdeco-inria/gaussian-splatting
computer-vision
943
jlvbl
closed
2024-08-22T19:42:26Z
2024-08-22T19:42:35Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/943
[]
jb-ye
0
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
706
Training with various input sizes?
I have various photographs of different sizes that I am trying to train and I keep getting errors similar to `RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 16 and 17 in dimension 3` I've tried setting `--preprocess` to either `none` or `scale_width` and I have tried setting...
open
2019-07-16T23:40:27Z
2019-07-17T18:50:16Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/706
[]
0003mg
1
litestar-org/polyfactory
pydantic
115
Factories cannot randomly generate missing parameters for child factories if all params passed on higher level
When at least one field doesn't passed in nested objects all child objects created right way: ```python from pydantic_factories import ModelFactory from pydantic import BaseModel class A(BaseModel): name: str age: int class B(BaseModel): a: A name: str # THIS LINE DIFFERENT TO NEXT EXAMP...
closed
2022-11-07T22:06:41Z
2022-11-21T14:29:21Z
https://github.com/litestar-org/polyfactory/issues/115
[ "bug" ]
tbicr
2
xinntao/Real-ESRGAN
pytorch
122
Strange margin in the Mesh-ish material.
![ASUS1](https://user-images.githubusercontent.com/42407840/136804377-434ac274-05cc-490c-9c58-08c35c514e01.jpg) ![output1](https://user-images.githubusercontent.com/42407840/136804398-e51d852f-feb6-409e-866e-9bf28f7f62fd.png) Using realesrgan-x4plus-anime. The slice of the input and outpt is above.
open
2021-10-11T14:11:58Z
2022-01-25T16:07:54Z
https://github.com/xinntao/Real-ESRGAN/issues/122
[ "hard-samples reported" ]
ChiseHatori
2
wkentaro/labelme
computer-vision
750
[Feature] Add Key-value attributes/properties
**Is your feature request related to a problem? Please describe.** For a data set which is going to be used for instance segmentation, I want to add for each annotation certain properties with non-discrete values. For example I have dataset of objects and I want to add a mass attribute and add a ground-truth mass (wh...
closed
2020-08-12T17:50:51Z
2022-06-25T04:57:52Z
https://github.com/wkentaro/labelme/issues/750
[]
MennoK
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
540
[BUG] 抖音-获取指定视频的评论回复数据 返回400
大佬你好, 拉去项目后,测试 抖音-获取指定视频的评论回复数据 返回400 之后仔细查看文档,并在你的在线接口测试同样也返回400 https://douyin.wtf/docs#/Douyin-Web-API/fetch_video_comments_reply_api_douyin_web_fetch_video_comment_replies_get ![Image](https://github.com/user-attachments/assets/a1192500-676f-469a-8c33-954ea3f282cf)
closed
2025-01-17T09:47:12Z
2025-02-14T09:04:35Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/540
[ "BUG" ]
yumingzhu
4