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
marimo-team/marimo
data-visualization
4,178
Python 3.14 recursion error in matplotlib
### Describe the bug For this project ```toml [project] name = "test3" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.14" dependencies = [ "marimo>=0.11.23", "matplotlib>=3.10.1", ] ``` And this marimo file ```python import marimo __generated_with = "...
closed
2025-03-20T21:43:11Z
2025-03-20T21:56:57Z
https://github.com/marimo-team/marimo/issues/4178
[ "bug" ]
richard-hajek
2
giotto-ai/giotto-tda
scikit-learn
330
No module named 'sklearn.cluster._hierarchical'
Hi 😊, I'm trying to import the packages as listed on "tutorial_mapper/Christmas Mapper.ipynb" but it fails to do so. I know for sure that my sklearn package works, since I use it every day. Is there any chance that sklearn has changed the name of the clustering modules and therefore it fails to import the requi...
closed
2020-02-26T11:35:36Z
2020-02-27T19:27:20Z
https://github.com/giotto-ai/giotto-tda/issues/330
[]
saramasarone
8
SALib/SALib
numpy
515
Nonuniform distributions for Morris sampling returns inf
Thanks to @jyangfsu for the issue submission. When the parameters follows norm, lognorm and truncnorm distributions, nonuniform_scale_samples function would returns inf. As suggested by Saltelli et al. (2010), this can be avoid by cutting the tails of , for example, the normal distributions, at quantiles 5 and 95%....
open
2022-07-12T06:30:00Z
2023-09-02T05:36:58Z
https://github.com/SALib/SALib/issues/515
[]
willu47
11
yeongpin/cursor-free-vip
automation
175
❌ 发生错误:Config file not found: C:\Users\Administrator\Documents\.cursor-free-vip\config.ini,请重试
![Image](https://github.com/user-attachments/assets/0b2ce489-477a-4919-8b87-5b269471dd71)
closed
2025-03-10T05:55:02Z
2025-03-10T06:08:36Z
https://github.com/yeongpin/cursor-free-vip/issues/175
[]
TangMiao1981
4
httpie/cli
rest-api
556
Connection aborted: Bad StatusLine
If the query string contains `colon (:)` then I get an error in the console.: `http: error: ConnectionError: ('Connection aborted.', Bad StatusLine("''",))` Escaping didn't work. I tried escaping colon with backslash but got the same error. Query: `http --debug :3000/games where[id:gt]:=2` ``` HTTPie 0.9.2 HT...
closed
2017-01-25T15:36:44Z
2017-01-25T18:16:57Z
https://github.com/httpie/cli/issues/556
[]
afm-sayem
3
KevinMusgrave/pytorch-metric-learning
computer-vision
731
Error using DynamicSoftMarginLoss
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [128, 128, 1, 1]] is at version 4; expected version 2 instead. Hint: enable anomaly detect...
open
2024-11-12T08:33:21Z
2024-11-15T01:58:56Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/731
[ "bug" ]
inakierregueab
2
sammchardy/python-binance
api
1,527
How to use websocket request with private key ?
I applied for an Ed25519 API key, but I don't know how to use this API key for websocket requests.
open
2024-12-25T02:27:35Z
2025-03-23T15:59:06Z
https://github.com/sammchardy/python-binance/issues/1527
[ "question" ]
zhangk
5
sktime/pytorch-forecasting
pandas
1,306
AssertionError: only regression tasks are supported - target must not be categorical
- PyTorch-Forecasting version:1.0.0 - PyTorch version:2.0.1 - Python version:3.10 - Operating System:Unix Assume a dataset as follows: ``` group county date value 1. 1 0. 1 1 1. 1. 6 1 1. 2 16 ...
closed
2023-05-18T09:54:29Z
2023-05-19T10:06:07Z
https://github.com/sktime/pytorch-forecasting/issues/1306
[]
manitadayon
0
jmcnamara/XlsxWriter
pandas
389
Could XlsxWriter run on MicroPython to create smallish Excel files?
Could XlsxWriter run on MicroPython to create smallish Excel files?
closed
2016-10-27T01:09:27Z
2016-11-22T10:27:25Z
https://github.com/jmcnamara/XlsxWriter/issues/389
[ "question", "ready to close" ]
Jimbobnz
2
unit8co/darts
data-science
2,252
Q: How can I run this on AMD GPU?
I have an AMD GPU, that does not have CUDA available, I am on Windows and do not want to switch to Linux. My GPU does have Directs 12 though and through the use of Microsoft's 'directml' I am able to use my GPU with TensorFlow algorithms. I have also tried other options such as installing 3rd party libraries such as we...
closed
2024-02-25T00:14:19Z
2024-02-26T16:13:52Z
https://github.com/unit8co/darts/issues/2252
[ "question" ]
Erik-02
5
piskvorky/gensim
nlp
2,579
why skip-gram takes context word as input and predict word itself
#### Problem description I'm going to use the python code of skip-gram (sg) in my research but recognize difference between the implementation and the original in Mikolov's paper. The detail of the difference will be mentioned below. Please let me know if this difference is intentionally or just a bug. #### Ste...
closed
2019-08-14T08:15:46Z
2019-09-07T19:14:27Z
https://github.com/piskvorky/gensim/issues/2579
[ "bug" ]
truythu169
4
dynaconf/dynaconf
fastapi
861
Vault auth login with Dynaconf
Hi, I would like to use Dynaconf to save my vault secrets. I enabled "vault_enabled" env and wanted to use VAULT_AUTH_WITH_IAM_FOR_DYNACONF for IAM auth authentication. There is a problem when Dynaconf runs client.auth.aws.iam_login( credentials.access_key, credentials.secret_key, ...
open
2023-02-08T11:09:33Z
2023-08-21T19:47:45Z
https://github.com/dynaconf/dynaconf/issues/861
[ "question" ]
eladhaz05
1
koxudaxi/fastapi-code-generator
fastapi
115
Support x-www-form-urlencoded request
closed
2021-02-19T10:10:59Z
2021-04-05T14:39:17Z
https://github.com/koxudaxi/fastapi-code-generator/issues/115
[]
koxudaxi
0
ITCoders/Human-detection-and-Tracking
numpy
36
Labelling Issue
# Issues should contain the following details which increases the probability of it get resolved quickly when the any of the face is detected from camera it shows label dynamically changing. like 4,7,22,34,53 so i m not able to understand what are these labels.. looking forward to this. thanks..
closed
2018-08-27T11:35:57Z
2018-09-10T05:35:47Z
https://github.com/ITCoders/Human-detection-and-Tracking/issues/36
[]
mailrdhegde
3
python-gino/gino
sqlalchemy
385
one and one_or_none sqlalchemy methods support
### Description Sqlalchemy query api support methods `one` and `one_or_none.` https://docs.sqlalchemy.org/en/latest/orm/query.html#sqlalchemy.orm.query.Query.one https://docs.sqlalchemy.org/en/latest/orm/query.html#sqlalchemy.orm.query.Query.one_or_none But gino didn't support them. This methods very convenient. ...
closed
2018-11-08T14:28:59Z
2019-10-25T16:04:21Z
https://github.com/python-gino/gino/issues/385
[ "feature request" ]
fvolohin
1
holoviz/panel
jupyter
7,367
Pipeline network plot should have `shared_axes=False`
```plaintext panel 1.5.2 holoviews 1.19.0 ``` </details> The network displaying an outline of pipeline stages is itself a holoviews plot. However, if you have a plot in you pipeline that has the same (default) names for its axes, then they will be linked. I cannot think of a situation where that would be usef...
closed
2024-10-07T14:17:06Z
2024-10-08T08:12:22Z
https://github.com/holoviz/panel/issues/7367
[]
TheoMathurin
0
chatanywhere/GPT_API_free
api
112
API_BASE 连接问题
错误信息 ---------- API Error: {"object":null,"data":null,"error":{"message":"OpenAI response error","type":"cf_bad_gateway","param":null,"code":"502"}} 试过 https://api.chatanywhere.com.cn 和 api.chatanywhere.cn 两个域名,都不行,这两个API用了2个多月了,除了有点不稳定之外,平常没有其他问题。 10/20日(今天)开始连不上了。
closed
2023-10-20T02:12:04Z
2023-10-21T09:48:08Z
https://github.com/chatanywhere/GPT_API_free/issues/112
[]
sxzhang2009
5
ymcui/Chinese-LLaMA-Alpaca-2
nlp
525
运行时显存占用过大和没有获取json返回体
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g...
closed
2024-02-20T06:56:30Z
2024-03-16T22:04:45Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/525
[ "stale" ]
xiaoToby
17
allenai/allennlp
nlp
5,304
how to manage memory for modeling seq2seq model using varaible length training dataset? (model:allenai/led-base-16384)
I asked the same question on stackoverflow (https://stackoverflow.com/questions/68298295/allennlp-how-to-manage-memory-for-modeling-seq2seq-model-using-varaible-length) -------------------------- ## Environment info - `transformers` version: 4.6.1 - Platform: Linux-5.4.0-74-generic-x86_64-with-glibc2.10 - Pyth...
closed
2021-07-08T08:46:25Z
2021-07-10T12:57:31Z
https://github.com/allenai/allennlp/issues/5304
[ "question" ]
HenryPaik1
3
deepinsight/insightface
pytorch
2,342
How to train Inswapper model ?
How to train Inswapper model with different resolutions?
open
2023-06-16T10:02:16Z
2023-07-13T13:16:58Z
https://github.com/deepinsight/insightface/issues/2342
[]
LLSean
2
CTFd/CTFd
flask
1,881
Users in admin scoreboard show user position instead of team position
In teams mode on the admin panel, users are shown with their user position on the scoreboard instead of their teams position. We should be showing both.
closed
2021-05-07T18:43:22Z
2021-06-17T05:36:55Z
https://github.com/CTFd/CTFd/issues/1881
[ "easy" ]
ColdHeat
0
akfamily/akshare
data-science
5,418
AKShare 接口问题报告 | ak.futures_rule
python版本:3.12 akshare版本:1.15.45 示例代码: futures_rule_df = ak.futures_rule(date=weekday_str) 报错信息: File "D:\Anaconda\envs\env_hight_futuresproject\Lib\site-packages\akshare\futures\futures_rule.py", line 28, in futures_rule big_df = pd.read_html(StringIO(r.text), header=1)[0] ^^^^^^^^^^^^^^^^^...
closed
2024-12-14T03:55:15Z
2024-12-14T07:29:58Z
https://github.com/akfamily/akshare/issues/5418
[ "bug" ]
YPersion
2
DistrictDataLabs/yellowbrick
scikit-learn
1,116
yellowbrick.exceptions.DatasetsError: the downloaded dataset was improperly packaged without meta.json - please report this bug to the Yellowbrick maintainers!
**Describe the bug** yellowbrick.exceptions.DatasetsError: the downloaded dataset was improperly packaged without meta.json - please report this bug to the Yellowbrick maintainers! **To Reproduce** ``` import pandas as pd from yellowbrick.datasets import load_bikeshare X, y = load_bikeshare() from yellow...
closed
2020-10-11T15:15:23Z
2020-10-12T15:08:41Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1116
[ "type: question", "duplicate" ]
KK666-AI
1
allenai/allennlp
nlp
4,864
Move ModelCard and TaskCard abstractions to the main repository
closed
2020-12-14T21:51:22Z
2020-12-22T22:00:01Z
https://github.com/allenai/allennlp/issues/4864
[]
AkshitaB
0
clovaai/donut
nlp
320
High inference lantency
I fine-tuned Donut on custom data, but inference takes 15 seconds on CPU (8 cores). I realized the generate() function is the one that takes too long. Are there any improvements that could be made to reduce this latency please ? Thanks
open
2024-11-11T12:38:26Z
2024-11-11T12:38:26Z
https://github.com/clovaai/donut/issues/320
[]
Altimis
0
liangliangyy/DjangoBlog
django
685
css
![WNO)}Y22)Y$4H%1PY OJUIP](https://github.com/liangliangyy/DjangoBlog/assets/58109255/e6590e51-cff0-447e-b07e-e27c62cd1c6e) ![tu](https://github.com/liangliangyy/DjangoBlog/assets/58109255/6f4e8aa2-17cf-4e49-b38d-4f6399e465d5) 这个问题应该是static在blog下级文件夹,不知道怎么改路径
closed
2023-10-23T04:26:20Z
2023-11-06T06:15:31Z
https://github.com/liangliangyy/DjangoBlog/issues/685
[]
Autism-mm
1
newpanjing/simpleui
django
399
layout={}功能无法使用,无法弹出窗口
layout={}功能无法使用,无法弹出窗口
closed
2021-09-26T09:05:23Z
2021-10-27T03:34:28Z
https://github.com/newpanjing/simpleui/issues/399
[ "bug" ]
weilingwei
1
ResidentMario/geoplot
matplotlib
232
Missing Cartopy projections (and suggestion)
Hi, it's suggested in the docs that Cartopy projections are supported but it seems the Eckert 1-6 set are missing. Not sure if this is trivial to add or not. As an API suggestion, perhaps geoplot should directly accept cartopy CRS objects and convert them internally (and eventually do the same for raw proj4 CRS obje...
closed
2021-02-16T08:55:31Z
2021-07-03T23:53:51Z
https://github.com/ResidentMario/geoplot/issues/232
[]
mangecoeur
1
Avaiga/taipy
automation
1,516
Integrate Taipy GUI applications in Dataiku's DSS
... because it simply does not work.
open
2024-07-15T08:56:24Z
2024-09-25T16:24:17Z
https://github.com/Avaiga/taipy/issues/1516
[ "🖧 Devops", "🖰 GUI", "💥Malfunction", "🟧 Priority: High", "❌ Blocked", "🔒 Staff only" ]
FabienLelaquais
2
graphql-python/graphene-sqlalchemy
graphql
52
Does `graphene-sqlalchemy` generate connections based on relations?
I have these two models: ```python class Organization(db.Model): id = db.Column(db.Integer, primary_key=True) created = db.Column(db.TIMESTAMP, default=db.func.now()) modified = db.Column(db.TIMESTAMP, default=db.func.now(), onupdate=db.func.now()) # Attributes name = db.Column(db.Str...
closed
2017-06-07T10:46:26Z
2023-02-26T00:53:15Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/52
[]
filleokus
2
deepspeedai/DeepSpeed
machine-learning
6,859
[BUG] deepspeed --enable_each_rank_log does not work in multi-node (PDSH) runs
**Describe the bug** In a single-node training run, the command `deepspeed --enable_each_rank_log logdir <training command here>` will cause each rank to write its stderr/stdout to a unique file in logdir/ However, in a multinode training run using the default launcher (PDSH) e.g. `deepspeed --hostfile ./hostfile --e...
closed
2024-12-12T23:56:51Z
2024-12-17T17:33:10Z
https://github.com/deepspeedai/DeepSpeed/issues/6859
[ "bug", "training" ]
akeshet
2
lukas-blecher/LaTeX-OCR
pytorch
335
fails on very simple image
It fails to generate a valid latex string for the simple image below. Code to reproduce this: https://colab.research.google.com/gist/murphyk/7727c1ecd1169c16d02600001818c487/latex-ocr-test.ipynb ![280550504-198d0b52-d8ea-4e74-b540-834b3875e15b](https://github.com/lukas-blecher/LaTeX-OCR/assets/4632336/879de825...
open
2023-11-05T19:50:34Z
2024-04-28T15:11:19Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/335
[]
murphyk
4
sammchardy/python-binance
api
1,434
pip install python-binance
pip install python-binance
closed
2024-10-20T18:44:18Z
2024-10-20T18:44:56Z
https://github.com/sammchardy/python-binance/issues/1434
[]
i0brahim
0
chatopera/Synonyms
nlp
112
【提醒】发布 v3.12.0, 增大词向量到 40W+ 词汇,优化下载速度,请酌情升级!
下载大词表,优化下载速度。
closed
2020-09-21T06:22:14Z
2021-01-03T04:06:10Z
https://github.com/chatopera/Synonyms/issues/112
[]
hailiang-wang
1
FlareSolverr/FlareSolverr
api
344
[yggtorrent] Exception (yggtorrent): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error: Cloudflare has blocked this request. Probably your IP is banned for this site, check in your web browser.: FlareSolverr was unable to process the request, please check FlareSol...
### Environment * **FlareSolverr version**: 2.1.0 * **Last working FlareSolverr version**: 2.1.0 * **Operating system**: Linux * **Are you using Docker**: yes * **FlareSolverr User-Agent (see log traces or / endpoint)**: Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0 * **Are you using a pr...
closed
2022-03-23T07:29:24Z
2022-03-23T21:01:49Z
https://github.com/FlareSolverr/FlareSolverr/issues/344
[ "duplicate" ]
WazoAkaRapace
1
microsoft/nni
data-science
5,689
Can't run more than n trials with trialConcurrency=n > 1
**Describe the issue**: When I set trialConcurrency > 1, NNI fails out with ``` [2023-09-30 12:57:40] ERROR (nni.runtime.msg_dispatcher_base/Thread-1 (command_queue_worker)) 7 Traceback (most recent call last): File "/home/wolf/miniconda3/envs/mausspaun/lib/python3.10/site-packages/nni/runtime/msg_dispatcher_...
open
2023-09-30T17:10:34Z
2024-01-25T15:47:56Z
https://github.com/microsoft/nni/issues/5689
[]
studywolf
8
littlecodersh/ItChat
api
345
itchat 怎么在被人拦进群之后自动把群加入通讯录,否则群聊发过来的消息没发检测
聊天机器人被人拉进了一个群,这个时候必须手动添加至通讯录,不然会报错,无法接受消息,有木有办法检测被人拉进群聊之后自动将该群加入通讯录。
closed
2017-05-04T13:00:45Z
2017-05-29T01:50:53Z
https://github.com/littlecodersh/ItChat/issues/345
[ "question" ]
lucasjinreal
3
noirbizarre/flask-restplus
flask
174
setup.py requires Flask>=0.8 but is using add_app_template_global feature from 0.10
This means it doesn't run against rhel python-flask 0.9 package
open
2016-05-16T11:35:20Z
2016-09-05T11:36:51Z
https://github.com/noirbizarre/flask-restplus/issues/174
[ "documentation" ]
xx396
0
mongkok/fastapi-debug-toolbar
graphql
52
Static resource http 404 error under Windows system
The same configuration does not have this problem on Debian OS: WIN11: Microsoft Windows [Version 10.0.22631.4037] ```  Nekoha-Shizuku    Y:\test1   7.74s   6:06 PM    ⚡InPRTx ❯❯ pdm run WARNING: No command is given, default to the Python REPL. Python 3.12.5 (tags/v3.12.5:ff3bc82, Aug 6 2024, 20:45:...
closed
2024-08-24T10:11:31Z
2024-08-24T10:20:30Z
https://github.com/mongkok/fastapi-debug-toolbar/issues/52
[]
InPRTx
1
uxlfoundation/scikit-learn-intelex
scikit-learn
1,588
No module named 'daal4py._oneapi'
I am trying to run the same code and I receive the exact same error message as [#989](https://github.com/intel/scikit-learn-intelex/issues/989) ModuleNotFoundError: No module named 'daal4py._oneapi' I am using Intel i9-12900H with Iris Xr Graphics. Using python 3.8 with conda. My code is like below: ```pyth...
open
2023-11-24T18:29:45Z
2023-11-24T19:18:53Z
https://github.com/uxlfoundation/scikit-learn-intelex/issues/1588
[ "bug" ]
emptinessboy
1
ploomber/ploomber
jupyter
310
Tracking changes in external files
Incremental builds allow users to quickly iterate since Ploomber takes care of only executing tasks whose source code or parameters have changed since the last run. However, if the source code is loading external files, changes to them are not detected: ```python from pathlib import Path def my_task(product, ups...
closed
2021-07-10T14:38:34Z
2021-08-24T02:24:23Z
https://github.com/ploomber/ploomber/issues/310
[]
edublancas
7
ansible/awx
django
15,176
Azure Key Vault Private Key Passphrase not recognized
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-05-09T18:17:51Z
2024-05-15T17:40:04Z
https://github.com/ansible/awx/issues/15176
[ "type:bug", "component:ui", "community" ]
GiuffreLab
2
wger-project/wger
django
1,909
Wger Docker install through Portainer errors out with: Internal Server Error: /
## Steps to Reproduce 1. I only attempted to install wger on docker through Portainer and get the error from the logs below, along with the error in Portainer that: This stack was created outside of Portainer. Control over this stack is limited. <details> <summary>Logs</summary> <!-- Defaulting to user installati...
open
2025-03-07T09:45:06Z
2025-03-10T08:53:04Z
https://github.com/wger-project/wger/issues/1909
[]
palradu
1
liangliangyy/DjangoBlog
django
308
留下网址
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [x ] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [x ] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/b...
closed
2019-08-16T07:08:06Z
2019-08-19T15:37:40Z
https://github.com/liangliangyy/DjangoBlog/issues/308
[]
renchong73
1
apache/airflow
machine-learning
48,086
Configuration default should now be LocalExecutor instead of SequentialExecutor
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? We have disabled the SequentialExecutor, but forgot to change the default in airflow.cfg. Tasks don't run as a result, unless the configuration is changed to LocalExecutor - or something else. ...
closed
2025-03-21T23:50:09Z
2025-03-22T20:36:22Z
https://github.com/apache/airflow/issues/48086
[ "kind:bug", "area:core", "area:Executors-core", "affected_version:3.0.0beta" ]
vikramkoka
1
NullArray/AutoSploit
automation
604
Unhandled Exception (7f93a8b32)
Autosploit version: `3.0` OS information: `Linux-4.15.0-46-generic-i686-with-Ubuntu-16.04-xenial` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/home/goblin/Downloads/AutoSploit-master/autosploit/main.py", line 113, in mai...
closed
2019-03-28T23:49:41Z
2019-04-02T20:24:30Z
https://github.com/NullArray/AutoSploit/issues/604
[]
AutosploitReporter
0
STVIR/pysot
computer-vision
347
Where can I find vid.json used in vid/gen_json.py?
I have ran "python par_crop.py 511 12" to parse VID dataset, and then I want to run "python gen_json.py" However, I can't find vid.json, which is needed to run the code. Where can I find it, or generate it ? very thanks
closed
2020-04-14T10:46:19Z
2020-04-17T07:43:45Z
https://github.com/STVIR/pysot/issues/347
[]
FrogMegane
7
freqtrade/freqtrade
python
11,401
AuthenticationError: binance {"code":-2008,"msg":"Invalid Api-Key ID."}
<!-- Have you searched for similar issues before posting it? Yes Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there - yes Please do not use the question template to report bugs or to request new features. --> ## Describe you...
closed
2025-02-18T16:09:07Z
2025-02-19T14:46:27Z
https://github.com/freqtrade/freqtrade/issues/11401
[ "Question" ]
Shanekesh
5
kymatio/kymatio
numpy
1,032
JTFS kwarg-only arguments
The way it's written right now, `TimeFrequencyScattering` requires all arguments to be kwargs, as opposed to the regular scattering classes (e.g., `Scattering1D`). For consistency, it would be good to follow the same convention here. Is there some specific reason for forcing kwargs here? @lostanlen @cyrusvahidi
closed
2023-11-01T09:41:27Z
2024-04-24T14:26:34Z
https://github.com/kymatio/kymatio/issues/1032
[]
janden
9
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,174
autohttps pod unable to obtain certificate BEHIND FW (NAT)
# Intro Hi All, I am sorry for re-opening this type of issue. I wasted a lot of time on this and I have no idea how to fix it. I tried workarounds from [here](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2601) and related posts. All are about **deleting/restarting the autohttps pod - this did not help...
closed
2023-07-27T16:17:52Z
2023-08-21T13:37:37Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3174
[]
5uperpalo
3
getsentry/sentry
python
87,589
Project Settings > Tags and Context will not load for large project with many tags
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Be in a large project with many tags, Dropbox's dropbox-ios project is where we have this issue. 2. Project Settings > Tags and Context Shows 429 responses, likely because of unoptimized code doing many queries for this page to load. <img width="8...
open
2025-03-21T16:21:20Z
2025-03-24T11:58:47Z
https://github.com/getsentry/sentry/issues/87589
[ "Product Area: Settings - Projects", "Waiting for: Product Owner" ]
jboulter11
3
horovod/horovod
tensorflow
3,372
failed call to cuInit after calling hvd.init()
**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.6.0 3. Horovod version: 0.23.0 (also seen with 0.22.1) 4. MPI version: OpenMPI 4.1.1 5. CUDA version: 11.3.1 6. NCCL version: 2.10.3 7. Python version: 3.9.5 8. Spark / PySpark version: NA 9. Ray version: NA 10. OS and version: Debian 10 11. G...
open
2022-01-18T17:17:01Z
2022-01-18T17:19:16Z
https://github.com/horovod/horovod/issues/3372
[ "bug" ]
casparvl
1
ivy-llc/ivy
tensorflow
28,052
Fix Frontend Failing Test: torch - creation_ops.torch.full
ToDo - 27498 Type- Priority Open
closed
2024-01-25T21:28:07Z
2024-01-31T11:01:36Z
https://github.com/ivy-llc/ivy/issues/28052
[ "Sub Task" ]
sgalpha01
2
neuml/txtai
nlp
88
Switch default backend on Windows to Hnswlib
Currently, Windows defaults to annoy as the index backend on Windows. This should be changed to Hnswlib given that it has been support for all txtai ANN operations.
closed
2021-05-11T20:27:18Z
2021-05-13T15:12:42Z
https://github.com/neuml/txtai/issues/88
[]
davidmezzetti
0
jupyterlab/jupyter-ai
jupyter
657
ImportError: cannot import name 'SecretStr' from 'langchain_core.pydantic_v1'
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue. Before creating a new issue: * Search for relevant issues * Follow the issue reporting guidelines: https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> ## Description <!--Describe the bug clear...
closed
2024-02-27T16:47:28Z
2025-02-04T23:29:29Z
https://github.com/jupyterlab/jupyter-ai/issues/657
[ "bug" ]
msusol
3
clovaai/donut
nlp
175
KeyError: 'image' in Dataset
## Error While training my custom dataset I am getting the following error: ``` KeyError: Caught KeyError in DataLoader worker process 0. Original Traceback (most recent call last): File "/anaconda/envs/azureml_py38/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 302, in _worker_loop da...
open
2023-04-02T10:17:18Z
2023-10-18T20:45:06Z
https://github.com/clovaai/donut/issues/175
[]
pathikg
2
apache/airflow
python
47,603
Airflow does not handle port properly in cookies when more instances opened in one browser
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.3 ### What happened? When we use two airflow instances on different ip / machines we can access them in one browser instance and work with them normally and switch windows with airfl...
open
2025-03-11T09:43:31Z
2025-03-16T17:40:17Z
https://github.com/apache/airflow/issues/47603
[ "kind:bug", "area:webserver", "good first issue", "area:core", "area:UI" ]
nesp159de
3
zihangdai/xlnet
nlp
208
xlnet consistantly underperformed Bert on language modeling
Hi, I am using Xlnet as a language model with code provided by HuggingFace PyTorch-transformers. However, the xlnet consistantly underperformed Bert in our experiment. Considering it's advanced design, we are curious how could that happen. For example, we test their ability of coreference resolution on Winograd Schema...
open
2019-08-11T03:44:50Z
2019-08-23T07:01:46Z
https://github.com/zihangdai/xlnet/issues/208
[]
XuhuiZhou
2
zappa/Zappa
flask
774
[Migrated] switching "keep_warm" off doesn't work
Originally from: https://github.com/Miserlou/Zappa/issues/1915 by [filthysocks](https://github.com/filthysocks) If you switch the keep_warm functionality on and then back off again then the cloudwatch rule is NOT deleted. ## Context If you set keep_warm to true, deploy set it to false and deploy again then the clou...
closed
2021-02-20T12:42:15Z
2024-04-13T18:37:14Z
https://github.com/zappa/Zappa/issues/774
[ "no-activity", "auto-closed" ]
jneves
2
cchen156/Learning-to-See-in-the-Dark
tensorflow
38
iphone 6s weights
The official website contains a low light image and its result when run on SID model (http://web.engr.illinois.edu/~cchen156/SID/examples/6s.html). I could not find the weights for this in the repository. Is it possible to upload the weights for when trained on iPhone 6s?
closed
2018-07-17T18:27:43Z
2019-03-04T16:20:02Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/38
[]
allendoss
5
joeyespo/grip
flask
243
Render YAML front matter like GitHub does
This file... ```markdown --- title: "Cancer Mortality Exploration" author: "w203 Teaching Team" output: pdf_document --- ## Background In this lab, imagine that your team is hired by a health government agency. They would like to understand factors that predict cancer mortality rates, with the ultimate ai...
open
2017-09-14T05:59:04Z
2020-01-07T12:41:18Z
https://github.com/joeyespo/grip/issues/243
[ "enhancement" ]
acarl005
5
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,914
[Bug]: Error code 1 ( windows 10, nvidia )
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
closed
2024-05-30T14:10:33Z
2024-06-01T12:40:02Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15914
[ "bug-report" ]
r00tlol
15
fugue-project/fugue
pandas
136
[FEATURE] Rename the limit method to take. Add it in Fugue SQL
**Context** The limit method pull request is close to being [merged](https://github.com/fugue-project/fugue/pull/131). This method should be renamed to `head` because there already is a ANSI SQL keyword named `LIMIT`. After renaming this to `head`, implement the `HEAD` keyword for Fugue SQL with the same parameters as...
closed
2021-01-11T00:47:14Z
2021-01-12T05:38:32Z
https://github.com/fugue-project/fugue/issues/136
[ "good first issue", "Fugue SQL", "core feature" ]
kvnkho
1
jina-ai/clip-as-service
pytorch
210
change extract feature to end2end by bert classification
1. change optimize_graph of graph.py before: ![image](https://user-images.githubusercontent.com/30991932/51455651-88884a80-1d85-11e9-9698-04b7de11033a.png) after: ![image](https://user-images.githubusercontent.com/30991932/51455672-9938c080-1d85-11e9-838d-7e8397c3acc1.png)
closed
2019-01-21T06:05:32Z
2019-02-02T02:27:36Z
https://github.com/jina-ai/clip-as-service/issues/210
[]
xiongma
2
Ehco1996/django-sspanel
django
216
docker部署能不能简化?或者写一个脚本
"HOST": "127.0.0.1", # 正常版本使用 # 'HOST': 'db', # docker版本使用 这种直接用脚本改就行。。。 如何,我折腾了好久啊。。。
closed
2019-02-28T14:18:00Z
2019-03-19T14:37:29Z
https://github.com/Ehco1996/django-sspanel/issues/216
[]
perfect-network
4
CorentinJ/Real-Time-Voice-Cloning
python
1,089
Attribute Error: 'str' object has no attribute 'tobytes'
i was trying to use the localhost version of this synthesis ai by following the tutorial to get it working on a local server, but every time i try to synthesize text in the command prompt, this is is the error that pops up and it doesnt generate the audio line 39, in generate fwav = io.StringIO(output.tobytes(...
closed
2022-06-27T16:19:35Z
2022-06-27T16:50:43Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1089
[]
cringegaming64
0
Avaiga/taipy
data-visualization
2,469
[Refactor] Improve Data Node visual element (data tab)
### Description The `data_node` selector has a `show_data` parameter, which allows to show the "Data" tab. The visual element is "smart" and "knows" when data is tabular; in that case, the "DATA" tab has 2 sub-tabs: One for a table and one for charts. There are 2 things I think could be improved with this visual ele...
open
2025-02-28T19:20:47Z
2025-03-07T13:42:38Z
https://github.com/Avaiga/taipy/issues/2469
[ "Core", "📈 Improvement", "🖰 GUI", "❓ Question", "🟩 Priority: Low", "🔒 Staff only", "Core: 📁 Data node" ]
enarroied
2
google-research/bert
nlp
857
BERT returns different embedding for same sentence
I am using pre-trained BERT for creating features, for same sentence it produces different result in two different runs. Do we have to set some random state to produce consistent result? I am using **pytorch-transformers** for reading pre-trained model.
closed
2019-09-16T11:29:43Z
2019-09-16T17:12:37Z
https://github.com/google-research/bert/issues/857
[]
rshah1990
1
tortoise/tortoise-orm
asyncio
1,339
How delete microsecond ?
Save data in mysql , created_at is : 2023-02-15 00:00:00.000000, but i want created_at is : 2023-02-15 00:00:00 , what can i do ? i want delete microsecond
open
2023-02-15T06:36:51Z
2023-05-10T15:53:15Z
https://github.com/tortoise/tortoise-orm/issues/1339
[]
kakrotto
1
piskvorky/gensim
machine-learning
3,046
Possible unexplainable segfault after save/load cycles of KeyedVectors or Word2Vec
Via: https://stackoverflow.com/questions/66040594/in-gensim-word2vec-is-it-safe-to-resume-training-using-keyedvectors-if-model-is?noredirect=1#comment116793635_66040594 In that SO question, reliable cases of getting a segfault are described after either (1) saving/reloading just a model's `KeyedVectors`; or (2) savi...
open
2021-02-17T19:05:01Z
2021-02-17T19:05:01Z
https://github.com/piskvorky/gensim/issues/3046
[]
gojomo
0
Asabeneh/30-Days-Of-Python
numpy
562
Does this repo go over OOP in python?
I was wondering if this is something that is included, I mean I'm alreayd on Day8 and my goal after this is to know python enough for coding interview. It would just be nice to have a OOP section, so we can use Python to build apps also.
open
2024-07-17T03:42:42Z
2024-07-17T03:42:42Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/562
[]
realpyop
0
iterative/dvc
data-science
10,657
Import ignore cache
# Bug Report ## DVC 3.56 Import ignore cache ## Description I have local DVC repo with json annotations added each one and large data storage with thousand image files added as full folder. I use symlinks for cache. But import in external storage doesn't create symlinks for images data storage. DVC download first, ...
open
2024-12-20T08:26:33Z
2025-02-04T08:21:21Z
https://github.com/iterative/dvc/issues/10657
[ "bug", "p1-important", "A: data-sync" ]
konstantin-frolov
2
s3rius/FastAPI-template
graphql
232
RabbitMQ service not found when running pytest with poetry
# Problem As the generated `README.md` suggests, I am running postgres with the command: ``` docker run -p "5432:5432" -e "POSTGRES_PASSWORD=readapp2" -e "POSTGRES_USER=readapp2" -e "POSTGRES_DB=readapp2" postgres:16.3-bullseye ``` and then attemping to run pytest via the command `poetry run pytest -vv .` The problem...
closed
2025-02-06T13:48:00Z
2025-02-17T22:49:59Z
https://github.com/s3rius/FastAPI-template/issues/232
[]
natelastname
4
iperov/DeepFaceLab
machine-learning
951
since the core was updated it is not working on linux
What was the core before the update, i was all working fine for me, but since it was updated it is not working no linux anymore. I would like to know downgrade
open
2020-11-16T20:25:27Z
2023-06-08T21:44:48Z
https://github.com/iperov/DeepFaceLab/issues/951
[]
danielhama
7
rthalley/dnspython
asyncio
183
Add nameserver information to Message
My case is that I need to know which nameserver replied to a given query. Since the selected nameserver is random between the ones provided to the resolver, it is impossible to figure out which responded to a specific query, thus impossible to determine which would be out-of-date without resorting to iterating over nam...
closed
2016-07-01T12:15:42Z
2016-09-20T12:31:30Z
https://github.com/rthalley/dnspython/issues/183
[]
EvaSDK
2
slackapi/bolt-python
fastapi
1,159
How can I register messages from the bot?
i have a simple code: ```python import os from slack_bolt import App from slack_bolt.adapter.socket_mode import SocketModeHandler app_token = os.getenv("SLACK_APP_TOKEN") # xapp bot_token = os.getenv("TOKEN_BOT") # xoxb app = App(token=bot_token, signing_secret=os.environ.get("SLACK_SIGNING_SECRET")...
closed
2024-09-11T06:10:15Z
2024-09-11T06:54:54Z
https://github.com/slackapi/bolt-python/issues/1159
[ "question" ]
MihailovAlexander
2
deepinsight/insightface
pytorch
2,007
adaface loss
could author add adaface loss to your insightface? adaface code: https://github.com/mk-minchul/AdaFace/blob/master/head.py
open
2022-05-16T02:58:08Z
2024-07-01T10:05:34Z
https://github.com/deepinsight/insightface/issues/2007
[]
eeric
3
sunscrapers/djoser
rest-api
844
Dont want to use all base endpoints
I dont want to use set username etc etc most of the end points. how can I only use what I need like create and activation. `/auth/users/` and `/auth/users/activation/`
closed
2024-10-20T18:08:09Z
2024-12-11T11:48:16Z
https://github.com/sunscrapers/djoser/issues/844
[]
r0ld3x
0
pallets/flask
python
4,452
why does my flask app prints out zen of python every time I run it?
is this some kind of easter egg? `(env) xxx@xxx-dev:~/xxx/xxxxxx# flask db upgrade The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Read...
closed
2022-02-16T07:25:11Z
2022-03-03T00:05:02Z
https://github.com/pallets/flask/issues/4452
[]
JiewenGuan
1
dask/dask
scikit-learn
11,120
Dask .head() returns error as .compute returns ok!
Hello guys! I´ve noticed a weird bug when trying to see the dataframe.head(). As I could not identify if the error is related to the "original" Dataframe or the operations done after importing it, I kept it all. This is a sample dataframe in CSV file [test3.csv](https://github.com/dask/dask/files/15310736/test3.cs...
closed
2024-05-14T15:40:10Z
2024-05-16T23:45:32Z
https://github.com/dask/dask/issues/11120
[ "needs triage" ]
frbelotto
2
biolab/orange3
numpy
6,350
Multilingual Orange
On macOS I modified an installed bundle: - renamed Orange to Orange-si; same for orangewidget and orangecanvas. - copied translated sources to Orange-si, orangewidget-si, orangecanvas-si Now I can do either `ln -s Orange-en Orange` or `ln -s Orange-si Orange` (and the same for others) to switch between English a...
closed
2023-02-25T16:37:17Z
2025-01-02T16:01:22Z
https://github.com/biolab/orange3/issues/6350
[]
janezd
5
STVIR/pysot
computer-vision
537
About testing VOT2018
loading VOT2018: 100%|██████████████████████████████████| 60/60 [00:00<00:00, 82.80it/s, zebrafish1] ( 1) Video: ants1 Time: 2.8s Speed: 114.2fps Lost: 0 ( 2) Video: ants3 Time: 4.6s Speed: 124.4fps Lost: 1 Traceback (most recent call last): File "../../tools/test.py", line 236, in <module> ...
open
2021-06-02T02:38:09Z
2021-06-02T02:38:09Z
https://github.com/STVIR/pysot/issues/537
[]
leonardozxcasdqwe
0
ckan/ckan
api
7,602
2.10.1 - fails to start with suggested beaker configuration from migration notes
## CKAN version 2.10.1 ## Describe the bug 2.10.1 changelog: https://github.com/ckan/ckan/blob/2.10/CHANGELOG.rst#migration-notes mentions to change/add: ``` # ckan.ini beaker.session.type = cookie beaker.session.data_serializer = json beaker.session.validate_key = CHANGE_ME beaker.session.httponly = True ...
closed
2023-05-25T08:00:23Z
2023-05-30T01:20:37Z
https://github.com/ckan/ckan/issues/7602
[]
tgurr
2
modelscope/data-juicer
data-visualization
213
some problems with the quality filtering part on keep ratio
### Before Asking 在提问之前 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。 - [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分...
closed
2024-02-21T11:48:08Z
2024-02-22T12:21:03Z
https://github.com/modelscope/data-juicer/issues/213
[ "question" ]
applewangtao
2
ray-project/ray
machine-learning
51,242
[Serve] Detailed Analysis of Errors Related to 'Ray does not allocate any GPUs on the driver node' && 'No CUDA GPUs are available'
### What happened + What you expected to happen When deploying platforms based on the Ray framework, such as Ray Serve and Ray LLM, together with vLLM's OpenAI server, the errors "No CUDA GPUs are available" or "Ray does not allocate any GPUs on the driver node" have become recurring issues. In this issue, I will prov...
open
2025-03-11T11:58:54Z
2025-03-14T20:20:45Z
https://github.com/ray-project/ray/issues/51242
[ "bug", "serve", "llm" ]
huiyeruzhou
5
kennethreitz/records
sqlalchemy
13
race condition in ResultSet.__iter__()
If you create two or more iterators over a ResultSet, then they consume `ResultSet._rows` together, meaning they all iterate over different rows. I.e. something like: ``` python rows = db.query('select * from active_users') itera = iter(rows) iterb = iter(rows) print(next(itera)) # row 1 print(next(iterb)) # row 2 `...
closed
2016-02-07T22:55:01Z
2018-04-28T23:00:46Z
https://github.com/kennethreitz/records/issues/13
[ "bug" ]
hrldcpr
3
feature-engine/feature_engine
scikit-learn
765
cyclical features may not always get the right period
CyclicalFeatures obtains the period by looking for the maximum value. So if months are coded from 1-12, the period will be 12 and that'll be fine. For hours for example, if the hrs are coded from 1-24, it will get the period as 24 and that will also be fine, but if hrs are coded as 0-23, then the period will be set ...
closed
2024-05-18T12:25:49Z
2024-08-25T08:50:51Z
https://github.com/feature-engine/feature_engine/issues/765
[]
solegalli
18
modin-project/modin
pandas
6,868
Missed `gcsfs` dependency in CI
Tests `test_read_multiple_csv_cloud_store` and `test_read_csv_google_cloud_storage` are not actually tested, but simply fail with the same error (lack of the required module: `gcsfs`) when compared with pandas. The main reason: https://github.com/modin-project/modin/issues/6016 Found in https://github.com/modin-p...
closed
2024-01-19T12:42:50Z
2024-01-26T12:07:54Z
https://github.com/modin-project/modin/issues/6868
[ "Testing 📈", "P1" ]
anmyachev
0
xuebinqin/U-2-Net
computer-vision
128
Why do we concatanate and then also sum the outputs before claculating loss?
In your diagram, there are 6 "side" outputs, which are then concatanted into a 7th tensor. Then, in your code the whole 7 outputs are further summed into a final loss. Isn't there a redundancy of the sum of all outputs and their concatanations?
closed
2020-12-17T11:25:07Z
2020-12-21T00:18:06Z
https://github.com/xuebinqin/U-2-Net/issues/128
[]
shgidi
1
Miksus/rocketry
pydantic
69
ENH: Cron-style time periods (and conditions)
**Is your feature request related to a problem? Please describe.** Some people might prefer Crontab-like scheduling options over the built-in time periods even though one can compose pretty much the same scheduling with it as well. **Describe the solution you'd like** The solution will consist of two parts: time p...
closed
2022-08-07T20:48:32Z
2022-08-15T07:26:01Z
https://github.com/Miksus/rocketry/issues/69
[ "enhancement", "built-in" ]
Miksus
2
ultralytics/ultralytics
pytorch
19,811
Some questions about how to modify YAML files after improving the network
### 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 been conducting experiments using YOLOv3 recently. After replacing th...
open
2025-03-21T06:53:38Z
2025-03-22T07:26:26Z
https://github.com/ultralytics/ultralytics/issues/19811
[ "question", "detect" ]
Meaccy
2
thtrieu/darkflow
tensorflow
921
What is the width, height and random mean in cfg
in cfg file, there are width=608,height=608 and random=1 in yolo.cfg. As I know, If random=1 YOLO randomly resize the input on each 10 batches. but in shuffle(), I print the shape of the image, that is always 608 x 608. What is the width,height and random means in cfg file? +I remove the random=1 but it works...
open
2018-10-18T04:58:33Z
2018-10-18T05:22:05Z
https://github.com/thtrieu/darkflow/issues/921
[]
omg777
0
ExpDev07/coronavirus-tracker-api
rest-api
321
[UPDATE ISSUE]
urgent: confirmed and death cases have been updated but recovered have not been updated yet !!! recovered cases are of 29/06/2020
closed
2020-07-01T05:42:48Z
2020-07-28T16:12:27Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/321
[ "bug", "duplicate" ]
elizaan
1
aleju/imgaug
machine-learning
241
simultaneously augment images and boxes
Hi, I just wondered if it was possible to augment simultaneously images and boxes ? One of the use-cases would be to randomly crop around objects in images (see for example SSD paper https://arxiv.org/abs/1512.02325). Thank you for your help, Regards,
open
2019-01-23T13:59:33Z
2019-01-27T15:13:34Z
https://github.com/aleju/imgaug/issues/241
[]
MaximeTuab
1
babysor/MockingBird
pytorch
393
【作者快看】大家觉得哪个模型好啊?
大家好,我现在用的这个模型和原声太不像了,大家有那种克隆更真实的模型推荐吗?能发我一下吗?谢谢各位了
closed
2022-02-17T11:57:54Z
2022-07-27T05:45:11Z
https://github.com/babysor/MockingBird/issues/393
[]
PEK-ZBAA
3
d2l-ai/d2l-en
data-science
1,719
text of sec 13.1.2 needs updating for pytorch
Sec 13.1.2 (Using an Image Augmentation Training Model) refers to `transform_first` which is just in MXnet, not pytorch. (There are also several references to Gluon that should be removed).
closed
2021-04-12T04:21:56Z
2021-04-19T01:27:21Z
https://github.com/d2l-ai/d2l-en/issues/1719
[]
murphyk
1
pyro-ppl/numpyro
numpy
1,299
HMC Gibbs Hierarchical Prior Issue
I'm trying to fit a hierarchical model with HMC Gibbs. Much simplified model in the attached notebook. Works fine with a fixed hyperparameter for tau, but not at all with a prior over tau sampled in the model function. I've seen this behaviour in several models and trying to get to the bottom of it. Quite possible that...
closed
2022-01-21T21:25:05Z
2022-03-10T15:50:50Z
https://github.com/pyro-ppl/numpyro/issues/1299
[ "question" ]
ross-h1
8
PaddlePaddle/ERNIE
nlp
511
Why Ernie is downloading pre-trained model from server every time?
https://github.com/PaddlePaddle/ERNIE/blob/9b6c6837f85ca8b232237bb9001710d820e11b95/ernie/modeling_ernie.py#L193 I have a question regarding loading the pre-trained model. In this particular line, it's not checking if the pre-trained dir exist or not instead condition is directly downloading the model first with tem...
closed
2020-07-03T12:12:24Z
2020-09-09T12:52:00Z
https://github.com/PaddlePaddle/ERNIE/issues/511
[ "wontfix" ]
monk1337
2
open-mmlab/mmdetection
pytorch
11,559
fp16 overflow in CrossEntropyLossCost
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help. 3. The bug has not been fixed in the latest v...
open
2024-03-17T08:36:22Z
2024-04-03T09:08:31Z
https://github.com/open-mmlab/mmdetection/issues/11559
[]
flytocc
1
cchen156/Learning-to-See-in-the-Dark
tensorflow
45
misalignment problem in the dataset
A question in the **test_Sony.py** is that, the ```scipy.io``` is really slow and ```cv2.imwrite``` is really fast. In the 8-bit saving way, do this two methods inference the finnaly PSNR & SSIM?
open
2018-08-07T09:46:09Z
2021-08-03T09:42:52Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/45
[]
oneTaken
13