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
oegedijk/explainerdashboard
dash
272
Dashboard loading stuck in docker
I'm using explainer dashboard to visualize models made by different AutoML solutions. When I run my application locally, everything works as intended. But when it runs in a docker environment, the explainer dashboard is stuck when loading a previously generated page at the step generation layout...: ![image](https://...
closed
2023-07-11T17:01:29Z
2024-07-18T12:29:12Z
https://github.com/oegedijk/explainerdashboard/issues/272
[]
AlexanderZender
0
xlwings/xlwings
automation
2,007
Partial result returned in range.api.special_cells()
#### OS (e.g. Windows 10 or macOS Sierra) MacOS 12.5.1 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) Python 3.9.5 xlwings 0.27.10 Microsoft Excel for Mac v16.62 #### Describe your issue (incl. Traceback!) I have a trouble while using “range.api.special_cells()”, not sur...
open
2022-09-03T16:10:55Z
2022-09-05T16:48:49Z
https://github.com/xlwings/xlwings/issues/2007
[ "dependency" ]
tsusoft
6
LAION-AI/Open-Assistant
python
2,695
Improve code & style of "try our assistant" in dashboard
https://github.com/LAION-AI/Open-Assistant/blob/82540c044ee57171fb66e83986b933649d25e7fb/website/src/pages/dashboard.tsx#L39-L49
closed
2023-04-18T04:19:13Z
2023-05-07T14:28:53Z
https://github.com/LAION-AI/Open-Assistant/issues/2695
[ "website", "good first issue", "UI/UX" ]
yk
6
Miserlou/Zappa
django
2,066
Dateutil version bump
`python-dateutil` is pinned at 2.6.0, but it's starting to [conflict with some things](https://github.com/spulec/freezegun/issues/333) like `freezegun` that would like a newer version. It seems like dependabot has been been fighting for this a while too: https://github.com/Miserlou/Zappa/pulls?q=is%3Apr+dateutil+is%3A...
closed
2020-03-19T19:23:37Z
2020-09-29T15:44:04Z
https://github.com/Miserlou/Zappa/issues/2066
[]
chris-erickson
3
Anjok07/ultimatevocalremovergui
pytorch
629
I tried to update, but everytime i try to extract vocals i cant bc of this error
![imagen_2023-06-23_104951010](https://github.com/Anjok07/ultimatevocalremovergui/assets/122219111/94744594-31cd-4bc9-a49e-2c6692c8f525) What can i do to stop getting this error? I know nothing about programming btw log: Last Error Received: Process: Ensemble Mode If this error persists, please con...
open
2023-06-23T14:57:18Z
2023-07-07T06:37:36Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/629
[]
djcxb
1
piccolo-orm/piccolo
fastapi
1,003
Support arrays of timestamp / timestamptz / date / time in SQLite
We don't currently support things like this in SQLite: ```python class MyTable(Table): times = Array(Time()) ``` SQLite doesn't have native support for array columns. The way we support it in Piccolo is by serialising the array into a string before storing it in the database, and deserialising it again whe...
closed
2024-05-31T11:10:12Z
2024-05-31T11:32:12Z
https://github.com/piccolo-orm/piccolo/issues/1003
[ "enhancement" ]
dantownsend
0
HIT-SCIR/ltp
nlp
572
请问可以不分词直接进行词性标注嘛
请问可以不分词直接进行词性标注嘛,比如我现在已经有一个词典,需要进行词性标注
closed
2022-08-09T08:39:09Z
2022-11-16T06:51:46Z
https://github.com/HIT-SCIR/ltp/issues/572
[]
lelechallc
3
harry0703/MoneyPrinterTurbo
automation
171
如果有GPU卡的,可以用ffmpeg的编码加速视频合成codec='h264_nvenc'
video.py: final_clip.write_videofile(combined_video_path, codec='h264_nvenc', threads=threads, video.py: result.write_videofile(temp_output_file, codec='h264_nvenc', threads=params.n_threads or 10, video.py: video_clip.write_videofile(output_file, codec='h264_nvenc', audio_codec="aac", threads=params.n_th...
closed
2024-04-05T01:32:48Z
2025-02-18T15:40:51Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/171
[ "suggestion" ]
shanghailiwei
10
microsoft/qlib
deep-learning
1,136
training tricks of HIST
Hi there, Thanks for making the codes of HIST public. I may need some discussion on two topics. 1. `iter_daily_shuffle` or `iter_daily` Regarding the order of training samples fed to model, I've noticed that the days were shuffled by default `(iter_daily_shuffle).` And when I changed the setting to train samples...
closed
2022-06-16T02:51:45Z
2022-10-06T12:03:17Z
https://github.com/microsoft/qlib/issues/1136
[ "question", "stale" ]
BeckyYu96
2
skforecast/skforecast
scikit-learn
572
support more than 2 percentiles to be passed for `predict_interval`
I'm working on creating a back-adapter for `skforecast` models in `sktime`, starting with `ForecasterAutoreg`. The goal is to provide an option to use `skforecast` as an backend alternative to the already existing `make_reduction`. During this, I notice that currently it enforces `interval` to be a list of values in `[...
closed
2023-10-16T17:06:44Z
2023-10-28T17:55:13Z
https://github.com/skforecast/skforecast/issues/572
[ "enhancement" ]
yarnabrina
5
donnemartin/data-science-ipython-notebooks
matplotlib
10
Add notebook for AWS CLI setup and common commands
closed
2015-07-21T11:38:07Z
2016-05-18T02:07:52Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/10
[ "feature-request" ]
donnemartin
1
AutoGPTQ/AutoGPTQ
nlp
6
triton implementation
Here's an implementation using triton. I think we can provide faster speeds. https://github.com/qwopqwop200/AutoGPTQ-triton
closed
2023-04-22T13:32:49Z
2023-04-26T06:08:09Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/6
[]
qwopqwop200
4
chatanywhere/GPT_API_free
api
294
今天Dalle3调用报错403
**Describe the bug 描述bug** 今天白天还可以,晚上刚刚突然不行了。API余额还有很多。 ``` {'error': {'message': '<!DOCTYPE html>\n<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->\n<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->\n<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![...
closed
2024-09-16T15:55:23Z
2024-09-16T15:57:59Z
https://github.com/chatanywhere/GPT_API_free/issues/294
[]
HenryXiaoYang
1
oegedijk/explainerdashboard
plotly
37
Bug: RegressionRandomIndexComponent not robust
I have just managed to kill the whole dashboard because of an error with RegressionRandomIndexComponent, i.e. everything works fine without this component, but enabling it yields to the dashboard only displaying "Error loading layout.". The traceback is below. I fixed it by appending ".astype('float')" to the data w...
closed
2020-12-03T15:54:28Z
2020-12-04T08:04:50Z
https://github.com/oegedijk/explainerdashboard/issues/37
[]
hkoppen
4
plotly/dash-core-components
dash
665
Nice to have: label property for dccRadioItems
Creating a radio button with: ``` radioButton <- dccRadioItems( id = "radiobutton-selector", options = list( list("label" = "ggplotly", "value" = "ggplotly"), list("label" = "plotly", "value" = "plotly") ), value = "ggplotly") ``` results in: <img width="92" alt="Screen Shot 2019-09-30 at 3 05 47 PM...
open
2019-09-30T19:20:05Z
2019-10-04T00:05:38Z
https://github.com/plotly/dash-core-components/issues/665
[ "dash-type-enhancement" ]
CanerIrfanoglu
0
encode/uvicorn
asyncio
1,436
uvicorn adding its own server header to response
### Discussed in https://github.com/encode/uvicorn/discussions/1435 <div type='discussions-op-text'> <sup>Originally posted by **udit-pandey** April 1, 2022</sup> I have added few headers using [secure package](https://pypi.org/project/secure/) in my fastapi application. I wanted to overwrite the server header(...
closed
2022-04-01T05:35:17Z
2022-11-01T08:04:05Z
https://github.com/encode/uvicorn/issues/1436
[ "bug", "http" ]
Kludex
6
tfranzel/drf-spectacular
rest-api
489
AUTHENTICATION_WHITELIST not working
** Description ** We are trying to override our DEFAULT_AUTHENTICATION_CLASSES that Swagger UI will use. We have SessionAuthentication and TokenAuthentication set in our Django settings. In our SPECTAULAR_SETTINGS we only want to use the TokenAuthentication, so we add it there as a single item list AUTHENTICATION_W...
closed
2021-08-28T15:01:22Z
2021-08-28T15:14:40Z
https://github.com/tfranzel/drf-spectacular/issues/489
[]
megazza
1
AirtestProject/Airtest
automation
608
Android里使用的get_text()获取button上的文字,在ios里有类似get_text这种方法吗?
**描述问题bug** Android里使用的get_text()获取button上的文字,在ios里有类似get_text这种方法吗? 这种方式,ios,不执行这行。求大神指点 poco("Window").offspring("Table").offspring("已关注").get_text() == "已关注": 元素信息如下: type : Button name : 已关注 visible : True isEnabled : b'1' label : b'\xe5\xb7\xb2\xe5\x85\xb3\xe6\xb3\xa8' ...
closed
2019-11-14T02:47:13Z
2019-11-14T02:51:48Z
https://github.com/AirtestProject/Airtest/issues/608
[]
daisy0o
0
ultralytics/ultralytics
pytorch
19,353
Issue with Incorrect Inference Results in INT8 Model After Converting Custom YOLOv11.pt to TensorRT
### 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 After converting a custom-trained YOLOv11.pt model to TensorRT in FP16, the ...
open
2025-02-21T07:32:12Z
2025-02-26T05:04:02Z
https://github.com/ultralytics/ultralytics/issues/19353
[ "question", "detect", "exports" ]
xiaoche-24
10
FlareSolverr/FlareSolverr
api
837
Timeout when resolving challenge
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Dis...
closed
2023-07-31T07:51:16Z
2023-07-31T07:53:44Z
https://github.com/FlareSolverr/FlareSolverr/issues/837
[]
rricordeau
0
sktime/sktime
scikit-learn
7,282
[DOC] Time Series Segmentation with sktime and ClaSP Notebook Example Contains Bug
#### Describe the issue linked to the documentation The ClaSP notebook example contains a bug: https://www.sktime.net/en/stable/examples/annotation/segmentation_with_clasp.html The `fmt` parameter is no longer present in the API. It appears to have been replaced with `dense_to_sparse` and `sparse_to_dense` metho...
closed
2024-10-16T23:45:05Z
2024-10-17T17:55:35Z
https://github.com/sktime/sktime/issues/7282
[ "documentation" ]
RobotPsychologist
0
huggingface/transformers
tensorflow
36,567
torch_dtype is actually used now?
### System Info different transformers versions. see description ### Who can help? @ArthurZucker ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give det...
open
2025-03-05T18:38:34Z
2025-03-11T00:51:17Z
https://github.com/huggingface/transformers/issues/36567
[ "bug" ]
dakinggg
3
AirtestProject/Airtest
automation
433
log.txt文件中的filepath是写死的绝对路径。能否改成(主程序)的相对路径
log.txt文件中的filepath是写死的绝对路径。 通过log.txt生成的report.html 所读取的文件资源都是通过这些绝对路径获取。 一旦我需要把报告,打包给别人或更换位置(比如放nginx服务器上)那么都会读取不到文件资源而打开报告失败。 以下是 log.tx日志。 当我打包报告给别人是,打开报告还是会去以下filepath路径获取资源。 {"data": {"call_args": {"screen": "array([[[202, 167, 141],\n [200, 164, 140],\n [202, 160, 141],\n ...,\n ...
closed
2019-06-20T11:59:59Z
2019-06-25T08:12:42Z
https://github.com/AirtestProject/Airtest/issues/433
[]
cccthon
12
wkentaro/labelme
deep-learning
1,025
How to describe the label
I want to add a description to the label
closed
2022-05-25T11:58:18Z
2022-06-25T04:17:41Z
https://github.com/wkentaro/labelme/issues/1025
[]
lihangyang
0
aws/aws-sdk-pandas
pandas
2,874
Athena read_sql_query with pyarrow backend trims time in timestamp
### Describe the bug Running this query: ``` wr.athena.read_sql_query("SELECT TIMESTAMP '2024-06-24 9:30:51'", dtype_backend='pyarrow') ``` yields `2024-06-24` instead of `2024-06-24 09:30:51`. It seems like `timestamp` from Athena is mapped to `date64[pyarrow]` instead of `timestamp[ns][pyarrow]` ### How to Re...
closed
2024-06-26T04:02:00Z
2024-06-26T23:01:11Z
https://github.com/aws/aws-sdk-pandas/issues/2874
[ "bug" ]
Aleksei-Poliakov
0
piccolo-orm/piccolo
fastapi
749
auto-generated fastapi 0.89.0 error
Heads up: It looks like the [fastapi 0.89.0 release](https://github.com/tiangolo/fastapi/releases/tag/0.89.0) breaks the asgi code generated by piccolo ( `piccolo asgi new` ) ``` (venv) $ python main.py INFO: Will watch for changes in these directories: ['/...'] INFO: Uvicorn running on http://127.0.0...
closed
2023-01-07T20:03:48Z
2023-01-08T11:56:59Z
https://github.com/piccolo-orm/piccolo/issues/749
[]
mwmeyer
2
python-visualization/folium
data-visualization
1,500
Click choropleth to reveal Altair chart
Hello folks, I see that I can click a marker to get a chart to pop up; however, is there a way to click within a choropleth area to show a chart as a pop up? Any nudge would be much appreciated!
closed
2021-08-09T19:30:50Z
2021-08-10T20:09:21Z
https://github.com/python-visualization/folium/issues/1500
[]
Alcampopiano
1
litl/backoff
asyncio
205
Expose typing hints as they are part of the API
Just recently upgraded to 2.2.1 from 1.11 and pyright gave me lots of type hint errors. ``` /home/builder/archivist/confirmer.py /home/builder/archivist/confirmer.py:84:15 - error: Argument of type "(details: dict[str, Any]) -> NoReturn" cannot be assigned to parameter "on_giveup" of type "_Handler | Iterable[_H...
open
2023-07-19T13:19:34Z
2023-07-19T13:20:05Z
https://github.com/litl/backoff/issues/205
[]
eccles
0
cvat-ai/cvat
computer-vision
8,381
Static dimensions per track over an entire video
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request related to a problem? Please describe. Hi, We are using CVAT a lot for labeling, one of your key USPs for us...
open
2024-08-30T13:59:52Z
2024-08-30T14:01:22Z
https://github.com/cvat-ai/cvat/issues/8381
[ "enhancement" ]
timresink
0
ydataai/ydata-profiling
data-science
1,520
Bug Report:cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)
### Current Behaviour I get this error: "cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)" when I try importing from ydata_profiling import ProfileReport on google colab. I wondered if you could help me. ### Expected Behaviour install nomally ...
open
2023-12-18T13:40:30Z
2024-02-09T10:27:17Z
https://github.com/ydataai/ydata-profiling/issues/1520
[ "needs-triage" ]
abebe0210
6
jessevig/bertviz
nlp
20
Hovering issue
Hello, thanks for the work. Short bug report. In safari, when you are hovering over the visualisation in google colab, the window in of the visualisation is scrolling down automatically, making it impossible to work with model_view and neuron_view. Works in chrome. Thanks again
closed
2019-09-19T08:03:05Z
2020-03-28T13:15:03Z
https://github.com/jessevig/bertviz/issues/20
[]
Keisn1
3
kennethreitz/responder
graphql
21
Background task considerations.
There are likely some considerations around backlogs and process shutdown to think about here. In Starlette, background tasks run within the request/response task. The response has been sent, and the server can continue to service other requests on the same connection, but it is also implicitly able to determine how...
closed
2018-10-13T06:51:31Z
2018-10-30T11:52:44Z
https://github.com/kennethreitz/responder/issues/21
[ "feature" ]
tomchristie
1
supabase/supabase-py
fastapi
127
how to use .range() using supabase-py
please tell me how to use .range() using supabase-py
closed
2022-01-18T02:35:55Z
2023-10-07T12:57:15Z
https://github.com/supabase/supabase-py/issues/127
[]
alif-arrizqy
1
activeloopai/deeplake
computer-vision
2,150
[FEATURE]
## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [ ] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? A clear and concise description of what the problem is. Ex. I have an issue when [...] ### If your feature will improve `HUB` A clear and c...
closed
2023-01-30T20:17:42Z
2024-09-19T08:45:42Z
https://github.com/activeloopai/deeplake/issues/2150
[ "enhancement" ]
AtelLex
2
xinntao/Real-ESRGAN
pytorch
350
What happened to RaGAN?
ESRGAN was trained with a RaGAN but Real-ESRGAN was trained with a vanilla GAN. As far as I can tell there was no mention in the Real-ESRGAN paper as to why this decision was made, could you shed some light on the subject?
open
2022-06-01T20:54:06Z
2022-06-01T20:54:06Z
https://github.com/xinntao/Real-ESRGAN/issues/350
[]
siegelaaron94
0
mitmproxy/pdoc
api
662
[Question] Is there any way to prevent pdoc from documenting method objects?
#### Problem Description A clear and concise description of what the bug is. In my application, I use `typer` as a CLI framework (https://typer.tiangolo.com/). Part of the framework uses decorators with annotations to manage flags, help text, etc. In the example below you can see that the `@callback` decorator u...
closed
2024-01-16T19:36:32Z
2024-01-18T00:07:23Z
https://github.com/mitmproxy/pdoc/issues/662
[ "bug" ]
lhriley
5
explosion/spaCy
data-science
12,333
Docker containers on spaCy website are not working
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour 1. Go to "https://spacy.io/usage/rule-based-matching" 2. Go to "Editable Code" block 3. Select "Run" button Returns: "Connecting failed. Please reload and try again." <!-- Include a co...
closed
2023-02-25T12:43:51Z
2023-05-26T00:02:13Z
https://github.com/explosion/spaCy/issues/12333
[ "docs" ]
andyjessen
10
nonebot/nonebot2
fastapi
3,044
Plugin: nonebot_plugin_mai_arcade
### PyPI 项目名 nonebot-plugin-mai-arcade ### 插件 import 包名 nonebot_plugin_mai_arcade ### 标签 [{"label":"maimai","color":"#ea5252"},{"label":"arcade","color":"#ea5252"}] ### 插件配置项 No response
closed
2024-10-20T06:53:52Z
2024-10-23T06:17:45Z
https://github.com/nonebot/nonebot2/issues/3044
[ "Plugin" ]
YuuzukiRin
19
ludwig-ai/ludwig
computer-vision
3,850
Getting `ValueError: Hyperopt Section not present in config` while loading hyperopt from YAML config
**Description** The code in https://github.com/ludwig-ai/ludwig/blob/7e34450188f1265e6cd9cbda600dc0a605627099/ludwig/hyperopt/run.py#L208 seems to have a bug where its comparing if the HYPEROPT key is contained in the variable `config` - which is actually a string that contains the path to the config file. I believe...
closed
2023-12-26T03:37:39Z
2024-01-08T17:42:47Z
https://github.com/ludwig-ai/ludwig/issues/3850
[]
mohangk
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
566
MegaUpload model link not working
The MegaUpload link to the models is no longer working. maybe replace it with a new [mega.nz](url) link?
closed
2020-10-19T08:57:59Z
2020-10-24T17:34:48Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/566
[]
ranshaa05
3
CorentinJ/Real-Time-Voice-Cloning
python
884
Using a different speaker encoder
Hello, I really appreciate the work on display here. I was just wondering if I could use a different speaker encoder. If someone used a different encoder, could you explain the difficulties of replacing the encoder and how the results were different from the speaker encoder already in use?
closed
2021-11-02T13:01:41Z
2021-11-04T22:21:37Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/884
[]
AhmedHashish123
7
DistrictDataLabs/yellowbrick
matplotlib
1,064
Custom axes titles for learning curve subplots
Please add options to add custom x, y axes labels when plotting subplots for learning curves. At present unable to add them. Also same goes with xticks, yticks. Xticks: As you can see for my implementation there's no fixed xticks for each subplots. Make an option to add custom xticks. ![image](https://user-image...
closed
2020-05-13T05:49:04Z
2020-05-13T13:22:03Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1064
[ "invalid" ]
VinodKumar9576
2
twopirllc/pandas-ta
pandas
313
TTM Squeeze PRO indicator
First of all, I use squeeze indicator (ttm squeeze) and I love it. But I was wondering if someone can create john carter's new squeeze indicator called "ttm squeeze pro". Here are some links: https://usethinkscript.com/threads/john-carters-squeeze-pro-indicator-for-thinkorswim-free.4021/ https://www.tradingview....
closed
2021-06-19T22:19:55Z
2021-06-27T18:21:03Z
https://github.com/twopirllc/pandas-ta/issues/313
[ "enhancement", "help wanted", "good first issue" ]
zlpatel
2
supabase/supabase-py
flask
517
pydntic error on importing supabase
**Describe the bug** If I import supabase as `from supabase import create_client` it leads to an import error for field_validator from pydantic. **To Reproduce** Steps to reproduce the behavior: 1. Install supabase using conda. 2. Import supabase. **Expected behavior** Import with no errors. **Screenshots...
closed
2023-08-08T10:43:24Z
2023-09-23T20:27:59Z
https://github.com/supabase/supabase-py/issues/517
[]
Saatvik-droid
8
sczhou/CodeFormer
pytorch
91
On Installation process, "segmentation fault (core dumped)"
Hi, thanks for a great work! I am trying to git clone the project and try inference using the source code. However, when I try this command: "python basicsr/setup.py develop" it keeps making "segmentation fault (core dumped)" error. My environment is Ubuntu 18.04.6 When I tried the process in the colab, it does...
open
2022-12-31T10:45:38Z
2023-01-17T14:36:39Z
https://github.com/sczhou/CodeFormer/issues/91
[]
HyeonHo99
1
minimaxir/textgenrnn
tensorflow
241
Tokenizing Dataset Fails with newline or index error
When trying to tokenize a dataset, it fails with either the error `Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?` or one about list index out of range. Running the newest version of the Colab notebook and this happens with both GPT-2 and GPT-Neo. Please...
open
2021-11-09T18:21:51Z
2021-11-09T18:21:51Z
https://github.com/minimaxir/textgenrnn/issues/241
[]
leetfin
0
DistrictDataLabs/yellowbrick
matplotlib
1,105
Visual ATM Model Report
**Describe the solution you'd like** The [Auto Tune Models (ATM)](https://github.com/HDI-Project/ATM) Python library is an easy-to-use classification model solver that searches for the best model given a CSV dataset containing features and a target. During its run it creates a SQLite database that stores results fro...
open
2020-10-05T19:08:21Z
2020-10-05T19:16:30Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1105
[ "type: contrib" ]
bbengfort
0
OFA-Sys/Chinese-CLIP
nlp
133
请问您整理的用来预训练模型的大规模中文数据(~2亿的图文对数据)公开吗?
请问您整理的用来预训练模型的大规模中文数据(~2亿的图文对数据)公开了吗?
closed
2023-06-08T00:31:09Z
2023-06-14T14:31:59Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/133
[]
huhuhuqia
1
pallets-eco/flask-wtf
flask
262
Form -> FlaskForm rename breaks custom metaclasses
When using a custom metaclass you usually subclass `FormMeta`. This fails thanks to the different metaclass used to show the deprecation warning (#249): > TypeError: Error when calling the metaclass bases > metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of a...
closed
2016-10-03T08:12:40Z
2021-05-28T01:03:46Z
https://github.com/pallets-eco/flask-wtf/issues/262
[]
ThiefMaster
1
onnx/onnx
scikit-learn
6,555
System.ExecutionEngineException creating Microsoft.ML.OnnxRuntime.SessionOptions
This issue is reported by https://developercommunity.visualstudio.com/user/25004 and moved from https://developercommunity.visualstudio.com/t/SystemExecutionEngineException-creating/10794175 Hi devs! I have a C#.NET project that uses the Microsoft.ML.OnnxRuntime and Microsoft.ML.OnnxRuntime.Managed packages. S...
closed
2024-11-25T17:39:00Z
2025-01-06T18:47:15Z
https://github.com/onnx/onnx/issues/6555
[ "bug", "topic: runtime" ]
tarekgh
5
bmoscon/cryptofeed
asyncio
507
OKEx error: Unexpected keyword argument 'status'
**Describe the bug** I am using the sample script for liquidations with OKEx. After a couple of seconds, it ends with this error message: ``` File "[...]/lib/python3.9/site-packages/cryptofeed/feed.py", line 296, in callback await cb(**kwargs) TypeError: __call__() got an unexpected keyword argument 'status' ```...
closed
2021-06-02T06:11:23Z
2021-06-14T22:16:02Z
https://github.com/bmoscon/cryptofeed/issues/507
[ "bug" ]
MikeMaxNow
2
strawberry-graphql/strawberry
graphql
3,517
default_factory doesn't work
Hi! I use default_factory to initialize my variable, but variable always returns the same result. It seems like default_factory doesn't work and it returns always the same result of function. Here is example to reproduce: https://play.strawberry.rocks/?gist=a7a5e62ffe4e68696b44456398d11104
open
2024-05-27T15:13:17Z
2025-03-20T15:56:45Z
https://github.com/strawberry-graphql/strawberry/issues/3517
[ "bug" ]
ShtykovaAA
11
comfyanonymous/ComfyUI
pytorch
6,673
Add Support For OT Lora, Loha and Dora for HunYuan Video in ComfyUI
### Feature Idea Please add support in ComfyUI for loading of OneTrainer Lora, LoHa and Dora files. Attached are the key names for an OT Lora, LoHa, Dora with full layers, TE1 and TE2 trained and a bundled embedding (essentially every option possible) [LoHaFullTETI_keys.txt](https://github.com/user-attachments/files/...
open
2025-02-02T07:51:44Z
2025-02-24T07:30:42Z
https://github.com/comfyanonymous/ComfyUI/issues/6673
[ "Feature" ]
Calamdor
15
statsmodels/statsmodels
data-science
8,548
Python does not seem to correctly report fitted values in statmodels ARIMA when differencing is involved
When fitting an ARIMA model using the statsmodels python implementation I see the following behaviour, python does not seem to correctly provide the values for the differenced lags. I am comparing the results with the ones obtained using the R ARIMA implementation. ```python import pandas as pd df=pd.read_csv('f...
open
2022-12-01T16:28:42Z
2022-12-02T08:56:22Z
https://github.com/statsmodels/statsmodels/issues/8548
[]
agr5
2
PokeAPI/pokeapi
api
1,182
[BUG] Pokemon weight is inaccurate
When requesting a pokemon from the API, the weight is off by 10x. For example, when requesting `https://pokeapi.co/api/v2/pokemon/snorlax` `weight = 4600` when it should be `weight = 460kg` This is true for Ditto and Meowth as well. Have not checked other pokemon, but assume it is the same. Edit: If this fal...
closed
2025-01-05T23:11:48Z
2025-01-08T09:31:35Z
https://github.com/PokeAPI/pokeapi/issues/1182
[]
pedwards95
5
jazzband/django-oauth-toolkit
django
1,032
DRF - Adding User from Panel vs adding with code error?
`class CustomerRegister(APIView): permission_classes = (permissions.AllowAny,) def post(self, request): data = request.data data['is_active'] = True serializer = UserSerializer(data=data) if serializer.is_valid(): user = User.objects.create_user(**data) ...
closed
2021-11-19T12:01:04Z
2021-11-20T05:29:11Z
https://github.com/jazzband/django-oauth-toolkit/issues/1032
[ "question" ]
yotovtsvetomir
1
huggingface/transformers
tensorflow
36,638
[BUG] Batch inference DDP + zero stage 3 = inference code hangs
https://github.com/deepspeedai/DeepSpeed/issues/7128 I ran the batch inference code with deepspeed generation, not the vllm one. The code hangs while I set zero stage = 3. I created a minimal code snippet for you to debug the error. ```python import os import torch import torch.distributed as dist from transformers...
open
2025-03-11T03:20:47Z
2025-03-11T12:55:46Z
https://github.com/huggingface/transformers/issues/36638
[]
ShengYun-Peng
1
BayesWitnesses/m2cgen
scikit-learn
524
Accuracies totally different
Hi. I am converting the tree model to C using m2cgen. Although the inference latencies are much lower, the accuracies are way off. Here's how I am converting and reading the .so files ``` from xgboost import XGBRFRegressor num_est=100 model = XGBRFRegressor(n_estimators=num_est, max_depth=8) model.fit(X_train,...
open
2022-06-10T02:38:28Z
2022-06-17T04:43:00Z
https://github.com/BayesWitnesses/m2cgen/issues/524
[]
harishprabhala
3
dask/dask
pandas
11,417
using tweepy to extract data but getting error
i am getting this coroutine error for my code.i need some tweet data for some sentiment analysis and I am unable to get it due to this error. python from twikit import Client, TooManyRequests import time from datetime import datetime import csv from configparser import ConfigParser from random import randint ...
closed
2024-10-07T17:55:34Z
2024-10-07T20:07:42Z
https://github.com/dask/dask/issues/11417
[ "needs triage" ]
tapl0w
1
albumentations-team/albumentations
machine-learning
2,335
[New transform] GridShuffle3D
We can do in 3D similar things as GridShuffle, but in 3D
open
2025-02-07T20:44:59Z
2025-02-07T20:45:05Z
https://github.com/albumentations-team/albumentations/issues/2335
[ "enhancement", "good first issue" ]
ternaus
0
tiangolo/uwsgi-nginx-flask-docker
flask
297
All static files return 403
Not sure what I'm doing wrong but all my static files are issuing `403` errors and `permission denied` errors. Logging into the docker environment and changing permissions to 777 fixes the errors but doesn't fix the underlying issue.
closed
2022-08-16T09:45:15Z
2024-08-07T04:57:41Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/297
[]
Garulf
1
TencentARC/GFPGAN
deep-learning
340
Following picture can not be restored, seems can not recognize the face
Following picture can not be restored, seems can not recognize the face ![real06b](https://user-images.githubusercontent.com/5558722/218959050-cb9c953f-e9d4-4fcd-8687-8cf8f911af22.jpg) It would be an issue of RealESRGAN, I'm not sure, but I believe you can figure it out much quickly than I do.
open
2023-02-15T07:20:13Z
2023-02-15T07:22:44Z
https://github.com/TencentARC/GFPGAN/issues/340
[]
butaixianran
0
iterative/dvc
data-science
9,757
dvc exp show: External s3 address not properly shown
# Bug Report <!-- ## dvc exp show: External s3 address not properly shown --> ## Description Hello, I extended the example from https://github.com/iterative/dvc/issues/9713. Thank you so much for addressing that so quickly! This is much appreciated! When now using an external s3 address `s3://<BUCKET>/...
open
2023-07-25T00:01:48Z
2024-10-23T08:06:33Z
https://github.com/iterative/dvc/issues/9757
[ "bug", "p2-medium", "ui", "A: experiments" ]
kpetersen-hf
1
plotly/jupyter-dash
jupyter
66
AttributeError: module 'google.colab.output' has no attribute 'serve_kernel_port_as_iframe' in latest version
I experienced the following issue described here: https://stackoverflow.com/questions/68729989/jupyterdash-in-jupyterlabs-fails-after-using-plotly-express-in-a-prior-cell/68737108#68737108 I was only able to solve my issue by downgrading to version 0.2.1. Maybe there can be a way for users to turn off the connect...
open
2021-08-11T06:44:42Z
2021-08-11T06:44:42Z
https://github.com/plotly/jupyter-dash/issues/66
[]
jkropko
0
tflearn/tflearn
tensorflow
849
Model.predict giving same predictions for every examples
I have a 110 layer resnet trained and validated with 4 classes to classify. Training examples are in decent proportion (30%,20%,25%,25%). It has validation accuracy of around 90%. When testing it for new examples it gives same class as output always. I am giving a list of arrays as input to model.predict. I have attach...
open
2017-07-22T21:30:11Z
2019-05-24T14:20:06Z
https://github.com/tflearn/tflearn/issues/849
[]
deepakanandece
2
flaskbb/flaskbb
flask
294
Celery is NOT running
There is a problem. Celery is not running. You can start celery with this command: flaskbb --config None celery worker when do it as above there will be: -------------- celery@ip-172-31-16-221 v4.0.2 (latentcall) ---- **** ----- --- * *** * -- Linux-4.4.44-39.55.amzn1.x86_64-x86_64-with-glibc2.2.5 2017...
closed
2017-06-08T02:46:17Z
2018-04-15T07:47:46Z
https://github.com/flaskbb/flaskbb/issues/294
[]
battlecat
1
graphistry/pygraphistry
jupyter
239
[FEA] pipe
**Is your feature request related to a problem? Please describe.** It'd be super convenient to have a graph-friendly pipeline operator, replacing `a(b(c(g)))` with `g.pipe(c).pipe(b).pipe(a)`, similar to pandas and other ~monadic envs **Describe the solution you'd like** It should support transforms over nodes...
closed
2021-07-02T17:48:49Z
2021-08-24T14:16:19Z
https://github.com/graphistry/pygraphistry/issues/239
[ "enhancement", "help wanted", "good-first-issue" ]
lmeyerov
1
autokey/autokey
automation
129
When installed via pip, gir1.2-appindicator3-0.1 required
## Classification: UI/Usability ## Reproducibility: Always ## Summary Attempting to install via pip3 on recent debian has no problem until you attempt to launch the gui. It depends on the package ## Steps to Reproduce - pip3 install autokey - for good measure install libappindicator-3 (and -dev)...
open
2018-04-05T13:55:32Z
2018-07-29T17:28:08Z
https://github.com/autokey/autokey/issues/129
[]
iMartyn
3
apache/airflow
python
48,021
Task Execution API: Implement default version handling for no header
Task Execution API versioning was added in https://github.com/apache/airflow/pull/47951 via [Cadwyn](https://github.com/zmievsa/cadwyn). As a follow-up we should Implement default version handling for no header since it isn't available out of the box. So if a version isn't provided, we default it to latest.
open
2025-03-20T16:22:12Z
2025-03-20T16:24:31Z
https://github.com/apache/airflow/issues/48021
[ "area:API", "area:task-execution-interface-aip72" ]
kaxil
0
chezou/tabula-py
pandas
276
Tabula read_pdf cannot read all pages
<!--- Provide a general summary of your changes in the Title above --> # Summary of your issue tabula.read_pdf cannot read all pages. # What did you do when you faced the problem? I could not do anything. ## Code: ``` import tabula fp = r"https://www.apple.com/supplier-responsibility/pdf/Apple-S...
closed
2021-04-15T05:54:14Z
2021-04-15T05:54:26Z
https://github.com/chezou/tabula-py/issues/276
[]
ZhangYuchenApril
1
aio-libs/aiopg
sqlalchemy
40
Asyncio + sqlalchemy ORM
Привіт. Як працювати з об'єктами алхімії? Ну тобто зараз є можливість виконувати sql запити через conn.execute() і отримувати звідти скаляри. А можна отримувати обджекти?
closed
2014-12-23T10:13:21Z
2015-01-11T10:18:33Z
https://github.com/aio-libs/aiopg/issues/40
[]
iho
2
joouha/euporie
jupyter
133
Enabling private sixel color registers should not be necessary
This is not a big deal, but these private sixel color functions don't actually do anything: https://github.com/joouha/euporie/blob/be40f57aefad591f8880ea400f64ea7a9ecee924/euporie/core/io.py#L187-L193 Mode 1070 is a private mode, so those sequences should be `\x1b[?1070h` and `\x1b[?1070l`. That said, it's highly un...
open
2025-03-20T11:27:33Z
2025-03-20T11:27:33Z
https://github.com/joouha/euporie/issues/133
[]
j4james
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,366
why result from paired image and single image are different?
as i said. waiting for you.
open
2022-01-18T07:05:59Z
2022-01-20T23:10:44Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1366
[]
zhanghahah1993
3
pytest-dev/pytest-html
pytest
128
Chrome blocking data uri
I'm running Chrome 60 and cannot click to open any of the Links (Browser Log, Server Log, etc.) in my self-contained pytest-html report. This seems to be due to Chrome blocking top frame navigation to data urls. See [here](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GbVcuwg_QjM) for their develope...
closed
2017-08-28T19:42:57Z
2018-04-16T09:43:05Z
https://github.com/pytest-dev/pytest-html/issues/128
[]
micheletest
2
rgerum/pylustrator
matplotlib
69
Not expected behavior with drag and drop of subplots
ERROR: type should be string, got "\r\nhttps://github.com/user-attachments/assets/a017d3f5-a794-492b-9985-d395b8615825\r\n\r\nI experience weird behavior when manually interacting with the subplots generated by the example code (see the recorded screen).\r\n\r\nConfiguration: \r\nMacOS 13.7.1\r\nPython 3.10\r\nPylustrator 1.3.0"
open
2024-11-24T12:17:52Z
2025-03-09T01:59:25Z
https://github.com/rgerum/pylustrator/issues/69
[]
amichaut
3
plotly/dash
jupyter
2,989
dcc.dropdown options order not consistent during search
dash 2.18.0 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 Chrome, Windows **Describe the bug** For this dcc.Dropdown: `dcc.Dropdown(options=['1', '11 Text', '12', '110', '111', '112']) ` The desired ...
open
2024-09-08T10:49:02Z
2024-09-09T17:43:49Z
https://github.com/plotly/dash/issues/2989
[ "bug", "P3" ]
BellLongworth
0
DistrictDataLabs/yellowbrick
scikit-learn
1,016
Update tests to support Pandas 1.0
Pandas 1.0 introduces some deprecations that break our tests; we need to update our tests in order to fully support newer versions of Pandas.
closed
2020-02-07T00:30:30Z
2020-06-12T03:53:56Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1016
[ "priority: high", "type: technical debt" ]
bbengfort
0
pyppeteer/pyppeteer
automation
222
requests-html, pyppeteer and proxies
Hi All I'm attempting to use proxy servers with pypetter (via requests-html) Are you able to confirm that pyppeteer is able to use proxies such as `user:pass@my-proxy-server.com:12345` I attempt to use them as per chromium docs with `--proxy-server="user:pass@my-proxy-server.com:12345"` but get various `PageE...
open
2021-02-12T17:12:06Z
2021-02-14T03:06:30Z
https://github.com/pyppeteer/pyppeteer/issues/222
[]
Bobspadger
1
fastapi-users/fastapi-users
fastapi
769
Update documentation to match changes with v8.x.x
## Describe the bug Some of the documentation has mismatched method names. For example, the documentation under the `Usage -> Routes` page still references an `after_register` handler, but that is now the `on_after_register` handler within a `UserManager`. ## To Reproduce Go to the [Usage > Routes Page](https://...
closed
2021-10-15T20:56:19Z
2021-10-18T05:42:12Z
https://github.com/fastapi-users/fastapi-users/issues/769
[ "bug" ]
jdukewich
1
microsoft/nni
deep-learning
5,038
can i use netadapt with yolov5?
**Describe the issue**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow version: - Is conda/virtualenv/venv used?: - Is running in Docker?: **Configuration**: - Experiment config ...
open
2022-08-01T10:26:41Z
2022-08-04T01:49:59Z
https://github.com/microsoft/nni/issues/5038
[]
mumu1431
1
huggingface/peft
pytorch
1,971
hyper-paramter `r` in adalora_confg and lora_config
It is clear that `r` in lora_config refers to rank. However, in adalora, I noticed that `r` also exists (besides `target_r` and `init_r`) and is used in the example. I am wondering what this `r` represents in adalora? Thanks. ``` from transformers import AutoModelForSeq2SeqLM, LoraConfig >>> from peft import AdaLor...
closed
2024-07-29T22:21:21Z
2024-08-01T10:24:43Z
https://github.com/huggingface/peft/issues/1971
[ "good first issue", "contributions-welcome" ]
Vincent950129
1
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
151
下载视频会被定向到douyin.wtf上
使用docker将项目部署到自己服务器后使用下载功能会被定向到douyin.wtf而不是部署服务器本身,如果手动将douyin.wtf替换为部署服务器地址则可正常下载 ***发生错误的平台?*** TikTok 如:抖音/TikTok ***发生错误的端点?*** Web APP 如:API-V1/API-V2/Web APP ***提交的输入值?*** https://www.douyin.com/discover?modal_id=7069543727328398622 如:短视频链接 ***是否有再次尝试?*** 是 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的...
closed
2023-02-08T13:45:27Z
2023-02-08T17:38:10Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/151
[ "BUG" ]
c-or
1
tortoise/tortoise-orm
asyncio
1,667
Problems using `.raw()` instead of `.filter()`
**Describe the bug** To get consistency between Tortoise-based and non-Tortoise based queries, I started replacing the usual `<ModelClassName>.filter(...)` fetches with `<ModelClassName>.raw(<PlainSQLQueryString>)`. It seemed to work, but I later found that saves were often not actually committing to the database. ...
open
2024-06-28T03:07:46Z
2024-07-02T02:43:11Z
https://github.com/tortoise/tortoise-orm/issues/1667
[]
davidmcnabnz
1
modoboa/modoboa
django
2,895
dkim missing via auth-smtp (submission), but added via local shell mail only
# Impacted versions * OS Type: Debian * OS Version: Debian 10 (buster) * Database Type: PostgreSQL * Database version: 11.19 * Modoboa: 2.0.5 * installer used: Yes # Steps to reproduce Standard configuration via Installer. /etc/postfix/main.cf contains: ``` smtpd_milters = inet:127.0.0.1:12345 non_smtpd...
closed
2023-03-06T12:09:34Z
2023-08-07T04:05:31Z
https://github.com/modoboa/modoboa/issues/2895
[ "stale" ]
71ae
8
microsoft/qlib
deep-learning
975
Cannot build a new model
When I want to contribute a new model, it notices me as: return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_...
closed
2022-03-13T02:29:33Z
2024-07-16T14:50:40Z
https://github.com/microsoft/qlib/issues/975
[ "question" ]
mczhuge
2
coqui-ai/TTS
deep-learning
4,125
[Bug] Random Talk
### Describe the bug when i try tts in hindi with coqui tts it speak the given senetence but with some random talk (not understandable). ### To Reproduce genetrate :- हिंदी भाषा in hi it will speak hindi but with random talk ### Expected behavior _No response_ ### Logs _No response_ ### Envir...
closed
2025-01-08T06:31:52Z
2025-02-22T05:07:49Z
https://github.com/coqui-ai/TTS/issues/4125
[ "bug", "wontfix" ]
0-666
7
zama-ai/concrete-ml
scikit-learn
910
How to build a СNN on BFV?
Hello! I am doing research related to neural networks and homomorphic encryption. Your library is amazing and allows you to explore the TFHE scheme! And as I understand it, the example of the convolutional neural network works with this scheme. However, a question arises, in one of the Issue I saw that you have suppor...
closed
2024-10-03T12:56:03Z
2024-10-03T15:10:00Z
https://github.com/zama-ai/concrete-ml/issues/910
[]
reaneling
2
coqui-ai/TTS
deep-learning
2,483
[Bug] pip install -e .[all,dev,notebooks] giving an error
### Describe the bug In the instructions under "Install TTS", there is command to install extras that is causing me an error when I run it: `pip install -e .[all,dev,notebooks] # Select the relevant extras` ### To Reproduce I tried each one of those options: [all, dev, notebooks] ``` `pip install -e . ...
closed
2023-04-05T06:43:20Z
2023-11-26T10:28:38Z
https://github.com/coqui-ai/TTS/issues/2483
[ "bug", "wontfix" ]
steve3p0
4
taverntesting/tavern
pytest
213
Failure messages
We are trying a simple test. while verifying the response i got error in verify ``` raise TestFailError("Test '{:s}' failed:\n{:s}".format(self.name, self._str_errors()), failures=self.errors) vern.util.exceptions.TestFailError: Test '23_03_Post P1 V1' failed: E - Value mismatch in body: Type of returned d...
closed
2018-11-27T08:22:34Z
2018-12-09T18:15:57Z
https://github.com/taverntesting/tavern/issues/213
[]
gbhangale416
2
deeppavlov/DeepPavlov
nlp
1,599
Doesn't work with recent version of pytorch-crf
Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. Please enter all the information below, otherwise your issue may be closed without a warning. **DeepPavlov version** (you can look it up by running `pip show ...
closed
2022-11-10T18:07:51Z
2022-11-11T14:49:33Z
https://github.com/deeppavlov/DeepPavlov/issues/1599
[ "bug" ]
claell
3
Nekmo/amazon-dash
dash
33
Native Openhab support
https://community.openhab.org/t/amazon-dash-button-things-wont-come-online-initializing/34438/60
closed
2018-02-20T20:18:00Z
2018-03-11T23:15:51Z
https://github.com/Nekmo/amazon-dash/issues/33
[ "enhancement" ]
Nekmo
0
graphql-python/graphene-django
django
944
How to generate non nullable queries?
This is my model and schema: ```python class AccountRegion(models.Model): name = models.CharField(_('name'), max_length=128) class AccountRegionType(DjangoObjectType): class Meta: model = AccountRegion class Query(graphene.ObjectType): account_regions = graphene.List(AccountRegionType) ...
closed
2020-04-23T16:27:15Z
2020-05-09T15:47:23Z
https://github.com/graphql-python/graphene-django/issues/944
[]
honi
2
RomelTorres/alpha_vantage
pandas
48
Example Code Doesn't Work in Python 3.6.1
Installed alpha_vantage from pip. `from alpha_vantage.timeseries import TimeSeries import matplotlib.pyplot as plt ts = TimeSeries(key='my key was here', output_format='pandas') data, meta_data = ts.get_intraday(symbol='MSFT',interval='1min', outputsize='full') data['close'].plot() plt.title('Intraday Times S...
closed
2018-02-21T15:22:47Z
2018-02-22T08:41:45Z
https://github.com/RomelTorres/alpha_vantage/issues/48
[]
dougransom
2
numpy/numpy
numpy
28,256
TYP: `timedelta64.__divmod__` incorrect inference
### Describe the issue: Using `divmod` widens generic type of timedelta64. The last overload should probably use `Self` instead of `timedelta64`, or possible add an overload for the timedelta case. https://github.com/numpy/numpy/blob/6bc905859780c44193942ea2d0d297abcd691330/numpy/__init__.pyi#L4472-L4477 ### Reprod...
closed
2025-01-31T17:44:53Z
2025-02-01T19:40:53Z
https://github.com/numpy/numpy/issues/28256
[ "41 - Static typing" ]
randolf-scholz
1
flasgger/flasgger
flask
285
__init__() missing 2 required positional arguments: 'schema_name_resolver' and 'spec'
Hello, I'm getting the error below. Am I missing anything? ``` ../../../env36/lib64/python3.6/site-packages/flask_base/app.py:1: in <module> from flasgger import Swagger, LazyString, LazyJSONEncoder ../../../env36/lib64/python3.6/site-packages/flasgger/__init__.py:8: in <module> from .base import Swagger...
open
2019-02-10T15:14:05Z
2019-07-25T05:52:22Z
https://github.com/flasgger/flasgger/issues/285
[]
wobeng
12
streamlit/streamlit
machine-learning
10,747
Add support for Jupyter widgets / ipywidgets
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Jupyter Widgets are [interactive browser controls](https://github.com/jupyter-widgets/ipywidgets/blob/main/do...
open
2025-03-12T16:22:36Z
2025-03-18T10:31:37Z
https://github.com/streamlit/streamlit/issues/10747
[ "type:enhancement", "feature:custom-components", "type:possible-component" ]
lukasmasuch
1
amidaware/tacticalrmm
django
1,714
Feature Request: Automated Task run at User Login
**Is your feature request related to a problem? Please describe.** I have a Task that reads the Logonserver of the Agent and writes it to a Custom Field, when there is not User logged it, the Script dont "posts an answer" to the Custom Field, so the Field is empty and not visible at the Summary Tab. Actually the Scrip...
open
2023-12-22T15:43:08Z
2023-12-22T15:43:35Z
https://github.com/amidaware/tacticalrmm/issues/1714
[]
maieredv-manuel
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
780
using CycleGAN for Chinese characters style transfer
Hi, thank you for sharing the code and this is a very good work. Now, I want to know if the CycleGAN can be used for Chinese characters style transfer. As I know, zi2zi used the pix2pix for this task. I need some suggestions. Thank you~^_^
closed
2019-09-27T08:57:25Z
2019-09-29T11:18:01Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/780
[]
Danee-wawawa
2
tensorlayer/TensorLayer
tensorflow
1,076
input shape of deformable convilution OP must be fixed?If my input shape of w is not fixed. how can i use deformable convilution function?
![image](https://user-images.githubusercontent.com/17508662/79410167-3fe42f00-7fd2-11ea-93b6-bff9fab695a6.png) ![image](https://user-images.githubusercontent.com/17508662/79410199-4ffc0e80-7fd2-11ea-8055-573836a74d52.png)
open
2020-04-16T03:06:29Z
2020-04-16T03:10:04Z
https://github.com/tensorlayer/TensorLayer/issues/1076
[]
cjt222
0
aimhubio/aim
tensorflow
3,060
LOG.old files
## ❓Question I am using an [aimlflow](https://github.com/aimhubio/aimlflow) watcher to sync aim with mlflow every minute and I found out that the repository size get's quite big (1gb for a run with ~2e5 logged metrics) because of an abundance of LOG.old files inside the meta/chunks/run_id folder. Are these necessary,...
closed
2023-11-10T13:29:23Z
2023-11-11T08:00:25Z
https://github.com/aimhubio/aim/issues/3060
[ "type / question" ]
roman-vygon
2