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
pytest-dev/pytest-xdist
pytest
663
Exit code consolidation
We don't know in advance how many workers we need for the tests (it depends on information we calculate in `pytest_generate_tests`), so if we have too many workers, we skip the redundant ones (as suggested here - https://stackoverflow.com/questions/33400071/skip-parametrized-tests-generated-by-pytest-generate-tests-at-...
open
2021-05-18T15:26:27Z
2021-05-19T12:36:59Z
https://github.com/pytest-dev/pytest-xdist/issues/663
[]
cr-omermazig
11
python-gitlab/python-gitlab
api
2,890
Improve download files from artifacts
## Description of the problem, including code/CLI snippet If file is absent in repository that will error: `('Connection broken: IncompleteRead(0 bytes read, 2 more expected)', IncompleteRead(0 bytes read, 2 more expected))` It has not information, and I can`t clearly use try-except to handle this error. ## Expec...
closed
2024-06-04T14:11:45Z
2024-07-29T02:22:01Z
https://github.com/python-gitlab/python-gitlab/issues/2890
[ "need info", "stale" ]
q000p
3
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,544
[Bug]: restarting the PC when using stable diffusion
### 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 - [X] The issue has not been reported ...
open
2024-10-11T19:18:52Z
2024-10-12T20:53:52Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16544
[ "bug-report" ]
Wertat12
1
CTFd/CTFd
flask
2,394
Docker compose: Mounting volumes
**Environment**: - master - Operating System: Ubuntu 22.04 / Docker - Web Browser and Version: Hey all, I'm trying to mount local custom themes into a docker instance. Was hoping someone can share some examples of how they are doing this? Something like this does not seem to work: - .data/CTFd/t...
closed
2023-08-29T20:02:40Z
2023-08-31T08:19:20Z
https://github.com/CTFd/CTFd/issues/2394
[]
socialstijn
0
streamlit/streamlit
data-visualization
9,934
Provide tooltip icon to show when label is hidden.
### 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 I have reported this before [here](https://github.com/streamlit/streamlit/issues/9705#issue-2605477818) but w...
open
2024-11-26T23:04:24Z
2024-12-28T23:30:08Z
https://github.com/streamlit/streamlit/issues/9934
[ "type:enhancement", "area:widgets" ]
Socvest
3
tflearn/tflearn
tensorflow
1,154
Not working with tensorflow 2.3.1
from tensorflow.contrib.framework.python.ops import add_arg_scope as contrib_add_arg_scope ModuleNotFoundError: No module named 'tensorflow.contrib'
open
2020-10-16T19:18:09Z
2020-11-13T01:30:03Z
https://github.com/tflearn/tflearn/issues/1154
[]
AkilaUd96
5
gee-community/geemap
jupyter
1,561
cartoee.add_scale_bar_lite() issue
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information Please run the following code on your computer and share the output with us so that we can better debug your issue: ```python import ee import geemap import cartopy.crs as ccrs # import the cartoee functionalit...
closed
2023-06-13T02:30:42Z
2023-06-13T03:25:07Z
https://github.com/gee-community/geemap/issues/1561
[ "bug" ]
caomy7
6
InstaPy/InstaPy
automation
5,932
Commenting with '@{}' inserts my own username instead of the target's username
<!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht --> <!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki --> ## Expected Behavior @{} should insert the target's username in comments ## Current Behavior @{} inserts ...
closed
2020-11-30T04:32:50Z
2020-12-06T21:12:18Z
https://github.com/InstaPy/InstaPy/issues/5932
[]
sharmanshah
1
wkentaro/labelme
computer-vision
1,018
How can I enable side bar that is label list, file list, etc
I accidentally clicked on the "crossed" button which made the label list, file list, etc from the side bar disappear. How can I enable those back?
closed
2022-05-13T19:52:48Z
2022-05-13T19:53:53Z
https://github.com/wkentaro/labelme/issues/1018
[]
jaskiratsingh2000
0
wkentaro/labelme
computer-vision
644
[Feature] Set yes button as default in delete label warning popup
**Is your feature request related to a problem? Please describe.** I use macOS when I'm labeling and verifying images. When I delete a label, the warning dialog box pops up. Currently, pressing Enter selects "No" in the dialog box. There is no way to change it to "Yes" using just the keyboard. Also, when I select to d...
closed
2020-04-16T07:40:22Z
2020-05-26T14:59:06Z
https://github.com/wkentaro/labelme/issues/644
[]
aksharpatel47
0
tensorflow/tensor2tensor
deep-learning
1,532
How to restore a trained Transformer model to make predictions in Python?
I trained the Transformer model on my own data by defining an own Problem class (called "sequence", which is a text2text problem). I used `model=transformer` and `hparams=transformer_base_single_gpu`. After data generation, training and decoding I successfully exported the model using `t2t-exporter` as I can see a `sav...
open
2019-04-07T19:03:22Z
2019-10-09T14:08:38Z
https://github.com/tensorflow/tensor2tensor/issues/1532
[]
NielsRogge
6
jupyter/nbgrader
jupyter
1,242
Generate assignments from a folder structure with subfolders
Hi, I have a small problem using nbgrader on Jupyterhub. I am using following versions: Ubuntu 18.04 Nbgrader 0.6.0 Jupyterhub 1.0.0 (tljh) Jupyter Notebook 5.7.8 I'm trying to generate assignments from a folder structure with subfolders. So my source folder looks something like this: ./source/assignm...
closed
2019-10-10T11:28:28Z
2019-11-02T09:59:33Z
https://github.com/jupyter/nbgrader/issues/1242
[ "duplicate" ]
DerFerdi
2
sqlalchemy/alembic
sqlalchemy
981
Autogenerated revisions want to change foreignkeys without code changes
**Describe the bug** Initially I had the issue of having `None` in my autogenerated Foreignkeys, but I managed to get past that from #588, but now when I autogenerate without changing anything in the code Alembic changes the foreignkeys. I can run autogenerate multiple times and the new revisions are constantly tryin...
closed
2022-01-26T07:23:24Z
2022-03-13T16:21:26Z
https://github.com/sqlalchemy/alembic/issues/981
[ "question" ]
HansBambel
3
jupyter-incubator/sparkmagic
jupyter
13
Explore alternate SQL contexts
Sparkmagic currently supports only vanilla SQLContexts as first class interfaces. If a user wants to use an alternate context (like a HiveQLContext), they can do so through the pyspark or scala interfaces, but they must handle the context itself. It may be useful to allow the user to specify a type of SQLContext when...
closed
2015-09-28T20:28:29Z
2015-10-30T20:06:59Z
https://github.com/jupyter-incubator/sparkmagic/issues/13
[ "kind:enhancement" ]
alope107
0
lundberg/respx
pytest
274
Test error in Python 3.12 -Debian
Hi, I am getting the following test error while building the package in Debian unstable. ``` _____________________ ERROR at setup of test_plain_fixture _____________________ file /tmp/pytest-of-yogu/pytest-0/test_respx_mock_fixture0/test_respx_mock_fixture.py, line 8 def test_plain_fixture(respx_mock): E ...
closed
2024-08-17T23:02:34Z
2024-12-19T10:58:53Z
https://github.com/lundberg/respx/issues/274
[]
NGC2023
1
dask/dask
scikit-learn
10,997
Dumb code error in the Example code in Dask-SQL Homepage
Easy to fix. On https://dask-sql.readthedocs.io/en/latest/ in the Example code the last line is ``` # ...or use it for another computation result.sum.mean().compute() ``` this throws an error because 'sum' was accidentally left in. the code should be: ``` # ...or use it for another computation resul...
closed
2024-03-12T14:44:08Z
2024-03-15T16:21:13Z
https://github.com/dask/dask/issues/10997
[ "needs triage" ]
tiraldj
3
eriklindernoren/ML-From-Scratch
data-science
12
Apriori - Subset name error
Name subset missing s (subsets) at line 158? NameError Traceback (most recent call last) <ipython-input-117-5dfcb657789c> in <module>() 17 18 # Get and print the rules ---> 19 rules = apriori.generate_rules(transactions) 20 print ("Rules:") 21 for rule in ru...
closed
2017-03-05T21:21:57Z
2017-03-06T09:43:27Z
https://github.com/eriklindernoren/ML-From-Scratch/issues/12
[]
zpencerguy
2
pyqtgraph/pyqtgraph
numpy
2,367
ExportDialog Drawn Off Screen
Depending on the size of the scene the export dialog box can be drawn off or partially off screen. This is due to an implementation of the `show` command that allows moving the box to negative pixel indices. Problem Code: https://github.com/pyqtgraph/pyqtgraph/blob/a5f48ec5b58a10260195f1424309f7374a85ece7/pyqtgraph...
closed
2022-07-19T14:09:36Z
2022-10-28T16:53:02Z
https://github.com/pyqtgraph/pyqtgraph/issues/2367
[ "good first issue", "exporters", "hacktoberfest" ]
cdfredrick
5
OFA-Sys/Chinese-CLIP
computer-vision
72
训练模型时,他是输入一个图片对应多个query,还是随机输入不同的query和图片,如果是前者的话,我保持图片数量不变,增加query应该不会增加太多训练时间
closed
2023-03-21T02:55:18Z
2023-04-27T15:45:02Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/72
[]
shenghuangxu
1
manbearwiz/youtube-dl-server
rest-api
45
Request: Error handling on download thread
Queue downloading does not recover after any error occurs on the download thread. This is the same issue as: https://github.com/manbearwiz/youtube-dl-server/issues/43
closed
2019-10-14T06:46:12Z
2020-12-04T21:37:22Z
https://github.com/manbearwiz/youtube-dl-server/issues/45
[]
GeorgeHahn
3
pywinauto/pywinauto
automation
813
pywinauto crashes with tkinter on Python 3.7 on exit
Simply importing `pywinauto` and `tkinter` together will crash Python 3.7 post execution ## Expected Behavior Not get any "Python has stopped working" crash message after Python script has executed. ## Actual Behavior After execution, Python should be able to exit gracefully without a crash message. ## Steps...
open
2019-09-06T13:50:16Z
2021-09-02T09:51:40Z
https://github.com/pywinauto/pywinauto/issues/813
[ "3rd-party issue" ]
r-ook
9
lexiforest/curl_cffi
web-scraping
336
[BUG] 中文网站乱码 Chinese website messy code
- curl_cffi version 0.6.4 请问中文网站乱码,有什么通用的解决办法吗?(即不通过手动指定编码) Can you tell me if there is any general solution for Chinese websites with messy codes? (i.e. not by specifying the encoding manually)
closed
2024-07-03T06:46:56Z
2024-07-04T03:32:20Z
https://github.com/lexiforest/curl_cffi/issues/336
[ "bug" ]
zyoung1212
6
tensorflow/tensor2tensor
machine-learning
1,486
The variable is in the checkpoints, But the model cannot be loaded correctly.
### Description Hi, I want to reproduce the CNN translation model. But I encounter the model load problem. When I use the tensorflow 1.8, the model seems to be loaded correctly. But when I use the tensorflow 1.12, the model can not be loaded. And the message is ``` NotFoundError (see above for traceback): Restorin...
open
2019-03-13T09:35:01Z
2019-08-08T20:48:30Z
https://github.com/tensorflow/tensor2tensor/issues/1486
[]
chuanHN
3
mage-ai/mage-ai
data-science
5,363
[BUG] Transformer Block randomly stuck in
### Mage version 0.9.70 ### Describe the bug 1. the block in question is a simple block that returns a string 2. the parent block returns a data frame 3. the pipeline has been scheduled and working fine for at least 2 months 4. all of a sudden, the block stuck on the running state without being executed for 2 day...
open
2024-08-26T03:52:20Z
2024-08-26T18:49:42Z
https://github.com/mage-ai/mage-ai/issues/5363
[ "bug" ]
JethroJethro
1
yeongpin/cursor-free-vip
automation
124
no sign in [mac]
i logged out my account , closed the cursor, use cursor-free-vip sign a new account like this: <img width="1200" alt="Image" src="https://github.com/user-attachments/assets/f60798d1-1b91-4b6e-bcb8-2c2ea427bc3d" /> but, when i reopen my cursor, nothing happened <img width="649" alt="Image" src="https://github.com/use...
closed
2025-03-01T11:58:15Z
2025-03-06T04:26:04Z
https://github.com/yeongpin/cursor-free-vip/issues/124
[]
guox18
7
facebookresearch/fairseq
pytorch
5,097
Pretrain Hubert base second iteration
I'm training a Hubert model from scratch on 8k Hz audio speech data same as described on the paper, first iteration succeeded. I've started the second iteration where first iteration features were used to learns kmeans clusters. why the follow warning printed for all the training data. should I be concerned ? `[20...
open
2023-05-03T10:12:37Z
2024-11-12T07:44:19Z
https://github.com/facebookresearch/fairseq/issues/5097
[ "question", "needs triage" ]
renadnasser1
3
graphdeco-inria/gaussian-splatting
computer-vision
996
Extract data of ellipsoids
I want to get the mean and covariance of all ellipsoids of the fitting structure, is this achievable?
open
2024-09-26T03:00:03Z
2024-12-02T02:00:46Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/996
[]
3406212002
2
PeterL1n/BackgroundMattingV2
computer-vision
176
train_refine
Hi, first thanks for your great work! I'm trying to train the refine part, but I get some weird error. I tried everything but nothing helps. Maybe You guys have some ideas! ``` File "~/.venv/lib/python3.6/site-packages/torch/utils/data/dataset.py", line 272, in __getitem__ return self.dataset[self.indices[id...
closed
2022-03-25T10:11:15Z
2024-06-14T02:13:08Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/176
[]
grewanhassan
6
horovod/horovod
pytorch
4,050
How to set timeout status when Missing Rank?
How to set TIMEOUT for horovod? When retry time exceeds the TIMEOUT the program should shutdown If there is a TIMEOUT environment, I think it should be set by default
closed
2024-06-20T01:41:32Z
2025-01-21T05:34:19Z
https://github.com/horovod/horovod/issues/4050
[ "enhancement" ]
fuhailin
0
pywinauto/pywinauto
automation
651
wait Operation error
Hi Vasily, I am trying to access outlook. Based on docs and examples, I am trying below code with wait operation and getting timeout error before application open and visible. What might be best way to use wait operation? ```python from pywinauto.application import Application app = Application().start(r'C:\P...
closed
2019-01-08T04:22:09Z
2023-03-18T06:11:14Z
https://github.com/pywinauto/pywinauto/issues/651
[ "question" ]
rajarameshmamidi
16
Asabeneh/30-Days-Of-Python
matplotlib
222
30 days python
closed
2022-05-19T06:50:12Z
2022-05-19T06:50:24Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/222
[]
CYPHERTIGER
0
pytorch/pytorch
machine-learning
149,495
DISABLED AotInductorTest.FreeInactiveConstantBufferCuda (build.bin.test_aoti_inference)
Platforms: inductor This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=AotInductorTest.FreeInactiveConstantBufferCuda&suite=build.bin.test_aoti_inference&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/3901216756...
open
2025-03-19T09:43:10Z
2025-03-21T09:41:37Z
https://github.com/pytorch/pytorch/issues/149495
[ "module: flaky-tests", "skipped", "oncall: pt2", "oncall: export", "module: aotinductor" ]
pytorch-bot[bot]
11
onnx/onnxmltools
scikit-learn
526
CoreML to ONNX conversion error
I am trying to convert CoreML model - [MobileNetV2](https://developer.apple.com/machine-learning/models/) to ONNX. The conversion is successful but on loading the saved onnx file, the following error is thrown: [ONNXRuntimeError] : 1 : FAIL : Load model from mobilenetv2.onnx failed:Type Error: Type parameter (T) of ...
open
2022-02-16T01:58:03Z
2022-02-16T01:58:03Z
https://github.com/onnx/onnxmltools/issues/526
[]
Diksha-G
0
iperov/DeepFaceLive
machine-learning
123
Huge Delay
Everything is setup, works great. Only issue, huge delay even with audio offset sync, and fiddling with settings...I can't seem to find solution. Could it be an issue with my paging file allocation? I mean I changed it to 32gb as suggested, but for some reason I am only getting like 10fps on the source feed from my cam...
closed
2023-01-23T00:27:09Z
2023-01-23T15:29:39Z
https://github.com/iperov/DeepFaceLive/issues/123
[]
vintaclectic
2
TencentARC/GFPGAN
deep-learning
3
where is the pretrained model FFHQ_eye_mouth_landmarks_512.pth &arcface.....
nice work , i want to train the model , but where is pretrained model FFHQ_eye_mouth_landmarks_512.pth &arcface.....
closed
2021-06-16T08:08:45Z
2021-06-18T02:09:42Z
https://github.com/TencentARC/GFPGAN/issues/3
[]
zhangyunming
3
streamlit/streamlit
data-visualization
10,067
`st.server_state` with endpoint access (like `st.session_state`, but for global values; different from pickled user sessions)
### 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 Currently, we can use `st.cache_data` and `st.cache_resource` to "save" values that can be accessed be...
open
2024-12-22T10:09:44Z
2025-02-01T05:19:22Z
https://github.com/streamlit/streamlit/issues/10067
[ "type:enhancement", "feature:state" ]
sfc-gh-dmatthews
2
lukas-blecher/LaTeX-OCR
pytorch
229
`pip install pix2tex[gui]` does not work
Running `pip install pix2tex[gui]` in the terminal gives me `no matches found: pix2tex[gui]`. What am I doing wrong?
closed
2023-01-03T17:51:44Z
2023-01-04T13:48:06Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/229
[]
rschmidtner
2
keras-team/autokeras
tensorflow
1,680
KeyError: 'classification_head_1/spatial_reduction_1/reduction_type' with 'overwrite=True' & AK 1.0.17
### Bug Description Similar issue to #1183 even with `overwrite=True` and Autokeras 1.0.17 ### Bug Reproduction A simple image classification as given in the tutorials. Data used by the code: Normal jpg images. ### Expected Behavior The training continues to the maximal max_trials, then stops. ### Setu...
open
2022-02-10T09:44:14Z
2022-02-10T09:45:14Z
https://github.com/keras-team/autokeras/issues/1680
[]
mmortazavi
0
automl/auto-sklearn
scikit-learn
784
Does output with R2 below simple multiple regression indicate error or tuning need?
This was the script that resulted in an unusually low R2 -- the expected result was higher than multiple regression (.55) instead of R2 of .12. The question is whether this indicates a poor use case for auto-SKLearn, a need for parameter or hyperparameter adjustments, or some other error in use? 15:11:48 PRIVATE pyt...
closed
2020-02-18T15:44:50Z
2020-06-19T08:56:56Z
https://github.com/automl/auto-sklearn/issues/784
[]
EricLuellen
2
iperov/DeepFaceLab
machine-learning
778
Windows Error 1450 with Xseg and train SAE
Made everything step by step from the tutorial from YT, and with the last step (train SAE), I`ve got an error. `Running trainer. [new] No saved models found. Enter a name of a new model : hindu_SAE hindu_SAE Model first run. Choose one or several GPU idxs (separated by comma). [CPU] : CPU [0] : GeFor...
open
2020-06-09T21:22:40Z
2023-06-08T20:11:21Z
https://github.com/iperov/DeepFaceLab/issues/778
[]
wasyleque
1
Yorko/mlcourse.ai
pandas
747
Update the Docker image to use Poetry
The current Docker image ([Dockerfile](https://github.com/Yorko/mlcourse.ai/blob/main/docker_files/Dockerfile), [DockerHub](https://hub.docker.com/layers/festline/mlcourse_ai/latest/images/sha256-a736f95d84cb934331d5c58f408dbfcb897a725adb36a5963d9656f4199f4abb?context=explore)) uses Anaconda and is thus very heavy. Als...
closed
2023-05-17T09:24:57Z
2024-08-25T07:46:26Z
https://github.com/Yorko/mlcourse.ai/issues/747
[ "help wanted", "wontfix" ]
Yorko
0
gevent/gevent
asyncio
1,952
testFDPassSeparate fails on OpenIndiana (sunos5)
* gevent version: 22.10.2, installed from sdist during packaging `gevent` for OpenIndiana * Python version: 3.9.16, part of OpenIndiana * Operating System: OpenIndiana Hipster (latest) ### Description: I'm packaging `gevent` for OpenIndiana and I found that following four tests fails due to an OSError: ``` ...
closed
2023-05-08T13:03:22Z
2023-07-10T21:02:33Z
https://github.com/gevent/gevent/issues/1952
[ "Status: not gevent", "Platform: Unsupported environment" ]
mtelka
2
mckinsey/vizro
pydantic
732
[POC] Investigate whether we can get rid of outer container with className to use vizro-bootstrap
Currently, if someone creates a pure Dash app and wants to use the vizro-bootstrap CSS file, they have to wrap their Dash app content inside an outer div with the className=vizro_light or vizro_dark. If not provided, it does not take on the styling of our Vizro bootstrap stylesheet. Take this minimal example: https...
closed
2024-09-23T11:43:23Z
2024-10-15T11:54:43Z
https://github.com/mckinsey/vizro/issues/732
[]
huong-li-nguyen
7
bmoscon/cryptofeed
asyncio
360
Bitfinex: failing pair normalization strategy
**Describe the bug** `BCHN` & `BCHABC` are not distinguished by Cryptofeed/Bitfinex. `LINK` is not recognized by Cryptofeed/Bitfinex. Current code in `pairs.py` assumes only 3 letters allow identifying a coin. ```python normalized = pair[1:-3] + PAIR_SEP + pair[-3:] ``` - Which does not allow distin...
closed
2020-12-20T20:04:33Z
2020-12-23T14:23:58Z
https://github.com/bmoscon/cryptofeed/issues/360
[ "bug" ]
yohplala
1
vaexio/vaex
data-science
1,951
[BUG-REPORT] install error for vaex on python=3.10 in vaex-core with vaexfast.cpp
Thank you for reaching out and helping us improve Vaex! Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the Open and Closed Issues - your problem may already be discussed or addressed. **Description** Please provide a cle...
closed
2022-02-28T17:50:42Z
2024-06-14T00:59:51Z
https://github.com/vaexio/vaex/issues/1951
[]
root-11
13
Miserlou/Zappa
flask
1,389
can't make 2 events in same s3 bucket
## Expected Behavior Created s3:ObjectCreated:* event schedule for {name}! ## Actual Behavior s3:ObjectCreated:* event schedule for {name} already exists - Nothing to do here. ## Possible Fix to make multiple event in s3 ## Your Environment setting file is like below { "service1": { "events": ...
closed
2018-02-12T06:55:49Z
2018-02-12T17:03:35Z
https://github.com/Miserlou/Zappa/issues/1389
[]
sshkim
1
microsoft/qlib
deep-learning
1,115
backtest error using gru
here is the problem, i am using GRU for prediction, here is my backtest config ` ################################### # prediction, backtest & analysis ################################### port_analysis_config = { "executor": { "class": "SimulatorExecutor", "module_path": "qlib.backtest.exec...
closed
2022-05-28T12:26:06Z
2024-07-09T14:47:37Z
https://github.com/microsoft/qlib/issues/1115
[ "question" ]
LiuHao-THU
2
strawberry-graphql/strawberry
fastapi
3,081
Missing `starlite` docs
`starlite` integration was added in https://github.com/strawberry-graphql/strawberry/pull/2391 in which docs were added. The doc file does exist - https://github.com/strawberry-graphql/strawberry/blob/main/docs/integrations/starlite.md ...but on the website there is no mention of it under Integrations: ![image...
closed
2023-09-07T22:34:23Z
2025-03-20T15:56:21Z
https://github.com/strawberry-graphql/strawberry/issues/3081
[]
dhirschfeld
5
miguelgrinberg/flasky
flask
416
ch
closed
2019-03-29T14:08:54Z
2019-03-29T14:09:15Z
https://github.com/miguelgrinberg/flasky/issues/416
[]
lyhanburger
1
marshmallow-code/apispec
rest-api
444
What to do about multiple nested schemas warning?
Originally reported here: https://github.com/Nobatek/flask-rest-api/issues/57 - see there for more input -- I'm using marshmallow v3-rc5 and using [two-way nesting](https://marshmallow.readthedocs.io/en/latest/nesting.html#two-way-nesting) Using this technique I get the following error if I attempt to use someth...
open
2019-05-03T14:29:42Z
2020-07-20T09:43:38Z
https://github.com/marshmallow-code/apispec/issues/444
[ "question" ]
revmischa
9
ufoym/deepo
jupyter
116
[WARNING]: Empty continuation lines will become errors in a future release.
I'm building an edited version of the tensorflow-py36-cuda90 dockerfile where I pip install some more packages ``` # ================================================================== # module list # ------------------------------------------------------------------ # python 3.6 (apt) # tensorflow ...
closed
2019-08-14T00:16:42Z
2020-01-24T19:17:25Z
https://github.com/ufoym/deepo/issues/116
[]
rbavery
0
sinaptik-ai/pandas-ai
data-visualization
912
Cache related issue
### System Info OS version: Windows 10 Python version: 3.11 The current version of pandasai being used: 1.5.18 ### 🐛 Describe the bug I tried to run the code from example: ------------- from pandasai import SmartDataframe df = pd.DataFrame({ "country": [ "United States", "United Kingdom", "Fran...
closed
2024-01-31T00:30:51Z
2024-07-22T14:30:16Z
https://github.com/sinaptik-ai/pandas-ai/issues/912
[]
staceymir
8
ultralytics/ultralytics
deep-learning
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
reloadware/reloadium
pandas
20
Reloadium on pycharm won't load Flask templates
**Describe the bug** I tried the reloadium plugin for PyCharm for my Flask project. The problem is reloadium cannot found the index.html template used in my project. Here is the error : ``` C:\Users\tom52\Desktop\projet>reloadium run app.py ■■■■■■■■■■■■■■■ Reloadium 0.8.8 ■■■■■■■■■■■■■■■ If you like this pr...
closed
2022-06-06T20:27:50Z
2022-06-16T10:19:12Z
https://github.com/reloadware/reloadium/issues/20
[]
pommepommee
2
freqtrade/freqtrade
python
10,648
Implementing Unified Trading Account (UTA) Feature (Bybit & Binance)
<!-- Have you searched for similar issues before posting it? 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 Please do not use the question template to report bugs or to request new features. --> ## Describe your e...
closed
2024-09-12T09:04:08Z
2024-09-12T09:28:23Z
https://github.com/freqtrade/freqtrade/issues/10648
[ "Question", "Non-spot" ]
aliengofx
1
microsoft/nni
tensorflow
5,555
TypeError: Invalid shape (64, 64, 1, 1) for image data
**Environment**: VScode - NNI version: 2.10 - Training service:remote - Client OS: MacOS - Server OS (for remote mode only): Ubuntu - Python version:3.9 - PyTorch version: 1.12 - Is conda/virtualenv/venv used?: conda - Is running in Docker?: No Hi, I am trying to prune a Face detector with this architecture:...
closed
2023-05-10T12:30:29Z
2023-05-27T12:28:55Z
https://github.com/microsoft/nni/issues/5555
[]
gkrisp98
6
JoeanAmier/TikTokDownloader
api
342
请问device_id 怎么设置
正在进行第 2 次重试 响应码异常: Client error '403 Forbidden' for url 'https://v16-webapp-prime.tiktok.com/video/tos/useast2a/tos-useast2a-ve-0068-euttp/oo8nyeeGLEjTgeNLI5xY7AgqEG0JeSIgYrQc17/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0 %7C0%7C&cv=1&br=1006&bt=503&cs=0&ds=6&ft=Fx9KL6BMyq8jV1tiE12if3EYztGxRf&mime_typ...
open
2024-12-02T10:11:34Z
2025-01-06T16:15:14Z
https://github.com/JoeanAmier/TikTokDownloader/issues/342
[]
sean0157
3
zappa/Zappa
flask
1,232
How we can set up web acl (WAF) with api gateway stage?
How we can set up web acl (WAF) with api gateway stage?
closed
2023-04-20T03:19:15Z
2023-05-22T00:24:45Z
https://github.com/zappa/Zappa/issues/1232
[]
jitesh-prajapati123
2
keras-team/keras
data-science
21,027
Use JAX's AbstractMesh in distribution lib
In the JAX [distribution lib](https://github.com/keras-team/keras/blob/master/keras/src/backend/jax/distribution_lib.py#L246), use [AbstractMesh](https://github.com/jax-ml/jax/blob/main/jax/_src/mesh.py#L434) instead of Mesh since it doesn't result in a JIT cache misses when the devices change. It may also simplify the...
open
2025-03-13T20:26:13Z
2025-03-17T19:06:38Z
https://github.com/keras-team/keras/issues/21027
[ "type:performance", "backend:jax" ]
hertschuh
6
indico/indico
sqlalchemy
5,919
Room booking link from agenda
**Is your feature request related to a problem? Please describe.** It's a bit cumbersome to verify the details of a room booking. I can think of a few situations where these details would be useful: - People clone agenda and forget to check if the room booking is still valid - The room has a subsequent booking that...
open
2023-09-06T07:17:55Z
2025-03-21T15:33:13Z
https://github.com/indico/indico/issues/5919
[ "enhancement" ]
dguest
1
vitalik/django-ninja
django
1,279
Mypy complaining about PatchDict
Please describe what you are trying to achieve Please include code examples (like models code, schemes code, view function) to help understand the issue I'm using PatchDict to extend a Schema so it can be used for partial update. The code functions fine, but I'm not sure how to get around the mypy complaints: ...
closed
2024-08-25T18:15:19Z
2024-08-26T07:57:32Z
https://github.com/vitalik/django-ninja/issues/1279
[]
oscarychen
1
pydata/xarray
pandas
9,346
datatree: Tree-aware dataset handling/selection
### What is your issue? > I'm looking for a good way to apply a function to a subset of nodes that share some common characteristics encoded in the subtree path. > > Imagine the following data tree > > ```python > import xarray as xr > import datatree > from datatree import map_over_subtree > > dt = datatr...
open
2024-08-13T16:20:31Z
2024-08-13T16:22:19Z
https://github.com/pydata/xarray/issues/9346
[ "topic-DataTree" ]
keewis
0
dnouri/nolearn
scikit-learn
31
PendingDeprecationWarning: object.__format__ with a non-empty format string is deprecated
I am getting: ``` /home/ubuntu/git/nolearn/nolearn/lasagne.py:408: PendingDeprecationWarning: object.__format__ with a non-empty format string is deprecated ``` which I believe is coming from: ``` print(" {:<18}\t{:<20}\tproduces {:>7} outputs".format( layer.__class__.__name__, ...
closed
2015-01-29T05:50:48Z
2015-02-08T22:59:30Z
https://github.com/dnouri/nolearn/issues/31
[]
cancan101
1
tortoise/tortoise-orm
asyncio
1,533
Group by for many to many table problem
Hi, I am encountering an issue with how Tortoise ORM handles grouping in queries involving many-to-many tables. Specifically, when I attempt to group by a single field in a many-to-many intermediary table, the SQL query produced by Tortoise ORM includes additional fields in the GROUP BY clause, leading to incorrect ag...
open
2024-01-02T10:23:50Z
2024-01-02T10:36:35Z
https://github.com/tortoise/tortoise-orm/issues/1533
[]
acast83
0
wandb/wandb
data-science
9,580
[Bug]: Login error `Object has no attribute 'disabled'`
### Describe the bug I just `pip install wandb` (version `0.19.8`) and got an error when running `wandb login <API-KEY>`. ``` Traceback (most recent call last): File "/home/GRAMES.POLYMTL.CA/p118739/.conda/envs/ply_env/bin/wandb", line 8, in <module> sys.exit(cli()) File "/home/GRAMES.POLYMTL.CA/p118739/.cond...
closed
2025-03-13T14:29:39Z
2025-03-24T14:54:11Z
https://github.com/wandb/wandb/issues/9580
[ "ty:bug", "a:sdk" ]
NathanMolinier
8
gunthercox/ChatterBot
machine-learning
1,801
Best Match Behaviour
Hi, I'm getting some unusual results with the BestMatch logic adaptor. For example, I trained my bot with the following two questions: "Who wrote The Odyssey?" "Who wrote The Lord of the Rings?" If I ask the bot "Who wrote The Lord of the Rings?", I get a confidence of 1 and the correct answer. If I drop the ...
open
2019-08-22T16:29:29Z
2021-02-03T14:55:51Z
https://github.com/gunthercox/ChatterBot/issues/1801
[]
dcasserly001
3
youfou/wxpy
api
205
收消息时会有并发的问题
应当如何解决,python较差,因为看了这个项目才算入门~
open
2017-09-29T05:49:29Z
2017-09-29T05:49:29Z
https://github.com/youfou/wxpy/issues/205
[]
bestfc
0
plotly/dash-core-components
dash
795
Range slider update is slow when draging but fast when clicking despite 'mouseup' property
I'm aware the range-slider with "drag" option can be slow, however if I put updatemode="mouseup", I expect to be able to drag the range slider and get fast results, since the intermediate positions of the slider won't be evaluated in this case. However I observe that clicking the range slider is fast, while draging ...
open
2020-04-19T17:25:21Z
2020-04-20T07:10:40Z
https://github.com/plotly/dash-core-components/issues/795
[]
P-mir
0
stanford-oval/storm
nlp
265
[BUG] ImportError: cannot import name 'AzureAISearch' from 'knowledge_storm.rm'
**Describe the bug** ImportError: cannot import name 'AzureAISearch' from 'knowledge_storm.rm' **To Reproduce** pip install knowledge-storm pip install knolwledge-storm-upgrade python examples/storm_examples/run_storm_wiki_gpt.py --output-dir . --retriever you --do-research --do-generate-outline --do-generate-a...
closed
2024-12-09T15:44:50Z
2024-12-11T07:31:03Z
https://github.com/stanford-oval/storm/issues/265
[]
Elusv
1
microsoft/nni
deep-learning
5,342
nni webportal doesn't show
**Describe the issue**: webportal doesn't appear after executing nnictl create --config config_detailed.yml **Environment**: Google Cloud VM - NNI version: 2.10 - Training service (local|remote|pai|aml|etc): - Client OS: Ubuntu 20 - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow v...
closed
2023-02-08T22:07:06Z
2023-02-17T02:50:52Z
https://github.com/microsoft/nni/issues/5342
[]
yiqiaoc11
5
pyg-team/pytorch_geometric
deep-learning
10,010
Cuda 12.6/8 support?
### 😵 Describe the installation problem Very brief: - Is cuda 12.6/8 supported? - If they are, can we please get a downloadable whl alongside the existing ones for cuda 12.4? Thank you!
closed
2025-02-10T16:53:06Z
2025-03-20T20:57:03Z
https://github.com/pyg-team/pytorch_geometric/issues/10010
[ "installation" ]
Nathaniel-Bubis
2
slackapi/python-slack-sdk
asyncio
1,189
How to use blocks in attachments using the model classes
Currently only legacy fields are supported in the Attachments object (`from slack_sdk.models.attachments import Attachment`). The API now supports passing in Blocks (https://api.slack.com/reference/messaging/attachments#fields). Please can support be added to include this. ### Category (place an `x` in each of the `...
closed
2022-03-09T17:06:51Z
2022-03-10T01:48:11Z
https://github.com/slackapi/python-slack-sdk/issues/1189
[ "question", "web-client", "Version: 3x" ]
alextriaca
1
ionelmc/pytest-benchmark
pytest
79
Add a "quick and dirty" way to get execution times for test cases
I would like some way to quickly (i.e. without having to modify the test suite) get timing data for test cases, as well as a sum total for the whole test suite. Something like `--durations` but with an optional (or automatically determined, like with `timeit`) number of repetitions. Would this be a fit for this p...
open
2017-07-03T19:16:02Z
2019-01-07T11:02:45Z
https://github.com/ionelmc/pytest-benchmark/issues/79
[ "documentation" ]
hop
8
qubvel-org/segmentation_models.pytorch
computer-vision
157
Qustions: Softmax for Multi-Class
Hi! Thank you for your work! I have a question: Is it necessary to have a background class when using softmax activation? So that every pixel belongs to a label. And what is the difference between 'softmax' and 'softmax2d'? Thank U!
closed
2020-03-04T16:54:22Z
2022-02-10T01:50:55Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/157
[ "Stale" ]
gjbit
10
slackapi/python-slack-sdk
asyncio
1,144
SlackConnectionError: Handshake status 404 - Bot broken since 12/3/21
I have a bot that was working until 12/3/21. I was thinking it was due to rtm.start being deprecated on 11/30, but your message said it would only affect new apps. So not sure what the issue may be. Please assist I get the following error: ``` Traceback (most recent call last): File "/lib/python2.7/site-package...
closed
2021-12-06T19:32:57Z
2022-01-24T00:02:29Z
https://github.com/slackapi/python-slack-sdk/issues/1144
[ "Version: 1x", "needs info", "rtm-client", "web-client", "auto-triage-stale" ]
syun54
11
holoviz/panel
jupyter
7,073
Several stylings do not load when disconnected from the internet (i.e. behind a corporate firewall)
#### ALL software version info Panel 1.4.5 Panel is loaded with `pn.serve` from a Uvicorn FastAPI server. Uvicorn 0.30.5 Panel Server on Ubuntu 22.04 Browser is MS Edge on Windows 11 #### Description of expected behavior and the observed behavior Please try disconnecting from the internet and connecting (local...
open
2024-08-04T10:36:23Z
2024-10-25T19:37:37Z
https://github.com/holoviz/panel/issues/7073
[]
giladpn
13
wkentaro/labelme
deep-learning
317
color assignments
in json_to_dataset.py, i can manipulate the output colors for the labels by changing the values of label_value. however i need to get a specific color given a rgb value. do you have a masterlist of the rgb equivalents of the colors assigned to the values in label_value?
closed
2019-02-12T07:23:14Z
2019-02-13T01:48:23Z
https://github.com/wkentaro/labelme/issues/317
[]
digracesion
7
matterport/Mask_RCNN
tensorflow
2,170
[ Data Set Recommendation]: Multi-Class Object Detection Data Set?
Hi, For some experiment purposes, I require the following format open-source data set which is for the **multi-class** problem. ``` Annotation: - 1.xml - 2.xml - 3.xml ... Images: 1.jpg 2.jpg 3.jpg ... ``` The `XML` annotation should only contain bounding box information (like in PASCAL VOC). And `n...
closed
2020-05-09T07:39:03Z
2020-05-14T21:59:38Z
https://github.com/matterport/Mask_RCNN/issues/2170
[]
innat
0
clovaai/donut
computer-vision
158
Training Donut for a new language
@josianem @gwkrsrch thank you for a great work! Could you please help me with donut pretaining for a new language? I am trying to train donut model for ukrainian text. What advice could you give me in terms of tokeneizer and data amount?
open
2023-03-05T17:14:43Z
2023-03-05T17:14:43Z
https://github.com/clovaai/donut/issues/158
[]
Invalid-coder
0
mlfoundations/open_clip
computer-vision
647
LAION-400M Citation
Not sure if this is the best spot, but I was looking for a Bibtex citation for LAION-400M's [Neurips 2021 version](https://datacentricai.org/neurips21/papers/159_CameraReady_Workshop_Submission_LAION_400M__Public_Dataset_with_CLIP_Filtered_400M_Image_Text_Pairs.pdf), and had to manually type it out. I thought it coul...
closed
2023-09-28T21:01:09Z
2023-10-24T02:11:25Z
https://github.com/mlfoundations/open_clip/issues/647
[]
samuelstevens
0
cvat-ai/cvat
computer-vision
9,113
(Help) How to use nginx as a reverse proxy for cvat instead of traefik?
I recently installed CVAT on a local VM. CVAT uses docker and installs a local Traefik container within the VM. The docs give instructions on how to run it on domain with free SSL by LetsEncrypt, but these docs assume that SSL termination happens on Traefik reverse proxy. But in my case, I already have a reverse proxy ...
closed
2025-02-17T13:22:54Z
2025-02-21T13:34:16Z
https://github.com/cvat-ai/cvat/issues/9113
[ "question" ]
osman-goni-cse
1
huggingface/datasets
computer-vision
6,476
CI on windows is broken: PermissionError
See: https://github.com/huggingface/datasets/actions/runs/7104781624/job/19340572394 ``` FAILED tests/test_load.py::test_loading_from_the_datasets_hub - NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpfcnps56i\\hf-internal-testing___dataset_with_script\...
closed
2023-12-06T08:32:53Z
2023-12-06T09:17:53Z
https://github.com/huggingface/datasets/issues/6476
[ "bug" ]
albertvillanova
0
xonsh/xonsh
data-science
5,450
Refactoring: operators
This is metaissue In the future we need to solve these points: * Confusion around `.output` and `.out`. * Show good cases when `!()` non-blocking is doing perfect work to people. * Use this advice https://github.com/xonsh/xonsh/pull/4445#pullrequestreview-757072815 ## For community ⬇️ **Please click the 👍 r...
open
2024-05-27T21:27:37Z
2024-06-22T20:22:07Z
https://github.com/xonsh/xonsh/issues/5450
[ "metaissue", "commandlining", "refactoring" ]
anki-code
0
erdewit/ib_insync
asyncio
327
reqHistoricalDataAsync() takes more time with "endDateTime" param
This is weird bug I have found during last months, because in summer 2020 everything worked fine. So, if I add date to `endDateTime` param in `reqHistoricalDataAsync()`, script executes in 30 times more than if I leave `endDateTime=""` param empty. Script with empty `endDateTime` executes in ~1.4 seconds for 50 sto...
closed
2021-01-08T17:00:48Z
2021-03-07T21:32:41Z
https://github.com/erdewit/ib_insync/issues/327
[]
fridary
3
davidteather/TikTok-Api
api
571
[FEATURE_REQUEST] - Adding "verify" as a parameter in the requests.
When using proxy servers some require to pass a "verify=False" into the request.get() statement. Currently verify is not passed into the requests statement, this does not allow me to use a proxy. Let me know if there another way around this.
closed
2021-04-21T22:36:43Z
2021-05-15T01:31:21Z
https://github.com/davidteather/TikTok-Api/issues/571
[ "feature_request" ]
bmader12
2
PaddlePaddle/ERNIE
nlp
122
ELMo中LAC_Demo的network.py中ipdb不适合暴露给用户
network.py 第12行import ipdb ipdb是一种调试工具,不适合暴露给用户,否则可能报错,如下: <img width="864" alt="3a20b5a8c0e34fe9e15d5df2999d1d8c" src="https://user-images.githubusercontent.com/48793257/57214900-f0555f00-701d-11e9-9cdb-0cd059958f98.png">
closed
2019-05-06T08:42:42Z
2019-06-11T06:49:49Z
https://github.com/PaddlePaddle/ERNIE/issues/122
[]
Steffy-zxf
0
TencentARC/GFPGAN
pytorch
390
not working
not working
open
2023-06-10T14:41:52Z
2023-06-10T14:41:52Z
https://github.com/TencentARC/GFPGAN/issues/390
[]
Vigprint
0
docarray/docarray
fastapi
1,780
Release Note
# Release Note This release contains 3 bug fixes and 4 documentation improvements, including 1 breaking change. ## 💥 Breaking Changes ### Changes to the return type of `DocList.to_json()` and `DocVec.to_json()` In order to make the `to_json` method consistent across different classes, we changed its return type in...
closed
2023-09-07T07:09:57Z
2023-09-07T13:50:39Z
https://github.com/docarray/docarray/issues/1780
[]
JoanFM
5
holoviz/panel
jupyter
7,169
Overlap in icons with new ChatMessage Layout
ChatMesssage(Tabs(Tabulator())) <img width="925" alt="image" src="https://github.com/user-attachments/assets/e671c158-3cbb-4096-bac9-8619d2273f6f">
closed
2024-08-19T20:43:21Z
2024-08-19T23:18:15Z
https://github.com/holoviz/panel/issues/7169
[]
ahuang11
1
pydata/xarray
numpy
9,343
datatree: Collapsible items in `groups` DataTree
### What is your issue? _Originally posted by @agrouaze in https://github.com/xarray-contrib/datatree/issues/145_ _Attempted implementation in [this PR](https://github.com/xarray-contrib/datatree/pull/155)_ Having collapsible items (like `xarray.Datasets`) in `groups` repr_html_ would help to have user friendly ...
open
2024-08-13T16:14:40Z
2024-08-13T18:16:02Z
https://github.com/pydata/xarray/issues/9343
[ "enhancement", "topic-html-repr", "topic-DataTree" ]
owenlittlejohns
1
AutoGPTQ/AutoGPTQ
nlp
159
[BUG] Error running quantized tiiuae/falcon-7b-instruct model
Hi, I was able to quantize the model using the following code: ```python pretrained_model_dir = 'tiiuae/falcon-7b-instruct' quantized_model_dir = 'tiiuae/falcon-7b-instruct-4bit-128g' quantize_config = BaseQuantizeConfig( bits=4, # quantize model to 4-bit group_size=128, # it is recommended to se...
closed
2023-06-15T08:43:01Z
2023-06-19T16:49:15Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/159
[ "bug" ]
abhinavkulkarni
8
davidsandberg/facenet
computer-vision
1,245
Unable to convert onnx model to TRT model
I have converted this model "20180402-114759" for face recognition to onnx format with onnx==1.14.1. and When I want to convert the onnx model to TRT I get these errors: "[E] Error[4]: [graphShapeAnalyzer.cpp::processCheck::862] Error Code 4: Internal Error (StatefulPartitionedCall/inception_resnet_v1/Conv2d_2a_3x3/Co...
open
2023-12-16T14:08:14Z
2024-08-07T13:31:18Z
https://github.com/davidsandberg/facenet/issues/1245
[]
k-khosravi
1
davidteather/TikTok-Api
api
579
[BUG] - Cannot download videos from by_hashtag with playwright because of EmptyResponseError
**Describe the bug** Because of the #434 issue i chosed to use playwright (Selenium seems detected when using by_hashtag). My goal was to download videos from by_hashtag method. I have no problem with getting tiktoks by_trending method and download them. But i cannot download data from api.get_Video_By_TikTok() whe...
closed
2021-05-05T18:40:15Z
2021-08-07T00:28:02Z
https://github.com/davidteather/TikTok-Api/issues/579
[ "bug" ]
Goldrest
3
ydataai/ydata-profiling
data-science
1,194
bug: variables list is causing a misconfiguration in the UI variables section
### Current Behaviour ![图片](https://user-images.githubusercontent.com/6300910/205256319-ec83eae5-4f03-4798-805a-16401939e692.png) ### Expected Behaviour It would be easier on eyes if we make it as pill buttons instead, just like the one in "Overview" ![图片](https://user-images.githubusercontent.com/6300910/2...
closed
2022-12-02T09:24:21Z
2023-03-08T16:58:50Z
https://github.com/ydataai/ydata-profiling/issues/1194
[ "bug 🐛" ]
stormbeforesunsetbee
9
jessevig/bertviz
nlp
71
TypeError: new(): invalid data type 'str' when i using neuron_view_bert.py with my own model
Hi, it show the error code : TypeError: new(): invalid data type 'str' when i using neuron_view_bert.py with my own fine-tune model is there any solution for this condition? here is my code: ``` import sys get_ipython().system('test -d bertviz_repo && echo "FYI: bertviz_repo directory already exists, to pul...
closed
2021-04-13T10:11:38Z
2021-05-08T14:29:08Z
https://github.com/jessevig/bertviz/issues/71
[]
leo88359
2
horovod/horovod
pytorch
3,968
Distributed Models guide with Gloo has disappeared
Hi, Looks like spell.ml no longer has a web presence? If there's a copy on how to run distributed models using Gloo (listed here: https://horovod.readthedocs.io/en/latest/summary_include.html#gloo under Guides) that would be great to see. Thanks!
closed
2023-07-27T14:39:06Z
2023-08-31T10:39:47Z
https://github.com/horovod/horovod/issues/3968
[]
jthiels
0
tflearn/tflearn
data-science
1,067
How to deploy TFlearn deep learning model to Google cloud ML or AWS machine learning service?
I have created a Tflearn deep learning model for QA. I want to use cloud deployment for that model. Did anyone know about Google cloud ML engine or AWS machine learning? Which one is good for Deep learning model deployment. Does Google cloud ML engine supports Tflearn Deep learning model?
open
2018-06-16T11:56:44Z
2018-07-21T14:16:44Z
https://github.com/tflearn/tflearn/issues/1067
[]
abhijitdalavi
1
ets-labs/python-dependency-injector
asyncio
70
Improve Providers extending
At the moment, every extended provider have to implement override logic: ``` python class Extended(Provider): def __call__(self, *args, **kwargs): """Return provided instance.""" if self.overridden: return self.last_overriding(*args, **kwargs) ``` Need to improve provider extending pr...
closed
2015-05-24T23:36:52Z
2015-05-25T07:46:17Z
https://github.com/ets-labs/python-dependency-injector/issues/70
[ "refactoring" ]
rmk135
0
miguelgrinberg/python-socketio
asyncio
273
Starvation
Hi, I would like to send data from server to client on connection event. Is it possible? Why does it seem the server is blocked if it emits an event on own connection event? **latency_client.py**: ```python import asyncio import time import socketio loop = asyncio.get_event_loop() sio = socketio.AsyncClient(...
closed
2019-03-16T18:54:16Z
2019-03-16T19:48:01Z
https://github.com/miguelgrinberg/python-socketio/issues/273
[ "bug" ]
voidloop
2
healthchecks/healthchecks
django
348
Notification emails: include more details about the check
Consider including: * check's tags * check's schedule * last ping, total pings * log of received pings * request body of the last '/fail` request (#308) Consider changing the summary table to a table of totals: * 3 checks are down * 17 checks are up This would make the notification emails more search-f...
closed
2020-03-25T16:55:37Z
2021-03-08T16:54:30Z
https://github.com/healthchecks/healthchecks/issues/348
[]
cuu508
6