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
robinhood/faust
asyncio
270
Table Length Method Issue
When iterating through the table, we only display the active keys. But when we use `len(table)`, it actually counts both active and inactive keys: https://github.com/robinhood/faust/blob/master/faust/stores/rocksdb.py#L306. We should only display number of active keys to make it consistent with iterkey and iteritems. @...
closed
2019-01-09T23:43:38Z
2019-01-15T00:29:44Z
https://github.com/robinhood/faust/issues/270
[]
allisonwang
1
waditu/tushare
pandas
1,028
每日指标中的自由流通股本为负数
`{ "api_name":"daily_basic", "token":"XXXXXXXXXXXX", "params":{ "trade_date":"20190424" }, "fields":["trade_date", "ts_code", "pe", "pe_ttm", "pb", "ps", "ps_ttm", "total_share", "float_share", "free_share"] }` 调用的时候 “600657” 这一只股票的由流通股本为负数 "-5719.7841" Tushare ID: 261375
closed
2019-05-02T15:59:30Z
2019-07-02T14:07:20Z
https://github.com/waditu/tushare/issues/1028
[]
musicaudience
3
ipython/ipython
data-science
13,926
capture_output does not respect trailing semicolon
By convention, IPython suppresses the return value of the last expression if it ends with a trailing semicolon. `%%capture` and `utils.capture.capture_output` don't respect this convention: ```python In [1]: %%capture out ...: x = 1 ...: 1; In [2]: out.outputs[0] Out[2]: 1 ``` Related: #10227 #13841...
open
2023-02-04T15:34:49Z
2023-02-12T01:37:28Z
https://github.com/ipython/ipython/issues/13926
[ "magics" ]
akhmerov
1
MaartenGr/BERTopic
nlp
1,626
Documents and Topics are different lengths and cannot merge the topics
Hi there Maarten! Thank you for all of the support you are offering the community! I am running into the problem that my docs and topics have different lengths after I ran the model. I do not have the possibility to run the model again, but because of this issue, I cannot plot the topics over time or merge them. ...
open
2023-11-10T13:35:48Z
2023-11-27T16:38:15Z
https://github.com/MaartenGr/BERTopic/issues/1626
[]
daianacric95
8
nicodv/kmodes
scikit-learn
104
Kprototypes unexpected keyword argument 'n_jobs'
I notice that when trying to run: `km = KPrototypes(n_clusters=20, init='Huang', n_init=1, n_jobs=-1, verbose=1)` that I get an error that says: `__init__() got an unexpected keyword argument 'n_jobs'` I noticed that this should be fixed in the next release - when will that be?
closed
2019-02-18T19:05:26Z
2019-02-18T19:21:02Z
https://github.com/nicodv/kmodes/issues/104
[]
klepikhina
0
gradio-app/gradio
data-visualization
9,969
Add a setting that allows users to customize the tab placement (`Left`, `Center`, or `Right`).
- [x] I have searched to see if a similar issue already exists. I think many would agree that it would be convenient to place some tabs in different locations. For example, the "Settings" tab could be located on the right, and the "INFO" tab could be on the left. The main tabs could be placed in the center or in ano...
open
2024-11-16T09:11:40Z
2025-01-11T12:41:36Z
https://github.com/gradio-app/gradio/issues/9969
[ "enhancement" ]
Bebra777228
1
Gerapy/Gerapy
django
115
域名注册
closed
2019-10-06T15:28:51Z
2019-10-06T15:32:31Z
https://github.com/Gerapy/Gerapy/issues/115
[]
Germey
0
horovod/horovod
deep-learning
3,589
Can not run `RayExecutor`
Code: ```python import ray from horovod.ray import RayExecutor import horovod.torch as hvd # Start the Ray cluster or attach to an existing Ray cluster ray.init() num_workers = 1 # Start num_workers actors on the cluster settings = RayExecutor.create_settings(timeout_s=30) executor = RayExecutor( ...
closed
2022-06-28T22:41:00Z
2025-03-20T19:51:17Z
https://github.com/horovod/horovod/issues/3589
[ "bug" ]
JiahaoYao
1
SciTools/cartopy
matplotlib
1,803
Lat and lon labels in LambertConformal at edges not shown
### Description I want to plot data in the LambertConformal projection, 'cut out' the figure into the shape of the projection, and add axis labels. However, the labels that belong in the corners (minimum and maximum latitude and longitude) are not shown. See image below: I would like to also have the labels for 40N, 8...
closed
2021-06-10T12:45:11Z
2021-06-10T14:45:20Z
https://github.com/SciTools/cartopy/issues/1803
[]
MiriamSterl
1
plotly/dash-core-components
dash
147
Markdown (and probably SyntaxHighlighter) default `children` value needs update
With dcc 0.15.4 and: > The children property of dash_core_components.Markdown and dash_core_components.SyntaxHighlighter now accepts an array of strings (previously it had to be a string). Now, if an array is provided, it is collapsed into a string with line breaks (see #134). now creating `dcc.Markdown()` compon...
closed
2018-01-18T16:22:00Z
2018-01-18T22:47:02Z
https://github.com/plotly/dash-core-components/issues/147
[ "dash-type-bug" ]
radekwlsk
2
Anjok07/ultimatevocalremovergui
pytorch
683
M1 Mac Heating Up while processing
Hi - I have an M1 Mac running Ventura 13.4 and Iam facing a similar issue. The processing time is much longer than it is on a windows PC (5-10 mins for an average 10MB song) and the mac heats up significantly while UVR is under processing.
open
2023-07-21T08:16:05Z
2023-08-23T20:57:00Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/683
[]
rajeevbat
8
microsoft/nni
machine-learning
5,501
Error occurs when pip install nni[SMAC]
**Describe the issue**: When I use `pip install nni[SMAC]` , error occurs. The error is as follows. I don't know how to solve it. Thanks for your answer! ``` Collecting ConfigSpaceNNI>=0.4.7.3 Downloading http://mirrors.aliyun.com/pypi/packages/35/c7/e3b8b1d662498a92fa2913d9c7c2134b4831820c8a13de962b987c0acb18/...
closed
2023-04-03T14:36:06Z
2023-04-04T07:14:56Z
https://github.com/microsoft/nni/issues/5501
[]
sunze992
0
tox-dev/tox
automation
3,468
Allow disabling plugins via CLI
## Issue ``` # inside tox own codebase: tox -e 3.13 -- -k test_provision_requires_ok ``` Note that version of python is irrelevant, as it does reproduce with all supported versions. I also tried to modify the failing test to compensate for the missing pip, but it still failed with another error, now complai...
open
2024-12-10T17:31:01Z
2025-01-21T19:22:31Z
https://github.com/tox-dev/tox/issues/3468
[ "feature:new", "help:wanted" ]
ssbarnea
4
huggingface/diffusers
deep-learning
10,467
FLUX.1-dev FP8 Example Code: tmpxft_00000788_00000000-10_fp8_marlin.cudafe1.cpp
### Describe the bug Unable to inference using Flux FP8 Logs [FP8_logs.txt](https://github.com/user-attachments/files/18314458/FP8_logs.txt) ### Reproduction https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux#single-file-loading-for-the-fluxtransformer2dmodel ``` import torch from diff...
closed
2025-01-06T06:42:14Z
2025-01-06T16:58:21Z
https://github.com/huggingface/diffusers/issues/10467
[ "bug" ]
nitinmukesh
4
geex-arts/django-jet
django
349
__init__() missing 1 required positional argument: 'sortable_by'
I find a bug. In jet/utils.py line 223 ![wrong](https://user-images.githubusercontent.com/34230425/44704944-bb2c6080-aacf-11e8-9287-8c940ffbfb4d.png) ============== this is true. ![true](https://user-images.githubusercontent.com/34230425/44704972-d0a18a80-aacf-11e8-9440-7172438fb867.png)
open
2018-08-28T06:37:28Z
2019-08-13T14:51:47Z
https://github.com/geex-arts/django-jet/issues/349
[]
charloai
16
stanfordnlp/stanza
nlp
1,229
FInd POS of a sentence that is enclosed between a delimeter
I need to find the pos certain word from a sentence. For example: sentence = "For all models ~ITE+CKAD~ obtains the highest fluency of 1.68 and ~ITE+DD~ has the highest Knowledge Relevance of 0.56 and highest Context Coherence of 0.90" From the above sentence, I need to find the pos before and after the word that ...
closed
2023-03-30T06:35:51Z
2023-04-28T00:19:30Z
https://github.com/stanfordnlp/stanza/issues/1229
[ "question" ]
kushal-h
2
ageitgey/face_recognition
python
1,411
How to not draw boxes around unknown faces
* face_recognition version: 1.3.0 * Python version: 3.9.7 * Operating System: Big Sur MacOs ### Description I am using the KNN classifier contained inside the file named "face_recognition_knn.py" Inside the "train" folder, I've included and trained only one person. Inside the "test" folder, I have one ...
closed
2022-02-16T19:09:19Z
2022-02-17T18:50:53Z
https://github.com/ageitgey/face_recognition/issues/1411
[]
peoplecure
1
betodealmeida/shillelagh
sqlalchemy
190
Unable to load adapter gsheetsapi
Thank you for this very useful library. I have a simple streamlit python app in which shillelagh fails because gsheetsapi adapter is not getting loaded. There is probably some similarity to a past issue https://github.com/betodealmeida/shillelagh/issues/112 so I set the version to 1.0.1, but without success. requi...
closed
2022-03-06T10:58:03Z
2022-03-08T06:05:43Z
https://github.com/betodealmeida/shillelagh/issues/190
[]
code-anjali
4
pytest-dev/pytest-qt
pytest
487
Access violation in `waitSignal` with temporary object
This test causes an access violation. ```python from PySide6.QtCore import QObject, Signal class Signaller(QObject): signal = Signal() def test_should_pass_but_gives_access_violation(qtbot): qtbot.waitSignal(Signaller().signal, timeout=1) ``` Windows 10 21H2 pytest==7.3.1 pytest-qt==4.2.0 PyS...
closed
2023-05-14T17:17:37Z
2023-05-16T20:15:50Z
https://github.com/pytest-dev/pytest-qt/issues/487
[]
bersbersbers
15
streamlit/streamlit
deep-learning
10,756
Custom components unmount and reload on switch_page
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary Hi! I have found that when I change pages wit...
open
2025-03-12T20:31:14Z
2025-03-18T20:30:58Z
https://github.com/streamlit/streamlit/issues/10756
[ "type:enhancement", "status:awaiting-user-response" ]
vquilon
4
FactoryBoy/factory_boy
django
462
The docs mention a ``_next_sequence`` attribute which doesn't exist
There is no such property as `_next_sequence` (http://factoryboy.readthedocs.io/en/latest/reference.html#factory.Factory.reset_sequence) ``` type object 'UserFactory' has no attribute '_next_sequence' ``` Am I missing something here? EDIT: Ignore my original issue, however, the second part of it (this property...
closed
2018-03-21T07:27:08Z
2018-10-15T05:42:18Z
https://github.com/FactoryBoy/factory_boy/issues/462
[ "Doc" ]
fgblomqvist
2
QingdaoU/OnlineJudge
django
38
有没有删除小组的功能?
closed
2016-05-10T07:01:23Z
2016-05-10T11:37:56Z
https://github.com/QingdaoU/OnlineJudge/issues/38
[]
Ir1d
1
polakowo/vectorbt
data-visualization
189
ReferenceError: underlying object has vanished
Hi, I am having this weird problem where i get this error when I try to run vbt once, but it works on second attempt: `pf = vbt.Portfolio.from_signals(df.close, df.entries, df.exits)` Error: ``` Traceback (most recent call last): File "C:\Users\john\AppData\Roaming\Python\Python37\site-packages\numba\co...
closed
2021-07-09T15:45:27Z
2021-07-09T16:11:34Z
https://github.com/polakowo/vectorbt/issues/189
[]
jmrichardson
2
iterative/dvc
data-science
9,915
`exp run --allow-missing`: runs stage unexpectedly
# Bug Report ## Description `dvc exp run --allow-missing` runs stages even though they are unchanged other than missing files. ### Reproduce ```console $ git clone git@github.com:iterative/example-get-started.git $ cd example-get-started $ dvc exp run --allow-missing -S train.min_split=0.005 Reproducing...
closed
2023-09-05T17:53:44Z
2023-09-07T14:02:00Z
https://github.com/iterative/dvc/issues/9915
[ "p1-important", "A: experiments" ]
dberenbaum
2
FlareSolverr/FlareSolverr
api
384
[yggtorrent] (testing) Exception (yggtorrent): [...] Only Chrome at revision rlatest is guaranteed to work.
### Environment * **FlareSolverr version**: 2.2.4 * **Last working FlareSolverr version**: 2.2.4 * **Operating system**: CentOS 7 * **Are you using Docker**: yes * **FlareSolverr User-Agent (see log traces or / endpoint)**: Mozilla/5.0 (X11; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0 * **Are you using a...
closed
2022-04-25T12:24:02Z
2022-07-30T22:10:28Z
https://github.com/FlareSolverr/FlareSolverr/issues/384
[]
vipera7
3
scikit-optimize/scikit-optimize
scikit-learn
626
Algorithm may not converge?
I'm using the package to do hyper parameter optimisation of a 3-layer neural network. When calling > res_gp = gp_minimize(train_bayes, space, n_calls=200, n_random_starts=20, acq_func='EIps', n_jobs=-1, verbose=True, random_state=random_seed) and plotting the res_gp object, the following plo...
open
2018-02-01T11:01:59Z
2019-08-27T02:42:53Z
https://github.com/scikit-optimize/scikit-optimize/issues/626
[]
bstemper
16
nteract/papermill
jupyter
482
Papermill adding unusual syntax to HTML stored in JSON
Hi Friends. I've been using papermill for a while to execute jupyter notebooks in a CI framework. Thank you for your work on it as it's been a fantastic tool. I'm running into an odd (i think?) bug. When i run a notebook with an interactive element that will require an iframe - case in point creating a map using le...
closed
2020-03-23T23:44:20Z
2020-04-20T16:06:51Z
https://github.com/nteract/papermill/issues/482
[]
lwasser
4
tox-dev/tox
automation
2,524
Dependency with "vulnerable" version of py
Hi all, I couldn't find this reported yet (apologies if it's duplicate), but tox has a dependency with `py`, which is currently flagged as a vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2022-42969 and therefore reported by tools like `safety` and `pip-audit`. There is a lot of chatter in [here](https://git...
closed
2022-11-01T18:10:39Z
2022-11-01T18:28:09Z
https://github.com/tox-dev/tox/issues/2524
[ "bug:normal" ]
juanitosvq
3
stanfordnlp/stanza
nlp
690
evaluation of trained models
Hello! Thanks so much for your amazing library. I have trained all the processors on my Persian data based on the Model Training and Evaluation documentation. I would like to run the trained model on some test data and evaluate them. I also need to save the prediction files to manually go through them to check some spe...
closed
2021-05-05T20:59:21Z
2021-06-17T17:19:51Z
https://github.com/stanfordnlp/stanza/issues/690
[ "question" ]
royakabiri
4
sqlalchemy/sqlalchemy
sqlalchemy
10,850
[MySQL] Nullability of generated columns is not inspected correctly
### Describe the bug The inspector does not pick up the nullability of generated columns for MySQL. ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2.0.22 ### DBAPI (i.e. the database driver) MySQL ### D...
closed
2024-01-09T13:27:00Z
2024-01-23T18:17:51Z
https://github.com/sqlalchemy/sqlalchemy/issues/10850
[ "bug", "mysql", "reflection", "PRs (with tests!) welcome" ]
GeorchW
5
KaiyangZhou/deep-person-reid
computer-vision
118
what the expected output in results folder when visualize the ranks?
when visualizing the ranks I have gotten a probe folder and 20 gallery folder, there is more than one person identity in both the gallery and probe folder. my question is: How can I make sure the results are correct? can you explain the expected results? Thank you.
closed
2019-03-01T17:17:43Z
2019-03-18T16:12:57Z
https://github.com/KaiyangZhou/deep-person-reid/issues/118
[]
muna-cs
1
MagicStack/asyncpg
asyncio
565
Error when importing after compiling with GCC 10
* **asyncpg version**: asyncpg-0.21.0.dev0+7f5c2a2 (same for 0.20.1) * **PostgreSQL version**: does not matter * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: does not matter * **Python version**: 3.8.2 and 3.9.0a5+ * **Platform**: Fedora 32 x64/a...
closed
2020-04-28T15:33:44Z
2020-06-26T18:20:55Z
https://github.com/MagicStack/asyncpg/issues/565
[]
Gelbpunkt
3
SciTools/cartopy
matplotlib
1,630
Crimea is wrongly moved to the Russia
Wanted to use your library to make some heatmaps on the country levels. And found that you have wrong shapes for Ukraine and Russia, more precisely in your shapes, Crimea belongs to Russia. This obviously contradicts international understanding. With this mistake, you hiddenly push all library users to break interna...
closed
2020-08-06T17:59:50Z
2020-08-06T18:20:24Z
https://github.com/SciTools/cartopy/issues/1630
[]
johngull
2
wger-project/wger
django
1,424
Website terms of service are smpty
https://wger.de/en/software/terms-of-service Is empty, no matter if German or English. I told a guy on Reddit about this and how he might contribute and get exercises and he liked it, but mentioned, that the imprint and the tos are empty and this is something that did not sit well with them.
open
2023-09-11T06:19:16Z
2023-09-11T12:01:14Z
https://github.com/wger-project/wger/issues/1424
[]
natrius
1
open-mmlab/mmdetection
pytorch
11,144
How to generate coco fromat annotations on custom dataset
I rencently encounter a problem that I fail to generate coco format json file, depite I have set the `format_only=True` in the test_evaluator. I have checked the previous issues, and found several similiar questions with related functions removed. Threrefore, I wonder whether it is possible to provide a tutorial regard...
open
2023-11-08T14:32:00Z
2023-11-08T14:32:00Z
https://github.com/open-mmlab/mmdetection/issues/11144
[]
CDchenlin
0
sczhou/CodeFormer
pytorch
373
Question on Training Steps and Cross entropy Loss for Stage 2
Your work is truly impressive! The clarity and depth you bring to the subject are remarkable! Could you please let me know how many **training steps** are required in stage 2 and how small the **Cross Entropy Loss** should be to achieve normal images? I use the pretrained VQGAN which provided by authors to start t...
open
2024-05-23T09:13:04Z
2025-02-17T13:15:30Z
https://github.com/sczhou/CodeFormer/issues/373
[]
lxxie298
3
browser-use/browser-use
python
214
Outdated workflow actions
GitHub Actions workflow still uses checkout@v3 and Python@v3, these are outdated for a while now and new versions have been published
closed
2025-01-11T19:01:07Z
2025-01-19T23:53:30Z
https://github.com/browser-use/browser-use/issues/214
[]
sushil959465
0
nvbn/thefuck
python
1,425
Support for Windows CMD
When I run "fuck" on windows cmd I get "Seems like fuck alias isn't configured!" But the help does not show how to configure thefuck for windows cmd, only for powershell. The latest commit shows that there is support for windows cmd https://github.com/nvbn/thefuck/commit/3cd187a3bb47351890ac7308464e1a2780507220...
closed
2023-12-06T07:49:43Z
2023-12-12T07:28:14Z
https://github.com/nvbn/thefuck/issues/1425
[]
BenjaminKobjolke
4
Sanster/IOPaint
pytorch
40
New resizing bug introduced
https://user-images.githubusercontent.com/71787427/163864876-0ab01a33-4d0c-4d2f-9c0e-ee69606ab2a3.mp4 The image resizes itself auto zooms out when the mouse is released.Previously it was keeping the zoom level. It is doing it with multi stroke as well. and this is how thee old version acts: https://user-images...
closed
2022-04-18T19:28:50Z
2022-04-20T13:45:44Z
https://github.com/Sanster/IOPaint/issues/40
[]
FlowDownTheRiver
7
predict-idlab/plotly-resampler
data-visualization
69
no support for dict representation of plotly traces
The following code works in plotly, but does not work when wrapping the constructor with `FigureResampler`. ```py trace = { "type": "scatter", # "x": [1, 2, 3], "y": np.arange(5_000), "name": "some_trace", # is not even required } fig = go.Figure() # wrapping this will fail fig.add_tra...
closed
2022-06-07T19:00:07Z
2022-06-17T11:58:11Z
https://github.com/predict-idlab/plotly-resampler/issues/69
[ "bug" ]
jvdd
1
AutoViML/AutoViz
scikit-learn
104
Inconsistent performance
I have a dataset with 6439 rows and 28 columns(5 string columns,1 datetime column,3 integers,19 float columns) These are the installed requirements for `python 3.8.18` ``` bokeh 2.4.3 holoviews 1.14.9 hvplot 0.7.3 panel 0.14.4 ``` When trying to create autoviz charts then it is creating only `data quality...
closed
2024-02-12T05:10:12Z
2024-02-20T01:09:07Z
https://github.com/AutoViML/AutoViz/issues/104
[]
ArijitSinghEDA
4
twopirllc/pandas-ta
pandas
532
VWAP Bands request like IB
Which version are you running? The latest version is on Github. Pip is for major releases. ``` import pandas_ta as ta print(ta.version) 0.3.64b0 ``` **Indicator addition to match another broker** Hi, So kind of new around here, and I've been looking for indicator to match certain behavior of VWAP standa...
open
2022-05-16T17:13:49Z
2022-05-19T22:42:45Z
https://github.com/twopirllc/pandas-ta/issues/532
[ "enhancement", "help wanted", "good first issue" ]
rotemkama
2
amdegroot/ssd.pytorch
computer-vision
206
EXCUSE ME! I'VE AN PROBLEM ABOUT THIS PROGRAM IN CPU
BECAUSE OF MY FXXKING PC,I'VE NO IDEA TO INSTALL NVIDIA DRIVER HOWEVER WHEN I RAN TRAIN.PY, IT COMEOUT AN ERROR AT THE LINE"images, targets = next(batch_iterator)" FOR "AssertionError: Torch not compiled with CUDA enabled" WHAT SHOULD I DO NOW? THANKS FOR YOUR HELP
open
2018-07-25T07:51:06Z
2018-07-25T08:08:58Z
https://github.com/amdegroot/ssd.pytorch/issues/206
[]
lc33851947
2
neuml/txtai
nlp
372
Add Cross-Encoder support to Similarity pipeline
It seems like Cross Encoders are the preferred model for doing Re-Ranking of search results that were generated by another means (BM25, vector search etc...). However, if I provide one of these models as the path, all the results just have scores of 0.5. Sentence Transformers recommends doing this. https://www.sber...
closed
2022-10-19T02:57:35Z
2022-10-26T11:25:16Z
https://github.com/neuml/txtai/issues/372
[]
nickchomey
7
mithi/hexapod-robot-simulator
plotly
21
Add preliminary tests
- [x] Page IK Random Pose - [x] Kinematics Random Pose - [x] Page Leg Pattern
closed
2020-04-10T11:08:18Z
2020-04-16T13:16:20Z
https://github.com/mithi/hexapod-robot-simulator/issues/21
[ "PRIORITY", "best practice" ]
mithi
1
tiangolo/uvicorn-gunicorn-fastapi-docker
pydantic
243
Support for Apple sillicon
Hi, Will there be support for arm64 architecture in the near future? Offering it on top of linux/amd64 would be perfect. Thanks in advance!
closed
2023-05-17T15:20:28Z
2024-08-25T04:01:57Z
https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/243
[]
vranicf
0
keras-team/keras
data-science
20,421
Add similarity loss functions for Keras 3?
Hello, Is there any interest in allowing training on embeddings using similarity loss functions? Currently the situation is tensorflow similarity is not working with Keras 3, with the latest working tf working version 2.15, TF-Similarity repo does not look very active to hope for an update anytime soon. I was think...
closed
2024-10-28T15:49:50Z
2024-11-06T20:14:06Z
https://github.com/keras-team/keras/issues/20421
[ "type:feature" ]
ma7555
3
cvat-ai/cvat
computer-vision
9,145
Can't import model from HuggingFace
### 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. Go to app.cvat.ai/models/create 2. add a link to a huggingface model (https://huggingface.co/Ultralytics/YOLOv5 yolov5 f...
open
2025-02-24T13:15:43Z
2025-02-24T13:15:43Z
https://github.com/cvat-ai/cvat/issues/9145
[ "bug" ]
cile98
0
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,571
Automatic Let's Encrypt certificate renewal failing on python3-acme 2.1.0
### What version of GlobaLeaks are you using? Latest globaleaks version (4.12.8) on Debian bookworm ### What browser(s) are you seeing the problem on? All ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue Since Updating the repo to use the bookworm packages, we see the foll...
closed
2023-08-03T09:33:08Z
2023-08-05T09:17:10Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3571
[ "T: Bug", "Triage" ]
DanWin
10
sqlalchemy/alembic
sqlalchemy
853
Alembic not loading config member
We're working on a project which uses Postgresql as a data source which is then managed/initiated using SqlAlchemy to create models, and Alembic for migrations. The issue is that Alembic cannot auto-generate any new migrations, nor can it upgrade the database to the latest iteration when using the Alembic command. W...
closed
2021-06-04T09:15:03Z
2021-08-24T07:11:38Z
https://github.com/sqlalchemy/alembic/issues/853
[]
MarcoRocco
0
widgetti/solara
jupyter
606
Bug in patching of rcParams
I'm running into the following failure over in glue-jupyter: ``` /usr/lib/python3.11/contextlib.py:137: in __enter__ return next(self.gen) ../../.tox/py311-test-visual/lib/python3.11/site-packages/pytest_mpl/plugin.py:318: in switch_backend prev_backend = matplotlib.get_backend().lower() ../../.tox/py31...
closed
2024-04-16T13:32:27Z
2025-02-10T13:32:46Z
https://github.com/widgetti/solara/issues/606
[]
astrofrog
2
pyro-ppl/numpyro
numpy
1,987
[FR] Update the flax module to adapt flax new nnx api
### Feature Summary The fully featured net library Flax has launch a new simplified NNX api to "make it easier to create, inspect, debug, and analyze neural networks in JAX". However, numpyro still use old flax Linen api in the falx module. It is necessary to upgrade this module to keep up with the development of Flax...
closed
2025-02-24T01:15:22Z
2025-03-10T19:26:15Z
https://github.com/pyro-ppl/numpyro/issues/1987
[ "enhancement" ]
sejabs
1
snarfed/granary
rest-api
232
Using PixelFed reports 500 server error
Just passing along. Holler if I can help debug. Thanks! Ray GET https://granary.io/pixelfed/267478200693690368/@all/@app/?format=atom&access_token=...&user_id=267478200693690368&instance=https://pixelfed.social/ 500 Internal Server Error The server has either erred or is incapable of performing the requeste...
closed
2021-02-26T02:48:04Z
2021-02-26T05:25:54Z
https://github.com/snarfed/granary/issues/232
[]
ScootRay
1
graphql-python/graphene-sqlalchemy
graphql
381
How to remove "edges" and "node" from query?
I would like to be able to use syntax like this: ![image](https://user-images.githubusercontent.com/8968171/218857220-c98c89ca-91b9-4de7-88e0-853a9b3dc6be.png) But instead I must do something like this: ``` { pets { edges { node { name } } ...
closed
2023-02-14T20:41:16Z
2023-08-30T00:36:29Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/381
[]
MattKleinsmith
9
plotly/dash
flask
2,776
Add documentation/examples using CeleryManager as background_callback_manager together with Dash Pages
From the Dash doc, I'm able to create a simple, single-page Dash-app that uses CeleryManager. Please see main-branch in this repo: https://github.com/roar-skinderviken/dash-celery-docker-compose When trying to apply background_callback_manager/CeleryManager using Dash Pages, code stopped working, and I was not able...
closed
2024-03-03T13:18:41Z
2024-03-04T13:55:39Z
https://github.com/plotly/dash/issues/2776
[]
roar-skinderviken
2
Lightning-AI/pytorch-lightning
data-science
20,456
[BUG] (`DataLoader`) sanity check fails due to `Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor)`
### Bug description Hi there! I have previously created my first `LightningDataModule`. More specifically, a `NonGeoDataModule` which inherits from there (see [torchgeo-fork](https://github.com/MathiasBaumgartinger/torchgeo/blob/main/torchgeo/datamodules/flair2.py). Interestingly, when I try to run this module I get...
open
2024-11-27T17:16:35Z
2025-01-07T10:59:42Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20456
[ "3rd party", "ver: 2.4.x" ]
MathiasBaumgartinger
9
ets-labs/python-dependency-injector
flask
452
Pyright: @injected providers throw type errors
When using [Pyright](https://github.com/microsoft/pyright) for typechecking, injected provider arguments raise type errors. For example, in the flask miniapp (`examples/miniapps/flask/`), the full output from running `pyright githubnavigator/views.py` from the root of the flask example app is below: ``` Searchin...
open
2021-04-25T05:45:25Z
2022-09-09T13:06:24Z
https://github.com/ets-labs/python-dependency-injector/issues/452
[]
jack-michaud
2
Evil0ctal/Douyin_TikTok_Download_API
fastapi
510
400错误!
{ "detail": { "code": 400, "message": "An error occurred.", "support": "Please contact us on Github: https://github.com/Evil0ctal/Douyin_TikTok_Download_API", "time": "2024-10-17 06:42:01", "router": "/api/douyin/web/fetch_user_post_videos", "params": { "sec_user_id": "MS4wLjABAA...
closed
2024-11-24T08:57:27Z
2024-11-28T05:10:45Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/510
[ "BUG", "enhancement" ]
xinchengyou1987
3
microsoft/qlib
machine-learning
1,567
请问在yaml文件中,<MODEL> <DATASET> 的作用是什么?为什么要这样写?
## ❓ Questions and Help 请问在yaml文件中,<MODEL> <DATASET> 的作用是什么?为什么要这样写?
closed
2023-06-25T05:52:56Z
2023-10-24T03:09:15Z
https://github.com/microsoft/qlib/issues/1567
[ "question" ]
moesakura
3
piskvorky/gensim
data-science
3,316
corpora.TextDirectoryCorpus fails on utf-8 encoded files on windows
#### Problem description What are you trying to achieve? What is the expected result? What are you seeing instead? I have a directory of utf-8 encoded files (scraped Reddit submissions selftext i.e. text in reddit posts) in plain text. I wanted to create a corpus using gensim.corpora.TextDirectoryCorpus(<dir_of_s...
closed
2022-04-01T09:04:48Z
2022-04-15T12:26:04Z
https://github.com/piskvorky/gensim/issues/3316
[ "bug", "difficulty easy", "impact MEDIUM", "reach LOW" ]
Sandman-Ren
2
katanaml/sparrow
computer-vision
7
ModuleNotFoundError: No module named 'tools.utilities'
closed
2023-06-01T19:09:49Z
2023-06-20T18:33:24Z
https://github.com/katanaml/sparrow/issues/7
[ "enhancement" ]
ghazirecinov
2
microsoft/UFO
automation
138
Support for Automatic Task Execution from JSON Files
Currently, UFO operates through command-line interaction, where users input commands one by one for the agent to execute tasks. I would like to request support for enabling the agent to execute a predefined sequence of tasks from an, let's say JSON file. By defining tasks and their parameters in such a file, users co...
closed
2024-11-23T03:37:05Z
2024-12-19T14:21:37Z
https://github.com/microsoft/UFO/issues/138
[]
Calvvnono
5
onnx/onnx
deep-learning
6,264
ERROR: Could not build wheels for onnx, onnxsim, imagededup, which is required to install pyproject.toml-based projects
### Question I am installing the requirements for using YoloNAS in Deepstream 6.2 as per the instructions below https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/YOLONAS.md While installing the requirements in super-gradients I am having error while building onnx Process exited with code 1 ##...
closed
2024-07-31T11:50:36Z
2025-01-24T00:43:42Z
https://github.com/onnx/onnx/issues/6264
[ "question" ]
maze2498
1
modelscope/data-juicer
streamlit
473
How to calculate the image_text_similarity scores for both Chinese and English?
Thank you for your excellent work. Regarding my dataset, which includes both English and Chinese samples, I am wondering how I can simultaneously calculate the similarity scores between image and text pairs for both languages.
closed
2024-11-05T07:04:28Z
2025-02-07T03:37:18Z
https://github.com/modelscope/data-juicer/issues/473
[ "question", "dj:multimodal", "stale-issue", "dj:op" ]
weiaicunzai
4
CorentinJ/Real-Time-Voice-Cloning
pytorch
751
Where is the tensorflow version?
I think I am more comfortable with the Tensorflow version, but I really can't find it, I found about a commit 5425557, but I don't seem to find the code
closed
2021-05-09T06:30:10Z
2021-05-30T07:34:25Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/751
[]
bosecodes
1
keras-team/keras
machine-learning
20,093
TImeDistributed + Add Layers Error
Using TensorFlow==2.17.0 , Keras==3.4.1 I am having issues when trying to use the Add Layer together with the TImeDistributed one: ``` X = TimeDistributed(Add(), name='add_residual_convolution_' + str(it))([X, X_residual]) ValueError: `TimeDistributed` Layer should be passed an `input_shape` with at least 3 dime...
closed
2024-08-07T08:55:39Z
2025-02-01T02:02:49Z
https://github.com/keras-team/keras/issues/20093
[ "type:support", "stat:awaiting response from contributor", "stale" ]
marta-q
12
encode/databases
asyncio
234
Documentation lacks guidance on creating database tables
The [Databases Introduction](https://www.encode.io/databases/) executes a raw SQL query like so: ```python query = """CREATE TABLE HighScores (id INTEGER PRIMARY KEY, name VARCHAR(100), score INTEGER)""" await database.execute(query=query) ``` The next page, [Database Queries](https://www.encode.io/databases/d...
closed
2020-08-10T21:41:05Z
2022-12-01T13:43:39Z
https://github.com/encode/databases/issues/234
[]
Lonami
7
Yorko/mlcourse.ai
numpy
738
Proofread topic 2
- Fix issues - Fix typos - Correct the translation where needed - Add images where necessary
closed
2023-02-04T13:53:11Z
2024-08-25T07:43:16Z
https://github.com/Yorko/mlcourse.ai/issues/738
[ "enhancement", "articles" ]
Yorko
0
chrieke/prettymapp
streamlit
67
feature request: elevation "iso-lines"
Thanks a lot for your work! I was wondering if there's a way to draw contour lines on the map. It's not clear to me if OpenStreetMap provides elevation data.
closed
2024-12-22T09:58:46Z
2024-12-28T18:40:46Z
https://github.com/chrieke/prettymapp/issues/67
[]
JulienMaille
1
huggingface/datasets
numpy
6,446
Speech Commands v2 dataset doesn't match AST-v2 config
### Describe the bug [According](https://huggingface.co/MIT/ast-finetuned-speech-commands-v2) to `MIT/ast-finetuned-speech-commands-v2`, the model was trained on the Speech Commands v2 dataset. However, while the model config says the model should have 35 class labels, the dataset itself has 36 class labels. Moreover,...
closed
2023-11-22T20:46:36Z
2023-11-28T14:46:08Z
https://github.com/huggingface/datasets/issues/6446
[]
vymao
3
graphql-python/graphene-sqlalchemy
graphql
65
Subclassing Connection in 2.0
Hi, in 2.0dev version I can't see the way to subclass `relay.Connection`. Because SQLAlchemyObjectType doesn't have a Connection attribute, the only way I see is to pass connection via the Meta class. Otherwise the connection is automatically created with default Connection class. But I can't specify the subclassed con...
closed
2017-08-06T02:10:06Z
2023-02-25T00:48:34Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/65
[]
nmrtv
4
aeon-toolkit/aeon
scikit-learn
1,734
[ENH] Remove inheritance from BaseTransformer to BaseCollectionTransformer and remove CollectionToSeriesWrapper
### Describe the feature or idea you want to propose with the imminent deprecation of BaseTransformer, we should remove its uses in preparation ### Describe your proposed solution Remove inheritance in BaseCollectionTransformer and remove CollectionToSeriesWrapper ### Describe alternatives you've considered, if...
closed
2024-06-27T20:16:51Z
2024-09-17T20:40:38Z
https://github.com/aeon-toolkit/aeon/issues/1734
[ "enhancement", "transformations" ]
TonyBagnall
1
widgetti/solara
fastapi
169
ipywidgets slider not working with Solara >v1.17.0
The ipywidget slider used to work fine with Solara v1.17.0 and earlier. ![image](https://github.com/widgetti/solara/assets/5016453/abf41874-7638-4480-82bf-f0782c9ef5f2) However, the slider no longer show up with Solara v1.17.1. Is there any changes recently that affect ipywdiget slider? ![image](https://github.co...
closed
2023-06-23T03:49:24Z
2024-01-16T15:45:29Z
https://github.com/widgetti/solara/issues/169
[]
giswqs
6
jmcarpenter2/swifter
pandas
203
Inform the user whether multiprocessing was used
Hi, thanks for this cool library. One thing that would be nice would be to tell the user what swifter decided to do, e.g.: - was it able to vectorize? - did it choose to apply multiprocessing with Dask? Right now it seems everything is totally transparent to the user; I cannot easily tell if swifter is even us...
open
2022-10-04T21:39:15Z
2023-03-24T17:32:42Z
https://github.com/jmcarpenter2/swifter/issues/203
[ "enhancement" ]
tadamcz
1
graphql-python/graphene-django
django
551
How to resolve many-to-many relation with "through" option
I have raised a question in stack overflow. Here is the link [https://stackoverflow.com/questions/53013384/how-to-resolve-graphene-django-node-field-with-many-to-many-relationship](url) I was expecting it to be auto resolved as the relations are defined in models. Looking forward to get some help.
closed
2018-11-05T16:57:04Z
2021-04-14T20:10:07Z
https://github.com/graphql-python/graphene-django/issues/551
[ "question" ]
rajkrishnanind
1
aeon-toolkit/aeon
scikit-learn
2,302
[dgr/timeseriesscaler] is STALE
@dguijo, dgr/timeseriesscaler has had no activity for 258 days. This branch will be automatically deleted in 0 days.
closed
2024-11-04T01:28:16Z
2024-11-11T01:28:39Z
https://github.com/aeon-toolkit/aeon/issues/2302
[ "stale branch" ]
aeon-actions-bot[bot]
0
microsoft/hummingbird
scikit-learn
229
Enable cross exporting between models
For the moment we only allow: - sklearn, xgb and lgbm to be exported in pytorch \ torchscript format - onnx-ml models to be exported into onnx We already have the code setup to remove this limitation and allow any supported input model to be exported into any supported backend.
closed
2020-08-13T22:33:40Z
2020-08-13T23:16:25Z
https://github.com/microsoft/hummingbird/issues/229
[]
interesaaat
0
babysor/MockingBird
deep-learning
60
补充教程
closed
2021-08-28T00:29:54Z
2021-08-29T12:05:14Z
https://github.com/babysor/MockingBird/issues/60
[]
babysor
0
pnkraemer/tueplots
matplotlib
76
Font seems off
Hi, I tried using tueplots but encountered some weird bug, where my plot got from this: <img src="https://user-images.githubusercontent.com/49155617/150942802-88e53b62-ee2c-4ab7-b78f-894d56efacf4.png" alt="im1" width="500"/> to this: <img src="https://user-images.githubusercontent.com/49155617/150942803-240a0e0e-...
closed
2022-01-25T08:52:03Z
2022-01-25T10:54:36Z
https://github.com/pnkraemer/tueplots/issues/76
[]
dmandic17
4
vastsa/FileCodeBox
fastapi
132
文件上传时是否支持分片上传
请问是否支持分片上传,因为对于比较大的文件,即使超时时间设置的很长,也会出异常
closed
2024-02-02T11:05:17Z
2025-02-06T12:14:19Z
https://github.com/vastsa/FileCodeBox/issues/132
[]
leim
1
tortoise/tortoise-orm
asyncio
1,262
Unable to create Model with custom PrimaryKey
**Describe the bug** when creating a model, defining an attribute to be (pk=True) causes tortoise to throw the below error `tortoise.exceptions.ConfigurationError: Can't create model Post with two primary keys, only single primary key is supported` It seems to work fine if I explicitly define id as not being the PK ...
open
2022-09-24T22:01:25Z
2022-12-04T14:28:05Z
https://github.com/tortoise/tortoise-orm/issues/1262
[]
Tetrokun
1
OpenInterpreter/open-interpreter
python
893
How can make the results feedback faster without showing the process of code generation and code running?
### Is your feature request related to a problem? Please describe. Great work, thank you for the open source and effort, I have some questions, if I want to make it faster, even without showing me the process of code generation, execution, I tested it, reading from csv and doing A histogram takes 30-45 seconds. If I d...
closed
2024-01-09T11:11:27Z
2024-10-31T16:58:51Z
https://github.com/OpenInterpreter/open-interpreter/issues/893
[ "Enhancement" ]
rainbownmm
0
kennethreitz/responder
graphql
393
Plans on implementing Graphene Subscriptions?
A few implementation examples here; https://github.com/graphql-python/graphql-ws I suppose the already implemented WebSockets support would be a good fit for this.
closed
2019-09-25T23:42:27Z
2024-03-31T00:57:29Z
https://github.com/kennethreitz/responder/issues/393
[]
dsod
0
snarfed/granary
rest-api
173
Mastodon: how to handle domain blocks?
i haven't implemented block lists in Mastodon yet since Mastodon lets users [block entire domains](https://docs.joinmastodon.org/usage/privacy/#hiding-an-entire-server) ([API](https://docs.joinmastodon.org/api/rest/domain-blocks/)), ie other instances, as well as individual users. i haven't thought through how to repre...
open
2019-10-21T22:05:24Z
2019-10-21T22:05:24Z
https://github.com/snarfed/granary/issues/173
[]
snarfed
0
dpgaspar/Flask-AppBuilder
rest-api
1,705
Show sign in page after user log out when using a single oauth2 provider
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide any extra information that may be useful Responsible disclosure: We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability please report to danielvazgaspar@gmail.com. ### Environment ...
closed
2021-09-30T15:21:40Z
2021-12-07T16:33:51Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1705
[]
shawnzhu
11
iperov/DeepFaceLab
deep-learning
5,346
Nina
closed
2021-06-09T01:34:45Z
2021-06-09T16:47:28Z
https://github.com/iperov/DeepFaceLab/issues/5346
[]
Mitan01
0
agronholm/anyio
asyncio
131
How should we implement forceful close of async resources?
Sometimes we need to close connections and other async resources forcefully. To this end, trio has a function named `aclose_forcefully()` which creates a cancel scope and within it, cancels the scope and *then* calls `aclose()` on the resource. My other idea is that we could add a parameter `force: bool = False` to th...
closed
2020-07-27T09:53:22Z
2020-07-31T13:45:59Z
https://github.com/agronholm/anyio/issues/131
[ "design" ]
agronholm
1
xinntao/Real-ESRGAN
pytorch
793
gt_size: 128
can i get consistent results when i'm using ```gt_size: 128``` with 2x finetune? (64x64LR 128x128HR paired dataset) my models are suddenly twice collapsed already (maybe due to high lr) <details> ![epic_fail](https://github.com/xinntao/Real-ESRGAN/assets/166461727/9d53ce48-2182-492c-9ea8-434de68e038a) ![epic_fail...
open
2024-05-04T04:31:50Z
2024-05-06T14:53:07Z
https://github.com/xinntao/Real-ESRGAN/issues/793
[]
SA-j00u
0
litestar-org/litestar
api
3,409
Bug: can't upload multiple files where `data: Optional[List[UploadFile]]`
### Description The following test fails for the 2 files case. ### URL to code causing the issue _No response_ ### MCVE ```python @pytest.mark.parametrize("file_count", (0, 1, 2)) def test_upload_multiple_files_optional(file_count: int) -> None: @post("/") async def handler(data: Optional[Lis...
closed
2024-04-21T00:01:24Z
2025-03-20T15:54:37Z
https://github.com/litestar-org/litestar/issues/3409
[ "Bug :bug:" ]
peterschutt
1
gto76/python-cheatsheet
python
139
Шпаргалка python
closed
2022-12-16T12:46:23Z
2022-12-16T12:48:11Z
https://github.com/gto76/python-cheatsheet/issues/139
[]
YarKoniukhov
0
Lightning-AI/LitServe
rest-api
88
Too many files open with 1K requests
Sending request to `request_buffer` creates a new pipe and too many requests causes `OS too many files open` error ```py self.app.request_buffer[uid] = (await request.json(), write) ``` cc: @lantiga --- ``` INFO: 127.0.0.1:45038 - "POST /predict HTTP/1.1" 500 Internal Server Error ERROR: Exception i...
closed
2024-05-14T17:51:42Z
2024-05-18T00:42:41Z
https://github.com/Lightning-AI/LitServe/issues/88
[ "bug", "help wanted" ]
aniketmaurya
3
autokey/autokey
automation
973
Add pyasyncore for Python 3.12 support
Use this line in the `setup.cfg` file to make it so that the **pyasyncore** module is only installed during `tox` testing for Python 3.12.0 or later: ``` pyasyncore; python_version>='3.12' ``` Make this change on the **master** and **develop** branches. _Based on a post by @dlk3 in https://github.com/au...
open
2024-11-17T22:44:51Z
2024-12-23T14:52:57Z
https://github.com/autokey/autokey/issues/973
[ "infrastructure", "environment" ]
Elliria
0
desec-io/desec-stack
rest-api
147
Remove RRset write-support for locked users
Currently, locked users can write RRsets to the application database. Only upon unlocking the user account, these RRsets will be propagated to pdns. This leads to various difficulties regarding validation and consistency, see https://github.com/PowerDNS/pdns/issues/7565#issuecomment-476397025 As the benefit of th...
closed
2019-03-26T08:55:12Z
2019-04-17T09:34:23Z
https://github.com/desec-io/desec-stack/issues/147
[ "bug", "api", "prio: medium", "easy" ]
peterthomassen
1
dbfixtures/pytest-postgresql
pytest
583
Unable to start postgres "factories.postgresql_proc"
### What action do you want to perform We are running `pytest` under `image: python:3.7-alpine`, with some pre installations: ``` apk update && apk add postgresql-dev gcc libc-dev linux-headers python3-dev musl-dev && rm -rf /var/cache/apk/* - psycopg2-binary>=2.9.3 - pytest-postgresql==3.1.3 ``` Example of ou...
closed
2022-03-24T20:51:59Z
2023-05-19T11:10:35Z
https://github.com/dbfixtures/pytest-postgresql/issues/583
[]
zhangchi1
1
erdewit/ib_insync
asyncio
515
Borrow rate
Borrow rate (for shorting shares) is available in the undocumented IB API, through generic tick 499: https://groups.io/g/twsapi/topic/28217344#41103 This is how TWS manages to display borrow rates in the live UI. However this generic tick; althought stable, is not documented officially by IB yet. Consequently, i...
closed
2022-10-21T17:27:52Z
2022-10-22T17:15:25Z
https://github.com/erdewit/ib_insync/issues/515
[]
rgeronimi
5
pallets-eco/flask-sqlalchemy
flask
707
Remove "convert_unicode"
Hi, The "convert_unicode" argument is being used in flask-sqlalchemy, however it's deprecated in SQLAlchemy: ``` SADeprecationWarning: The create_engine.convert_unicode parameter and corresponding dialect-level parameters are deprecated, and will be removed in a future release. Modern DBAPIs support Python Unic...
closed
2019-03-26T19:10:48Z
2020-12-05T20:37:24Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/707
[]
diogobaeder
2
holoviz/panel
jupyter
7,771
Feature: A lighter weight pn.Card
With the advent of LLMs, I see a lot of collapsible divs, e.g. Claude: <img width="748" alt="Image" src="https://github.com/user-attachments/assets/4721460a-6c04-4fe4-a7a2-cf8547848009" /> Cursor: <img width="395" alt="Image" src="https://github.com/user-attachments/assets/965cd583-eedb-49a9-bbcd-0603c3d3ee34" /> Th...
open
2025-03-11T18:38:03Z
2025-03-13T11:24:36Z
https://github.com/holoviz/panel/issues/7771
[]
ahuang11
0
wkentaro/labelme
computer-vision
1,153
labelme can not input chinese, only English
### Provide environment information /anaconda3/bin/python Python 3.6.7 labelme 5.0.1 ### What OS are you using? ubantu 16 ### Describe the Bug labelme can not input chinese, only English ### Expected Behavior _No response_ ### To Reproduce _No response_
closed
2022-08-02T12:18:21Z
2022-09-26T14:54:08Z
https://github.com/wkentaro/labelme/issues/1153
[ "issue::bug" ]
cqray1990
1
dmlc/gluon-cv
computer-vision
1,780
Vulnerability: code injection
Hi, Your program running a bug bounty program at huntr.com. I have reported a dangerous security vulnerability, please connect to the admin to see details at https://huntr.com/bounties/f7258a30-fc9e-472b-ad23-adba90283e71 (private link)
closed
2024-04-19T02:37:45Z
2024-08-15T06:39:57Z
https://github.com/dmlc/gluon-cv/issues/1780
[ "Stale" ]
h2oa
1
tflearn/tflearn
data-science
652
FineTuning VGGNet
Hi, Thanks for this repo! I am trying to finetune VGGNet using the code given in the example. I tried the image_preloader on my dataset, but it threw errors while loading a few files (which PIL did not recognise to be images). I tried to delete those files and I am trying to build a hdf5 dataset. However, I g...
open
2017-03-06T18:59:19Z
2017-03-07T22:16:45Z
https://github.com/tflearn/tflearn/issues/652
[]
chandrasg
2