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
HumanSignal/labelImg
deep-learning
255
Bug in Verify?
Looks like in in prebuild labelImg_v1.6.0 for windows `Verify Image` not working properly when you press verify and then press next green background still present in next image.
closed
2018-03-21T14:23:18Z
2018-05-22T05:53:29Z
https://github.com/HumanSignal/labelImg/issues/255
[]
mrgloom
1
scikit-hep/awkward
numpy
2,462
Running over zero-length arrays, time spent mostly in function overhead
### Version of Awkward Array 2.2.0 ### Description and code to reproduce N.B.: This is lower priority, but it scales with analysis size/complexity! When running column optimization in dask awkward a typetracer is passed through the whole analysis code. This triggers all relevant function calls for the anal...
closed
2023-05-16T13:32:38Z
2023-06-16T14:06:59Z
https://github.com/scikit-hep/awkward/issues/2462
[ "performance" ]
lgray
11
proplot-dev/proplot
data-visualization
390
Proplot not compatible with matplotlib 3.6
Looks like the current version of proplot does not work with matplotlib==3.6 (though it works fine with 3.5). The import: > import proplot as pplt Throws: > AttributeError: module 'matplotlib.cm' has no attribute 'cmap_d' From: proplot/colors.py:3111, > _cmap_database = _init_cmap_database() This...
open
2022-09-20T18:36:31Z
2023-08-02T12:52:33Z
https://github.com/proplot-dev/proplot/issues/390
[ "dependencies" ]
swamidass
14
dask/dask
scikit-learn
10,986
CI is printing tracebacks for all xfailed tests which can be very confusing
See #10984 for more context. We can definitely disable this, we would have to add the setting to the pytest call if we want to do this
closed
2024-03-07T15:33:01Z
2024-03-27T14:23:59Z
https://github.com/dask/dask/issues/10986
[ "needs triage" ]
phofl
0
huggingface/peft
pytorch
2,015
XLoRA: training issues, Gradients will be None
I installed PEFT from source. And use the latest versions of Transformers and TRL. I passed the XLoRA model to TRL but the training doesn't seem to work (training loss doesn't decrease and validation loss remains constant). I get this warning: UserWarning: None of the inputs have requires_grad=True. Gradients will b...
closed
2024-08-18T10:30:50Z
2024-11-17T15:03:26Z
https://github.com/huggingface/peft/issues/2015
[]
benjamin-marie
10
jschneier/django-storages
django
997
parameters are ignored if s3 custom URL is provided
https://github.com/jschneier/django-storages/blob/770332b598712da27ecdba75c9e202ad6a1a8722/storages/backends/s3boto3.py#L554-L578 If additional parameters are passed in to the url method when a custom_url is in use (like when S3 is behind CloudFront), they're ignored on the generated URL. They're already passed in ...
closed
2021-04-02T00:31:39Z
2021-09-11T18:10:43Z
https://github.com/jschneier/django-storages/issues/997
[]
dannysauer
1
docarray/docarray
pydantic
1,444
docs: explain type coercion
A Document parses data an coerces its type if needed. For example: ```python from docarray import BaseDoc from docarray.typing import TorchTensor import numpy as np class Doc(BaseDoc): embedding: TorchTensor[5] d = Doc(embedding=np.random.rand(5)) print(d.embedding) print(type(d.embedding)) ``` ```bash TorchTens...
closed
2023-04-24T16:19:30Z
2023-05-31T09:22:44Z
https://github.com/docarray/docarray/issues/1444
[ "area/docs" ]
JohannesMessner
3
dynaconf/dynaconf
flask
723
[bug] Get Vault Secret via dynaconf throws `permission denied` error
**Describe the bug** Accessing Vault secrets via dynaconf throws a` permission denied` error even though the user/role has access to the secrets and its path. **To Reproduce** Steps to reproduce the behaviour: 1. Having the following folder structure in the Vault <details> <summary> Vault Store </summary>...
closed
2022-02-28T14:02:16Z
2022-03-30T20:34:43Z
https://github.com/dynaconf/dynaconf/issues/723
[ "bug" ]
jyejare
0
long2ice/fastapi-cache
fastapi
31
How to set the redis db in the cache?
closed
2021-08-02T09:02:43Z
2021-08-02T09:18:48Z
https://github.com/long2ice/fastapi-cache/issues/31
[]
liushuangdan
2
gee-community/geemap
streamlit
455
Add GeoPandas/Fiona support
This will allow users to open any vector dataset supported by GeoPandas/Fiona and display it on the map. It can also be converted to ee.FeatureCollection if needed. Fiona supported drivers: https://github.com/Toblerity/Fiona/blob/master/fiona/drvsupport.py geopandas.read_file https://geopandas.org/docs/referen...
closed
2021-05-04T01:20:46Z
2021-05-05T02:19:02Z
https://github.com/gee-community/geemap/issues/455
[ "Feature Request" ]
giswqs
1
Johnserf-Seed/TikTokDownload
api
405
[Feature]่ƒฝๅฆ็ป™ๅธฆๆœ‰้•ฟๆ–‡ๆœฌๆ ‡้ข˜็š„่ง†้ข‘ ๅ•็‹ฌๅŠ ไธ€ไธชๆ”พ่ฏฅ้•ฟๆ–‡ๆœฌ็š„txtๆ–‡ๆกฃ
ๆœ‰ไบ›้•ฟๆ–‡ๆœฌๆœฌ่บซ็š„ๅ†…ๅฎนไนŸๆ˜ฏๅพˆไธ้”™็š„
open
2023-04-21T00:34:29Z
2023-08-04T12:37:34Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/405
[ "้œ€ๆฑ‚ๅปบ่ฎฎ(enhancement)" ]
NightMoonIsland
1
unit8co/darts
data-science
1,901
RuntimeError: Lightning can't create new processes if CUDA is already initialized.
**Describe the bug** I encounter a problem that says `RuntimeError: Lightning can't create new processes if CUDA is already initialized. ` **To Reproduce** ```python import numpy as np import pandas as pd import torch import matplotlib.pyplot as plt from darts.dataprocessing.transformers import Scaler fr...
closed
2023-07-17T07:24:45Z
2023-07-18T15:40:08Z
https://github.com/unit8co/darts/issues/1901
[ "bug", "triage" ]
iDestro
2
quasarstream/python-ffmpeg-video-streaming
dash
43
Setting custom ffmpeg/ffprobe binary path
I'd like to use python-ffmpeg-video-streaming and set a custom path to the ffmpeg and ffprobe binaries (as opposed to using the value found in the path), as I have multiple custom ffmpeg builds available on my system. I see the run_command call in _media.py: ` run_command: bool = True, ffmpeg_bin: str...
closed
2020-10-30T15:22:42Z
2020-11-01T13:59:16Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/43
[ "question" ]
CraigSample
1
ijl/orjson
numpy
341
Problem installing orjson package
When I am installing orjson, I get this error. It was working fine an hour back and I see that something got updated here in the meanwhile. Can anybody help me please? ``` Collecting orjson Downloading orjson-3.8.6.tar.gz (655 kB) โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 655.1/655.1 kB 47.3 MB/s eta 0:00:00 ...
closed
2023-02-09T15:27:54Z
2023-02-10T09:40:59Z
https://github.com/ijl/orjson/issues/341
[]
saicharan0112
7
modelscope/data-juicer
data-visualization
81
[Bug]: NameError: name 'fingerprint_warnings' is not defined TypeError: cannot pickle 'OpenCC' object
### Before Reporting ๆŠฅๅ‘Šไน‹ๅ‰ - [X] I have pulled the latest code of main branch to run again and the bug still existed. ๆˆ‘ๅทฒ็ปๆ‹‰ๅ–ไบ†ไธปๅˆ†ๆ”ฏไธŠๆœ€ๆ–ฐ็š„ไปฃ็ ๏ผŒ้‡ๆ–ฐ่ฟ่กŒไน‹ๅŽ๏ผŒ้—ฎ้ข˜ไปไธ่ƒฝ่งฃๅ†ณใ€‚ - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w...
closed
2023-11-16T09:39:32Z
2023-11-17T08:28:45Z
https://github.com/modelscope/data-juicer/issues/81
[ "bug" ]
simplew2011
3
seleniumbase/SeleniumBase
web-scraping
2,759
When using ThreadPoolExecutor, a minor problem occurs.
Now, I'm using like below. ``` python def setup_driver() -> Driver: driver = Driver(browser="chrome", headless=True, no_sandbox=True) return driver ``` ``` python # def crawling(driver): driver = setup_driver() driver.get(url) ... with ThreadPoolExecutor(max_workers=4) as executor: results[A...
closed
2024-05-07T06:30:09Z
2024-05-07T13:18:00Z
https://github.com/seleniumbase/SeleniumBase/issues/2759
[ "invalid usage" ]
hwk06023
1
explosion/spaCy
nlp
13,351
Incorrect detection of sentence boundaries, if last sentence missing eos symbol for trf model
## How to reproduce the behaviour ``` In [69]: len(list(spacy.load("en_core_web_trf")("The first sentence. The second sentence. The last one").sents)) Out[69]: 1 <<<<<<<<<<<<<<<<<<<<<< WRONG In [70]: len(list(spacy.load("en_core_web_trf")("The first sentence. The second sentence. The last one.").sents)) Out[70...
closed
2024-02-25T20:50:50Z
2024-02-27T12:58:36Z
https://github.com/explosion/spaCy/issues/13351
[ "feat / parser", "perf / accuracy" ]
koder-ua
0
widgetti/solara
jupyter
563
Functions run very slow when they are called under use_thread
**Problem** A function runs very slow when it is run under `solara.use_thread`. **How much slow:** On my Mac, it is about 20 times. On Hugging Face (which uses Linux), 26 times slower. **How to reproduce:** I deployed the [code](https://huggingface.co/spaces/hkayabilisim/test_solara_use_thread/blob/main/test_...
closed
2024-03-17T19:55:39Z
2024-03-27T05:59:38Z
https://github.com/widgetti/solara/issues/563
[]
hkayabilisim
3
indico/indico
flask
6,735
When using the scroll bar with the mouse in select items in a regform, scrolling does not work
**Describe the bug** If you use a select item in a regform that has enough items to enable scrolling (like country), the user may scroll with the wheel / touchpad, but if the scroll bar is clicked on to scroll "the old way", the options closes instead of allowing to scroll by clicking. **To Reproduce** 1. create an ev...
closed
2025-02-06T18:36:22Z
2025-02-07T10:33:40Z
https://github.com/indico/indico/issues/6735
[ "bug" ]
knusperman
1
joerick/pyinstrument
django
33
Maximum recursion depth with python 3.4
Hi, Thanks for a great tool! I get a maximum recursion depth when running pyinstrument with python 3.4.3, but it completes fine with 2.7.9. Full error log below. I have these versions for both python 3.4.3 and 2.7.9 ``` pyinstrument (2.0.0) pyinstrument-cext (0.1.2) ``` ``` Traceback (most recent call...
closed
2018-01-10T04:49:21Z
2018-02-11T16:24:43Z
https://github.com/joerick/pyinstrument/issues/33
[]
ksahlin
3
deezer/spleeter
deep-learning
258
Tensorflow/stream_executor/cuda/cuda_dnn.cc:329 Could not create cudnn handle
I have been getting the above error when running the train command. Spleeter is running on a Windows 10 laptop core i7 gen 9. With a nvidia geforce gtx 1660 ti. A friend has lent me their gaming laptop to do these experiments. I have installed CUDA toolset 10.0 (i have also tried with 10.1 and 10.2). I have copi...
closed
2020-02-03T22:22:19Z
2020-02-06T20:30:14Z
https://github.com/deezer/spleeter/issues/258
[ "question" ]
stickyninja3
3
Avaiga/taipy
automation
1,683
[๐Ÿ› BUG] Table width issue with persistent pane and d-flex
### What went wrong? ๐Ÿค” The table takes more than the screen width when having a persistent pane. I am using *with* to create the content of the pane. If I use another page to put it inside the pane, the persistent pane will not even work. ### Expected Behavior This shouldn't change the layout of the applic...
closed
2024-08-19T19:51:35Z
2024-08-23T14:37:33Z
https://github.com/Avaiga/taipy/issues/1683
[ "๐Ÿ–ฐ GUI", "๐Ÿ’ฅMalfunction", "๐ŸŸจ Priority: Medium" ]
FlorianJacta
1
hpcaitech/ColossalAI
deep-learning
6,102
[BUG]: assert grad_chunk.l2_norm is not None
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### ๐Ÿ› Describe the bug Modify the code to adapt to qwen2vl(transformers.Qwen2VLForConditionalGeneration) and find that the loss can be calculated, but partial chunk : grad_chunk.l2_norm is None.........(LLM is ok) ![image](http...
closed
2024-10-25T09:55:40Z
2024-11-11T13:22:28Z
https://github.com/hpcaitech/ColossalAI/issues/6102
[ "bug" ]
liangzz1991
12
quantmind/pulsar
asyncio
217
How to communicate between two applications in MutiApp?
i create two application, flask wsgi server and Echo server in MutiApp, can i send data to Echo server from browser? How to communicate between two applications in MutiApp?
closed
2016-03-16T02:58:08Z
2016-03-16T22:54:07Z
https://github.com/quantmind/pulsar/issues/217
[ "question", "moved" ]
bright-pan
2
iterative/dvc
data-science
10,431
dvc repro: pygit2 update breaking changes
# Bug Report <!-- ## Issue name Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug. Example: `repro: doesn't detect input changes` --> ## Description <!-- A clear and con...
closed
2024-05-19T08:50:29Z
2024-05-22T15:20:48Z
https://github.com/iterative/dvc/issues/10431
[ "bug", "p1-important", "dependencies" ]
SimiPro
3
laurentS/slowapi
fastapi
156
slowapi uses limits==2.8.0 which contains usage of deprecated pkg_resources
**Describe the bug** Our application uses `slowapi==0.1.7` which makes use of `limits==2.8.0` The problem is `limits==2.8.0` uses `pkg_resources` which is deprecated and when we run tests they fail with: ```python src/common/limiter.py:1: in <module> from slowapi.extension import Limiter .nox/test-3-10-...
closed
2023-04-06T16:14:34Z
2023-04-07T11:34:54Z
https://github.com/laurentS/slowapi/issues/156
[]
andreagrandi
0
alteryx/featuretools
scikit-learn
2,119
Adding spark to the latest dependency checker lowered the checker's reported pandas version
Making an issue to track this for now. Possibly pyspark 3.3 will allow us to use pandas 1.4 with pyspark
closed
2022-06-16T22:19:38Z
2022-07-11T18:58:21Z
https://github.com/alteryx/featuretools/issues/2119
[]
rwedge
1
yihong0618/running_page
data-visualization
450
่ฏทๆ•™ไธ€ไธ‹yihong็š„ๅทฅไฝœๆต
ๆˆ‘ๆณจๆ„ๅˆฐ๏ผŒyihong็š„running_page้ƒจ็ฝฒๅœจvercelไธŠใ€‚github actionๆฏๅคฉไผš่ท‘๏ผŒRUN_TYPEๆ˜ฏpassใ€‚็œ‹ๆ—ฅๅฟ—ไนŸๆฒกๆœ‰ๆŠ“ๅ–ๆ•ฐๆฎใ€‚ scriptsไธญ็š„data.dbไนŸๆฒกๆœ‰ๆ›ดๆ–ฐใ€‚ ๆ‰€ไปฅyihongๆ˜ฏๅฆ‚ไฝ•ๆ›ดๆ–ฐๆ•ฐๆฎ็š„ใ€‚ๆœ‰ไธ€ไธช็งๆœ‰ไป“ๅบ“๏ผŸ
closed
2023-07-15T07:48:10Z
2023-07-16T02:38:23Z
https://github.com/yihong0618/running_page/issues/450
[]
agassiyzh
1
davidsandberg/facenet
tensorflow
1,010
็”จ่‡ชๅทฑ็š„ๆ•ฐๆฎๅ’Œ้ข„่ฎญ็ปƒๆจกๅž‹้‡ๆ–ฐ่ฎญ็ปƒtrain_softmax.pyๅ‡บ้”™
TypeError: Cannot create initializer for non-floating point type.
open
2019-04-23T08:00:29Z
2021-07-26T08:02:33Z
https://github.com/davidsandberg/facenet/issues/1010
[]
Galaxy-yyyyy
4
DistrictDataLabs/yellowbrick
scikit-learn
552
Add FAQ section to docs
**Describe the solution you'd like** It would be great to add an FAQ section to the docs with answers to commonly asked questions (e.g., how to set the title; change the size; change the colormap). **Is your feature request related to a problem? Please describe.** I saw in [this issue](https://github.com/DistrictD...
closed
2018-08-09T16:31:18Z
2018-08-15T02:12:45Z
https://github.com/DistrictDataLabs/yellowbrick/issues/552
[ "type: documentation" ]
peterespinosa
2
JaidedAI/EasyOCR
machine-learning
1,136
1.7.1, Macbook M1 silicon, default Reader cannot read text, have to disable GPU to fix issue
After upgarded to 1.7.1, previously working code not able to work. `reader = easyocr.Reader(['ch_sim','en'])` `result = reader.readtext(file_path)` result will be empty. Must specify `gpu=False` to make code work.
open
2023-09-08T06:02:14Z
2023-09-08T06:02:36Z
https://github.com/JaidedAI/EasyOCR/issues/1136
[]
webdkt
0
hyperspy/hyperspy
data-visualization
3,344
Dark spot locator algorithm
#### Describe the functionality you would like to see. A function that automatically detects the positions and radii of dark spots in an image, and the ability to perform manual corrections by the clicking in a figure to add or remove positions. #### Describe the context I've developed a function in matplotlib tha...
closed
2024-03-28T17:54:44Z
2024-09-17T15:39:40Z
https://github.com/hyperspy/hyperspy/issues/3344
[]
aidanc151
8
miguelgrinberg/python-socketio
asyncio
868
"KeyError: 0" while calling emit to a room from a celery + gevent task
**Describe the bug** Howdy, I am seeing the following error `KeyError: 0` while calling emit to a room from a celery + gevent task. Thanks in advance! **To Reproduce** Steps to reproduce the behavior: 1. Setup with Celery with gevent and Kombu 2. Send event to room from celery task with gevent 3. receive error ...
closed
2022-02-07T02:01:00Z
2022-02-07T02:15:11Z
https://github.com/miguelgrinberg/python-socketio/issues/868
[]
MaxwellDPS
1
xorbitsai/xorbits
numpy
56
using arrow dtype bugfix
closed
2022-12-08T11:24:38Z
2022-12-08T11:24:59Z
https://github.com/xorbitsai/xorbits/issues/56
[]
UranusSeven
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,879
[Bug]:
### 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 - [X] The issue has not been reported before...
open
2024-05-24T17:27:42Z
2024-05-28T18:46:11Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15879
[ "bug-report" ]
CrashedPlatz
2
rasbt/watermark
jupyter
8
%install_ext is deprecated...
IPython deprecated the `%install_ext` magic (https://github.com/ipython/ipython/issues/8634). The replacement story is using a package to distribute the extension and then use `%load_ext package.extension` to load the extension. Ah, and shamless plug: if you don't want to work with your own package, there is also now ...
closed
2015-10-09T11:01:48Z
2016-05-21T18:35:32Z
https://github.com/rasbt/watermark/issues/8
[]
jankatins
1
TencentARC/GFPGAN
pytorch
466
T
https://github.com/kubernetes-client/python/issues/991
open
2023-11-10T09:46:22Z
2023-11-10T09:46:22Z
https://github.com/TencentARC/GFPGAN/issues/466
[]
AbdullahAlForman
0
tflearn/tflearn
data-science
703
tflearn DNN examples segmentation fault
I tried out the titanic example, but running gives a segmentation fault. I reduced the number of lines and it will segfault with the following: import tflearn net = tflearn.input_data(shape=[None, 6]) model = tflearn.DNN(net) It does come back and I can print the "model" variable so it seems to occur on exit o...
open
2017-04-08T02:09:23Z
2017-04-18T02:24:32Z
https://github.com/tflearn/tflearn/issues/703
[]
remkonoteboom
3
Evil0ctal/Douyin_TikTok_Download_API
fastapi
347
[Feature request] Can I get the "paid partnership" information of the tiktok video?
**Is your feature request related to a problem? Please describe.** I found the API can't return the "paid partnership" information of the video. For example, https://www.tiktok.com/@bobbyparrish/video/7249131513927781675, it shows it is a "paid partnership" video, but i can't find this information returned by API. C...
closed
2024-04-06T17:23:57Z
2024-04-15T01:08:05Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/347
[ "enhancement" ]
YepJin
3
pydantic/pydantic
pydantic
11,211
A strange new bug with HttpUrl in v2.10.4
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I get `'{"a":"a=\'a\'"}'` which is not a correct dump. Everything works fine in v2.9. ### Example Code ```Python from pydantic import HttpUrl, BaseModel class A(BaseModel): a: str class B(BaseModel): a: HttpUrl | A ...
closed
2025-01-03T08:38:50Z
2025-01-08T15:56:30Z
https://github.com/pydantic/pydantic/issues/11211
[ "bug V2" ]
atodniAr
2
mwaskom/seaborn
matplotlib
3,046
Support "layer labels" with legend
It should be possible to represent a a _layer_ in the legend, in addition to a _mapping_. An example usecase would be ```python ( so.Plot(data, "x", "y") .add(so.Line(color="r"), so.PolyFit(1), label="1st degree") .add(so.Line(color="b"), so.Polyfit(2), label="2nd degree") .add(so.Dots()) ) ``...
closed
2022-09-26T01:15:22Z
2023-08-31T13:01:22Z
https://github.com/mwaskom/seaborn/issues/3046
[ "objects-plot", "feature" ]
mwaskom
3
robotframework/robotframework
automation
4,669
Importing custom library not working if module name differ class name
Hello, the documentation says: > Python classes are always inside a module. If the name of a class implementing a library is the same as the name of the module, Robot Framework allows dropping the class name when importing the library. [...] **If the module name and class name are different**, libraries must be taken ...
closed
2023-03-02T13:29:20Z
2023-03-06T08:29:25Z
https://github.com/robotframework/robotframework/issues/4669
[]
Redysz
10
jupyter/nbgrader
jupyter
938
Accessing scores per question from assignments
First, a question: Is there a way to export grades, or interact with the gradebook so as to get the grades per assignment, per question? As far as I can tell, there is not (although perhaps possible with a custom Exporter?). Unless I've missed something that would currently make this possible, I think this migh...
closed
2018-03-01T01:54:15Z
2022-12-05T06:58:28Z
https://github.com/jupyter/nbgrader/issues/938
[ "duplicate" ]
TomDonoghue
9
davidsandberg/facenet
tensorflow
895
Poor finetuning accuracy
I excluded the Logits layer and finetuned the model with 40 identities. The resulting model has got poor accuracy. It detects even unknown person as 100% known person. why so?
closed
2018-10-10T14:18:11Z
2019-04-15T13:51:59Z
https://github.com/davidsandberg/facenet/issues/895
[]
Zumbalamambo
0
ARM-DOE/pyart
data-visualization
682
Add nearest neighbor and most common in ROI in map_gates_to_grid
It would be useful to have a nearest neighbor and most common value within the radius of influence in the gridding routines. I have some idea how to do this in the python implementation (and have tested it, but it is sloooooow), but in the fast c-code code written by @jjhelmus - ummm, yeah. Use case would be griddi...
closed
2017-08-28T18:54:29Z
2018-05-22T13:26:51Z
https://github.com/ARM-DOE/pyart/issues/682
[]
swnesbitt
2
modin-project/modin
data-science
6,828
BUG: The csv file cannot be read if there are square brackets in the csv file path or full path.
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
open
2023-12-15T01:49:32Z
2024-06-28T22:35:39Z
https://github.com/modin-project/modin/issues/6828
[ "bug ๐Ÿฆ—", "External", "P3" ]
JacobKwon
4
darrenburns/posting
automation
50
Support for navigating by direction and custom keybindings
Hello! First off, I love the look and feel of the interface. I'm using the galaxy theme and it's just so beautiful it almost makes me cry. Just one thing about the navigation, I'm personally very fond of having ctrl+hjkl for moving between splits/panes etc. This interface would be complete for me if there was a p...
closed
2024-07-19T21:16:46Z
2024-08-02T22:58:43Z
https://github.com/darrenburns/posting/issues/50
[]
albinjon
0
PokeAPI/pokeapi
api
307
Wrong evolution chain for Wurmple?
[JSON-Response](https://pokeapi.co/api/v2/evolution-chain/135/) To me it looks like the chain shows: wurmple -> silcoon -> ( beautifly | cascoon - > dustox ) I hope this visualization makes it clear.
closed
2017-10-08T00:03:11Z
2017-10-08T16:16:30Z
https://github.com/PokeAPI/pokeapi/issues/307
[ "question" ]
HansWurst90
2
davidsandberg/facenet
tensorflow
964
VGG19 Model
Can some one share VGG19 architecture, modified to run with facenet code?
open
2019-01-29T09:44:52Z
2019-03-20T12:21:00Z
https://github.com/davidsandberg/facenet/issues/964
[]
Shahnawazgrewal
1
cvat-ai/cvat
pytorch
9,219
Bug Report: Missing Label Numbers in CVAT Prevents Setting Default Labels Beyond 10
### 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 _No response_ ### Expected Behavior _No response_ ### Possible Solution _No response_ ### Context In CVAT, the Labels...
open
2025-03-17T08:39:50Z
2025-03-17T08:39:50Z
https://github.com/cvat-ai/cvat/issues/9219
[ "bug" ]
ntl-y
0
Buuntu/fastapi-react
fastapi
44
Add posts to react-admin and db migrations as example
Can serve as an example of how to handle relations
open
2020-05-26T17:40:23Z
2020-05-26T17:40:23Z
https://github.com/Buuntu/fastapi-react/issues/44
[ "enhancement" ]
Buuntu
0
automagica/automagica
automation
30
Could not install in vscode
I got this error while instalilng the pip Could not find a version that satisfies the requirement sty==1.0.0b2 (from Automagica==0.3.1) (from versions: ) No matching distribution found for sty==1.0.0b2 (from Automagica==0.3.1) Can you help me?
closed
2018-09-04T19:28:27Z
2018-11-20T07:56:21Z
https://github.com/automagica/automagica/issues/30
[]
Cemoo
4
polakowo/vectorbt
data-visualization
693
Doc Bug report
https://github.com/polakowo/vectorbt/blob/master/examples/MACDVolume.ipynb <img width="1407" alt="image" src="https://github.com/polakowo/vectorbt/assets/22385710/369bc694-034b-4df6-a8f3-7d0ceb7e9034"> It is disappear
open
2024-03-05T11:45:59Z
2024-03-16T10:52:21Z
https://github.com/polakowo/vectorbt/issues/693
[]
GithubJaimeLee
1
aidlearning/AidLearning-FrameWork
jupyter
188
other tablet archecture @aidlearning . please is there the posibility of having aidlearning apk that can be installed on other phone or tablets with archecture other than aarch64. I have a 32bit tablet and it does not install on it. thanks
closed
2021-09-26T10:03:31Z
2021-10-01T16:45:54Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/188
[]
ichit
1
Asabeneh/30-Days-Of-Python
pandas
157
V
V
closed
2021-04-28T17:10:08Z
2021-07-05T21:58:51Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/157
[]
eknatx
0
manrajgrover/halo
jupyter
46
Disable spinners when not outputting to a TTY
I am using halo for the spinners and it works absolutely fine while running the management command from the command line, however I do not want the spinners while running my test suite. This is cluttering my tests and I want to disable it. I don't see an option to disable it. The only other option is to write the outpu...
closed
2018-01-24T05:10:31Z
2018-02-20T19:24:14Z
https://github.com/manrajgrover/halo/issues/46
[ "bug" ]
vidyarani-dg
9
xuebinqin/U-2-Net
computer-vision
119
What does u2net_train.py expect in train_data/DUTS/DUTS-TR/DUTS-TR/gt_aug/?
Obviously I'm a complete newbie to ML and all this. I put my jpgs to train_data/DUTS/DUTS-TR/DUTS-TR/im_aug/ and they're recognized, but I'm supposed to put some label png files to train_data/DUTS/DUTS-TR/DUTS-TR/gt_aug/ as this error message says: FileNotFoundError: No such file: '/home/user/Desktop/U-...
open
2020-12-07T14:21:54Z
2021-01-02T19:10:10Z
https://github.com/xuebinqin/U-2-Net/issues/119
[]
coveritytest
4
OpenInterpreter/open-interpreter
python
659
Cryptic error when now API key set in a system
### Describe the bug Interpreter fails if there's no API key set in system variable, even though I self-host the model and don't need any key. ``` Open Interpreter will require approval before running code. Use interpreter -y to bypass this. Press CTRL-C to exit. > hello Give Feedback / Get Help: htt...
closed
2023-10-19T10:13:11Z
2024-02-12T17:40:25Z
https://github.com/OpenInterpreter/open-interpreter/issues/659
[ "Bug", "External" ]
DjWarmonger
6
MaxHalford/prince
scikit-learn
112
ca.transform() for columns: compute principal coordinates for the columns
Hi, How to compute principal coordinates for the columns, where columns are new ones. Indeed, the function ca.transform() is only for rows, not for columns. Thanks, Clรฉlia
closed
2021-05-18T15:36:49Z
2021-05-18T15:50:19Z
https://github.com/MaxHalford/prince/issues/112
[]
clelialopez
0
deepset-ai/haystack
machine-learning
8,239
Update tests in core integration: Amazon bedrock
closed
2024-08-15T14:26:07Z
2024-08-19T13:33:49Z
https://github.com/deepset-ai/haystack/issues/8239
[ "P1" ]
shadeMe
0
koxudaxi/datamodel-code-generator
fastapi
1,941
CLI options `use-standard-collections` and `use-union-operator` are not being applied for input file type `graphql`
**Describe the bug** CLI options `use-standard-collections` and `use-union-operator` are not being applied for input file type `graphql` **To Reproduce** Example schema: ```graphql type DummyType { id: ID! label: String! value: Int } type DummyType2 { list_types: [DummyType] } ``...
closed
2024-04-30T09:01:15Z
2024-07-04T15:21:09Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1941
[]
paultop6
2
kornia/kornia
computer-vision
2,597
Add an alias `average_enpoint_error = aepe` (or viceversa)
i'd also add an alias `average_enpoint_error = aepe` (or viceversa) to have more explicit name functions _Originally posted by @edgarriba in https://github.com/kornia/kornia/pull/2500#discussion_r1335526211_
closed
2023-10-03T08:49:33Z
2023-10-10T22:36:21Z
https://github.com/kornia/kornia/issues/2597
[ "enhancement :rocket:" ]
edgarriba
2
dsdanielpark/Bard-API
api
91
Suggest new chat feature
* A new chat option for each new chat a person wants to do. * The chats should be saved so that users can review them at any time. * The chat threads could be organized by date, topic, or user. * The chat threads could also be tagged with keywords so that users can easily search for them.
closed
2023-07-04T15:30:07Z
2024-02-06T05:54:24Z
https://github.com/dsdanielpark/Bard-API/issues/91
[]
itsmeshashank13
4
psf/black
python
4,396
INTERNAL ERROR while formatting (log included)
<!-- Please make sure that the bug is not already fixed either in newer versions or the current development version. To confirm this, you have three options: 1. Update Black's version if a newer release exists: `pip install -U black` 2. Use the online formatter at <https://black.vercel.app/?version=main>, which w...
closed
2024-07-05T13:15:02Z
2024-07-05T23:36:12Z
https://github.com/psf/black/issues/4396
[ "T: bug", "F: fmtskip" ]
teverus
2
unytics/bigfunctions
data-visualization
33
[new]: `xml2json(xml)`
### Check the idea has not already been suggested - [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction) ### Edit the title above with self-explanatory function name and argument names - [X] The function name and the argument...
closed
2022-12-07T22:36:44Z
2023-04-08T15:01:56Z
https://github.com/unytics/bigfunctions/issues/33
[ "good first issue", "new-bigfunction" ]
unytics
0
Johnserf-Seed/TikTokDownload
api
249
[Feature] ๅธŒๆœ›ๅŠ ๅ…ฅ้‡ๅ‘ฝๅไธ‹่ฝฝ็š„ๆ–‡ไปถๅŠŸ่ƒฝ
**ๆ่ฟฐๆ‚จๆƒณ่ฆ็š„ๅŠŸ่ƒฝ** TikTokDownload ๅ‘ฝไปค่กŒ่ฟ่กŒๆ—ถๅŽ้ขๅŠ ไธชๅฏ้€‰้€‰้กน๏ผŒ่‡ชๅฎšไน‰ไธ‹่ฝฝๆ–‡ไปถ็š„ๆ–‡ไปถๅ **ๆ่ฟฐไฝ ๆƒณ่ฆๆ›ฟๆข็š„ๅŠŸ่ƒฝๆˆ–้œ€่ฆไฟฎๆ”น็š„่งฃๅ†ณๆ–นๆกˆ**
closed
2022-11-14T10:30:48Z
2022-11-27T11:45:34Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/249
[ "้œ€ๆฑ‚ๅปบ่ฎฎ(enhancement)" ]
SageJustus
0
piskvorky/gensim
nlp
3,367
Phrases.analyse_sentence() performs a greedy search for phrases
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
open
2022-07-21T01:36:17Z
2022-07-25T18:04:27Z
https://github.com/piskvorky/gensim/issues/3367
[]
chaturv3di
1
ultralytics/ultralytics
machine-learning
19,519
model.train() returns None when training on multiple GPUs.
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug When training the YOLO model (both v11 and v12) on multiple GPUs (n_gpu > 1), the results returned from `mod...
closed
2025-03-04T20:59:43Z
2025-03-18T00:13:22Z
https://github.com/ultralytics/ultralytics/issues/19519
[ "bug", "devops" ]
xiaoyu-wen-1118
4
pydantic/FastUI
fastapi
318
How to use a custom Oauth provider (e.g. with demo app)
Would it be possible to add an example custom oauth provider? Iโ€™m having an issue getting it to work just right with fastui.
open
2024-05-22T14:18:33Z
2024-06-27T19:11:51Z
https://github.com/pydantic/FastUI/issues/318
[]
jimkring
2
benlubas/molten-nvim
jupyter
105
[Help] Questions regarding demo & overall usage experience
Hello, I tried molten first time today. I have never had experience with notebooks in nvim before. First impressions are very good and promising. However, I can't understand how can I do some basic things, which were demonstrated in the video attached to the readme. - Currently my cell outputs are only shown when t...
closed
2023-12-27T08:55:17Z
2023-12-27T16:44:11Z
https://github.com/benlubas/molten-nvim/issues/105
[]
V3RGANz
5
benbusby/whoogle-search
flask
280
[QUESTION] How to update herokuapp to new whoogle version via web?
See the title so i am asking how to do it via herokuweb without delete the app
closed
2021-04-11T05:57:37Z
2021-04-12T13:58:14Z
https://github.com/benbusby/whoogle-search/issues/280
[ "question" ]
itsnotsaved
1
scikit-image/scikit-image
computer-vision
7,423
Rolling ball algorithm scales badly with radius
### Description: I was playing with rolling ball background subtraction, and naively tried to invoke `skimage.restoration.rolling_ball(img, radius=50)` on a single-plane 582x200 RGB image. I noticed it eating CPU like crazy, so I did some further testing. Here is what I found: radius | time (s) | s/r -- | -- | -...
open
2024-05-15T19:03:07Z
2024-11-14T02:39:16Z
https://github.com/scikit-image/scikit-image/issues/7423
[ ":sleeping: Dormant", ":bug: Bug" ]
ctrueden
11
streamlit/streamlit
deep-learning
10,281
Full page reload when opening dialog
### 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 Hello, I am currently on the nightly version....
closed
2025-01-29T12:44:13Z
2025-01-30T18:28:13Z
https://github.com/streamlit/streamlit/issues/10281
[ "type:bug", "status:awaiting-user-response" ]
Martijn3161
6
jupyterhub/repo2docker
jupyter
449
Docs page has lost its sidebar
https://repo2docker.readthedocs.io/en/latest/ now doesn't show a menu/sidebar anymore and seems to miss the title below the logo. <img width="843" alt="screen shot 2018-10-19 at 18 01 12" src="https://user-images.githubusercontent.com/1448859/47229855-0b85b780-d3c9-11e8-8ff8-ece8a1b3a872.png"> cc @choldgraf the s...
closed
2018-10-19T16:02:35Z
2018-10-20T06:41:17Z
https://github.com/jupyterhub/repo2docker/issues/449
[]
betatim
1
jina-ai/serve
fastapi
5,966
Endless Waiting executor0 but the service works normally.
the code to run from #5959 ``` DEBUG executor0/rep-0@39476 Setting signal handlers [07/14/23 08:58:52] DEBUG executor...
closed
2023-07-14T01:11:22Z
2023-07-19T06:51:13Z
https://github.com/jina-ai/serve/issues/5966
[]
wqh17101
41
holoviz/panel
plotly
7,015
pyodide-worker raising error with pyodide 0.26.1
I was trying to upgrade the pyodide and wasm code + documentation to latest version. I found that `--pyodide-worker` will not work with latest version of pyodide 0.26.1 and panel 1.5.0b2 ## Reproduce - `pip install panel==1.5.0-b.2` - Follow the instructions in the reference example https://panel.holoviz.org/how...
closed
2024-07-26T06:02:39Z
2024-08-02T14:43:57Z
https://github.com/holoviz/panel/issues/7015
[]
MarcSkovMadsen
15
PaddlePaddle/models
nlp
5,254
PaddleCVๆจกๅž‹ๅบ“ไธ‹็š„3Dๆฃ€ๆต‹้‡Œ็š„M3D-RPNๆจกๅž‹ๆ–‡ๆกฃๆœ‰้—ฎ้ข˜
่ฟ™ไธช็›ฎๅฝ•ไธ‹็š„ๆ–‡ๆกฃ ๅฟซ้€Ÿๅผ€ๅง‹็›ฎๅฝ•ไธ‹็š„cd M3D-RPNๅŽ ่ฟ่กŒln -s /path/to/kitti dataset/kittiๆ็คบ๏ผš ln:failed to create symbolic link "dataset/kitti":ๆฒกๆœ‰่ฟ™ไธช็›ฎๅฝ• ๅฆๅค–๏ผšๆœฌๆจกๅž‹ๆ˜ฏๅœจ1.8ไธ‹ๅผ€ๅ‘็š„๏ผŒไป€ไนˆๆ—ถๅ€™่ƒฝๆไพ›ไธช2.0็š„็‰ˆๆœฌๅ‘ข
open
2021-02-01T03:26:28Z
2024-02-26T05:09:17Z
https://github.com/PaddlePaddle/models/issues/5254
[]
Sqhttwl
2
K3D-tools/K3D-jupyter
jupyter
59
better check/warning on data inconsistency
`import k3d import numpy as np plot = k3d.plot() plot += k3d.points(np.array([[0,0,0], [0,0,2.5]]), colors = [0xff0000]) plot.display() ` Produces an empty plot. The user mistake is that one color is given for 2 points. It should checked and error displayed.
closed
2017-06-13T12:26:27Z
2017-10-22T06:30:35Z
https://github.com/K3D-tools/K3D-jupyter/issues/59
[]
marcinofulus
3
ultralytics/yolov5
deep-learning
12,504
fine tune problem
> @joryoker you can quickly fine-tune your trained custom dataset model by using transfer learning. Transfer learning allows you to build upon your existing model by leveraging the knowledge it has gained from the initial training. > > To perform fine-tuning with your 10 new images, follow these steps:...
closed
2023-12-14T05:38:34Z
2023-12-18T01:28:06Z
https://github.com/ultralytics/yolov5/issues/12504
[]
BossCrab-jyj
0
cupy/cupy
numpy
8,718
`import cupyx.scipy.signal` emits FutureWarning
### Description The warning should not be emitted. ### To Reproduce ```py >>> import cupyx.scipy.signal /home/maehashi/Development/cupy/cupyx/jit/_interface.py:173: FutureWarning: cupyx.jit.rawkernel is experimental. The interface can change in the future. cupy._util.experimental('cupyx.jit.rawkernel') ``` ### I...
open
2024-11-02T04:03:47Z
2024-11-05T04:44:35Z
https://github.com/cupy/cupy/issues/8718
[ "cat:bug", "prio:high" ]
kmaehashi
0
ultralytics/ultralytics
computer-vision
19,832
Is there an error in the padding of the validation set? Is it allowed not to pad to imgsz?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I found that the training set was resized directly, but the validation set w...
open
2025-03-23T10:34:15Z
2025-03-23T15:57:33Z
https://github.com/ultralytics/ultralytics/issues/19832
[ "question", "detect" ]
Hua2544
10
tqdm/tqdm
pandas
1,231
Using generator with process_map crashes, despite passing `total` parameter to tqdm_class
When using process_map on a generator, it crashes if `len` can't be called. For example: ```python โ†ช cd /var/www/cl/docker/nginx/ && sudo docker-compose exec cl-python /opt/courtlistener/manage.py dump_anon_docket_html --offset 74850 --processes 4 ; bush "Done making html" 0%| | 0/2703724 [0Traceback (most rec...
closed
2021-08-19T21:48:24Z
2021-08-22T21:32:50Z
https://github.com/tqdm/tqdm/issues/1231
[ "p0-bug-critical โ˜ข", "to-merge โ†ฐ", "c1-quick ๐Ÿ•" ]
mlissner
1
huggingface/datasets
pytorch
7,066
One subset per file in repo ?
Right now we consider all the files of a dataset to be the same data, e.g. ``` single_subset_dataset/ โ”œโ”€โ”€ train0.jsonl โ”œโ”€โ”€ train1.jsonl โ””โ”€โ”€ train2.jsonl ``` but in cases like this, each file is actually a different subset of the dataset and should be loaded separately ``` many_subsets_dataset/ โ”œโ”€โ”€ animals.jso...
open
2024-07-23T12:43:59Z
2024-07-23T12:43:59Z
https://github.com/huggingface/datasets/issues/7066
[]
lhoestq
0
google/seq2seq
tensorflow
155
InvalidArgumentError while training on GPU
Hi After 1000 steps, when evaluation starts, I get the following error when training on GPU. I did the exact same training with the same data (200.000 training sentences) and parameters (example_config_nmt_small) on CPU without this error. Could anyone point me in the right direction as to what I did wrong exactly? ...
closed
2017-04-12T11:13:59Z
2017-04-12T15:09:59Z
https://github.com/google/seq2seq/issues/155
[]
ghost
1
Lightning-AI/pytorch-lightning
deep-learning
20,451
Error: Invalid value for '--accelerator': 'auto' is not one of 'cpu', 'gpu', 'cuda', 'mps', 'tpu'.
### Bug description when run this codes ``` fabric run ./path/to/train.py \ --devices=auto \ --accelerator=auto ``` get problem below ``` Error: Invalid value for '--accelerator': 'auto' is not one of 'cpu', 'gpu', 'cuda', 'mps', 'tpu'. ``` ### What version are you seeing the problem on? v2.4 ### H...
open
2024-11-26T12:55:57Z
2024-12-07T06:33:03Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20451
[ "feature", "help wanted", "fabric", "ver: 2.4.x" ]
wkd88
2
profusion/sgqlc
graphql
108
sessions support for requests
Can you publish the latest changes to the pypi please? for local development I can use direct github link to the latest commit as dependency I'd like to refer to it from my published package (setup.py doesn't seem to support direct links)
closed
2020-07-10T15:47:09Z
2020-07-10T16:45:52Z
https://github.com/profusion/sgqlc/issues/108
[]
vavalomi
2
slackapi/bolt-python
fastapi
742
Testing slack bot events to our chatbot in Python
Issue: We are currently unable to receive the payloads from the Slackbot. We reached out to Slack Support via Feedback and Aubrey from the support desk executed a test and they notified us about below: `Your configured Event Subscriptions Request URL endpoint is not successfully acknowledging the Slack event callba...
closed
2022-10-19T06:36:18Z
2022-10-20T05:55:44Z
https://github.com/slackapi/bolt-python/issues/742
[ "question", "need info" ]
jdimapilis02
2
roboflow/supervision
computer-vision
953
TRACKING AND CENTER ID IN LINE COUNTER SOLUTION
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Hello Supervision, I'm working with your line crossing counting solution I created this .py script, it works in common scenarios and with the ca...
closed
2024-02-28T12:03:05Z
2024-02-28T12:12:23Z
https://github.com/roboflow/supervision/issues/953
[ "question" ]
Rasantis
1
OFA-Sys/Chinese-CLIP
nlp
240
ไฝฟ็”จ่‡ชๅทฑๆž„ๅปบ็š„ๆ•ฐๆฎ้›†๏ผŒๅพฎ่ฐƒlossไธไธ‹้™
ๆ‚จๅฅฝ๏ผŒ่ฏทๆ•™ไธ€ไธ‹๏ผŒๆˆ‘ๆƒณ็”จclipๆฅๅพฎ่ฐƒไธ€ไธชๅˆ†็ฑปไปปๅŠกใ€‚ ๅฎž้ชŒไฝฟ็”จไบ†cifar-10ๆž„ๅปบไบ†ไธ€ไธชๆ•ฐๆฎ้›†ใ€‚textไธบ็ฑปๅˆซ็š„ไธญๆ–‡ๅ็งฐ๏ผŒไธ€ๅ…ฑๆœ‰5w็š„่ฎญ็ปƒ้›†ๅ’Œ1w็š„้ชŒ่ฏ้›†ใ€‚ jsonไธญ็š„ๆ ทไพ‹ๅฆ‚ไธ‹ {"text_id":2, "text":"้ธŸ","image_ids":[0]} {"text_id":1, "text":"ๆฑฝ่ฝฆ","image_ids":[4001]} ๆ•ฐๆฎ่ฝฌๆข่ฟ‡็จ‹ๅ’Œ่ฎญ็ปƒ่ฟ‡็จ‹ๆฒกๆœ‰ๆŠฅ้”™ใ€‚ ่ฎญ็ปƒ่ฟ‡็จ‹ไธญ๏ผŒlossๅชๆœ‰็ฌฌไธ€ไธชepochไธ‹้™๏ผŒๅŽ็ปญไธ€็›ด้œ‡่กใ€‚ไธ”ๅœจ่ฎญ็ปƒ้›†ๅ’Œ้ชŒ่ฏ้›†ไธŠๅ‡†็กฎ็އ้ƒฝๅพˆไฝŽ๏ผŒไฝŽไบŽzero-shot็š„ๆ•ˆๆžœใ€‚ ่ฏท้—ฎไธ‹่ฟ™ๅฏ่ƒฝๆ˜ฏไป€ไนˆ้—ฎ้ข˜๏ผŸ
closed
2023-12-27T06:35:20Z
2024-09-20T02:45:16Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/240
[]
LiqunW
2
csurfer/pyheat
matplotlib
6
use pyheat for cgi
I watch the code,find pyheat can't be uesd for cgi
closed
2017-02-13T03:13:29Z
2017-02-21T02:37:58Z
https://github.com/csurfer/pyheat/issues/6
[]
wheat-attack
2
Neoteroi/BlackSheep
asyncio
272
Router blueprint
##### _Note: consider using [Discussions](https://github.com/Neoteroi/BlackSheep/discussions) to open a conversation about new featuresโ€ฆ_ **๐Ÿš€ Feature Request** i don't know, though have tried to check, but i don't know if there is anything like blueprint like of flask or Router like of Fastapi, will really make se...
closed
2022-08-02T17:30:40Z
2023-07-15T16:39:41Z
https://github.com/Neoteroi/BlackSheep/issues/272
[ "document" ]
Kokoserver
4
healthchecks/healthchecks
django
834
Export and import support
I have a self hosted healthchecks instance and I had to change my VPS last month. I exported all the database and tried to import back but it's not being easy. Maybe if there is a option to export and import in some known format like json or yaml. Is there something like that in the roadmap for this project? If not,...
open
2023-05-30T12:23:29Z
2024-07-29T07:46:45Z
https://github.com/healthchecks/healthchecks/issues/834
[ "feature" ]
pfsmorigo
1
plotly/plotly.py
plotly
4,986
make Kaleido 1.0 (new architecture) the default for static image generation
open
2025-01-28T15:42:59Z
2025-02-13T21:14:59Z
https://github.com/plotly/plotly.py/issues/4986
[ "feature", "P1" ]
gvwilson
0
Hironsan/BossSensor
computer-vision
32
Problems about './store/model.h5'
When I read โ€œboss_train.pyโ€,I found a constant named "FILE_PATH".I can't find its value "./store/model.h5" in any folders.Is it a forein file?
open
2020-01-07T10:55:39Z
2020-01-07T11:08:43Z
https://github.com/Hironsan/BossSensor/issues/32
[]
SCYtelils
1
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,319
Is it possible to change shape of origin image using cyclegan?
Thanks for your contribution. I am trying to convert the 3D model to anime style, it works well so far. In fake B image, the model outlines the lines on the edges to make it more anime. Also color have change a little. Besides lines and color, I wanna a little bit shape changes. Is it possible?
closed
2021-09-23T04:03:56Z
2021-12-02T21:07:28Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1319
[]
codexq123
1
coqui-ai/TTS
pytorch
3,989
[Bug] Install on clean Ubuntu 22.04 fails in SudachiPy build....
### Describe the bug I'm trying to install TTS on an ARM server with a clean version of Ubuntu 22.04 after "apt install python3-pip". Here's the bug in the log section. TIA ### To Reproduce Start with a clean version of 22.04 on an arm server. Run "apt install python3-pip" Run "pip install TTS" ### E...
closed
2024-09-06T12:47:00Z
2024-12-28T11:58:05Z
https://github.com/coqui-ai/TTS/issues/3989
[ "bug", "wontfix" ]
pwayner
8
miguelgrinberg/microblog
flask
314
Part XVI: Full-Text Search / Constant Redirects
I am enjoying your tutorial, thank you. I just wanted to reference this Issue #219 I am using your files from the Git Repo, and I ran into the same issue #219. I found this via Google Fu. [https://stackoverflow.com/questions/61237524/validating-get-params-with-wtforms-in-flask](https://stackoverflow.com/question...
closed
2022-01-22T22:08:02Z
2022-01-23T00:16:18Z
https://github.com/miguelgrinberg/microblog/issues/314
[ "bug" ]
nuonce
2
recommenders-team/recommenders
machine-learning
1,918
[FEATURE] Find a way to run the tests for external contributors after approval from core devs
### Description <!--- Describe your expected feature in detail --> Currently, external contributors can do PRs, but after a core dev approves and executes to run the tests, there is an error: ``` Run azure/login@v1 Error: Az CLI Login failed. Please check the credentials and make sure az is installed on the runn...
closed
2023-04-11T10:47:26Z
2023-04-11T10:49:12Z
https://github.com/recommenders-team/recommenders/issues/1918
[ "enhancement" ]
miguelgfierro
1
keras-team/keras
data-science
20,686
Error after upgrade from 3.6 to 3.7
I have a model, that use combined input. Using version prior to 3.7 it works very fine, when using this to predict ![image](https://github.com/user-attachments/assets/43bda454-74fd-49a0-b564-06003c4f0507) Dropping the tf.function and using a normal predict also works fine Output is typical something like th...
open
2024-12-24T16:30:40Z
2024-12-31T13:56:13Z
https://github.com/keras-team/keras/issues/20686
[ "type:Bug" ]
ThorvaldAagaard
4
pallets-eco/flask-sqlalchemy
flask
350
http://flask-sqlalchemy.pocoo.org/2.1/ down?
http://flask-sqlalchemy.pocoo.org/2.1/ down?
closed
2015-11-19T06:08:33Z
2020-12-05T21:31:20Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/350
[]
rlam3
3