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
zappa/Zappa
flask
903
[Migrated] [ERROR] RuntimeError: populate() isn't reentrant
Originally from: https://github.com/Miserlou/Zappa/issues/2165 by [rafrasenberg](https://github.com/rafrasenberg) I am trying to deploy a Django project with Zappa and a PostgreSQL database on Amazon AWS RDS but I am running into this error: ``` $ zappa manage dev create_db [START] RequestId: ac91cbb6-9026-44d5-...
closed
2021-02-20T13:03:34Z
2022-07-16T05:10:36Z
https://github.com/zappa/Zappa/issues/903
[]
jneves
2
littlecodersh/ItChat
api
108
怎么获取每个好友唯一的标识
在运行中发觉,每次重新登录或者重新启动程序。获取好友的ActualUserName都不一样。有什么属性可以永远都标识同一个好友吗
closed
2016-10-21T07:31:12Z
2016-10-22T13:53:17Z
https://github.com/littlecodersh/ItChat/issues/108
[ "question" ]
kh13
1
desec-io/desec-stack
rest-api
813
readthedocs build (sometimes?) fails
The readthedocs build (sometimes?) fails due missing config: > The configuration file required to build documentation is missing from your project. Add a configuration file to your project to make it build successfully. Read more at https://docs.readthedocs.io/en/stable/config-file/v2.html Source: https://readthe...
closed
2023-09-27T14:23:21Z
2023-11-03T16:09:12Z
https://github.com/desec-io/desec-stack/issues/813
[]
Rotzbua
0
Farama-Foundation/PettingZoo
api
1,251
[Feat] Create template environment similar to Gymnasium's
### Proposal As of now, the PettingZoo documentation gives instructions on how to create a custom environment. However, Gymnasium uses copier to clone a template environment which is better. The goal of this proposal is to implement a template PettingZoo environment and create documentation to use it, like with Gymna...
open
2024-12-09T13:46:44Z
2024-12-09T21:11:02Z
https://github.com/Farama-Foundation/PettingZoo/issues/1251
[ "enhancement" ]
David-GERARD
0
sgl-project/sglang
pytorch
4,090
Questions about the calculation of `max_req_num`
Hi, from the source code I see that **sglang** has the ability to automatically calculate [**max_req_num**](https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/model_executor/model_runner.py#L647): ```python if max_num_reqs is None: max_num_reqs = min( max( int( ...
open
2025-03-05T08:51:45Z
2025-03-05T09:08:54Z
https://github.com/sgl-project/sglang/issues/4090
[]
tingjun-cs
0
babysor/MockingBird
deep-learning
266
"AssertionError" when starting web.py | 运行web.py时出现"AssertionError"错误
When I started "web.py", I met the error message ended of "AssertionError".: 我用python运行"web.py"时,遇到了以下问题,最后一行是“AssertionError”: (mockingbird) C:\Users\yisheng_zhou\Downloads\MockingBird> python web.py Loaded synthesizer models: 2 Loaded encoder "pretrained.pt" trained to step 1564501 Building Wave-RNN Trainable...
open
2021-12-12T07:17:34Z
2021-12-26T03:21:54Z
https://github.com/babysor/MockingBird/issues/266
[]
GreenApple-King
1
jazzband/django-oauth-toolkit
django
1,478
Minor/patch release cycle with bugfixes
<!-- What is your question? --> Hi! Do you have any plans to release another minor or patch version before the major upgrade to 3? There are a couple of smaller non-breaking fixes that would be great to have in, such as https://github.com/jazzband/django-oauth-toolkit/pull/1476 and https://github.com/jazzband/djang...
closed
2024-09-04T10:25:01Z
2024-09-05T14:25:12Z
https://github.com/jazzband/django-oauth-toolkit/issues/1478
[ "question", "help-wanted", "dependencies" ]
cristiprg
4
pyg-team/pytorch_geometric
deep-learning
9,225
The link to the Karate Club paper is broken
### 📚 Describe the documentation issue Hello. In [this](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.datasets.KarateClub.html#torch_geometric.datasets.KarateClub) documentation, the link to [“An Information Flow Model for Conflict and Fission in Small Groups”](http://www1.ind.ku.dk/co...
closed
2024-04-22T13:23:02Z
2024-04-26T10:27:54Z
https://github.com/pyg-team/pytorch_geometric/issues/9225
[ "documentation" ]
1taroh
0
3b1b/manim
python
1,288
% signs result in crop or errors in manim text.
Here is an exmaple from Manim that tries to write `%`: ``` class WriteStuff(Scene): def construct(self): example_text = TextMobject( "This is a some % text", tex_to_color_map={"text": YELLOW} ) example_tex = TexMobject( "\\sum_{k=1}^\\infty % {1...
closed
2020-12-10T06:11:01Z
2020-12-10T11:04:07Z
https://github.com/3b1b/manim/issues/1288
[]
baljeetrathi
0
huggingface/transformers
tensorflow
36,411
[i18n-zh] Translating `kv_cache` into zh-hans
<!-- Note: Please search to see if an issue already exists for the language you are trying to translate. --> Hi! Let's bring the documentation to all the <languageName>-speaking community 🌐 (currently 0 out of 267 complete) Who would want to translate? Please follow the 🤗 [TRANSLATING guide](https://github.com/hug...
closed
2025-02-26T08:53:32Z
2025-02-26T16:05:22Z
https://github.com/huggingface/transformers/issues/36411
[ "WIP" ]
neofung
1
autogluon/autogluon
data-science
4,406
Improve CPU training times for catboost
Related to https://github.com/catboost/catboost/issues/2722 Problem: Catboost takes 16x more time to train than a similar Xgboost model. ``` catboost: 1.2.5 xgboost: 2.0.3 autogluon: 1.1.1 Python: 3.10.14 OS: Windows 11 Pro (10.0.22635) CPU: Intel(R) Core(TM) i7-1165G7 GPU: Integrated ...
closed
2024-08-18T03:19:42Z
2024-08-20T04:36:45Z
https://github.com/autogluon/autogluon/issues/4406
[ "enhancement", "wontfix", "module: tabular" ]
crossxwill
1
jupyter-book/jupyter-book
jupyter
1,794
[BUG] In Firefox links to references stored in a dropdown do not work unless the dropdown is opened
### Describe the bug related to https://github.com/agahkarakuzu/oreoni/issues/4 **context** When I click on a link to a reference that is "stored" in a dropdown section on the same page. **expectation** I expected that the reference dropdown will open and the screen will move to the line of the reference.. ...
open
2022-08-01T11:15:11Z
2022-08-01T11:16:39Z
https://github.com/jupyter-book/jupyter-book/issues/1794
[ "bug" ]
Remi-Gau
2
chaoss/augur
data-visualization
3,054
Facade Error: insert_facade_contributors: TypeError('sequence item 1: expected a bytes-like object, NoneType found')
Since core got unblocked we have 1,000+ of this error: Exception: > TypeError('sequence item 1: expected a bytes-like object, NoneType found') Traceback (most recent call last): > File "/opt/venv/lib/python3.9/site-packages/celery/backends/redis.py", line 520, in on_chord_part_return resl = [unpack(tup, dec...
open
2025-03-12T23:53:40Z
2025-03-20T19:57:58Z
https://github.com/chaoss/augur/issues/3054
[ "bug" ]
cdolfi
1
d2l-ai/d2l-en
pytorch
2,343
Why do you use your own API
I wonder why are you using an API, instead of regular pytorch code. It makes everything look unfamiliar and impractical. It's like a new language. Like having to learn everything again.
open
2022-11-16T12:03:08Z
2023-05-15T13:51:59Z
https://github.com/d2l-ai/d2l-en/issues/2343
[ "question" ]
g-i-o-r-g-i-o
11
arogozhnikov/einops
tensorflow
28
Why "Only lower-case latin letters allowed in names, not ..."
Is there a reason that einops does not support upper latin letters? I would like to use upper and lower letters.
closed
2019-02-14T10:12:06Z
2020-09-11T06:03:40Z
https://github.com/arogozhnikov/einops/issues/28
[]
boeddeker
12
httpie/cli
python
714
Program name results to sys.argv[0] when executing httpie module as a script
Getting: ``` $ python -m httpie -h usage: __main__.py [--json] [--form] [--pretty {all,colors,format,none}] [--style STYLE] [--print WHAT] [--headers] [--body] [--verbose] [--all] [--history-print WHAT] [--stream] [--output FILE] [--download] [--continue] ...
closed
2018-09-22T12:59:32Z
2018-10-30T17:41:57Z
https://github.com/httpie/cli/issues/714
[]
matusf
1
dynaconf/dynaconf
django
1,129
[RFC]typed: Cast dict to its Dictvalue from schema.
related to #1127 Currently, dicts are loaded purely from the loaders, regardless if it has a schema defined. ```python class Person(DictValue): name: str team: str class Settings(Dynaconf): person: Person settings = Settings(person={"name: "foo", "team": "A"}) ``` Then ``` assert set...
open
2024-07-06T14:19:09Z
2024-07-08T18:37:57Z
https://github.com/dynaconf/dynaconf/issues/1129
[ "Not a Bug", "RFC", "typed_dynaconf" ]
rochacbruno
1
microsoft/JARVIS
pytorch
227
windows 执行报错
执行 awesome_chat.py,配置文件是这样的inference_mode: huggingface local_deployment: minimal ,选择远程加载模型 报错信息如下: ![image](https://github.com/microsoft/JARVIS/assets/66358885/84ca1404-8819-412e-a4b4-a19c3d9eacf5)
open
2023-12-08T02:25:19Z
2023-12-08T02:25:19Z
https://github.com/microsoft/JARVIS/issues/227
[]
827648313
0
FactoryBoy/factory_boy
django
787
TypeError: generate() missing 1 required positional argument: 'params'
After upgrading from 3.0.1 to 3.1 I suddenly get a `TypeError: generate() missing 1 required positional argument: 'params'`. I have a `factory.LazyAttribute` that calls `factory.Faker('safe_email').generate()` conditionally. This worked before and now raises a `TypeError`. This seems to be caused by commit f0a4ef...
closed
2020-10-05T08:52:27Z
2020-10-06T07:26:06Z
https://github.com/FactoryBoy/factory_boy/issues/787
[ "Q&A", "Doc", "BadMagic" ]
jaap3
4
slackapi/python-slack-sdk
asyncio
991
Can a Slack app also have a preview for uploaded file using files_upload?
Hi Everyone, Using `files_upload` from the SDK Web Client, Is there a way for Slack App to also have a preview for the file uploaded just like a normal user gets when uploading it ?? <img width="430" alt="Screenshot 2021-04-06 at 7 13 08 PM" src="https://user-images.githubusercontent.com/42064744/113720301-21...
closed
2021-04-06T13:48:05Z
2021-04-07T05:36:15Z
https://github.com/slackapi/python-slack-sdk/issues/991
[ "question" ]
Harshg999
2
InstaPy/InstaPy
automation
6,093
File could not be opened error when attempting to start session.
<!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht --> <!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki --> ## Expected Behavior Session parameters should be accepted and the program should proceed onto launching the we...
closed
2021-02-26T21:43:17Z
2021-02-27T15:38:41Z
https://github.com/InstaPy/InstaPy/issues/6093
[]
ghost
6
sammchardy/python-binance
api
1,247
Trailing stop loss on spot market
Hi, Since Binance now allows us to use trailing stop loss, do you have any plan to implement this?
open
2022-09-11T12:49:34Z
2022-09-11T12:49:34Z
https://github.com/sammchardy/python-binance/issues/1247
[]
wiseryfendy
0
chezou/tabula-py
pandas
351
Try to install tabula-py
I tried to install tabula-py on Windows 10 and install java 8 and set up path correctly. But I still get ``` Java version: `java -version` faild. `java` command is not found from this Pythonprocess. Please ensure Java is installed and PATH is set for `java` tabula-py version: 2.7.0 ``` Any suggestion...
closed
2023-07-17T06:51:45Z
2023-07-17T06:51:58Z
https://github.com/chezou/tabula-py/issues/351
[]
ribery77
1
JaidedAI/EasyOCR
deep-learning
479
Model deployment on mobile phones
Hello everyone, I need to deploy easyOCR and use it on an Android device and I couldn't find any resources for that. I have seen the custom_model.md but not sure if this would help since I don't want to train my custom model. Thanks
closed
2021-07-04T14:02:39Z
2022-07-11T09:02:00Z
https://github.com/JaidedAI/EasyOCR/issues/479
[]
rasha-salim
2
deezer/spleeter
deep-learning
548
spleeter.separator not found when installing with pip
## Description Pip installing seems to be missing the separator module. ## Step to reproduce <!-- Indicates clearly steps to reproduce the behavior: --> 1. Pip installed ffmpeg and spleeter 2. Ran this code ``` from spleeter.separator import Separator sep = Separator('spleeter:2stems') path = "C:\\Us...
closed
2021-01-05T04:21:29Z
2021-01-08T13:13:20Z
https://github.com/deezer/spleeter/issues/548
[ "bug", "invalid" ]
SebastianCardenasEscoto
1
huggingface/pytorch-image-models
pytorch
2,296
AttributeError: 'ImageDataset' object has no attribute 'parser'
timm: '1.0.9' AttributeError: 'ImageDataset' object has no attribute 'parser'
closed
2024-10-07T08:04:59Z
2024-11-22T04:21:58Z
https://github.com/huggingface/pytorch-image-models/issues/2296
[ "bug" ]
riyajatar37003
4
google-research/bert
tensorflow
461
Reduce prediction time for question answering
Hi, i am executing BERT solution on machine with GPU (Tesla K80 - 12 GB) . for question answering prediction for single question is taking more than 5 seconds. Can we reduce it to below 1 second. Do we need to configure any thing to make it possible ? Thank you
open
2019-02-28T09:28:09Z
2019-09-19T04:36:36Z
https://github.com/google-research/bert/issues/461
[]
shivamani-ans
9
waditu/tushare
pandas
1,561
share_float查单只股票的时候数据显示不全
输入参数只有股票代码时 ex: pro.share_float(ts_code='600278.SZ') 有的只能查前几年的,近两年的就没有数据了 ID:368465
open
2021-06-22T07:12:16Z
2021-06-22T07:12:16Z
https://github.com/waditu/tushare/issues/1561
[]
zzdqilei
0
scikit-learn-contrib/metric-learn
scikit-learn
39
Recreate "Twin Peaks" result from MLKR paper
Replicate the experiment on the synthetically created "Twin Peaks" dataset in this [paper](http://www.cs.cornell.edu/~kilian/papers/weinberger07a.pdf) using MLKR algorithm. #28 can be used for reference. @perimosocordiae I've raised this just to keep better track of what is left to do in MLKR.
open
2016-10-30T11:06:54Z
2016-10-30T11:06:54Z
https://github.com/scikit-learn-contrib/metric-learn/issues/39
[]
devashishd12
0
open-mmlab/mmdetection
pytorch
11,705
无法debug到模型源码
你好,我是个新手,最近我看到网上好多以前版本的教程都在用mmlab里面的各个模块学习深度学习模型,但是我发现无法我在我要用的模型里面打断点无法进入,而是执行编译好的mmdet里面去了,这样很不适合我这样新手学习模型的每个模块,有什么方法可以解决这个问题吗 例如我最近在学习mask2former,我想看看我数据输入到模型里面,模型的处理细节,就没法做到
open
2024-05-11T11:37:31Z
2024-05-28T16:19:58Z
https://github.com/open-mmlab/mmdetection/issues/11705
[]
whj-tech
2
apache/airflow
machine-learning
47,971
Retry exponential backoff max float overflow
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.3 ### What happened? Hello, I encountered with a bug. My DAG configs were: retries=1000, retry_delay=5 min (300 seconds), max_retry_delay=1h (3600 seconds). My DAG failed ~1000 time...
open
2025-03-19T18:27:31Z
2025-03-24T11:57:37Z
https://github.com/apache/airflow/issues/47971
[ "kind:bug", "area:Scheduler", "good first issue", "area:core", "needs-triage" ]
alealandreev
5
ydataai/ydata-profiling
jupyter
831
Correlation options in "Advanced Usage" not works as expected
Trying to run profiling with: profile = ProfileReport( postgres_db_table, title=db_parameter_dict["tableName"], html={"style": {"full_width": True}}, sort=None, minimal=None, interactions={'continuous': False}, orange_mode=True, correlations={ "pearson": ...
open
2021-09-21T13:45:44Z
2021-09-21T13:45:44Z
https://github.com/ydataai/ydata-profiling/issues/831
[]
enesMesut
0
aleju/imgaug
machine-learning
414
AssertionError install tests for 0.2.9 build on NixOS
Hi Team, I was trying to enable the test cases for pythonPackages.imgaug https://github.com/NixOS/nixpkgs/pull/67494 During this process i am able to execute the test cases but facing **AssertionError** and this is causing 5 failures. Summary of test run: `============ **5 failed, 383 passed, 3 warnings in 199....
closed
2019-09-12T07:00:08Z
2020-01-07T08:43:34Z
https://github.com/aleju/imgaug/issues/414
[]
Rakesh4G
37
babysor/MockingBird
deep-learning
365
将模型文件导入无法运行
我将模型文件导入后,总是报错:Error: Model files not found. Please download the models 难道模型文件不是放在:C:\MockingBird-main\synthesizer\saved_models里面吗???(我的文件放在C盘根目录下面)
open
2022-02-01T06:30:40Z
2022-02-06T02:36:32Z
https://github.com/babysor/MockingBird/issues/365
[]
zhang065
5
LAION-AI/Open-Assistant
machine-learning
2,800
500 - Open Assistent EROR
Sorry, we encountered a server error. We're not sure what went wrong. Very often an error began to appear with smaller dialogs If you tried to open a web page and saw an Internal Server Error 500, you can do the following. Wait... Notify administrator... Check htaccess file. ... Check error log... Check cont...
closed
2023-04-21T05:17:33Z
2023-04-21T08:05:03Z
https://github.com/LAION-AI/Open-Assistant/issues/2800
[]
buddhadhammaliveexpedition
1
opengeos/streamlit-geospatial
streamlit
51
streamlit-geospatial site down
The URL https://streamlit.geemap.org/ has been showing an "Oh no. Error running application" message for two days or so now. This wonderful application has been a fun tool in letting students explore remote sensing data, so we hope to make use of it again soon!
closed
2022-06-30T04:26:50Z
2022-06-30T12:00:18Z
https://github.com/opengeos/streamlit-geospatial/issues/51
[]
frizatch
2
huggingface/text-generation-inference
nlp
2,900
Support XGrammar backend as an alternative to Outlines
### Feature request Support the use of XGrammar instead of Outlines for the backend Structured-Output generation. ### Motivation XGrammar has been shown to be much faster than Outlines for generation structured output BlogPost: https://blog.mlc.ai/2024/11/22/achieving-efficient-flexible-portable-structured-gen...
open
2025-01-10T18:03:07Z
2025-01-13T18:35:59Z
https://github.com/huggingface/text-generation-inference/issues/2900
[]
2016bgeyer
0
chaos-genius/chaos_genius
data-visualization
343
Updation date in UI currently shows date for which data was last available
Currently the UI has a field called Last Updated Date, instead of showing the last time Anomaly/RCA was run, it shows the last date for which data is available. We should fix this to show the last time Anomaly/RCA was run. But knowing the last available date for the dataset should also be useful. Should we show both...
closed
2021-10-27T08:08:44Z
2022-03-15T11:01:48Z
https://github.com/chaos-genius/chaos_genius/issues/343
[ "✨ enhancement", "🖥️ frontend" ]
kartikay-bagla
2
hzwer/ECCV2022-RIFE
computer-vision
122
Scale 0.5 at 4K looks noticably worse than rife-ncnn-vulkan's UHD mode
Setting the scale to 0.5 for 4K content doesn't seem to improve results over 1.0, and looks worse than the UHD mode in RIFE-NCNN. ![ncnn-uhd-vs-scale0 5](https://user-images.githubusercontent.com/61149547/109423371-68ed9280-79df-11eb-9c80-42b312d72dc6.gif)
closed
2021-02-28T15:10:03Z
2021-03-02T03:05:13Z
https://github.com/hzwer/ECCV2022-RIFE/issues/122
[]
n00mkrad
1
Yorko/mlcourse.ai
matplotlib
355
Assignment 9
https://www.kaggle.com/kashnitsky/assignment-9-time-series-analysis 1) web form is not corresponding to the questions in the task. At least 1st question is missing 2) I doubt that in the 1st question there is a correct answer. Simple operations lead to result 3426.195682 which is not listed in the possible answers....
closed
2018-09-24T14:03:24Z
2018-11-20T16:48:14Z
https://github.com/Yorko/mlcourse.ai/issues/355
[]
Vozf
2
wger-project/wger
django
1,578
Distance (km, mi) logging bugs
Hello! It seems like when logging distance decimal values cannot be input, returning an error "please enter a valid value. The two nearest valid values are 1 and 2" say when inputting 1.5 mi. There are a few other bugs around the mileage I've noticed but that one is the most important as it pretty much makes that fe...
closed
2024-02-02T00:32:45Z
2025-03-21T22:34:50Z
https://github.com/wger-project/wger/issues/1578
[ "bug" ]
ddakotac
2
jackmpcollins/magentic
pydantic
414
Test and add docs for usage with other logging/tracing providers
Test that magentic works with the most common LLM tracing / logging providers and add docs to configure these together. - https://log10.io/ - https://github.com/Arize-ai/phoenix
open
2025-02-02T02:52:12Z
2025-02-02T02:52:12Z
https://github.com/jackmpcollins/magentic/issues/414
[]
jackmpcollins
0
deeppavlov/DeepPavlov
nlp
1,107
Document everything useful that we have in files.deeppavlov.ai
closed
2019-12-19T09:32:45Z
2020-05-13T09:31:46Z
https://github.com/deeppavlov/DeepPavlov/issues/1107
[ "enhancement", "Documentation" ]
yoptar
0
NullArray/AutoSploit
automation
421
Unhandled Exception (9e51c3117)
Autosploit version: `3.0` OS information: `Linux-4.15.0-43-generic-x86_64-with-Ubuntu-18.04-bionic` Running context: `autosploit.py` Error meesage: `argument of type 'NoneType' is not iterable` Error traceback: ``` Traceback (most recent call): File "/home/meddy/Téléchargements/crack/Autosploit/autosploit/main.py", li...
closed
2019-01-28T21:27:30Z
2019-01-29T15:37:20Z
https://github.com/NullArray/AutoSploit/issues/421
[]
AutosploitReporter
0
3b1b/manim
python
1,497
Manim write text out of the window
### Describe the error When I use the Scene TextExample found [here](https://3b1b.github.io/manim/getting_started/example_scenes.html), only part of the text show up. I need to zoom out to see everything, and when I save the video, I can only see like I haven't zoom out. ### Code and Error **Code**: [This](https:...
closed
2021-04-23T20:43:05Z
2021-06-18T19:14:32Z
https://github.com/3b1b/manim/issues/1497
[]
Leoriem-code
2
comfyanonymous/ComfyUI
pytorch
7,235
VHS_LoadImagesPath not working
"No directory found" in VHS_LoadImagesPath node I am copy pasting the path from windows folder structure where those image seq is located But getting this error "No directory found"
closed
2025-03-14T16:31:02Z
2025-03-16T14:59:07Z
https://github.com/comfyanonymous/ComfyUI/issues/7235
[]
Arup-art
1
jowilf/starlette-admin
sqlalchemy
383
Bug: SQLAlchemy models with Mixin Classes raises error.
**Describe the bug** I have over 60 models, they all have share same columns like `id`, `date_created`, `date_updated`. So I have to implement my own mixins and subclass them in my models like the example below. This error raised after I updated to `0.12.0`. **To Reproduce** I have wrote an example here: ```p...
closed
2023-11-06T09:12:48Z
2023-11-06T21:21:20Z
https://github.com/jowilf/starlette-admin/issues/383
[ "bug" ]
hasansezertasan
1
kaliiiiiiiiii/Selenium-Driverless
web-scraping
311
error in Linux
Same code, error in Linux Previously worked It still works under Win10 modify UA, it won't work Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 ![Image](https://github.com/user-attachments/assets/76a10893-b851-4328-a723-09b07dfbc994)
closed
2025-02-05T10:36:31Z
2025-02-05T12:34:09Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/311
[ "invalid", "wontfix" ]
fhwhite
1
pydantic/logfire
pydantic
891
ModuleNotFoundError: No module named 'opentelemetry.sdk._events'
### Description In the pyproject.toml it looks like the version requirement for opentelemetry-sdk needs to be bumped. ### Python, Logfire & OS Versions, related packages (not required) ```TOML ```
closed
2025-02-24T21:22:24Z
2025-02-25T14:48:15Z
https://github.com/pydantic/logfire/issues/891
[]
mwildehahn
1
jazzband/django-oauth-toolkit
django
1,193
Why the request returns 'invalid_client'?
Hello everyone, everything good? I'm trying to follow the tutorial for Django Rest Framework that is in the [documentation](https://django-oauth-toolkit.readthedocs.io/en/latest/rest-framework/getting_started.html). I am not able to get a valid answer. I've seen some issues in the repo, some may even be the same cas...
closed
2022-08-09T22:20:15Z
2023-09-06T12:51:42Z
https://github.com/jazzband/django-oauth-toolkit/issues/1193
[ "question" ]
linneudm
7
pytorch/vision
machine-learning
8,629
Detection lr_scheduler.step() called every step instead of every epoch
### 🐛 Describe the bug The `lr_scheduler.step()` function should be called once per epoch, not every step as seen in engine.py: https://github.com/pytorch/vision/blob/main/references/detection/engine.py#L54 Reference: https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate The `--lr-steps` ar...
closed
2024-09-03T20:45:04Z
2024-09-04T09:04:32Z
https://github.com/pytorch/vision/issues/8629
[]
david-csnmedia
1
mljar/mljar-supervised
scikit-learn
675
Bug: Need retrain
File "/usr/local/lib/python3.11/site-packages/supervised/base_automl.py", line 2511, in _need_retrain change = np.abs((old_score - new_score) / old_score) numpy.core._exceptions._UFuncNoLoopError: ufunc 'subtract' did not contain a loop with signature matching types (dtype('<U19'), dtype('float64')) -> None
open
2023-11-12T16:26:38Z
2023-11-12T16:26:38Z
https://github.com/mljar/mljar-supervised/issues/675
[]
strukevych
0
thtrieu/darkflow
tensorflow
462
the loss is 4~6
hi,I really want to know why my loss is just between 4 and 6,and wont go down anymore?
open
2017-12-06T02:46:38Z
2017-12-29T16:30:16Z
https://github.com/thtrieu/darkflow/issues/462
[]
QueenJuliaZxx
7
public-apis/public-apis
api
3,535
https://github.com/octocat/Hello-World/pull/6
closed
2023-06-11T23:51:22Z
2023-06-11T23:51:49Z
https://github.com/public-apis/public-apis/issues/3535
[]
Shaukyhamdan94
0
pydantic/pydantic-settings
pydantic
480
Setting a default value for ZoneInfo does not work
When setting a default value for ZoneInfo a different timezone is used. ```python Python 3.12.1 (main, Jan 8 2024, 05:53:39) [Clang 17.0.6 ] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pydantic_settings >>> from zoneinfo import ZoneInfo >>> from pydantic_settings...
closed
2024-11-21T05:58:54Z
2024-11-22T06:00:36Z
https://github.com/pydantic/pydantic-settings/issues/480
[ "unconfirmed" ]
ac3673
3
onnx/onnx
scikit-learn
5,794
What is the correct way to make a tensor with a dynamic dimension for a Reshape operator?
# Ask a Question ### Question I am trying to add a Reshape node to a BERT onnx model that works with dynamic shapes. The reshape op should reshape a rank 3 tensor to a rank 2. The input to the reshape is of shape [unk__2,unk__3,768] and I need to collapse the first two dynamic dimensions into one and keep the last ...
closed
2023-12-07T06:51:41Z
2025-01-02T06:44:37Z
https://github.com/onnx/onnx/issues/5794
[ "question", "stale" ]
ria143
1
wemake-services/django-test-migrations
pytest
4
Add a link to wemake-django-tempate that is using this tool
Related: https://github.com/wemake-services/wemake-django-template/issues/976
closed
2019-11-21T16:46:26Z
2019-11-25T14:41:43Z
https://github.com/wemake-services/django-test-migrations/issues/4
[ "documentation", "enhancement" ]
sobolevn
0
aiortc/aiortc
asyncio
539
"No start code is found" when decode frames with large resolution
Hi, I use aiortc to receive stream from unreal engine, and there are no error when the res is 1024\*768, while errors occurred when the res higher than 1920\*1080, and the decoded frames are stuck. The error is as follows: No start code is found. Error splitting the input into NAL units. But when ...
closed
2021-06-20T13:23:32Z
2021-07-01T07:04:12Z
https://github.com/aiortc/aiortc/issues/539
[]
jwzxgy2007
3
PaddlePaddle/PaddleHub
nlp
2,276
fastspeech2_baker 语音能否发男声,女声,童声
fastspeech2_baker 语音能否发男声,女声,童声?
open
2023-07-13T03:36:25Z
2024-02-26T04:59:21Z
https://github.com/PaddlePaddle/PaddleHub/issues/2276
[]
shihzenq
0
matplotlib/matplotlib
matplotlib
28,816
[MNT]: Refactor data limit handling
### Summary Currently, the approach is calling `_AxesBase.update_datalim` in the plot factory functions with an array of points (often with an already reduced list `[(xmin, ymin), (xmax, ymax)]` but not always. The information is ad-hoc generated in the factory function. ### Proposed fix We should switch to push...
open
2024-09-13T12:49:04Z
2024-10-19T17:20:52Z
https://github.com/matplotlib/matplotlib/issues/28816
[ "Maintenance" ]
timhoffm
4
ultralytics/ultralytics
deep-learning
18,724
JupyterNotebook Ram Memory + data validating question
I'm using a pre-trained segmentation model on a custom dataset. My goal is to verify the performance of the model. **First question:** Does model.val() use the best.pt weights from the training folder? Or should i load the best.pt into a model and do a model.val() off of it? (Example 1) **Second question:** When the ...
closed
2025-01-17T05:02:54Z
2025-01-17T19:44:50Z
https://github.com/ultralytics/ultralytics/issues/18724
[ "question", "segment", "Notebook" ]
armanivers
5
CorentinJ/Real-Time-Voice-Cloning
deep-learning
480
Saving hparams in model files
Having spent several hours to get the Swedish model (#257) to work, I think it is a good idea to save the hparams along with the models. Maybe even load them at run time from the model files. Then we can mix and match in the toolbox, and it can check for compatibility, e.g. `speaker_embedding_size` in encoder and sy...
closed
2020-08-10T14:54:59Z
2020-08-11T13:08:41Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/480
[ "enhancement" ]
ghost
2
pydantic/FastUI
pydantic
234
Single value literal doesn't work in select form
To reproduce this issue, just change the ToolEnum to Literal of ToolEnum.hammer in demo source code. ![Screenshot 2024-03-04 at 11 00 32](https://github.com/pydantic/FastUI/assets/86913668/1ca23bdd-65b6-4f27-8c7d-6da31929e208) Error trace ``` File "/Users/manimozaffar/Desktop/fastui/src/python-fastui/fastui/j...
open
2024-03-04T10:02:26Z
2024-05-02T18:39:35Z
https://github.com/pydantic/FastUI/issues/234
[]
ManiMozaffar
0
predict-idlab/plotly-resampler
plotly
157
Look into github code scanning
As `LGTM` code quality is nonexistent, we should look into new alternatives for code quality badges.
closed
2023-01-11T11:09:17Z
2023-07-24T11:47:39Z
https://github.com/predict-idlab/plotly-resampler/issues/157
[ "enhancement" ]
jonasvdd
0
litestar-org/litestar
api
3,397
Bug: Using asyncio.create_subprocess_shell / _exec in lifespan raises NotImplementedError
### Description Not a whole lot more to say. I want to have a long running process that updates some data periodically in the background. With FastAPI I could use the lifespan-function as presented below, but with Litestar the following exception is raised: ``` | Traceback (most recent call last): | ...
closed
2024-04-16T20:48:33Z
2025-03-20T15:54:36Z
https://github.com/litestar-org/litestar/issues/3397
[ "Question", "Compatibility", "Needs MCVE", "Needs Response :warning:" ]
tim-hilt
3
zappa/Zappa
django
503
[Migrated] Refactor Django/Flask-specific behaviors into separate modules
Originally from: https://github.com/Miserlou/Zappa/issues/1318 by [rgov](https://github.com/rgov) It's really powerful that Django and Flask apps are automatically detected and adapted to work on AWS out of the box. The functionality for this is woven throughout `core.py`, `cli.py`, and `utilities.py` which increas...
closed
2021-02-20T09:43:35Z
2024-04-13T16:36:40Z
https://github.com/zappa/Zappa/issues/503
[ "good-idea", "no-activity", "auto-closed" ]
jneves
3
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,223
Config `extraNodeAffinity` and `matchNodePurpose` combines incorrectly (OR instead of AND)
### Bug description The below configuration option doesn't do what one would expect and it seems like a bug. ``` singleuser: extraNodeAffinity: required: - matchExpressions: - key: "kubernetes.azure.com/scalesetpriority" operator: NotIn values: [spot] scheduling: ...
open
2023-09-18T13:53:51Z
2023-09-18T19:03:01Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3223
[ "bug" ]
jabbera
5
Farama-Foundation/Gymnasium
api
930
[Bug Report] Documentation TOCtree spaces/utility link
### Describe the bug `spaces/utility funcions` in the TOCtree points to `VectorEnv/utility Functions` ![image](https://github.com/Farama-Foundation/Gymnasium/assets/30759571/26ddb6f4-44f5-4017-9538-904a2a1e835f) @mgoulao ### Code example _No response_ ### System info _No response_ ### Additional co...
closed
2024-02-17T11:11:55Z
2024-02-21T11:46:02Z
https://github.com/Farama-Foundation/Gymnasium/issues/930
[ "bug" ]
Kallinteris-Andreas
0
browser-use/browser-use
python
1,069
Separating out the vision api call
### Problem Description Right now the design seems to use the same model for both the text and vision side. There are 2 issues: 1. Vision calls with Anthropic and Open AI are expensive 2. Deepseek-R1 does not seem to come with vision support ### Proposed Solution I think there should be the flexibility to separate...
open
2025-03-19T09:45:47Z
2025-03-19T09:45:47Z
https://github.com/browser-use/browser-use/issues/1069
[ "enhancement" ]
moreshk
0
BayesWitnesses/m2cgen
scikit-learn
584
XGBoost exported to C generates wrong indices for input array
As the title says, seems that there is an issue when generating a XGBoost to C: For instance f100 should have been just 100, otherwise the compilation fails. ``` void predict(double * input, double * output) { double var0; if ((input[f100]) >= (0.9064144)) { if ((input[f116]) >= (1.9821854)) {...
open
2023-09-29T06:35:16Z
2023-09-29T06:35:16Z
https://github.com/BayesWitnesses/m2cgen/issues/584
[]
vladBaciu
0
qubvel-org/segmentation_models.pytorch
computer-vision
124
c++ libtorch
I have successfully loaded the traced model in c ++ with vs2019, but the program reports an error during prediction.
closed
2019-12-19T06:49:15Z
2021-03-10T08:42:55Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/124
[]
hhhh0
3
RobertCraigie/prisma-client-py
pydantic
266
Add tests for all supported database providers
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> We currently do not run integration tests on all of the database providers we support as Prisma tests them themselves, however we should still run our own tests as there may be database specific functi...
closed
2022-02-03T01:21:45Z
2022-11-06T21:43:40Z
https://github.com/RobertCraigie/prisma-client-py/issues/266
[ "kind/improvement", "topic: internal", "level/intermediate", "priority/medium" ]
RobertCraigie
1
akfamily/akshare
data-science
5,748
AKShare 接口问题报告 | ak.stock_profit_forecast_ths
**详细问题描述** | Detailed Problem Description 2. 操作系统版本:64 位操作系统 3. Python 版本:3.13 4. AKShare 版本:1.16.3 5. 接口的名称:ak.stock_profit_forecast_ths 调用代码: df = ak.stock_profit_forecast_ths(symbol="300193", indicator="业绩预测详表-详细指标预测") print(df) 6. 接口报错的截图或描述: -》数据格式和原来或其他股票的不同 研究机构 研究员 预测值 评级 0 东北证券 刘俊奇 16.28亿 - -》原来或正确的...
closed
2025-03-01T00:48:46Z
2025-03-01T08:06:14Z
https://github.com/akfamily/akshare/issues/5748
[ "bug" ]
LIKEHAM
1
vi3k6i5/flashtext
nlp
145
Do different languages affect the extraction results
eg: different language: ![image](https://github.com/vi3k6i5/flashtext/assets/33416599/a9713a3f-d9f2-4c3c-9e5d-ef4e9a889d00) same language: ![image](https://github.com/vi3k6i5/flashtext/assets/33416599/6a752d70-ed86-4977-a0e3-b4c633db48ee) Is there any way I can deal with this problem? thanks~
open
2024-01-09T08:46:46Z
2024-01-09T08:46:46Z
https://github.com/vi3k6i5/flashtext/issues/145
[]
RicardoScofileld
0
zihangdai/xlnet
nlp
256
Number of training epochs in original publication
Hi, I'm trying to collect batch sizes and number of training epochs for a couple of model publications for a small meta study. I'm not completely sure if I interpret the XLNet publication correctly. I'm referring to following 2 paragraphs: > Following BERT [10], we use the BooksCorpus [40] and English Wikipedi...
open
2020-01-04T13:22:55Z
2020-01-04T13:22:55Z
https://github.com/zihangdai/xlnet/issues/256
[]
jjedele
0
itamarst/eliot
numpy
79
Document the release process
This will be easier once #73 is implemented: 1. Tag release. 2. `python setup.py sdist upload` 3. Update on RTD. Probably should share credentials for above with someone as part of this issue, though.
open
2014-05-15T18:26:35Z
2018-09-22T20:59:13Z
https://github.com/itamarst/eliot/issues/79
[]
itamarst
0
plotly/dash-core-components
dash
288
[Dev] - Replace `self.wait_for_element_by_css_selector` with selenium's methods
I wrote some testing utils on top of selenium to do things like "wait for an element to appear". they're kind of hacky and sometimes they seem unreliable. So, sometimes we end up putting `time.sleep` in our tests instead of some proper wait for statement. Turns out that selenium has its own "wait for" methods. We sh...
open
2018-08-28T22:31:22Z
2018-08-28T22:57:19Z
https://github.com/plotly/dash-core-components/issues/288
[]
chriddyp
1
pyjanitor-devs/pyjanitor
pandas
464
[BUG] Problem building docs on Window using "make html"
# Brief Description Following the instructions on the [contributions](https://pyjanitor.readthedocs.io/contributing.html) page fails when trying to `make html` a symbolic link privilege not held error # System Information <!-- System information helps us. To keep things simple, just let us know the OS and Pyth...
closed
2019-07-14T19:52:20Z
2019-07-14T22:41:43Z
https://github.com/pyjanitor-devs/pyjanitor/issues/464
[ "bug" ]
cjmayers
3
gevent/gevent
asyncio
1,515
TypeError: prepare watchers are not currently supported in libuv. If you need them, please contact the maintainers.
I'm trying to use `prepare`+`check` handlers to execute code around the event loop, but it seems the `libuv` wrapper doesn't current support it, any chances that this can be added? I actually just want to know if I have CPU starvation, and the idea was to measure the time spent blocking on the polling backend. The a...
closed
2020-01-17T14:22:27Z
2020-01-18T00:25:11Z
https://github.com/gevent/gevent/issues/1515
[ "Type: Question", "Loop: libuv" ]
hackaugusto
5
amdegroot/ssd.pytorch
computer-vision
232
How can I evaluate/test on COCO data?
I finished to train the data on COCO. But how can i evaluate/test on COCO?
open
2018-09-04T04:35:53Z
2019-07-08T03:42:17Z
https://github.com/amdegroot/ssd.pytorch/issues/232
[]
hailey94
2
litestar-org/litestar
api
3,949
Enhancement: Using installed debugger post mortem
### Summary First of all, thank you all for this amazing project. I was wondering if you guys consider replacing `pdb.post_mortem` with a debugger package of already installed ones. This way, we can continue with the terminals we are used to. In my mind, it is something like this: middleware/_internal/__init__...
open
2025-01-13T15:56:08Z
2025-01-21T13:56:49Z
https://github.com/litestar-org/litestar/issues/3949
[ "Enhancement" ]
cansarigol
4
DistrictDataLabs/yellowbrick
matplotlib
803
Matplotlib>= 2.0 has default property cycle in Hex, while color_palette() and get_color_cycle() return RGB
**Example** The Anscombe example subplots in anscombe.py are correctly generated but there is a warning from matplotlib (3.0.3). For context, the argument to the `c` parameter is a 3-tuple. `'c' argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping will have precedenc...
open
2019-03-31T23:50:52Z
2019-08-28T23:50:24Z
https://github.com/DistrictDataLabs/yellowbrick/issues/803
[ "type: technical debt" ]
nickpowersys
2
coqui-ai/TTS
pytorch
4,159
[Bug] Incorrect pronunciation
Mistake, sorry. Please remove it.
closed
2025-02-25T10:06:20Z
2025-02-25T10:09:33Z
https://github.com/coqui-ai/TTS/issues/4159
[ "bug" ]
rudolphreti
0
fastapi/sqlmodel
sqlalchemy
289
Switch from `str` to `EmailStr` errors `alembic revision --autogenerate` with exit code 1 and no stack trace
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
open
2022-03-29T12:54:36Z
2024-04-11T14:24:26Z
https://github.com/fastapi/sqlmodel/issues/289
[ "question" ]
Cielquan
3
iMerica/dj-rest-auth
rest-api
56
Rest-auth :Exlamation mark comes before password
I am using rest-auth for authentication. after registration when I try to login it show { "non_field_errors": [ "Unable to log in with provided credentials." ] } and when I saw the user on admin panel an an '!' mark comed before password for example password ='!72wlGF0RiGRraz69sveb63FUrebNkAW9...
closed
2020-05-02T17:28:00Z
2020-05-04T03:10:37Z
https://github.com/iMerica/dj-rest-auth/issues/56
[]
Pranay9752
2
aiogram/aiogram
asyncio
1,367
web_app example "Uknown error"
Hello, I simply tried running the provided [web_app example](https://github.com/aiogram/aiogram/tree/dev-3.x/examples/web_app) When I press Send Hello world I receive "Unknown error" I noticed in the code ``` $('#btn_status').text('Sending...').removeClass('ok err').show(); $.ajax('/demo/sendMessa...
closed
2023-11-16T23:34:41Z
2024-12-02T09:10:07Z
https://github.com/aiogram/aiogram/issues/1367
[]
adriangalilea
3
biolab/orange3
data-visualization
6,380
Signals in example workflows are identified by strings
Before releasing the next version, somebody should load and save example workflows, so the signals are identified by id's and can be loaded by Slovenian Orange. And (s)he should do so on the latest master which includes #6346, Data Table with a single input.
closed
2023-03-31T10:15:17Z
2023-04-12T09:10:13Z
https://github.com/biolab/orange3/issues/6380
[]
janezd
0
agronholm/anyio
asyncio
414
Pass kwargs to run_sync?
It would be nice if [to_process.run_sync](https://anyio.readthedocs.io/en/stable/api.html#anyio.to_process.run_sync), [to_thread.run_sync](https://anyio.readthedocs.io/en/stable/api.html#anyio.to_thread.run_sync), and [from_thread.run_sync](https://anyio.readthedocs.io/en/stable/api.html#anyio.from_thread.run_sync) co...
closed
2022-01-16T17:20:08Z
2022-01-16T17:43:49Z
https://github.com/agronholm/anyio/issues/414
[]
davidbrochart
4
tqdm/tqdm
pandas
1,122
tqdm v4.56 not updated for jupyterlab 3.0.x
tqdm not functioning at all in jupyterlab 3.0.x, the bar appears but no movement or iterations
closed
2021-02-05T19:10:15Z
2021-02-06T01:00:31Z
https://github.com/tqdm/tqdm/issues/1122
[]
VanWieren
0
facebookresearch/fairseq
pytorch
4,761
How can I add a histogram of weights to tensorboard
Hi I would like to add a vector of weights to tensorboard summary during training. However, I am having a hard time figuring out how to do that. From what I understand, logging to tensorboard is handled by `fairseq.logging.progress_bar.TensorboardProgressBarWrapper._log_to_tensorboard` which receives the output of t...
open
2022-10-06T08:33:52Z
2022-10-06T08:36:23Z
https://github.com/facebookresearch/fairseq/issues/4761
[ "question", "needs triage" ]
qmeeus
0
marcomusy/vedo
numpy
1,070
Multi-panel plot in Jupyter Lab
I am trying to create a multi-panel interactive plot in Jupyter Lab in Ubuntu 20. The code visualizes multiple meshes and points in the space on each panel. The goal is to be able to visualize and interact with all the panels while the points update, i.e. rotate them at the same time. I tried running it with the vtk...
closed
2024-03-06T21:28:55Z
2024-05-15T02:06:13Z
https://github.com/marcomusy/vedo/issues/1070
[]
HeavenlyBerserker
9
keras-team/keras
machine-learning
20,604
RFC consider pre-commit for linters
Would you consider adding `pre-commit` config to the repo? This wouldn't mean people have to enable it, but would make it possible for people who are happy to use it, to enable it and have a nicer time dealing with linting issues. It could be a variation of this: ```yaml repos: - repo: https://github.com/pre-...
open
2024-12-06T10:00:45Z
2025-03-06T09:42:36Z
https://github.com/keras-team/keras/issues/20604
[ "type:feature" ]
adrinjalali
0
cupy/cupy
numpy
8,184
cupy.ReductionKernel broke from cupy v12 to cupy v13
### Description In our code we use a ReductionKernel to calculate the square sum over a 3D array. This seems to have broken with the update from cupy v12.3.0 to v13.0.0. ### To Reproduce We use a kernel very similar to what is available in the [cupy docs](https://docs.cupy.dev/en/stable/user_guide/kernel.html#reduct...
closed
2024-02-14T11:39:40Z
2024-02-29T10:29:49Z
https://github.com/cupy/cupy/issues/8184
[ "cat:bug", "prio:high" ]
McHaillet
4
pbugnion/gmaps
jupyter
318
MapOptions Parameter
Hi, Is it possible to add MapOptions parameter? If it's already added, how can i use it? I didn't find it or couldn't setup. I'm trying to remove all map controls(street view, zoom, map style) from my map.
open
2019-09-04T17:19:53Z
2019-09-04T17:19:53Z
https://github.com/pbugnion/gmaps/issues/318
[]
marcusvcr
0
biolab/orange3
scikit-learn
6,778
More detailed Workflow Info
**What's your use case?** Having a description is cool but it's not easy to build a monitoring of your assets when all the information are in the same field. **What's your proposed solution?** Different fields such as : -author(s) -organisation -version -link to some documentation **Are there any alternativ...
closed
2024-03-29T14:09:52Z
2024-04-12T15:02:37Z
https://github.com/biolab/orange3/issues/6778
[]
simonaubertbd
1
qubvel-org/segmentation_models.pytorch
computer-vision
249
prediction of a multiclass
Hi. I try to train multiclass segmentation with an example from [repository](https://github.com/catalyst-team/catalyst/blob/master/examples/notebooks/segmentation-tutorial.ipynb). In the inference, the sigmoid calculation for a single class when tensor looks like [1, w, h] ` mask_ = torch.from_numpy(logits[0])....
closed
2020-09-06T21:49:12Z
2020-11-12T13:00:16Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/249
[]
stanislavkuskov
5
sczhou/CodeFormer
pytorch
235
Missing File Output
I usually perform enhancements and always succeed, but when I try to enhance a long-duration video (over 2 minutes), sometimes the resulting output video is missing even though the enhancement process is completed. Has anyone ever experienced this?
open
2023-05-30T09:45:18Z
2023-05-30T09:46:04Z
https://github.com/sczhou/CodeFormer/issues/235
[]
vianseto
1
aidlearning/AidLearning-FrameWork
jupyter
197
文档中存在错误
文档中 - 快速开始 - apt命令 - 安装软件包 存在错误 >检查室友有损坏的依赖包
closed
2021-12-06T16:38:50Z
2022-10-04T10:35:38Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/197
[ "question" ]
yzyyz1387
2
PaddlePaddle/PaddleHub
nlp
1,402
有关PaddleHub问题
1. 将PaddleHub预训练模型下载至本地进行迁移学习,然后使用hub serving进行部署使用的模型,部署的模型会是训练后得到的吗? 2. 使用PaddleHub迁移学习得到的best_model能否直接用于hub serving部署,如果可以该怎么做? 3. 如果best_model不能直接用于部署,需要经过什么步骤才能进行部署? 我使用的是paddlehub2.0版本
closed
2021-05-10T00:44:16Z
2021-05-13T09:48:06Z
https://github.com/PaddlePaddle/PaddleHub/issues/1402
[ "serving" ]
Gray-web
3
OFA-Sys/Chinese-CLIP
computer-vision
262
load_from_name function logic problem
If you enter the name parameter according to the logic of load_from_name, you can only download the weights, but cannot load the local weights.
open
2024-02-28T11:31:20Z
2024-02-28T11:31:20Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/262
[]
JohnnMa
0