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
shibing624/text2vec
nlp
152
loss function
i am trying to understand the loss function : `def calc_loss(self, y_true, y_pred): """ 矩阵计算batch内的cos loss """ y_true = y_true[::2] norms = (y_pred ** 2).sum(axis=1, keepdims=True) ** 0.5 y_pred = y_pred / norms y_pred = torch.sum(y_pred[::2] * y_pred...
open
2024-05-20T09:47:26Z
2024-05-20T13:55:18Z
https://github.com/shibing624/text2vec/issues/152
[ "question" ]
riyajatar37003
4
biolab/orange3
pandas
6,715
Cannot select radio buttons in Hierarchical Clustering
In Hierarchical Clustering selecting None (in Pruning) or Manual (in Selection) only works in a narrow area under the radio button and its text (red area on image). ![image](https://github.com/biolab/orange3/assets/5299789/96dadc69-d63e-439f-a998-fffdc26b8d37) OS: Windows 10 Orange: 3.36.2
closed
2024-01-24T11:48:08Z
2024-01-24T15:47:23Z
https://github.com/biolab/orange3/issues/6715
[ "bug report" ]
processo
2
reloadware/reloadium
flask
15
Issues with exceptions
**Describe the bug** Reloadium does not handle correctly methods that raise exceptions. **To Reproduce** Steps to reproduce the behavior: 1. Create a module with the following content ```python def bar(): raise Exception('Some exception') def foo(): try: bar() except Exception as ...
closed
2022-05-23T04:40:48Z
2022-05-25T16:55:17Z
https://github.com/reloadware/reloadium/issues/15
[]
BusHero
1
chaoss/augur
data-visualization
3,041
Add ability to view and manage api keys via the frontend
- Add "Worker Oauth Keys" section to the admin dashboard - Display keys in a table - Use the same table layout and formatting that is used for current frontend tables (IE: pagination, common theme, etc...) - Make table filterable and sortable by each column - Only display relevant columns: Key ID, Key platform,...
open
2025-03-05T02:13:53Z
2025-03-21T11:14:49Z
https://github.com/chaoss/augur/issues/3041
[]
ABrain7710
4
jacobgil/pytorch-grad-cam
computer-vision
121
What if model has multiple outputs?
Hi, I was working on a model which has 2 outputs (tuple of length 2). And for this model, the grad cam library gave the following error. ```Traceback (most recent call last): File "cont_bach.py", line 1514, in <module> generate_gradcam_vis(full_model, testloader, mean, std) File "cont_bach.py", line 1501, i...
closed
2021-08-23T18:18:05Z
2021-09-09T14:48:44Z
https://github.com/jacobgil/pytorch-grad-cam/issues/121
[]
ASKanse
2
psf/black
python
4,403
Black's treatment of trailing commas depends on previous statements.
**Describe the bug** Black's treatment of trailing commas depends on previous statements. **To Reproduce** If `file0.py` is ```python print( *[], "Once", "there", "were", "four", "children", "whose", "names", "were", "Peter,", "Susan,", "Edmund", ...
closed
2024-07-13T22:36:17Z
2024-07-15T10:04:38Z
https://github.com/psf/black/issues/4403
[ "T: bug" ]
JohnADawson
2
d2l-ai/d2l-en
tensorflow
1,778
Unify hyperparameters of all frameworks in DCGAN
https://github.com/d2l-ai/d2l-en/blob/master/chapter_generative-adversarial-networks/dcgan.md Currently the TF implementation (https://github.com/d2l-ai/d2l-en/pull/1760/files) uses a different set of hyperparameters: #@tab mxnet, pytorch latent_dim, lr, num_epochs = 100, 0.005, 20 train(net_D, net_G, data_iter...
open
2021-06-08T00:35:07Z
2023-10-31T14:20:55Z
https://github.com/d2l-ai/d2l-en/issues/1778
[ "tensorflow-adapt-track" ]
astonzhang
3
coqui-ai/TTS
python
2,690
[Bug] Fine Tune YourTTS with Around 100 Audio Samples
### Describe the bug @Edresson I want to fine tun yourTTS with around 100 audio examples. However, the current results give me a not so good results. I have attached my train_yourtts file. Could you please provide me some suggestions? Thank you. ### To Reproduce ``` import os import torch from trainer import...
closed
2023-06-19T18:14:39Z
2023-06-25T08:04:50Z
https://github.com/coqui-ai/TTS/issues/2690
[]
ZhichaoWang970201
3
lucidrains/vit-pytorch
computer-vision
138
Little doubts about the 'hard' and 'soft' distillation
Hi, Phil: I noticed your implementation of the `hard` and `soft` distillation loss. https://github.com/lucidrains/vit-pytorch/blob/e5324242be61bcbf433e129e914aa4b4fa1a79a0/vit_pytorch/distill.py#L142-L151 But, compared to what facebook published: https://github.com/facebookresearch/deit/blob/e6b10b554d17c25c083...
closed
2021-08-12T11:48:34Z
2021-08-12T15:41:55Z
https://github.com/lucidrains/vit-pytorch/issues/138
[]
CiaoHe
1
deepfakes/faceswap
machine-learning
1,016
How can I unistall faceswap and all the libraries it installed/extracted on my system (Amounting almost 9GB)?
There is no uninstaller available
closed
2020-05-01T13:35:36Z
2020-05-01T14:43:55Z
https://github.com/deepfakes/faceswap/issues/1016
[]
skd1993
0
xinntao/Real-ESRGAN
pytorch
38
Training time
Hello and thank you for your great work! You trained ESRNET for 1,000K and ESRGAN for 400K iterations. I was wondering how long did training take in your case with 4 V100 GPU? I am training with 2 RTX 3090 GPU and training only ESRNET shows 10days :confused: . My training dataset includes FFHQ dataset also (i.e. ...
open
2021-08-17T06:19:15Z
2022-08-05T12:08:53Z
https://github.com/xinntao/Real-ESRGAN/issues/38
[]
cs20162004
17
alteryx/featuretools
scikit-learn
2,688
fix release notes version for 1.3.0 release
closed
2024-02-26T17:01:26Z
2024-02-26T17:23:14Z
https://github.com/alteryx/featuretools/issues/2688
[]
tamargrey
0
httpie/cli
python
852
.netrc not honored if auth-type is used
Once `--auth-type` switch is used, `.netrc` is not honored. Authentication details must be provided via `--auth` switch. Details: ``` # http --debug --auth-type=basic example.org HTTPie 0.9.8 Requests 2.19.1 Pygments 2.2.0 Python 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516] /usr/bin/python L...
closed
2020-02-14T10:00:45Z
2020-06-16T09:14:10Z
https://github.com/httpie/cli/issues/852
[ "bug", "help wanted" ]
pszlazak
6
dgtlmoon/changedetection.io
web-scraping
2,275
Notifications not respecting filters
**Describe the bug** I keep receiving notifications for changes that should be filtered out. **Version** v0.45.16 **To Reproduce** Steps to reproduce the behavior: 1. Create a new watch with a discord notifications and add filters 2. Wait for a change of the website that includes something in the filters ...
closed
2024-03-25T13:24:55Z
2024-03-27T01:24:20Z
https://github.com/dgtlmoon/changedetection.io/issues/2275
[ "triage" ]
guipace
2
alpacahq/alpaca-trade-api-python
rest-api
434
add 'qty' and 'percentage' arguments to close_position()
The function alpaca_trade_api.rest.close_position() only accepts the 'symbol' argument. Since fractional shares are now available, the 'qty' and 'percentage' options should also be implemented. I am happy to do it if this enhancement is OK?
closed
2021-05-24T16:49:16Z
2021-06-21T04:54:04Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/434
[]
batmaxx
1
iperov/DeepFaceLab
deep-learning
5,653
How to swap a picture to a picture
I want to swap a picture to a picture,what should i do?
closed
2023-03-30T07:09:04Z
2023-06-09T05:53:11Z
https://github.com/iperov/DeepFaceLab/issues/5653
[]
awsdecvr
2
PedroBern/django-graphql-auth
graphql
69
User partial update?
Is there a good way to partially update the user? I have my `UPDATE_MUTATION_FIELDS` defined like this ``` 'UPDATE_MUTATION_FIELDS': ['email', 'username', 'nickname', 'profile_pic', 'first_name', 'last_name', 'date_of_birth'], ``` I want the client to able to update those fields on...
open
2020-09-26T14:32:29Z
2020-09-26T14:32:48Z
https://github.com/PedroBern/django-graphql-auth/issues/69
[]
bloodwithmilk25
0
Kanaries/pygwalker
matplotlib
456
[DEV-688] [BUG] pygwalker with snowflake import error
ImportError: cannot import name 'string_types' from 'sqlalchemy.util.compat' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sqlalchemy/util/compat.py) <sub>[DEV-688](https://linear.app/kanaries/issue/DEV-688/[bug]-pygwalker-with-snowflake-import-error)</sub>
closed
2024-03-03T15:23:52Z
2024-03-05T06:51:04Z
https://github.com/Kanaries/pygwalker/issues/456
[ "bug" ]
ObservedObserver
1
iperov/DeepFaceLab
machine-learning
941
Error using Xseg trainer
**Please help, i have no idea what this means, bad installation perhaps??** **I thought tensorflow was already included** **Following error when using Xseg trainer:** Running trainer. Model first run. Choose one or several GPU idxs (separated by comma). [CPU] : CPU [0] : GeForce GTX 1080 Ti [0]...
open
2020-11-05T11:05:05Z
2023-06-08T21:38:09Z
https://github.com/iperov/DeepFaceLab/issues/941
[]
LukeU123
3
Teemu/pytest-sugar
pytest
207
Markdown on PyPI
When I go to the [pytest-sugar page on PyPI](https://pypi.org/project/pytest-sugar), I see that markdown is not rendered. The version there is 0.9.4 and if [there](https://github.com/Teemu/pytest-sugar/blob/master/pytest_sugar.py#L31) were no other changes, this version was introduced with 92ae9dee - the latest commit....
closed
2020-08-23T07:37:06Z
2022-11-09T11:39:58Z
https://github.com/Teemu/pytest-sugar/issues/207
[ "dont-know" ]
MartinThoma
7
holoviz/colorcet
plotly
10
ECCN number for colorcet
hi Team, could you p[lease help us with the ECCN number of the software colorcet version. If you do not have your software classified with an ECCN, please kindly answer the following questions so that we may self-assess:   | NO | YES -- | -- | -- Does the Software perform any encryption or utilize any encrypt...
closed
2018-05-14T07:58:00Z
2018-08-24T13:40:03Z
https://github.com/holoviz/colorcet/issues/10
[]
kbhatna1
1
kymatio/kymatio
numpy
758
Preallocation for speed
I found a x1.7 speed gain via simple reused preallocation: ```python U_1_c0 = zeros_like(U_0_hat) for n1 in range(len(psi1)): cdgmm(U_0_hat, psi1[n1][0], out=U_1_c0) U_1_hat = subsample_fourier(U_1_c0, 2**K1) # etc ``` Runtime: `901ms -> 540ms`. This can repeat for other basic ops to speed up the ...
closed
2021-07-01T22:50:22Z
2022-05-30T15:20:35Z
https://github.com/kymatio/kymatio/issues/758
[]
OverLordGoldDragon
6
piskvorky/gensim
machine-learning
3,302
don't install *.c *.cpp *.pxd *.pyx files
#### Problem description I am installing gensim with `setup.py install`. I expected that this would only install needed files. I noticed that this installs files such as *.c *.cpp *.pxd *.pyx that aren't needed when importing and using the gensim Python modules. #### Steps/code/corpus to reproduce These are th...
open
2022-02-28T08:12:20Z
2022-04-02T06:09:12Z
https://github.com/piskvorky/gensim/issues/3302
[ "bug", "reach HIGH", "impact LOW", "housekeeping" ]
pabs3
7
python-restx/flask-restx
flask
33
Exception data is returned instead of custom error handle data
Hi, I'm having an issue with the error handler which does not return to the client the correct data. Here's a simple test case that currently fail: ### **Code** ```python def test_errorhandler_for_custom_exception_with_data(self, app, client): api = restx.Api(app) class CustomExce...
open
2020-02-06T14:23:00Z
2020-02-12T17:43:59Z
https://github.com/python-restx/flask-restx/issues/33
[ "bug" ]
AchilleAsh
2
huggingface/transformers
tensorflow
36,846
Tansfomers_model
### Model description nothing ### Open source status - [ ] The model implementation is available - [ ] The model weights are available ### Provide useful links for the implementation _No response_
open
2025-03-20T10:09:23Z
2025-03-20T11:17:19Z
https://github.com/huggingface/transformers/issues/36846
[ "New model" ]
abdul-muhmin
1
ml-tooling/opyrator
fastapi
5
Finalize pex export capabilities
**Feature description:** Finalize capabilities to export an Opyrator to a PEX file. [PEX](https://github.com/pantsbuild/pex) is a tool to create self-contained executable Python environments that contain all relevant python dependencies. The export can be executed via command line: ```bash opyrator export...
closed
2021-04-19T10:03:51Z
2021-11-02T02:12:12Z
https://github.com/ml-tooling/opyrator/issues/5
[ "feature", "stale" ]
lukasmasuch
2
falconry/falcon
api
1,607
Errors in response serialization are not handled
I found this when testing @kgriffs' ASGI branch, but this is an issue in all (recent) Falcon version, including the (at the time of writing) stable 2.0. Errors in response serialization are not handled, for example: * Missing media handler for the given [response content-type](https://falcon.readthedocs.io/en/stabl...
closed
2019-11-11T19:16:46Z
2020-12-27T18:00:22Z
https://github.com/falconry/falcon/issues/1607
[ "bug" ]
vytas7
5
KaiyangZhou/deep-person-reid
computer-vision
210
Plot ranked images on a single figure
closed
2019-07-24T10:43:29Z
2019-10-22T21:40:45Z
https://github.com/KaiyangZhou/deep-person-reid/issues/210
[ "new_feature" ]
KaiyangZhou
3
PrefectHQ/prefect
data-science
17,143
Flow run labels missing from Kubernetes job
### Bug summary We're running a self-hosted Prefect on EKS, deployed via the official Helm charts. We want to add custom labels to our Kubernetes jobs, to allow for easier identification of flow run jobs in our analytics and metrics tools. However, when specifying `labels={"example": "example"}` in `create_flow_run_fr...
open
2025-02-14T17:24:02Z
2025-02-14T17:24:17Z
https://github.com/PrefectHQ/prefect/issues/17143
[ "bug" ]
janesch97
0
holoviz/panel
matplotlib
7,219
build-docs fails because of missing xserver
I was trying to build the docs by running `build-docs`. I get ```bash Successfully converted examples/gallery/streaming_videostream.ipynb to pyodide-worker target and wrote output to streaming_videostream.html. /home/jovyan/repos/private/panel/.pixi/envs/docs/lib/python3.11/site-packages/pyvista/plotting/plotter.p...
closed
2024-09-01T04:14:49Z
2024-09-09T10:32:49Z
https://github.com/holoviz/panel/issues/7219
[ "type: docs" ]
MarcSkovMadsen
2
KevinMusgrave/pytorch-metric-learning
computer-vision
411
Add wrapper for self supervised loss
A common use case is to have ```embeddings``` and ```ref_emb``` be augmented versions of each other. For most losses right now you have to create labels to indicate which ```embeddings``` correspond with which ```ref_emb```. A wrapper that does this for the user would be nice. Something like: ```python loss_fn =...
closed
2022-01-01T04:45:23Z
2023-01-30T00:10:22Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/411
[ "enhancement" ]
KevinMusgrave
3
Integuru-AI/Integuru
automation
21
style: Unstructured website
Why is the website so unstructured and looking like just a simple HTML file??
closed
2024-11-02T07:02:32Z
2024-11-04T14:58:41Z
https://github.com/Integuru-AI/Integuru/issues/21
[]
PredictiveManish
1
replicate/cog
tensorflow
1,235
Cog build fails on Ubuntu
Ubuntu : 22.04.2 LTS Docker : 20.10.21, build 20.10.21-0ubuntu1~22.04.3 Cog : cog version 0.8.3 (built 2023-07-27T21:48:28Z) GPU : false Failed to build getting-started python environment with `cog init`. Output is :- ``` abdullah@abdullah-HP-EliteBook-840-G4:~/Desktop/Github/cog-getting-started$ cog run pyt...
closed
2023-07-29T15:19:55Z
2024-01-22T22:45:22Z
https://github.com/replicate/cog/issues/1235
[]
AbdullahMakhdoom
13
amidaware/tacticalrmm
django
1,719
Fresh install cannot finish - right denied core_coresettings table
**Server Info (please complete the following information):** - OS: [Debian 12] - Browser: [nothing] - RMM Version (nothing because the installation failed): **Installation Method:** - [ x] Standard - [ ] Docker **Describe the bug** when I install tactical rmm with a self-signed certificate (./install...
closed
2023-12-28T18:27:20Z
2023-12-28T19:37:50Z
https://github.com/amidaware/tacticalrmm/issues/1719
[]
nightwolf-1
0
flairNLP/flair
pytorch
3,380
[Bug]: Model double sizes after training. Ho to make FP16 for prediction?
### Describe the bug I have flair in productuion but problem is that it is working quite slow. I was trying ONNX, but unfortuanally it doesn't work with deberta-v3. I am still investigating, maybe I do something wrong. But today's problem that I came across a thing that doubles my model size after training. It is ...
closed
2023-11-30T14:27:02Z
2023-12-05T10:59:47Z
https://github.com/flairNLP/flair/issues/3380
[ "bug" ]
iliaNecrov
7
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,750
[Feature Request]: 请问下,webui是放弃更新了吗?感觉已经好久没有更新了!
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? 请问下,webui是放弃更新了吗?感觉已经好久没有更新了! ### Proposed workflow 请问下,webui是放弃更新了吗?感觉已经好久没有更新了! ### Additional information 请问下,webui是放弃更新了吗?感觉已经好久没有更新了!
open
2024-12-25T07:35:32Z
2024-12-31T01:31:27Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16750
[ "enhancement" ]
BannyLon
1
plotly/dash
dash
2,725
Allow background callback tasks to programmatically retry later.
**Is your feature request related to a problem? Please describe.** Background callbacks running in a distributed environment (Openshift or Kubernetes) can fail for reasons that are recoverable via application logic. e.g. a data resource isn't available at a point in time, but will be available in the future. A b...
open
2024-01-12T17:30:21Z
2024-08-13T19:44:46Z
https://github.com/plotly/dash/issues/2725
[ "feature", "P3" ]
JamesKunstle
10
Avaiga/taipy
automation
1,733
[🐛 BUG] Continuous Slider change does not work with Lov
### What went wrong? 🤔 I want to make a [slider](https://docs.taipy.io/en/release-3.1/manuals/gui/viselements/slider/) that updates the value of a text each time I slide to a different value, even if I do not release the slider My code: ```python from taipy.gui import builder as tgb from taipy.gui import Gui...
closed
2024-08-31T10:33:00Z
2024-09-05T16:15:01Z
https://github.com/Avaiga/taipy/issues/1733
[ "🖰 GUI", "💥Malfunction", "🟨 Priority: Medium" ]
ShootingStarD
1
xorbitsai/xorbits
numpy
30
[Feature] mars.remote adaption
closed
2022-11-17T04:29:54Z
2022-12-09T04:58:18Z
https://github.com/xorbitsai/xorbits/issues/30
[]
UranusSeven
0
cvat-ai/cvat
computer-vision
8,260
CVAT doesn't show the label returned by nuclio (custom yolov3 model)
Actions before raising this issue I searched the existing issues and did not find anything similar. I read/searched [the docs](https://docs.cvat.ai/docs/) Hi, I have deployed a custom yolov3 model for automatic annotations. CVAT does show that the annotation task has been successful but no label is displaye...
closed
2024-08-05T15:57:36Z
2024-08-14T14:40:16Z
https://github.com/cvat-ai/cvat/issues/8260
[]
brenton95
0
JoeanAmier/TikTokDownloader
api
248
tiktok下载不了
https://www.tiktok.com/@deliverdeals/video/7336013156684188959 下载不了,可以录个屏怎么用这个下载tiktok视频吗 谢谢
open
2024-07-13T15:21:39Z
2024-07-13T15:21:39Z
https://github.com/JoeanAmier/TikTokDownloader/issues/248
[]
shan-ge-cpu
0
comfyanonymous/ComfyUI
pytorch
7,255
When running
When starting, it disconnects.
closed
2025-03-15T13:55:53Z
2025-03-15T15:47:57Z
https://github.com/comfyanonymous/ComfyUI/issues/7255
[]
salimb23
1
automagica/automagica
automation
70
After upgrade to 1.0.8, Bots remain offline on Dev portal
Issue: Bots will not connect following upgrade to 1.0.8 Expected behavior: Bots connect Steps to reproduce issue: 1) Logout: "automagica --logout" 2) Upgrade from 1.0.7 to 1.0.8 via "pip install automagica -G" 3) Login: "automagica --login "16286023-9838-4948-987f-7b35356041b0" 4) Sign in to "https://portal.au...
closed
2019-10-01T17:30:36Z
2019-10-03T15:52:20Z
https://github.com/automagica/automagica/issues/70
[]
burque505
1
tensorpack/tensorpack
tensorflow
1,216
OOM error when use the lastest code.
OOM in memory, no gpu. And the memory used grow all the time, no drop.
closed
2019-05-28T02:46:51Z
2019-05-28T03:02:45Z
https://github.com/tensorpack/tensorpack/issues/1216
[ "unrelated" ]
realwill
2
serengil/deepface
deep-learning
478
Expose Bounding Boxes of Detected Faces
None of the methods provided by the DeepFace module return the bounding boxes of the detected faces, but each of the detectors do return this data. I'd like to see this data returned wherever multiple faces can be returned by a DeepFace method.
closed
2022-05-11T17:48:57Z
2022-05-11T19:53:29Z
https://github.com/serengil/deepface/issues/478
[ "question" ]
buckeye17
1
ludwig-ai/ludwig
computer-vision
3,659
Export computer-vision model to ONNX
**Is your feature request related to a problem? Please describe.** I would like to be able to export computer-vision models to ONNX **Describe the use case** [ONNX](https://onnx.ai/) is a format that would be an addition to torchscript. It runs in many environments including, iOS, Android, web, and many more. *...
closed
2023-09-23T17:48:43Z
2024-10-18T17:03:12Z
https://github.com/ludwig-ai/ludwig/issues/3659
[ "feature", "help wanted" ]
saad-palapa
3
mirumee/ariadne
api
180
Update setup.py to include html and py.typed files in published package
Ariadne now includes `graphql_playground.html` django template and `py.typed` file for enabling typing. We should make sure those two get published together with rest of the project.
closed
2019-05-20T11:38:25Z
2019-05-23T13:14:38Z
https://github.com/mirumee/ariadne/issues/180
[ "roadmap", "meta" ]
rafalp
0
miguelgrinberg/Flask-Migrate
flask
257
--sql option for migrate doesn't make sense
``` $ flask db migrate --sql ``` yields: ``` Error: Using --sql with --autogenerate does not make any sense ```
closed
2019-02-27T03:10:33Z
2019-06-08T08:45:20Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/257
[ "question" ]
cancan101
3
jwkvam/bowtie
plotly
211
Initial Update
Hi 👊 This is my first visit to this fine repo, but it seems you have been working hard to keep all dependencies updated so far. Once you have closed this issue, I'll create separate pull requests for every update as soon as I find one. That's it for now! Happy merging! 🤖
closed
2018-02-24T01:43:56Z
2018-02-24T01:50:27Z
https://github.com/jwkvam/bowtie/issues/211
[]
pyup-bot
0
OFA-Sys/Chinese-CLIP
nlp
284
image_b64为空
Traceback (most recent call last): File "/root/Chinese-CLIP/cn_clip/training/main.py", line 350, in <module> main() File "/root/Chinese-CLIP/cn_clip/training/main.py", line 298, in main num_steps_this_epoch = train(model, data, epoch, optimizer, scaler, scheduler, args, steps) File "/root/Chinese-CLI...
open
2024-04-07T16:30:17Z
2024-04-14T23:46:31Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/284
[]
erlan-11
7
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,471
OSError: Caught OSError in DataLoader worker process 3
Hello, I was training my model it was working until epoch 148 when I got theses Errors: <<OSError: Caught OSError in DataLoader worker process 3>> <<OSError: [Errno 5] Input/output error>>. I'm training the model on a linux VM. learning rate 0.0001050 -> 0.0001030 (epoch: 148, iters: 50, time: 5.328, data: 0.004) ...
open
2022-08-19T07:30:10Z
2022-09-20T20:48:18Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1471
[]
FlorianRegisBamb
3
zihangdai/xlnet
tensorflow
262
Is Next Sentence Prediction implemented in the code ?
Hi, You mention in the paper that you have excluded the next-sentence prediction objective from XLNet since it didn't introduce any improvements, However in the Ablation study you also report the performance in case of using NSP. My question is : is NSP implemnted here in your github repo or not? Thanks a lot
open
2020-04-21T11:54:33Z
2020-04-21T11:54:33Z
https://github.com/zihangdai/xlnet/issues/262
[]
GhaliaRehawi
0
HumanSignal/labelImg
deep-learning
33
Question / Fast Annotation
Hi, I have already one folder with a database, where the images only contain the object of interest to classify. Is there exist any fast method to create the xml file to all the images of that folder without selecting the BB on each one of them ? (the object is represented in the entire image) Thanks
closed
2016-12-19T20:17:45Z
2016-12-21T00:03:43Z
https://github.com/HumanSignal/labelImg/issues/33
[]
Pessanha24
0
vimalloc/flask-jwt-extended
flask
236
How to redirect to login when getting "Signature verification failed"?
When testing tampering with access token, the page shows the error "msg": "Signature verification failed" We'd like to redirect the user to login page instead, we tried using the below decorators as described in the [Changing Default Behaviors docs](https://flask-jwt-extended.readthedocs.io/en/latest/changing_default_...
closed
2019-03-23T03:45:35Z
2019-03-26T20:54:37Z
https://github.com/vimalloc/flask-jwt-extended/issues/236
[]
kwagdy
2
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,089
Attribute Error: 'str' object has no attribute 'tobytes'
i was trying to use the localhost version of this synthesis ai by following the tutorial to get it working on a local server, but every time i try to synthesize text in the command prompt, this is is the error that pops up and it doesnt generate the audio line 39, in generate fwav = io.StringIO(output.tobytes(...
closed
2022-06-27T16:19:35Z
2022-06-27T16:50:43Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1089
[]
cringegaming64
0
lorien/grab
web-scraping
142
Proxylist proxy format
Почему формат проксей ( c логином и паролем) в прокси листе во первых не описан в доках, пришлось лезть в код чтобы увидеть что это host:port:username:password. А во вторых почему он такой? Почему не стандартный в виде урла - username:password@proxy.server.url.com:80 ?
closed
2015-09-03T20:33:52Z
2015-11-22T19:47:58Z
https://github.com/lorien/grab/issues/142
[]
aldarund
3
tqdm/tqdm
pandas
620
Drop Py 2.6 support?
https://www.python.org/dev/peps/pep-0361/#release-lifespan Py 2.6 ceased to have support just shy of five years ago. The build is presently broken. Over a year ago in #411 it was suggested to drop support. I'd suggest one of dropping support, fixing the build, or marking the build as allowed to fail so that PR's ...
closed
2018-09-28T15:38:43Z
2018-09-28T22:11:33Z
https://github.com/tqdm/tqdm/issues/620
[ "duplicate 🗐", "question/docs ‽" ]
altendky
1
keras-team/keras
pytorch
20,573
as_list() is not defined on an unknown TensorShape.
``` Ubuntu 24.04 Python 3.12.3 keras 3.7.0 keras-core 0.1.7 keras-cv 0.9.0 ``` Following this example the data set visualizes/displays the bounding boxes properly. However the augmenter fails. train_ds = train_ds.map(augmenter, num_parallel_calls=t...
open
2024-12-01T12:50:32Z
2024-12-04T18:41:21Z
https://github.com/keras-team/keras/issues/20573
[ "type:Bug" ]
apiszcz
2
tqdm/tqdm
jupyter
639
tensorflow/core/kernels/mkl_concat_op.cc:363] Check failed: dnn Concat Create_F32(&mkl_context.prim_concat, __null, N, &mkl_context.lt_inputs[0]) == E_SUCCESS (-1 vs. 0)
I am a freshman to the tensorflow, when I ran a deep nerualnetwork program, an error happen, I donot known, what can I do? Can you help me?
closed
2018-11-11T13:36:54Z
2018-11-14T01:35:26Z
https://github.com/tqdm/tqdm/issues/639
[ "invalid ⛔" ]
yjyGo
3
guohongze/adminset
django
119
如何修改设备类型
如何修改设备类型 在哪里改
open
2019-07-23T03:37:34Z
2019-07-23T03:37:34Z
https://github.com/guohongze/adminset/issues/119
[]
smartqu
0
proplot-dev/proplot
matplotlib
210
Figure size/aspect for projections is not working anymore with the last version of Matplotlib
### Description I was trying to make a new environment with updated packages, but I faced a colorbar **extend** warning with the new version but the biggest problem is the size/aspects of the figures that are not good anymore for projections. I think it is coming from the last version of **Matplotlib 3.3**. Here is ...
closed
2020-07-20T14:36:19Z
2021-07-04T02:56:28Z
https://github.com/proplot-dev/proplot/issues/210
[ "bug" ]
mickaellalande
2
cvat-ai/cvat
computer-vision
9,217
500 error after login
### 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/) ### Steps to Reproduce 1. Login Immediately after Login the following 500 error appears in a popup: ``` [2025-03-17 07:45:32,385] ERROR django.r...
closed
2025-03-17T07:50:50Z
2025-03-17T15:43:54Z
https://github.com/cvat-ai/cvat/issues/9217
[ "bug" ]
eporsche
2
tensorly/tensorly
numpy
470
CP function
CP via ALS is probably the most used function in TensorLy and comes with lots of options. One issue is that due to these successive additions, bugs (see e.g. this [commit](d66110f7c961ce896a051b446a23d69bd54ecc8e)) and undue complexity are slowly creeping in while the code is becoming increasingly hard to read. Anot...
open
2022-12-29T14:57:34Z
2023-09-14T13:53:42Z
https://github.com/tensorly/tensorly/issues/470
[]
JeanKossaifi
8
MaartenGr/BERTopic
nlp
1,587
Comparing tf-idf and mmr
I want to compare the difference between tf-idf represenations and mmr represenations but when I add mmr as a representation model it replaces the tf-idf represenations. How can i see them side by side like in 6C. Multiple Representations
closed
2023-10-21T03:22:16Z
2024-02-28T21:09:22Z
https://github.com/MaartenGr/BERTopic/issues/1587
[]
maticar92
1
numpy/numpy
numpy
27,909
ENH: Enhanced sliding window functionality
### Proposed new feature or change: Hello NumPy team, When analyzing grouped time series data with rolling windows, libraries like pandas or polars are pretty efficient for standard aggregations. However, for custom functions applied to grouped rolling contexts, efficiency can suffer dramatically up to >100x. A...
closed
2024-12-05T09:55:37Z
2024-12-10T19:57:54Z
https://github.com/numpy/numpy/issues/27909
[]
Olobir
5
miguelgrinberg/Flask-SocketIO
flask
1,189
Where have I to store sqlalchemy object
Hello, I want to create a chat application using sqlalchemy (without the flask-sqlachemy extension). So in my code, i want to store an object for the time of a websocket session and destroy it when the user disconnect. Because i don't want to reload the object from database each times. If i understand i have to...
closed
2020-02-14T16:35:27Z
2020-02-14T18:53:15Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1189
[ "question" ]
ivan-fr
2
huggingface/transformers
deep-learning
36,055
PaliGemma processor should also accept tuples in addition to lists
https://github.com/huggingface/transformers/blob/0de15c988b0d27758ce360adb2627e9ea99e91b3/src/transformers/models/paligemma/processing_paligemma.py#L263 tuples are also valid here, the validation code is quite aggressive
closed
2025-02-05T17:59:23Z
2025-02-10T08:35:14Z
https://github.com/huggingface/transformers/issues/36055
[ "VLM" ]
doctorpangloss
2
axnsan12/drf-yasg
django
674
Issue with swagger_auto_schema and inherited class methods
Hello. I'm having an issue that seems to be related with CPython memory allocation. I am wondering if there's a way to work around my issue with drf_yasg. I have a series of APIViews that all have the same template : ``` class MyClass(rest_framework.views.APIView): @swagger_auto_schema( operation...
open
2020-11-20T09:00:11Z
2025-03-07T12:13:23Z
https://github.com/axnsan12/drf-yasg/issues/674
[ "triage" ]
tonial
2
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,811
[Bug]: ControlNet IP-Adapter error(ModuleNotFoundError: No module named 'onnx')
### Checklist - [ ] The issue exists after disabling all extensions - [x] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [x] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2025-01-27T02:12:01Z
2025-02-03T08:50:44Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16811
[ "bug-report" ]
foobar-san
1
yunjey/pytorch-tutorial
deep-learning
89
question about recurrent neural network
Hi, I'am a fresh man in pytorch . I notice that you used "batch_first =True" in LSTM . I just delete "batch_first=True" and change the dimension respectly . However , the accuracy drops to 11% ,which confuses me a lot of days. The code is `short` , would you mind spending a few minutes to point out ...
closed
2017-12-22T15:42:02Z
2017-12-25T01:25:22Z
https://github.com/yunjey/pytorch-tutorial/issues/89
[]
978749951
2
plotly/dash
plotly
2,445
plotly figure subplot grid lost after converting back from JSON
**Describe your context** ``` dash==2.8.1 dash-bootstrap-components==1.4.0 dash-core-components==2.0.0 dash-extensions==0.1.13 dash-html-components==2.0.0 dash-leaflet==0.1.23 dash-table==5.0.0 plotly==5.13.1 ``` **Describe the bug** I am trying to update a plotly figure containing subplots within a dash ...
open
2023-03-06T09:36:41Z
2024-08-13T19:28:46Z
https://github.com/plotly/dash/issues/2445
[ "bug", "P3" ]
jamaa
5
httpie/http-prompt
api
111
[BUG] AttributeError: 'unicode' object has no attribute 'items'
As title says, I'm getting exception when trying to fetch/save xml response. Same request works fine with raw httpie. Response example attached at the very end. env: ``` (http_prompt) ~/Projects/plex_debug$ python --version Python 3.6.0 (http_prompt) ~/Projects/plex_debug$ pip freeze | grep http http-prompt==0...
closed
2017-03-01T23:15:01Z
2017-03-09T12:37:19Z
https://github.com/httpie/http-prompt/issues/111
[ "bug" ]
byg0n3
5
ading2210/poe-api
graphql
44
AttributeError: 'NoneType' object has no attribute 'group'
Seems like the static variables in the HTML page are constantly changing ![image](https://user-images.githubusercontent.com/59507561/232259457-4be42265-fd0d-49b0-a252-d96182d8164f.png) ![image](https://user-images.githubusercontent.com/59507561/232259460-f889a0af-de3b-4c1e-85bd-048221c1cac6.png) However, a minor c...
closed
2023-04-16T00:17:07Z
2023-04-16T01:43:09Z
https://github.com/ading2210/poe-api/issues/44
[ "bug" ]
aqasemi
4
marshmallow-code/apispec
rest-api
88
marshmallow/swagger.py - custom field mapping
Hi. Assuming a model uses custom Marshmallow fields, those do not appear in `FIELD_MAPPING` and therefore are not documented properly: default (type, format) is ('string', None). If `_get_json_type_for_field` used `isinstance` rather than `type`, fields inheriting from Marshmallow fields would at least be treated...
closed
2016-08-26T22:35:29Z
2017-03-03T14:32:37Z
https://github.com/marshmallow-code/apispec/issues/88
[]
lafrech
3
microsoft/qlib
deep-learning
1,408
Issue about speed up dataloading when rolling trainning models.
## ❓ Questions and Help When using RollingTask.task_training(tasks), it will try to load data everytime it train a new model. I wonder if I can load all data at once and then chop it when I need some segment of the whole dataset. It always takes long time in every episode. ![image](https://user-images.githubu...
closed
2023-01-04T03:37:37Z
2023-07-08T15:02:00Z
https://github.com/microsoft/qlib/issues/1408
[ "question", "stale" ]
chenkigba
3
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,221
How to use custom pre-trained model?
Hi, I trained a CycleGAN model and wish to use it as a pre-trained model for a new model with a new training dataset etc. How do I go about using the first trained model of mine as pretrained model for the new one? Do I take latest_net_G_A.pth, or do I take latest_net_G_B.pth? When should I take A and when should...
open
2021-01-05T18:59:57Z
2021-01-05T18:59:57Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1221
[]
randingo3
0
slackapi/bolt-python
fastapi
1,163
Circular Dependency when trying to run example code
Hi, I'm trying to run a socket connection app, but I'm getting a circular dependency error. Would appreciate help with this, adding here necessary info ### Reproducible in: #### The `slack_bolt` version * slack_bolt==1.20.1 * slack_sdk==3.33.0 #### Python runtime version * Python 3.12.5 #### OS info ...
closed
2024-09-18T11:05:39Z
2024-09-18T12:45:49Z
https://github.com/slackapi/bolt-python/issues/1163
[ "question", "need info" ]
jacoblElementor
3
httpie/cli
python
786
support get cookie from a website login page?
closed
2019-05-28T08:53:07Z
2019-06-24T11:02:15Z
https://github.com/httpie/cli/issues/786
[]
DavidWang666
1
napari/napari
numpy
7,372
Always pass `List[Path]` to plugin readers, together with `stack` keyword
## 🧰 Task This work was originally started in #4107 and got most of the way there. Plugins now receive a single path, unless the user chose one of the `stack` options when opening files (either holding `Shift` via drag'n'drop or using the `File -> Open Files as Stack` menu), in which case the full list of paths is ...
open
2024-11-13T05:38:44Z
2024-11-13T05:38:44Z
https://github.com/napari/napari/issues/7372
[ "topic:plugins", "task" ]
DragaDoncila
0
pallets-eco/flask-sqlalchemy
flask
704
how to create database with flask-sqlalchemy?
how to create database with flask-sqlalchemy? Use only flask-sqlalchemy,not sqlalchemy!
closed
2019-03-16T11:54:23Z
2020-12-05T20:37:26Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/704
[]
my3188
1
holoviz/panel
plotly
7,535
Markdown pane does not collapse line breaks by default
By default, the Markdown Pane does not collapse line breaks. This is when you write on multiple lines: ``` My name is Bond, James Bond ``` And it is displayed on a single line: ``` My name is Bond, James Bond ``` This is the default behavior on VSCode or in JupyterLab. ![Image](https://github.com/user-attachments/...
open
2024-12-04T12:42:23Z
2025-01-20T19:18:39Z
https://github.com/holoviz/panel/issues/7535
[]
maximlt
2
axnsan12/drf-yasg
rest-api
149
Support setting summary in swagger_auto_schema
The Swagger `summary` property is a short form of the description of a route. There should be a way to set this property with `swagger_auto_schema`, in a similar way to `description`.
closed
2018-06-21T12:13:41Z
2018-08-07T22:09:42Z
https://github.com/axnsan12/drf-yasg/issues/149
[]
phihag
2
polarsource/polar
fastapi
5,277
OAT Scope: Only show scopes for public API endpoints
Currently, we list them all including scopes such as `webhook:read` and `external_organizations:*` etc that are used by our dashboard, but not documented or intended for public consumption really. So would be nice to have a whitelist of public OAT scopes to narrow down the list to avoid confusion.
open
2025-03-15T18:49:46Z
2025-03-15T18:58:34Z
https://github.com/polarsource/polar/issues/5277
[ "dx" ]
birkjernstrom
1
supabase/supabase-py
fastapi
850
User session not always present
# Bug report ## Describe the bug This is a regression from 2.4.3 where the user's session token is sometimes present whilst not at other times due to the client not triggering an `on_auth_state_change`. This regression happened here https://github.com/supabase-community/supabase-py/pull/766 ## System inform...
closed
2024-07-07T10:26:36Z
2024-07-16T11:53:54Z
https://github.com/supabase/supabase-py/issues/850
[ "bug" ]
silentworks
0
netbox-community/netbox
django
18,289
Module Types cannot be sorted by "Last updated"
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.1.10 ### Python Version 3.12 ### Steps to Reproduce 1. On https://demo.netbox.dev/dcim/module-types/ click on "Configure Table". ### Expected Behavior "Last updated" being available as column. ### Observed Behavior "Last updated"...
closed
2025-01-02T13:56:56Z
2025-01-03T17:35:05Z
https://github.com/netbox-community/netbox/issues/18289
[ "type: bug", "status: accepted", "severity: low" ]
ypid
0
miguelgrinberg/flasky
flask
502
psycopg2.ProgrammingError:
Hello Miguel, Thanks for your contribution in my programming career. I'm having problem with my app i'm currently building though it's a clone application. So, whenever i tried to add a new user i usually get this error : psycopg2.ProgrammingError: can't adapt type 'builtin_function_or_method' . Below is my model code...
closed
2021-02-21T15:04:09Z
2021-02-21T16:21:08Z
https://github.com/miguelgrinberg/flasky/issues/502
[ "question" ]
Makeem49
4
gee-community/geemap
streamlit
1,718
Can't display raster
### Environment Information -------------------------------------------------------------------------------- Date: Wed Sep 20 11:17:17 2023 CEST OS : Linux CPU(s) : 24 Machine : x86_64 Architecture : 64bit RAM : 62.5 GiB Environment : Python...
closed
2023-09-20T09:33:39Z
2023-09-20T21:37:47Z
https://github.com/gee-community/geemap/issues/1718
[ "bug" ]
rodrigo-j-goncalves
2
SciTools/cartopy
matplotlib
1,524
Segmentation fault when import cartopy.crs after import matplotlib.pyplot
### Description I get a segmentation fault when I import `cartopy.crs` after I import `matplotlib.pyplot`. #### Code to reproduce Cartopy and Matplotlib are installed from a simple conda environment ```yml name: testCartopy channels: - conda-forge - defaults dependencies: - python 3.7 - matplotlib ...
closed
2020-04-14T20:46:02Z
2020-04-27T04:56:07Z
https://github.com/SciTools/cartopy/issues/1524
[]
blaylockbk
3
pydata/xarray
numpy
9,186
cupy_xarray import broken
### What happened? ``` ...Lib\site-packages\cupy_xarray\accessors.py:8 [1](file:///.../Lib/site-packages/cupy_xarray/accessors.py:1) import cupy as cp [2](file:///.../Lib/site-packages/cupy_xarray/accessors.py:2) from xarray import ( [3](file:///.../Lib/site-packages/cupy_xarray/accessors.py:3) ...
closed
2024-06-27T22:14:56Z
2024-06-28T15:18:34Z
https://github.com/pydata/xarray/issues/9186
[ "bug", "needs triage" ]
openSourcerer9000
4
BeanieODM/beanie
pydantic
933
[BUG] pydantic computed properties omitted during `insert_many` operation on Document
**Describe the bug** Pydantic V2 have a bug where `__iter__` does not include computed property. https://github.com/pydantic/pydantic/issues/8564 This cause the document to omit the computed properties during insert, as `Encoder` is using `__iter__` to get all properties. **To Reproduce** ```python from beanie...
closed
2024-05-14T14:54:22Z
2024-06-28T05:52:34Z
https://github.com/BeanieODM/beanie/issues/933
[ "Stale" ]
aksswami
3
gradio-app/gradio
machine-learning
10,260
[Dynamic Components] - Question - Triggering dynamics events after render
### Describe the bug Hello everyone, this is a question, not a bug, but I want to know how to do this. I have an event inside the area that is rendered dynamically, its name is "change_preview_image". It is triggered when I check a checkbox on a card that was added dynamically. So I store its value in a state variable...
closed
2024-12-28T01:30:12Z
2024-12-28T01:38:07Z
https://github.com/gradio-app/gradio/issues/10260
[ "bug" ]
elismasilva
1
mirumee/ariadne-codegen
graphql
105
Support disabling SSL cert verification for given remote GraphQL schemas
[Discussed here](https://github.com/mirumee/ariadne/discussions/1061) It should be possible to disable ssh verification in pyproject.toml for given schema in cases where SSL cert is self-signed (eg. running https over internal network).
closed
2023-03-27T12:04:08Z
2023-03-30T08:19:04Z
https://github.com/mirumee/ariadne-codegen/issues/105
[ "roadmap" ]
rafalp
0
JaidedAI/EasyOCR
machine-learning
901
EasyOCR Links are not reachable.
I am having a problem reaching the direct links for `https://jaided.ai/`
open
2022-12-06T13:24:29Z
2022-12-19T01:49:20Z
https://github.com/JaidedAI/EasyOCR/issues/901
[]
engahmed1190
2
open-mmlab/mmdetection
pytorch
12,332
Training MMDetection model on AWS or Google cloud
Can any one share details about how to train a model using custom data on AWS or Google Cloud. Any estimate of cost for training Mask-RCNN model on MS-COCO on AWS
open
2025-03-22T18:33:47Z
2025-03-22T18:34:03Z
https://github.com/open-mmlab/mmdetection/issues/12332
[]
njan-creative
0
huggingface/transformers
machine-learning
36,361
warning bug in Qwen2DecoderLayer in transformers ==4.49
### System Info transformers ==4.49 ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ### Reproduction...
open
2025-02-24T02:14:20Z
2025-02-24T19:02:06Z
https://github.com/huggingface/transformers/issues/36361
[ "bug" ]
Kyrie666
1
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,301
Images are getting predicted with inverted color
I am working on medical imaging data and I am trying to convert one class to image to another, the images are spatially correlated, the main differences lie in color. But the colors are getting predicted inverse, that mean the white part of the images are getting colors like the ROI (in my case the ROIs are cells) an...
open
2021-07-22T16:42:20Z
2024-07-07T09:00:49Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1301
[]
souryasengupta
3
tensorflow/tensor2tensor
deep-learning
997
GPU usage with the Transformer model
### Description I've created a custom translation Problem following the example of https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/data_generators/translate_enmk.py Everything from data generation on my own data to interactive decoding went fine and I'm very happy with the results! However...
closed
2018-08-15T09:51:39Z
2018-08-17T14:33:20Z
https://github.com/tensorflow/tensor2tensor/issues/997
[]
mabergerx
3
samuelcolvin/watchfiles
asyncio
40
Running in docker-compose results in no /dev/tty
If I try and run the `watchgod` CLI with my app in a docker-compose environment, it will fail due to the lack of `/dev/tty` being present: ``` web_1 | [02:48:45] watching "/app/" and reloading "app.main" on changes... web_1 | Process Process-1: web_1 | Traceback (most recent call last): ...
closed
2019-08-29T03:07:14Z
2019-08-29T11:51:40Z
https://github.com/samuelcolvin/watchfiles/issues/40
[]
elatt
1
plotly/dash-table
dash
307
Tooltip Support [Sponsored, Feb 1 Target]
Some requirements: - Ability to display tooltips when hovering over cells. - Tooltip data will be provided as an additional property in the table - Each tooltip string will be matched with a cell via a row ID and a column ID so that the tooltips remain associated with the cells when filtering and sorting. - Tooltip...
closed
2018-12-18T23:54:00Z
2019-02-01T18:58:46Z
https://github.com/plotly/dash-table/issues/307
[ "dash-type-enhancement", "dash-meta-sponsored" ]
chriddyp
7
pytorch/pytorch
machine-learning
149,042
Github Actions API is unstable - High queue times for GHA
## Current Status Mitigated on github side - recovering queue of jobs ## Error looks like Queued jobs, failing to pick up runners ## Incident timeline (all times pacific) * 04:00 Starded * 06:56 Identified * 07:12 GH API seems to be start recovering ## User impact * queued jobs * increased TTS on CI ## Root cause *...
closed
2025-03-12T14:00:30Z
2025-03-12T15:08:56Z
https://github.com/pytorch/pytorch/issues/149042
[ "ci: sev", "ci: sev-infra.thirdparty" ]
jeanschmidt
1