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
roboflow/supervision
computer-vision
728
Automating Image and Result Uploads to Roboflow Project from a Streamlit-based Face Detection and Recognition Program
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Hello Roboflow team, I'm currently working on a face detection and recognition program using Streamlit, and I'm looking to integrate an autom...
closed
2024-01-15T09:24:53Z
2024-01-15T10:52:56Z
https://github.com/roboflow/supervision/issues/728
[ "question" ]
YoungjaeDev
0
thp/urlwatch
automation
440
will urlwatch help me to notify the changes in the website
HI, Will url watch help me to notify the changes in website. Suppose, if an article is added or if the pdf link is updated, then i want a notification saying "something has changed" For example I have a website https://home.kpmg, I would like to be notified if any article is introduced in the website If so, c...
closed
2019-12-17T09:48:04Z
2019-12-19T22:42:48Z
https://github.com/thp/urlwatch/issues/440
[]
s1782662
1
thunlp/OpenPrompt
nlp
221
Something about the tutorial 'decoder_max_length=3'
I don't quite understand the reason why 'note that when t5 is used for classification, we only need to pass <pad> <extra_id_0> <eos> to decoder.', which means that the decoder length should be 3, decoder_max_length=3, that's why?
open
2022-12-08T04:21:37Z
2022-12-08T04:21:37Z
https://github.com/thunlp/OpenPrompt/issues/221
[]
Beautifuldog01
0
flavors/django-graphql-jwt
graphql
180
All requests are always authenticated
I'm not sure if I am missing out something, I have checked thoroughly that I have added the MIDDLEWARE and AUTHENTICATION_BACKENDS correctly. I am using the @login_required decorator to protect a query that responds with user information if successful. However, when I use the GraphQL interactive window to send an u...
open
2020-03-12T11:46:44Z
2020-05-21T16:39:27Z
https://github.com/flavors/django-graphql-jwt/issues/180
[]
assman
6
keras-team/keras
deep-learning
20,104
Tensorflow model.fit fails on test_step: 'NoneType' object has no attribute 'items'
I am using tf.data module to load my datasets. Although the training and validation data modules are almost the same. The train_step works properly and the training on the first epoch continues till the last batch, but in the test_step I get the following error: ```shell 353 val_logs = { --> 354 "va...
closed
2024-08-09T15:32:39Z
2024-08-10T17:59:05Z
https://github.com/keras-team/keras/issues/20104
[ "stat:awaiting response from contributor", "type:Bug" ]
JVD9kh96
2
browser-use/browser-use
python
771
Can use deepseek api
### Problem Description i have deekseek api key, can work with deekseek ### Proposed Solution i hope use deepseek api key ### Alternative Solutions _No response_ ### Additional Context _No response_
closed
2025-02-19T14:21:14Z
2025-02-22T03:34:11Z
https://github.com/browser-use/browser-use/issues/771
[ "enhancement" ]
chaingmwuaoldua
1
pykaldi/pykaldi
numpy
94
why do i get different result for using between pykaldi and kaldi ?
in kaldi: fbank_feats="ark:extract-segments scp,p:$scp $logdir/segments.JOB ark:- | compute-fbank-feats $vtln_opts --verbose=2 --config=$fbank_config ark:- ark:- |" pitch_feats="ark,s,cs:extract-segments scp,p:$scp $logdir/segments.JOB ark:- | compute-kaldi-pitch-feats --verbose=2 --config=$pitch_config ark:- ark:- ...
closed
2019-03-19T07:06:41Z
2019-03-21T07:19:22Z
https://github.com/pykaldi/pykaldi/issues/94
[]
liuchenbaidu
7
sczhou/CodeFormer
pytorch
279
IndexError: list index out of range - pytorch nightly/cuda 12.1
Ran the entire setup but had to install pytorch nightly to match my cuda version. Verified pytorch and cuda are working fine. `print(torch.__version__) 2.1.0.dev20230728+cu121 print(torch.version.cuda) 12.1 print(torch.cuda.is_available()) True` But now I get this error: ``` (codeformer) D:\CodeFormer>pyth...
open
2023-07-29T18:25:52Z
2023-09-16T14:21:31Z
https://github.com/sczhou/CodeFormer/issues/279
[]
sloflo
1
harry0703/MoneyPrinterTurbo
automation
487
获取视频素材接口403
调用 https://api.pexels.com/videos/search?query=occupational+injury&per_page=20&orientation=landscape结果返回403 但是curl直接请求返回成功
open
2024-09-02T11:53:16Z
2024-09-18T08:04:58Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/487
[]
easonton
1
sgl-project/sglang
pytorch
4,259
[Docs] Document how to configure shared memory for multi GPU deployments
This is a copy of https://github.com/sgl-project/sgl-project.github.io/issues/5. I did not realize the documentation content is generated, so it seems more likely the request belongs here... (?) The [documentation](https://docs.sglang.ai/backend/server_arguments.html#tensor-parallelism) states `python -m sglang.launc...
open
2025-03-10T09:37:19Z
2025-03-12T13:14:15Z
https://github.com/sgl-project/sglang/issues/4259
[ "documentation", "good first issue" ]
jsuchome
5
art049/odmantic
pydantic
267
Engine add echo flag
It will make the engine print all the SQL statements it executes, which can help you understand what's happening.
open
2022-09-13T03:06:07Z
2022-09-25T17:03:41Z
https://github.com/art049/odmantic/issues/267
[ "enhancement", "reference-rework" ]
linpan
1
noirbizarre/flask-restplus
api
451
Request in XML body
Does flask-restplus support **_request_** with a XML encoded body? I found an example about how to implement **_response_** with a XML body in help doc, but no information about request? I googled a lot but no lucks. If somebody here knows how to implement **_request_** in XML, could you give me an example? Thanks. ...
closed
2018-05-30T13:55:37Z
2022-09-29T12:16:19Z
https://github.com/noirbizarre/flask-restplus/issues/451
[]
manbeing
9
ShishirPatil/gorilla
api
467
[bug] OpenFunctions-v2: <HTTP code 502>
**Describe the bug** The example code to invoke the hosted Gorilla Openfunctions-v2 model shows HTTP code 502. Anybody knows what’s the problem? The example code: def get_gorilla_response(prompt="", model="gorilla-openfunctions-v2", functions=[]): openai.api_key = "EMPTY" # Hosted for free with ❤️ from UC ...
closed
2024-06-12T03:56:39Z
2024-06-24T00:12:16Z
https://github.com/ShishirPatil/gorilla/issues/467
[ "hosted-openfunctions-v2" ]
philuxzhu
1
vitalik/django-ninja
pydantic
335
Django Ninja + GeoDjango
Currently using GeoDjango's custom fields breaks Django ninja with the following error: ``` Exception in thread django-main-thread: ... < Omitted for brevity > ... File "/opt/pysetup/.venv/lib/python3.9/site-packages/ninja/orm/fields.py", line 121, in get_schema_field python_type = TYPES[internal_type] Key...
open
2022-01-25T17:25:53Z
2024-08-13T23:01:29Z
https://github.com/vitalik/django-ninja/issues/335
[]
Jonesus
5
cvat-ai/cvat
computer-vision
8,221
install nuclo cvat AI SAM tool in local hosted CVAT on windows
hello all i installed cvat locally in windows but I am not able to install AI tool for using SAM model how to follow this https://docs.cvat.ai/docs/administration/advanced/installation_automatic_annotation/ in windows
closed
2024-07-25T14:13:18Z
2024-07-26T05:52:47Z
https://github.com/cvat-ai/cvat/issues/8221
[]
kh-diab
3
deepspeedai/DeepSpeed
machine-learning
6,984
nv-ds-chat CI test failure
The Nightly CI for https://github.com/microsoft/DeepSpeed/actions/runs/13042950864 failed.
closed
2025-01-30T00:21:07Z
2025-01-30T21:40:46Z
https://github.com/deepspeedai/DeepSpeed/issues/6984
[ "ci-failure" ]
github-actions[bot]
1
httpie/http-prompt
api
107
Specifying options inline does not work properly
When trying to specify a param inline, the input does not accept a `space` character after the URL. Note below the lack of space between `/api/something` and `page==2`. The cursor also resets to position 0 in this situation. ![output](https://cloud.githubusercontent.com/assets/381302/22701780/a88abaf6-ed2c-11e6-9b...
closed
2017-02-07T16:49:58Z
2017-02-15T16:19:50Z
https://github.com/httpie/http-prompt/issues/107
[ "bug" ]
sirianni
1
ddbourgin/numpy-ml
machine-learning
14
Usage to build CNN Network
Is there any documentation for usage to build a network? I want to try to implement some simple network based on for example MNIST dataset. If there is no documentation, i think we can write one. For example, in keras, we can have model built like this: ```python model = Sequential() model.add(Conv2D(32, ke...
open
2019-07-09T19:06:22Z
2019-07-09T20:07:03Z
https://github.com/ddbourgin/numpy-ml/issues/14
[ "question" ]
WuZhuoran
4
nvbn/thefuck
python
909
Problem using "fuck" with git push alias gp
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
open
2019-04-29T10:12:48Z
2019-04-29T10:13:14Z
https://github.com/nvbn/thefuck/issues/909
[]
mnogueron
0
dsdanielpark/Bard-API
api
70
Why Timeout Error Coming?
ut raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='bard.google.com', port=443): Read timed out. (read timeout=20) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\Users\ali.shahab\Desktop\Ali'S Folder...
closed
2023-06-21T10:43:29Z
2023-06-21T16:17:52Z
https://github.com/dsdanielpark/Bard-API/issues/70
[]
Ali-Shahab
4
google/seq2seq
tensorflow
190
Some confusion about StackBidirectionalRNNEncoder
``` cell_fw = training_utils.get_rnn_cell(**self.params["rnn_cell"]) cell_bw = training_utils.get_rnn_cell(**self.params["rnn_cell"]) cells_fw = _unpack_cell(cell_fw) cells_bw = _unpack_cell(cell_bw) ``` ```get_rnn_cell``` will wrap cell with residual connections, and ```_unpack_cell``` just get cells. It seems...
open
2017-04-25T08:21:04Z
2017-04-25T10:14:03Z
https://github.com/google/seq2seq/issues/190
[]
cf3b7S
1
apragacz/django-rest-registration
rest-api
75
Investigate ocassional slowness of test_register_no_password_confirm_ok
closed
2019-08-26T09:08:45Z
2019-10-07T18:35:10Z
https://github.com/apragacz/django-rest-registration/issues/75
[ "type:bug", "priority:low" ]
apragacz
1
ultralytics/yolov5
pytorch
13,335
Error running in windows 11 with python 3.12 virtual env
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug File "c:\Code\gradioapps\mfgappsv1\.venv\Lib\site-packages\torch\hub.py", line 599, in _load_local model = entry(*args, ...
open
2024-09-27T13:49:04Z
2024-10-27T13:30:35Z
https://github.com/ultralytics/yolov5/issues/13335
[ "bug" ]
balakreshnan
5
dmlc/gluon-cv
computer-vision
1,422
Issue in train_ssd.py with Horovod using DALI dataloader
I am using train_ssd.py with Horovod using DALI dataloader, and the scripts throws CUDA OOM error even with a very small batch size (8 per GPU) DALI dataloader is recommended in model zoo website: https://raw.githubusercontent.com/dmlc/web-data/master/gluoncv/logs/detection/ssd_300_resnet34_v1b_coco.sh Version: ...
closed
2020-08-24T07:03:15Z
2021-05-19T00:54:21Z
https://github.com/dmlc/gluon-cv/issues/1422
[ "Stale" ]
rondogency
1
postmanlabs/httpbin
api
442
Flask-Common not compatible with Flask-1.0
Requests test suit broke a couple hours ago with the release of Flask-1.0. The flask-common module in httpbin relies on the `flask.exthook` module which was removed, so we now get import errors. We can either update `flask-common` which seems to have been moved into read-only mode on Github, we pin `Flask<1.0`, or we c...
closed
2018-04-30T05:07:43Z
2018-05-06T12:20:12Z
https://github.com/postmanlabs/httpbin/issues/442
[]
nateprewitt
2
huggingface/diffusers
pytorch
10,526
Flux FP8 with optimum.quanto TypeError: WeightQBytesTensor.__new__() missing 6 required positional arguments: 'axis', 'size', 'stride', 'data', 'scale', and 'activation_qtype'
### Describe the bug Flux FP8 model with optimum.quanto pipe.enable_model_cpu_offload() - Works pipe.enable_sequential_cpu_offload() - Doesn't work ### Reproduction ``` import torch from diffusers import FluxTransformer2DModel, FluxPipeline from transformers import T5EncoderModel, CLIPTextModel from optimum....
open
2025-01-10T12:45:25Z
2025-03-17T15:04:02Z
https://github.com/huggingface/diffusers/issues/10526
[ "bug" ]
nitinmukesh
2
mlflow/mlflow
machine-learning
14,745
[FR] Add LLM model endpoint management UI to Prompt Engineering UI
### Willingness to contribute No. I cannot contribute this feature at this time. ### Proposal Summary It would be beneficial to add the UI to add and remove LLM model endpoints directly within the Prompt Engineering UI. Currently, users need to edit <code>MLFLOW_DEPLOYMENTS_CONFIG</code> file to manage endpoints, wh...
open
2025-02-26T07:21:14Z
2025-03-04T04:31:52Z
https://github.com/mlflow/mlflow/issues/14745
[ "enhancement", "area/tracking" ]
kimminw00
1
KaiyangZhou/deep-person-reid
computer-vision
182
Why is this code related to the arxiv paper OSNet
Hi, sorry if I am mistaken, but this GitHub repo does not seem to match the Arxiv paper cited in the README (Omni-Scale feature learning, or OSNet). Is that correct? Thanks
closed
2019-05-28T17:09:49Z
2019-05-30T15:43:55Z
https://github.com/KaiyangZhou/deep-person-reid/issues/182
[]
ba305
4
ageitgey/face_recognition
python
1,442
How many people are in the image? What is the order of face coding?
* face_recognition version: * Python version: * Operating System: ### Description I have three faces in an image. Can the order of face coding return be controlled? For example, return coding from left to right。 ### What I Did ``` encodingsimg = face_recognition.load_image_file(file) loc...
open
2022-08-20T15:00:47Z
2022-08-20T15:01:16Z
https://github.com/ageitgey/face_recognition/issues/1442
[]
zzy-life
1
scikit-image/scikit-image
computer-vision
7,239
Add rotation parameter to skimage.draw.ellipsoid
### Description: Hi! I think it would be beneficial if you could add rotation parameter to the ellipsoid function, just like in case of the ellipse function.
open
2023-11-13T15:05:32Z
2024-07-25T03:11:58Z
https://github.com/scikit-image/scikit-image/issues/7239
[ ":pray: Feature request" ]
franciskasara
7
AutoGPTQ/AutoGPTQ
nlp
433
Is it possible to create a docker image with auto-gptq on mac without GPU?
I'm trying to create a docker image with auto-gptq on mac M1 to run it later on machine with GPU. ``` ARG CUDA_VERSION="11.8.0" ARG CUDNN_VERSION="8" ARG UBUNTU_VERSION="22.04" # Base NVidia CUDA Ubuntu image FROM nvidia/cuda:$CUDA_VERSION-cudnn$CUDNN_VERSION-devel-ubuntu$UBUNTU_VERSION AS base # Install P...
closed
2023-11-17T15:45:33Z
2023-11-21T14:59:10Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/433
[]
Prots
5
pyjanitor-devs/pyjanitor
pandas
511
[DOC] Docstrings should contain minimal working examples
# Brief Description of Fix Having gone back-and-forth on this, I now think my original opinion in #329 should be made more nuanced. Docstrings should contain minimal examples on how the function is used. They should also be tested using doctest, which I am happy to set up. This improves the readability of the...
open
2019-07-29T13:00:52Z
2019-08-18T00:43:50Z
https://github.com/pyjanitor-devs/pyjanitor/issues/511
[ "docfix" ]
ericmjl
4
Lightning-AI/pytorch-lightning
data-science
20,572
auto_scale_batch_size arg not accept by lightning.Trainer
### Bug description The `auto_scale_batch_size` arg is not accept in `lightning.Trainer`, but accepted in `pytorch_lightning.Trainer`. ``` Error in call to target 'lightning.pytorch.trainer.trainer.Trainer': TypeError("Trainer.__init__() got an unexpected keyword argument 'auto_scale_batch_size'") ``` ### What vers...
open
2025-02-03T22:58:59Z
2025-02-03T22:59:11Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20572
[ "bug", "needs triage", "ver: 2.5.x" ]
yc-tao
0
fbdesignpro/sweetviz
pandas
116
Wrong values of % target
Hello, the html report produced by the following script shows that if bill_length_mm <= 35 then % target < 90%, and if 35 <= bill_length_mm <= 37.5 then % target > 105% (!). ![image](https://user-images.githubusercontent.com/16180557/164770538-0abad112-d47b-4b64-8c69-e794f5fb9a30.png) ``` import pandas as p...
closed
2022-04-22T18:09:56Z
2023-11-14T23:56:48Z
https://github.com/fbdesignpro/sweetviz/issues/116
[ "bug" ]
sebastien-foulle
4
exaloop/codon
numpy
193
Build with gpu parallelization fails
``` $> codon build -release mandelbrot_gpu.codon /usr/bin/ld: mandelbrot_gpu.o: in function `main': mandelbrot_gpu.codon:(.text+0x2ae): undefined reference to `seq_nvptx_load_module' /usr/bin/ld: mandelbrot_gpu.codon:(.text+0x3cb): undefined reference to `seq_nvptx_device_alloc' /usr/bin/ld: mandelbrot_gpu.codon:(...
open
2023-02-05T18:42:48Z
2023-07-26T21:12:42Z
https://github.com/exaloop/codon/issues/193
[]
L1nkus
1
newpanjing/simpleui
django
434
simpleui.templatetags.simpletags'
**bug描述** * *Bug description * * 在新建django 项目添加simpleui 启动服务的时候报错, ![image](https://user-images.githubusercontent.com/84193002/167985876-b8c1c078-5bd5-4287-bf03-82e36fe94c6b.png) 简单的描述下遇到的bug: Briefly describe the bugs encountered: ![image](https://user-images.githubusercontent.com/84193002/167986224-11b1293...
closed
2022-05-12T03:28:02Z
2022-06-14T03:33:45Z
https://github.com/newpanjing/simpleui/issues/434
[ "bug" ]
mysticFaceschen
1
litestar-org/litestar
pydantic
3,951
Enhancement: Support Scalar configuration
### Summary While researching the Scalar project, I found that some custom config is avaliable, the full list can be found here: https://github.com/scalar/scalar/blob/main/documentation/configuration.md. ### Basic Example There are an example from Scalar repo, for FastAPI, and support config: https://github.com/scal...
open
2025-01-15T01:42:52Z
2025-01-20T17:24:31Z
https://github.com/litestar-org/litestar/issues/3951
[ "Enhancement", "Accepted" ]
FHU-yezi
0
deepset-ai/haystack
pytorch
8,869
AzureOpenAIDocumentEmbedder fails entire run when one document throws error
**Describe the bug** When creating document embeddings for a collection of documents using the AzureOpenAIDocumentEmbedder, even if processing one document throws an exception, the entire run is aborted. **Error message** ``` Embedding Texts: 100%|██████████| 1/1 [00:03<00:00, 3.67s/it] Embedding Texts: 0%| ...
closed
2025-02-18T02:19:13Z
2025-03-04T10:16:10Z
https://github.com/deepset-ai/haystack/issues/8869
[ "Contributions wanted!", "P2" ]
deepak-endowus
0
alyssaq/face_morpher
numpy
69
You replaced opencv with dlib?
How exactly? the readme examples still issue an error as cv2 missing
closed
2022-01-25T18:15:25Z
2024-04-08T11:59:45Z
https://github.com/alyssaq/face_morpher/issues/69
[]
francogrex
0
piskvorky/gensim
data-science
3,537
Not able to install either by pip install or downloading source code
Not able to install either by pip install or downloading source code and running the setup.py I am running a docker container <!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/g/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](h...
closed
2024-06-08T10:46:16Z
2024-06-14T12:06:05Z
https://github.com/piskvorky/gensim/issues/3537
[ "awaiting reply" ]
salmanbukhari1
5
docarray/docarray
pydantic
987
fix setter with document
# Context setter is not working properly and does not call the validation ```python class A(BaseDocument): a : int class B(BaseDocument): a : Optional[A] b = B() b.a = {'a' : 0} assert isinstance(b.a, A) >>> AssertionError ```
closed
2023-01-04T14:42:18Z
2023-01-23T08:38:25Z
https://github.com/docarray/docarray/issues/987
[ "DocArray v2" ]
samsja
0
wagtail/wagtail
django
12,176
"Prefers contrast" admin theming
### Is your proposal related to a problem? From feedback by users with low vision: > One suggestion made if there was a battle between general UI design and accessibility would be to have a switch to enable a more accessible version vs a more simplified version. This is in the context of their other feedback a...
closed
2024-07-26T14:01:53Z
2024-10-17T08:36:31Z
https://github.com/wagtail/wagtail/issues/12176
[ "type:Enhancement", "status:Needs UI Design", "Accessibility" ]
thibaudcolas
3
donnemartin/data-science-ipython-notebooks
numpy
39
Add Keras notebooks
closed
2016-12-10T13:13:58Z
2017-03-19T01:12:45Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/39
[ "feature-request" ]
donnemartin
2
mwaskom/seaborn
data-science
3,544
`CategoricalPlotter` broke statannotations
Hi, I am using [`statannotations`](https://github.com/trevismd/statannotations) toolbox to perform statistics and add p<sub>value</sub> on a violin plot but it stopped working with `seaborn v0.13`. Here is the issue faced: `statannotations` relies on `seabon v0.11`, you can push up to `v0.12.2` but not `v0.13` as...
closed
2023-11-02T16:18:18Z
2024-09-04T14:15:31Z
https://github.com/mwaskom/seaborn/issues/3544
[]
sjg2203
5
Esri/arcgis-python-api
jupyter
1,553
Unable to connect with latest urllib3
**Describe the bug** When using the latest version of `urllib3`, the exception `TypeError: __init__() got an unexpected keyword argument 'method_whitelist'` is thrown when connecting to ArcGIS. **To Reproduce** Steps to reproduce the behavior: 1. `urllib3` version was not set in our [requirements.txt](https:/...
closed
2023-05-05T05:53:14Z
2023-08-22T21:39:36Z
https://github.com/Esri/arcgis-python-api/issues/1553
[ "bug" ]
nigelcharman
26
holoviz/panel
jupyter
6,891
OSError when serving simple panel app with --num-procs and --setup
#### ALL software version info ``` (.env) [duarteocarmo:~/Repos/panel-bug]$ sw_vers ProductName: macOS ProductVersion: 14.4.1 BuildVersion: 23E224...
closed
2024-06-04T13:11:06Z
2024-08-28T18:10:27Z
https://github.com/holoviz/panel/issues/6891
[]
duarteocarmo
7
mwaskom/seaborn
data-science
2,843
Adding mask as a argument within the seaborn heatmap
### Feature improvement to heatmap in seaborm ![image](https://user-images.githubusercontent.com/84926220/172834417-a156aded-9794-48f7-96d2-7dcd61ab807b.png) In the above image when we create a correlation, we get the same data twice. This causes bit confusion to the end-users.So usually we add a mask manually an...
closed
2022-06-09T11:31:03Z
2022-06-09T11:45:31Z
https://github.com/mwaskom/seaborn/issues/2843
[]
krishnaduttPanchagnula
1
donnemartin/system-design-primer
python
66
Notice: Maintainer Temporarily Unavailable
Hi Everyone, I'll be temporarily unavailable starting April 17 and won't be able to respond to issues or pull requests. I'm hoping I'll be available in a couple of weeks, but I might not be responsive for several weeks. Sorry for the inconvenience. cc: @hwclass @sqrthree @emrahtoy @IuryAlves -Donne
closed
2017-04-17T03:19:06Z
2017-05-16T03:34:45Z
https://github.com/donnemartin/system-design-primer/issues/66
[ "announcement" ]
donnemartin
1
zappa/Zappa
django
386
[Migrated] Deleted Resource resulting in `Invalid REST API identifier`
Originally from: https://github.com/Miserlou/Zappa/issues/967 by [yuric](https://github.com/yuric) <!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->This is not an issue or a bug but a ...
closed
2021-02-20T08:27:46Z
2022-08-16T00:44:23Z
https://github.com/zappa/Zappa/issues/386
[]
jneves
1
sammchardy/python-binance
api
1,217
Can't post OCO order
I've tried two methods of posting a [margin OCO order.](https://binance-docs.github.io/apidocs/spot/en/#margin-account-new-oco-trade) ``` params = { 'symbol': SYMBOL_TO_TRADE, 'side': tp_sl_side, 'quantity': str(quantity), 'price': str(tp_price), 'stopPrice': str(tp_stop...
closed
2022-07-15T22:29:13Z
2022-07-15T22:49:15Z
https://github.com/sammchardy/python-binance/issues/1217
[]
Karlheinzniebuhr
1
PaddlePaddle/ERNIE
nlp
316
修改代码,打印的错误信息无法定位错误代码位置
如题:修改了ernie的代码,调试过程中发现错误,但是错误信息无法定位到错误代码位置 ``` share_vars_from is set, scope is ignored. I0910 11:16:58.119014 6704 parallel_executor.cc:329] The number of CUDAPlace, which is used in ParallelExecutor, is 1. And the Program will be copied 1 copies I0910 11:16:58.132833 6704 build_strategy.cc:340] SeqOnlyAllReduce...
closed
2019-09-10T03:35:35Z
2020-05-28T11:53:02Z
https://github.com/PaddlePaddle/ERNIE/issues/316
[ "wontfix" ]
littlepan0413
5
aiortc/aiortc
asyncio
1,051
Can aiortc module be used for professional or semi-professional use?
Hello, i was wondering if i can use aiortc for professional or semi-professional use. The scope of the program will be to create a radio broadcaster app like SAM Broadcaster. One section of the program will be ip-calls between the radio producer and hear clients. I am facing some issues using this module. For e...
closed
2024-02-21T14:22:36Z
2024-03-11T22:44:27Z
https://github.com/aiortc/aiortc/issues/1051
[]
el07694
0
tqdm/tqdm
pandas
1,297
Add optional `postfix_separator` parameter for custom postfix strings
- [x] I have marked all applicable categories: + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate) + [x] new feature request - [x] I have visited the [source website], and in particular rea...
open
2022-02-09T12:29:58Z
2022-06-18T10:25:04Z
https://github.com/tqdm/tqdm/issues/1297
[ "p4-enhancement-future 🧨" ]
Olympian78
0
ploomber/ploomber
jupyter
203
Refactor Metadata
A lot of metadata logic has been moved to `Metadata` but `Product` still has some of it. Move it completely and define classes such as `FileMetadata` `PostgresMetadata` and then use this inside `Product`.
closed
2020-07-24T22:30:46Z
2022-09-02T22:46:30Z
https://github.com/ploomber/ploomber/issues/203
[]
edublancas
0
hbldh/bleak
asyncio
827
programmatically accept pairing request in python without dialog interaction
* bleak version: 0.14.3 * Python version: 3.7.3 * Operating System: Win10 (and Linux) * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.50 ### Description Looking for a way to accept pairing request during integration tests without dialog action in windows. also want to understand what would be needed to...
open
2022-05-09T08:17:29Z
2022-07-13T19:57:47Z
https://github.com/hbldh/bleak/issues/827
[ "enhancement" ]
mitea1
4
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,682
[Bug]: Partition of a drive don't have a label
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
closed
2024-11-25T19:48:37Z
2024-11-25T20:26:49Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16682
[ "bug-report" ]
kolyan3445
1
onnx/onnx
scikit-learn
6,088
Is there any plans to support graph transformations (e.g. vmap, gradient, jvp, vjp) similar to jax?
# Ask a Question ### Question I have been running into an issue, where I want to deploy a classifier-guided diffusion model with ONNX, but there is currently no easy way to export the gradient of an ONNX graph. 1. PyTorch's ONNX exporters can't handle gradients. 2. It seems like ONNX's 'gradient' operator only ...
open
2024-04-15T19:04:08Z
2024-04-17T18:56:46Z
https://github.com/onnx/onnx/issues/6088
[ "question", "topic: enhancement" ]
bmacadam-sfu
4
gevent/gevent
asyncio
1,235
MonkeyPatchWarning
* gevent version:1.3.0 * Python version: cPython 3.6.5 downloaded from python.org * Operating System: win 10 ### Description: **REPLACE ME**: At first ``` import socket import re import gevent import gevent.monkey gevent.monkey.patch_all() ``` ### What I've run: **REPLACE ME**: finally,i want know ...
closed
2018-06-05T01:28:55Z
2018-06-25T08:59:53Z
https://github.com/gevent/gevent/issues/1235
[ "Type: Question" ]
WaspVae
10
OpenBB-finance/OpenBB
python
7,043
[Bug]: obb.etf.info(provider='fmp') function is broken.
**Describe the bug** `etf.info(provider='fmp')` route is broken. **To Reproduce** Run the example from the docs: ```py obb.etf.info(symbol='SPY', provider='fmp') --------------------------------------------------------------------------- OpenBBError Traceback (most recent call last) Cel...
closed
2025-02-25T15:49:37Z
2025-02-25T18:00:34Z
https://github.com/OpenBB-finance/OpenBB/issues/7043
[]
jjfantini
1
Avaiga/taipy
automation
2,344
[🐛 BUG] De-synchronized front-ends and back-end
### What went wrong? 🤔 Front-ends get de-synchronized when re-running an application. This is more important than it looks like, as it happens frequently and gives users the wrong impression that their application has a bug. For example, it happens frequently during an application's development phase, especially wi...
open
2024-12-17T10:31:08Z
2025-03-24T10:20:09Z
https://github.com/Avaiga/taipy/issues/2344
[ "🖰 GUI", "💥Malfunction", "🟧 Priority: High", "🔒 Staff only" ]
jrobinAV
8
litestar-org/litestar
pydantic
4,019
Bug: Documentation generation adding erroneus http 201 response
### Description Hello! I'm using Litestar and it's automatic documentation generation (the Scalar variant if prevalent) and I've found that a POST request marking a HTTP 202 response seems to be adding an erroneous and bare HTTP 201 response to the openapi.json file. ### URL to code causing the issue _No response_ ...
closed
2025-02-19T23:02:41Z
2025-02-23T18:14:35Z
https://github.com/litestar-org/litestar/issues/4019
[ "Bug :bug:" ]
AbstractUmbra
6
davidsandberg/facenet
tensorflow
1,164
TypeError: Cannot create initializer for non-floating point type.
Trying to train with the Cassia Webface dataset. with the following command: `python src/train_tripletloss.py --logs_base_dir ~/logs/facenet/ --models_base_dir ./Models/new/ --data_dir ./Dataset/processed --image_size 160 --lfw_dir ./lfw --optimizer RMSPROP --learning_rate 0.01 --weight_decay 1e-4 --max_nrof_epochs ...
closed
2020-07-21T00:21:10Z
2023-11-03T10:31:47Z
https://github.com/davidsandberg/facenet/issues/1164
[]
Asif1405
3
home-assistant/core
asyncio
140,940
Think ZHA killed HA while searching new device
### The problem Hi I started a search for a new device (not related, a problem device, didn't respond). About 10 minuted later, HA restarted. Reviewing the log showed that ZHA switched debug logging on when I started zha 'add device'. After 10 minuted of dumping logs, HA restarted. I added the log, where I included ...
closed
2025-03-19T16:21:00Z
2025-03-20T20:31:02Z
https://github.com/home-assistant/core/issues/140940
[ "integration: zha" ]
erkr
9
piskvorky/gensim
data-science
2,631
KeyedVectors will not import
#### Problem description KeyedVectors will not import #### Steps/code/corpus to reproduce ``` python >>> from gensim.models import KeyedVectors Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'KeyedVectors' from 'gensim.models' (/usr/lib/python3.7/si...
closed
2019-10-12T12:13:54Z
2019-10-13T11:27:51Z
https://github.com/piskvorky/gensim/issues/2631
[]
drikPanther
2
Kanaries/pygwalker
matplotlib
359
[DEV-523] [BUG] pygwalker duckdb for large dataset may crash in frontend
- version: pygwalker 0.3.17 Reference article: https://zenn.dev/aidemy/articles/3aeea1470f1535 <sub>[DEV-523](https://linear.app/kanaries/issue/DEV-523/[bug]-pygwalker-duckdb-for-large-dataset-may-crash-in-frontend)</sub>
closed
2023-12-19T03:31:10Z
2024-01-08T08:21:58Z
https://github.com/Kanaries/pygwalker/issues/359
[ "bug", "linear" ]
ObservedObserver
0
plotly/dash
data-science
2,998
Jupyter Dash infer_jupyter_config_proxy() running forever
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** We are hosting jupyterlab on eks cluster with jupyterhub integration for the analytical purposes. In our l...
open
2024-09-12T15:05:16Z
2024-10-09T07:40:29Z
https://github.com/plotly/dash/issues/2998
[ "bug", "P3" ]
Khagesh16
1
fastapi/sqlmodel
fastapi
1,242
how to config the pydantic JSON fields
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content ![image](https://github.com/user-attachments/assets/a6c9589e-f967-427b-a8c4-76fb605d7cda) ![image](https://github.com/user-attachments/assets/9a95cb60-6a93-4005-af0b-d75a41f9cbf1)
closed
2024-12-12T02:00:36Z
2025-02-28T01:37:07Z
https://github.com/fastapi/sqlmodel/issues/1242
[]
cjdxhjj
10
streamlit/streamlit
deep-learning
10,257
Chart builder
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary It would be nice if Chart Builder feature can be bumped up in the priority list. ### Why? This feature coul...
open
2025-01-27T02:37:34Z
2025-01-27T11:48:05Z
https://github.com/streamlit/streamlit/issues/10257
[ "type:enhancement", "feature:charts" ]
dmslowmo
1
slackapi/bolt-python
fastapi
635
Make Exeption traceable in lazy listener
(Describe your issue and goal here) Currently, using lazy listener for FAAS (such as AWS Lambda), it's really difficult to debug. If we have a exception, we just have something like `Failed to run an internal function (Exception ABC)` We don't know exactly, what is the error, traceback, error line etc... ```...
open
2022-04-20T06:01:28Z
2024-04-20T05:31:12Z
https://github.com/slackapi/bolt-python/issues/635
[ "enhancement", "area:async", "area:sync" ]
jimmymaise
5
dpgaspar/Flask-AppBuilder
rest-api
1,910
How to update a defined modelview in the runtime.
I'm implement to add a column(or field) into a table in the runtime. And I have completed the function. But there is still a problem. After adding the new column into table, I use setattr() method to add the new column to the relative model. And then this model has a new column. But I don't know how to update a defined...
open
2022-08-17T10:09:38Z
2022-08-24T04:17:26Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1910
[]
QKJIN
1
jupyterhub/zero-to-jupyterhub-k8s
jupyter
2,988
PVC issue whith names that begin with an accent
Hi everyone, I'm from México, I'm deploying jupyterhub in an Openshift cluster and I get this issue with one user HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"PersistentVolumeClaim \"jupyterhub-claim--c3-a1lvaro-20hern-c3-a1ndez-20valdes\" is invalid: metadat...
open
2022-12-26T17:25:03Z
2022-12-26T17:25:05Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2988
[ "bug" ]
antonio-tg
1
deepfakes/faceswap
deep-learning
1,358
Potential Issue in CI Workflow Affecting Code Coverage Accuracy
Hello, I'm working on collecting code coverage for this excellent project and have encountered a potential issue with the [CI workflow](https://github.com/deepfakes/faceswap/blob/master/.github/workflows/pytest.yml). Specifically, five jobs in GitHub Actions [conda(ubuntu-latest, nvidia); conda(ubuntu-latest, rocm);...
closed
2023-11-11T09:00:11Z
2023-11-29T13:51:29Z
https://github.com/deepfakes/faceswap/issues/1358
[]
yunbolyu
1
pallets-eco/flask-sqlalchemy
sqlalchemy
656
running postgresdb with gunicorn and multiple workers crashes
I get the following error: `sqlalchemy.exc.IntegrityError: (psycopg2.IntegrityError) duplicate key value violates unique constraint "pg_type_typname_nsp_index"` from line: `DB.create_all(app=APP)` when I run my flask app on gunicorn with 4 workers. My setup looks like this: ``` DB = SQLAlchemy() c...
closed
2018-12-07T18:02:34Z
2020-12-05T20:46:23Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/656
[]
theo-walton
1
streamlit/streamlit
data-science
10,310
Sidebar flickering
### 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 *With a very specific combination of the cont...
open
2025-02-01T12:07:30Z
2025-03-06T15:01:52Z
https://github.com/streamlit/streamlit/issues/10310
[ "type:bug", "status:confirmed", "priority:P3", "feature:st.sidebar" ]
whitphx
5
PaddlePaddle/PaddleHub
nlp
2,324
下载hub模型失败
欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献! 在留下您的问题时,辛苦您同步提供如下信息: - 版本、环境信息 1)PaddleHub和PaddlePaddle版本:请提供您的PaddleHub和PaddlePaddle版本号,例如PaddleHub1.4.1,PaddlePaddle1.6.2 2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本 - 复现信息:如为报错,请给出复现环境、复现步骤 已安装paddlepaddle 2.3.2 paddlehub 2.1.0 使用hub install ace2p,或其他模型,均下载失败Max ...
open
2024-04-28T08:12:21Z
2024-04-28T08:12:26Z
https://github.com/PaddlePaddle/PaddleHub/issues/2324
[]
Wangjunyue
0
huggingface/datasets
pytorch
7,345
Different behaviour of IterableDataset.map vs Dataset.map with remove_columns
### Describe the bug The following code ```python import datasets as hf ds1 = hf.Dataset.from_list([{'i': i} for i in [0,1]]) #ds1 = ds1.to_iterable_dataset() ds2 = ds1.map( lambda i: {'i': i+1}, input_columns = ['i'], remove_columns = ['i'] ) list(ds2) ``` produces ```python [{'i': ...
closed
2024-12-25T07:36:48Z
2025-01-07T11:56:42Z
https://github.com/huggingface/datasets/issues/7345
[]
vttrifonov
1
syrupy-project/syrupy
pytest
887
Request: add pandas / numpy array support
**Is your feature request related to a problem? Please describe.** I'm trying to use snapshots with pandas dataframes but it seems difficult to build my own extension separately from syrupy and use it across multiple projects. It also seems less than ideal to serialize the dataframe as text since this loses typing a...
open
2024-08-29T03:22:20Z
2025-02-26T10:47:00Z
https://github.com/syrupy-project/syrupy/issues/887
[ "feature request", "tool compatibility" ]
guidopetri
2
suitenumerique/docs
django
496
Add internal link
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Currently we can only add external links. It would be great to add internal links as well. **Describe the solution you'd like** As the editor is based on markdown it is easy to identify headers. We coul...
closed
2024-12-11T15:06:05Z
2024-12-11T15:37:54Z
https://github.com/suitenumerique/docs/issues/496
[]
ouvry-ems
1
huggingface/datasets
machine-learning
7,108
website broken: Create a new dataset repository, doesn't create a new repo in Firefox
### Describe the bug This issue is also reported here: https://discuss.huggingface.co/t/create-a-new-dataset-repository-broken-page/102644 This page is broken. https://huggingface.co/new-dataset I fill in the form with my text, and click `Create Dataset`. ![Screenshot 2024-08-16 at 15 55 37](https://github....
closed
2024-08-16T17:23:00Z
2024-08-19T13:21:12Z
https://github.com/huggingface/datasets/issues/7108
[]
neoneye
4
tflearn/tflearn
data-science
1,153
Update required
When will be TFLearn updated to work with TensorFlow 2.0
closed
2020-09-17T10:35:06Z
2021-02-05T12:55:30Z
https://github.com/tflearn/tflearn/issues/1153
[]
pythonhubdev
1
Asabeneh/30-Days-Of-Python
matplotlib
115
Repeated print statement in 02_variables_builtin_functions.md
**Bug:** In the 'casting' section of 'Checking Data types and Casting', first_name is printed twice. **Documentation:** ```python # str to list first_name = 'Asabeneh' print(first_name) print(first_name) # 'Asabeneh' ``` **Fix:** Remove one print statement
closed
2021-01-12T17:22:18Z
2021-07-08T01:48:42Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/115
[]
dhruvp4u
1
Evil0ctal/Douyin_TikTok_Download_API
api
441
连续请求触发抖音风控 如何方便的自定义ip代理
***发生错误的平台?*** 如:抖音 ***发生错误的端点?*** 如:API-V1/API-V2/Web APP ***提交的输入值?*** 如:短视频链接 ***是否有再次尝试?*** 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 如:有,并且很确定该问题是程序导致的。
closed
2024-07-06T07:59:44Z
2024-07-17T21:37:31Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/441
[ "BUG" ]
MZCretin
1
fugue-project/fugue
pandas
318
[BUG] import fails with latest antlr4-python3-runtime
**Minimal Code To Reproduce** ```python import fugue_sql ``` Error message: <details> <summary> Error Trace </summary> ```python Traceback (most recent call last): File "<stdin>", line 1, in <module> File "miniconda3/envs/terr/lib/python3.8/site-packages/fugue_sql/__init__.py", line 4, in <module>...
closed
2022-04-12T02:00:27Z
2022-04-12T15:47:04Z
https://github.com/fugue-project/fugue/issues/318
[ "Fugue SQL", "version dependent" ]
ayushdg
4
wkentaro/labelme
deep-learning
1,000
How to support Video Instance Segmentation?
In [LINK](https://github.com/wkentaro/labelme/blob/main/examples/video_annotation), the demo of Semantic Segmentation of Video is shown. And I'm wondering if LabelMe will support for Video Instance Segmentation? Or do we have already DONE it at present? Could you give me more clues for Video Instance Segmentation...
closed
2022-03-08T05:02:46Z
2022-06-25T04:27:57Z
https://github.com/wkentaro/labelme/issues/1000
[]
zhixuanli
0
httpie/cli
rest-api
1,443
Cannot set content-type
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps Trying to connect to an API on localhost:66398, API is running and can be hit with curl. Using ubuntu 20.04, and httpie version 3.2.1. 1. httpie command (With r...
closed
2022-10-17T15:07:57Z
2022-10-18T10:51:31Z
https://github.com/httpie/cli/issues/1443
[ "bug", "new" ]
FlorianTolk
0
TencentARC/GFPGAN
deep-learning
459
weight权重不起作用?
您好,感谢您的团队开源的这个项目 有个问题想咨询您一下,就是推理代码中有一个 parser.add_argument('-w', '--weight', type=float, default=0.5, help='Adjustable weights.') 这个weight在模型前向推理似乎没有起作用,如果我想控制修复程度,有什么建议吗?
open
2023-10-31T02:07:11Z
2024-05-14T07:35:12Z
https://github.com/TencentARC/GFPGAN/issues/459
[]
quanh1990
2
lukas-blecher/LaTeX-OCR
pytorch
303
[M1 Mac] Unable to run latexocr due to a Qt platform plugin initialization error.
When I try to run latexocr on macOS Ventura 13.4.1 (c) running on the M1 chip, I get the following error ```qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. zs...
open
2023-08-09T01:00:10Z
2024-04-16T02:49:44Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/303
[]
Eagle8373
6
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
529
[BUG]: LLM giving answer to old job description
### Describe the bug The LLM is filling the "Message to recruiter" field with an answer to a previously applied job at another company. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Actual behavior _No response_ ### Branch None ### Branch name _No response_ ### Python version ...
closed
2024-10-14T03:11:53Z
2025-01-22T22:52:14Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/529
[ "bug" ]
deadstrobe5
2
shaikhsajid1111/facebook_page_scraper
web-scraping
44
Error message when attempting to install-- Please Help a Qualitative Graduate Researcher
Hello, I am new to coding, especially using Python. For my dissertation, I want to pull Tweets and Facebook page data from various organizations. I had no issues eventually figuring out how to install and run twitter-scraper, but I need help getting the Facebook scraper to install. Every time I run pip install face...
open
2023-01-24T00:34:35Z
2023-01-28T11:57:38Z
https://github.com/shaikhsajid1111/facebook_page_scraper/issues/44
[]
ahilling
1
horovod/horovod
machine-learning
3,552
"import horovod.tensorflow as hvd" fais with "tensorflow.python.framework.errors_impl.NotFoundError"
**Environment:** 1. TensorFlow 2. Framework version: `tf-nightly-cpu==2.10.0.dev20220524` 3. Horovod version: `v0.24.3` installed from: `git+https://github.com/horovod/horovod.git@a0cd0af` 4. MPI version: v4.0.3 5. CUDA version: N/A 6. NCCL version: N/A 7. Python version: 3.8.10 8. Spark / PySpark version: N/A ...
closed
2022-05-25T01:08:18Z
2022-06-08T09:57:45Z
https://github.com/horovod/horovod/issues/3552
[ "bug" ]
ashahba
1
keras-team/autokeras
tensorflow
1,283
Good performance with iris dataset
For issue https://github.com/keras-team/autokeras/issues/1219, I've tested the iris dataset and confirmed the autokeras model could get good performance with it. Please see my [gist](https://gist.github.com/toohsk/5616cc0d66d56d90e0c351de6aa608f1) for the performance. Is the performance good enough to add in the [E...
closed
2020-08-16T07:32:55Z
2020-08-21T19:27:15Z
https://github.com/keras-team/autokeras/issues/1283
[]
toohsk
2
tensorpack/tensorpack
tensorflow
920
Quantization Function in SVHN-Dorefa
I am a little confused about your activation quantization function in svhn-dorefa ```python def cabs(x): return tf.minimum(1.0, tf.abs(x), name='cabs') def activate(x): return fa(cabs(x)) ``` I plotted the foward function of this. ```python plt.figure() def cabs(x): return tf.minimum(1.0, ...
closed
2018-10-04T22:09:24Z
2018-10-05T20:56:09Z
https://github.com/tensorpack/tensorpack/issues/920
[ "examples" ]
XinDongol
4
blacklanternsecurity/bbot
automation
1,462
Don't shuffle portscan queues
`portscan`'s incoming queues should not be shuffled, so that the scan targets always make it in first.
closed
2024-06-16T13:53:39Z
2024-06-18T14:32:36Z
https://github.com/blacklanternsecurity/bbot/issues/1462
[ "enhancement" ]
TheTechromancer
1
xlwings/xlwings
automation
2,450
xlwings Reports: "noheader" filter incompatible with Excel tables
open
2024-06-13T08:12:48Z
2024-06-13T08:12:48Z
https://github.com/xlwings/xlwings/issues/2450
[ "bug" ]
fzumstein
0
hyperspy/hyperspy
data-visualization
2,715
TIA emi load error
Running hyerspy version 1.6.2 and attempting to open 2D TEM images in emi format produced by version 5.0 of Thermo Fisher's TIA software. I am getting the following error: ``` <ipython-input-5-8012523d971f> in <module> ----> 1 hs.load('14.54.11 CCD Acquire.emi') ~/anaconda3/lib/python3.8/site-packages/hyperspy/...
closed
2021-04-21T06:16:11Z
2021-04-25T10:13:37Z
https://github.com/hyperspy/hyperspy/issues/2715
[]
HamishGBrown
9
nolar/kopf
asyncio
354
Minikube with Env KUBECONFIG (different filename) fails to load (no default context)
> <a href="https://github.com/styk-tv"><img align="left" height="50" src="https://avatars3.githubusercontent.com/u/838921?v=4"></a> An issue by [styk-tv](https://github.com/styk-tv) at _2020-04-28 12:32:01+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/issues/354 > &nbsp; Normally this is not ...
open
2020-08-18T20:04:29Z
2020-08-23T20:57:45Z
https://github.com/nolar/kopf/issues/354
[ "bug", "archive" ]
kopf-archiver[bot]
0
ultralytics/ultralytics
deep-learning
19,494
Using Sahi with instance segmentation model
### 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 Hi i have a yolov8 instance segmentation model, iam having trouble doing val...
open
2025-03-02T22:45:53Z
2025-03-07T00:14:47Z
https://github.com/ultralytics/ultralytics/issues/19494
[ "question", "segment" ]
facundot
14
automl/auto-sklearn
scikit-learn
999
automl error
## Describe the bug ## Please describe the bug you're experiencing is precise as possible. ## To Reproduce ## Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ## Expected behavior ## A clear and concise description of what you expected to happen. #...
closed
2020-11-06T15:48:03Z
2020-11-06T16:30:12Z
https://github.com/automl/auto-sklearn/issues/999
[]
tmrb
1
rasbt/watermark
jupyter
87
New feature to check for latest packages
It would be nice to have a `--check_latest` flag that checks if the latest packages are installed. For example ```python %watermark --packages numpy numpy: 1.22.1 (version 1.22.4 is available) ``` This could be build based on the dependency checker package's `is_latest_version` feature (https://github.com/muel...
open
2022-06-02T01:13:52Z
2022-06-02T01:14:05Z
https://github.com/rasbt/watermark/issues/87
[ "enhancement" ]
rasbt
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
914
Training on RTX 3090. Batch Sizes and other parameters?
Hi, sorry that I have to ask these questions here. If there was a discord or something like that I could ask there. I have access to a RTX 3090, there I want to use it's VRAM to increase batch sizes. I have learned that higher batch sizes = faster and better progress, at least to some level. # If yes: ## W...
closed
2021-11-28T17:41:18Z
2021-12-28T12:34:17Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/914
[]
Dannypeja
15