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
cchen156/Learning-to-See-in-the-Dark
tensorflow
49
apply whitebalance before feed into network
@cchen156 Hi, congrats first. In your training settings now, you aim to learn white balance within the network. Have you tried to apply white balance on input(those short exposure images) before feeding them into networks? If so, how does the result look like? THX!
open
2018-08-24T04:07:14Z
2019-12-02T19:10:02Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/49
[]
XhqGlorry11
2
PeterL1n/RobustVideoMatting
computer-vision
40
How to run it live?
Hello, Thank you for the amazing work! I am just wondering how we can make this perform live just like how the online webcam demo works. I would love to test out 4K/HD live inputs on different GPUs. Thank you
open
2021-09-25T16:11:39Z
2022-06-01T01:08:24Z
https://github.com/PeterL1n/RobustVideoMatting/issues/40
[]
bycloudai
8
jofpin/trape
flask
176
[x] ERROR: [Errno 8] Exec format error
tried pretty much everything I can think of and made sure all files have shebang Raspberry pi 4 (debian buster) Python 2.7.16 pip list Package Version --------------- ----------- asn1crypto 0.24.0 certifi 2018.8.24 chardet 3.0.4 Click 7.0 coloram...
open
2019-07-29T21:02:48Z
2020-10-24T05:00:54Z
https://github.com/jofpin/trape/issues/176
[]
evilsperm
5
modelscope/data-juicer
streamlit
488
sharegpt format support
### Before Asking ๅœจๆ้—ฎไน‹ๅ‰ - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. ๆˆ‘ๅทฒ็ปไป”็ป†้˜…่ฏปไบ† [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) ไธŠ็š„ๆ“ไฝœๆŒ‡ๅผ•ใ€‚ - [X] I have pulled the latest code of main branch to run again and the problem still existed. ๆˆ‘ๅทฒ็ปๆ‹‰ๅ–ไบ†ไธปๅˆ†...
closed
2024-11-14T08:11:42Z
2024-12-26T06:39:02Z
https://github.com/modelscope/data-juicer/issues/488
[ "question", "priority:high", "dj:multimodal", "dj:dataset" ]
IvanDeng0
4
je-suis-tm/web-scraping
web-scraping
2
Error when trying CME2.py
Hello, Love your work - trying to use it to learn from! When I try to run CME2.py, I get the error: "string indices must be integers" & it points to the line output['prior settle']=[i['priorSettle'] for i in df['quotes']] I am a novice when it comes to webscraping, but hoping you may be able to shed some light ...
closed
2019-06-11T19:35:03Z
2019-06-12T18:17:33Z
https://github.com/je-suis-tm/web-scraping/issues/2
[]
keg5038
1
awesto/django-shop
django
627
Add to cart calculation does not use the cart modifiers?
When changing the quantity on the add to cart dialog, the calculated amount isn't the same as when in the cart due to the modifiers. Is this intentional or is there a way to fix it?
closed
2017-08-04T17:47:59Z
2019-05-20T06:19:40Z
https://github.com/awesto/django-shop/issues/627
[]
racitup
12
openapi-generators/openapi-python-client
rest-api
107
Optionally disable validation
**Is your feature request related to a problem? Please describe.** It seems that some OpenAPI specifications aren't always correct, but it might be helpful to allow generation anyway. For example, I installed the latest version from the `main` branch using: ```bash poetry add git+https://github.com/triaxtec/open...
closed
2020-07-28T05:58:59Z
2023-10-17T15:07:40Z
https://github.com/openapi-generators/openapi-python-client/issues/107
[ "โœจ enhancement" ]
multimeric
5
unit8co/darts
data-science
2,118
Cannot get val_series to work whilst using past_covariates
Hello there. this is the first time for me to make a github issue. Since the response here seems to be very good i decided to give it a shot! Ok so i will show what i think is the relevant code. I have tried numerous different combinations but none of them have worked so clearly I am missing something. I always get...
closed
2023-12-12T02:31:59Z
2024-01-20T14:56:56Z
https://github.com/unit8co/darts/issues/2118
[ "question" ]
Allena101
5
mwaskom/seaborn
matplotlib
2,926
Consider Plot.assign method for updating the global spec
This would in principle be redundant with the information that you pass to the constructor. But the utility would be to define a common plot in terms of layer definitions and then to iterate on the variable assignments. Things to consider: - If `data` is to be a valid keyword, maybe `update` is a better name? - Wou...
open
2022-07-30T20:24:29Z
2024-10-01T15:18:28Z
https://github.com/mwaskom/seaborn/issues/2926
[ "enhancement", "objects-plot" ]
mwaskom
1
browser-use/browser-use
python
56
[BUG] browser-use is taking unwanted extra steps when asked for simple tasks like navigate to webpage
Hi, I have raised this first on a separate [issue](https://github.com/gregpr07/browser-use/issues/50), but after additional tests I felt it deserves a separate issue as it is a significant problem. I am trying to use browser-use with a very simple and straightforward task: Navigate to a website X. The expected...
closed
2024-11-25T09:15:18Z
2025-01-25T09:39:08Z
https://github.com/browser-use/browser-use/issues/56
[]
MahlerTom
6
pbugnion/gmaps
jupyter
266
Size of the dataset and time loading
Is there a limitation on the size of the dataset that one can use? I have got a fairly large dataset (about 500k) points and it seems to get stuck when I try to do a scatterplot.
closed
2018-09-22T13:37:37Z
2018-10-12T07:02:30Z
https://github.com/pbugnion/gmaps/issues/266
[]
ghost
2
HumanSignal/labelImg
deep-learning
1,023
Difficult Hotkey
Hello everyone from the Labelimg community, how are you doing? Just a sugestion here, but i think it would be incredible if there was a hotkey to label the box as "difficult". And if i may, to put each label in a hotkey as well! Well, thanks for everything and a wonderfull new year for you all!! Raphael Bal...
open
2023-12-24T21:22:49Z
2023-12-24T21:22:49Z
https://github.com/HumanSignal/labelImg/issues/1023
[]
Balducci01
0
deeppavlov/DeepPavlov
nlp
717
Getting Invalid syntax Error when installing en_ranker_tfidf_wiki
When running following command in linux (python 3.5): `python -m deeppavlov install en_ranker_tfidf_wiki` I get following error: ``` Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) F...
closed
2019-02-19T12:27:53Z
2019-04-15T09:07:51Z
https://github.com/deeppavlov/DeepPavlov/issues/717
[]
Benjamin-3281
2
scikit-multilearn/scikit-multilearn
scikit-learn
210
Problem by importing GraphToolLabelGraphClusterer
GraphToolLabelGraphClusterer tries to use graph-tool but the real name is graph-tools.
open
2020-10-27T18:07:52Z
2020-10-27T18:07:52Z
https://github.com/scikit-multilearn/scikit-multilearn/issues/210
[]
Bsingstad
0
MycroftAI/mycroft-core
nlp
2,958
Discussion: pip installable skill plugins
In the PR for storing skills in XDG data directory #2803 discussion around creating proper skill modules. I think the XDG PR is a good direction to take and shouldn't be hampered by this separate technical discussion, and the change is big enough to warrant it's own issue. So here it is! There are a number of benefi...
closed
2021-07-24T07:39:54Z
2024-09-08T08:27:43Z
https://github.com/MycroftAI/mycroft-core/issues/2958
[ "Type: Enhancement - proposed", "Status: For discussion" ]
forslund
19
dask/dask
scikit-learn
11,198
Quantile on pyarrow data types fails with type error
**Describe the issue**: Calling quantile method on a dataframe/column which is using pyarrow data types fails with type error. traceback: ```shell Traceback (most recent call last): File "/home/aaravind/Documents/Projects/JyProjects/scraps/dask_quantile_error.py", line 20, in <module> ).quantile(0.25).c...
closed
2024-06-24T18:15:35Z
2024-07-02T15:58:57Z
https://github.com/dask/dask/issues/11198
[ "needs triage" ]
aaravind100
0
python-gitlab/python-gitlab
api
2,671
APIs request the same path, one works, one 404
## Description of the problem, including code/CLI snippet I run a local GitLab in localhost, and try to get file using APIs like following: `f = project.files.get(file_path='demo1/demo1.png', ref='master')` `f = project.files.raw(file_path='demo1/demo1.png', ref='master')` + when I run `f = project.files.get(file...
closed
2023-09-27T07:58:18Z
2024-09-30T01:45:27Z
https://github.com/python-gitlab/python-gitlab/issues/2671
[]
Breezewrf
2
kymatio/kymatio
numpy
1,035
Dropping py37 support
Python 3.7 went EOL this summer, so we should consider dropping support for it. See [here](https://devguide.python.org/versions/). (PyTorch, NumPy, and others already did a while back.)
closed
2023-11-01T21:35:45Z
2023-11-06T10:57:58Z
https://github.com/kymatio/kymatio/issues/1035
[]
janden
3
roboflow/supervision
machine-learning
1,707
Implement metrics comparison table & plotting
The metrics system allows the users to compute a metrics result - a class with values for a specific metrics run. When comparing multiple models, a natural next step is to aggregate the results into a single table and/or plot them on a single chart. Let's make this step easy! I propose two new functions: ```p...
open
2024-12-03T10:05:11Z
2024-12-09T21:44:33Z
https://github.com/roboflow/supervision/issues/1707
[ "enhancement" ]
LinasKo
7
flairNLP/flair
nlp
3,467
[Bug]: BytePairEmbeddings are not loading for English
### Describe the bug Can't load BytePairEmbeddings, it throws a `UnicodeDecodeError`. Maybe the files from https://nlp.h-its.org/bpemb got updated and are no longer compatible. ### To Reproduce ```python from flair.embeddings import BytePairEmbeddings BytePairEmbeddings("en") ``` ### Expected behavior ...
closed
2024-06-06T14:04:56Z
2024-06-06T15:56:40Z
https://github.com/flairNLP/flair/issues/3467
[ "bug" ]
pjdrm-unbabel
2
tflearn/tflearn
tensorflow
722
Biliniear cnn using tflearn and tensorflow
I am trying to implement Bilinear CNN [http://vis-www.cs.umass.edu/bcnn/docs/bcnn_iccv15.pdf](url) using tflearn. [bcnn.py](https://drive.google.com/file/d/0B-xUE7zSpUYfcUkxNE1UUVZZU0E/view?usp=sharing) The code mentioned above implements Bilinear CNN as described in the paper. It takes 2 Vgg16 pretrained netwo...
open
2017-04-23T02:59:02Z
2017-08-28T02:07:31Z
https://github.com/tflearn/tflearn/issues/722
[]
abhaydoke09
1
dpgaspar/Flask-AppBuilder
flask
1,795
Feature Request: Inline Model
Hey I've just come across this project and it looks awesome. I am looking to change a project of mine over to it from Flask-Admin. One of the features that I use a lot is the [inline model](https://flask-admin.readthedocs.io/en/latest/api/mod_contrib_sqla/#flask_admin.contrib.sqla.ModelView.inline_models). Are there a...
open
2022-01-27T17:57:10Z
2022-04-28T14:40:54Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1795
[ "stale" ]
lilywhiteweb
1
keras-rl/keras-rl
tensorflow
392
gym.Env.reset() no longer returns observation of type np.array but a tuple of (observation, info)
A recent update to OpenAI Gym changed the way envs behave. gym.Env.reset() now returns a tuple of (observation, info) so I think that every instance of `observation = deepcopy(env.reset())` in `keras-rl.rl.core.Agent.fit()` should be change to `observation, info = deepcopy(env.reset())`.
open
2023-06-02T00:20:06Z
2023-06-02T00:20:06Z
https://github.com/keras-rl/keras-rl/issues/392
[]
AldairCB
0
mljar/mljar-supervised
scikit-learn
539
Report generation fails when training variables contain chinese charecters
While trying to generate the model training report on a dataset that has chinese charecters, below mentioned error is encountered. ``` File "C:\Users\kar11081\AppData\Local\test\conda\envs\dl-2022-04-29-2\Lib\site-packages\supervised\automl.py", line 415, in report return self._report(width, height) File "...
open
2022-05-09T10:09:20Z
2022-05-09T12:35:53Z
https://github.com/mljar/mljar-supervised/issues/539
[]
KarthikDutt
2
pyro-ppl/numpyro
numpy
1,576
Support pickling MCMC objects that use enumeration for discrete latent variables
When using enumeration for automatic marginalization of discrete latent variables, we find that we cannot pickle the MCMC object after mcmc.run(...). The following: ```python import pickle import numpyro from numpyro.infer import MCMC, NUTS import numpyro.distributions as dist import jax.numpy as jnp from ja...
closed
2023-04-13T20:57:34Z
2023-05-01T19:52:59Z
https://github.com/pyro-ppl/numpyro/issues/1576
[ "enhancement" ]
PatNicholson
0
netbox-community/netbox
django
18,556
Hide Custom Field form element if that fields references an object without view permission
### NetBox version v4.2.1 ### Feature type Change to existing functionality ### Proposed functionality Current situation: If a custom fields references an object type (e. g. VLAN) and you do not have the view permission on this object, the element is rendered empty. Upon saving, the value is removed. This was une...
open
2025-02-03T10:12:12Z
2025-03-18T10:26:55Z
https://github.com/netbox-community/netbox/issues/18556
[ "type: feature", "status: needs owner", "complexity: low" ]
mwobst
6
pennersr/django-allauth
django
3,113
Social login for multiple User type
Say I have 2 user types : - buyer - seller Now When I login with google or facebook using ```{% provider_login_url 'google' %}``` How can I add extra information saying I want the user which is registered using social login to be of type buyer or seller?
closed
2022-06-09T05:10:03Z
2023-07-06T05:58:49Z
https://github.com/pennersr/django-allauth/issues/3113
[]
learningnoobi
1
hack4impact/flask-base
flask
72
App prints debug warning unnecessarily
![image](https://cloud.githubusercontent.com/assets/4823572/19957569/0f949466-a155-11e6-844c-6e76b9af6055.png)
closed
2016-11-03T06:35:54Z
2017-01-29T10:37:11Z
https://github.com/hack4impact/flask-base/issues/72
[ "bug" ]
sandlerben
1
nonebot/nonebot2
fastapi
2,742
Plugin: aiๅ”ฑๆญŒ
### PyPI ้กน็›ฎๅ nonebot-plugin-aising ### ๆ’ไปถ import ๅŒ…ๅ nonebot_plugin_aising ### ๆ ‡็ญพ [{"label":"ๅ”ฑๆญŒ","color":"#ea5252"},{"label":"NeuCoSVC","color":"#ea5252"}] ### ๆ’ไปถ้…็ฝฎ้กน _No response_
closed
2024-05-29T11:48:28Z
2024-06-02T14:30:25Z
https://github.com/nonebot/nonebot2/issues/2742
[ "Plugin" ]
CCYellowStar2
8
pywinauto/pywinauto
automation
874
Timing keeps default 0.5seconds on click, instead of the defined timing
## Expected Behavior Do the code with a 0.01 seconds delay between clicks ## Actual Behavior It waits 0.5 seconds between clicks ## Steps to Reproduce the Problem 1. Open notepad 2. Run code 3. Check print log ## Short Example of Code to Demonstrate the Problem ``` from pywinauto import applicat...
open
2020-01-02T14:42:24Z
2020-01-05T11:16:48Z
https://github.com/pywinauto/pywinauto/issues/874
[ "enhancement" ]
SouDescolado
1
aminalaee/sqladmin
asyncio
673
form_type_formatters
### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. Decimals tend to be displayed as 0e-10 everywhere (reference for potential research: django had this problem) I'm working around this issue by making my own ModelView, th...
open
2023-11-14T20:07:20Z
2023-11-14T20:08:10Z
https://github.com/aminalaee/sqladmin/issues/673
[]
plsholdmybeer
0
Aeternalis-Ingenium/FastAPI-Backend-Template
pytest
21
Authentication
I apologize if I didn't understand correctly, but it seems that the authentication itself was not implemented, and we do not have protected routes. Is that correct?
open
2023-07-04T22:04:28Z
2023-07-04T22:04:28Z
https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/issues/21
[]
progmancod
0
keras-team/keras
python
20,390
Empty model history logs when training with large `steps_per_execution`
Using the tensorflow backend, training with `steps_per_execution` larger than the training set results in empty logs. Code to reproduce: `!pip install keras-nightly` ```python import numpy as np import os os.environ["KERAS_BACKEND"] = "tensorflow" import keras x = np.ones((10, 4)) y = np.ones((10, 1))...
closed
2024-10-22T09:21:17Z
2024-10-22T23:36:49Z
https://github.com/keras-team/keras/issues/20390
[]
nicolaspi
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,889
[Bug]: Checkpoint isnt working and the lora are empty
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
open
2024-05-26T03:12:22Z
2024-05-26T07:32:00Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15889
[ "bug-report" ]
AusarDvilest
1
Johnserf-Seed/TikTokDownload
api
473
[BUG] ไฝฟ็”จTikTokToolไธ‹่ฝฝๆŸ็”จๆˆทไธป้กต่ง†้ข‘ๆ—ถ๏ผŒๅฆ‚ๆžœ็ฝ‘้€Ÿๆ…ข๏ผŒๅœจๆฏๆฌก็ฟป้กตๅŽ๏ผŒไธŠไธ€้กตๆ€ปไผšๆœ‰ๅ‡ ไธชๆฒกไธ‹่ฝฝๅฎŒ็š„่ง†้ข‘
**ๆ่ฟฐๅ‡บ็Žฐ็š„้”™่ฏฏ** ไฝฟ็”จTikTokTool V1.3.0.90ไธ‹่ฝฝๆŸ็”จๆˆทไธป้กต่ง†้ข‘ๆ—ถ๏ผŒๅฆ‚ๆžœ็ฝ‘้€Ÿๆ…ข๏ผŒๅœจๆฏๆฌก็ฟป้กตๅŽ๏ผŒไธŠไธ€้กตๆ€ปไผšๆœ‰ๅ‡ ไธชๆฒกไธ‹่ฝฝๅฎŒ็š„่ง†้ข‘๏ผŒ่ฟ™ไบ›่ง†้ข‘ไธไผš็ปง็ปญไธ‹่ฝฝ๏ผŒๆ’ญๆ”พๆ—ถๅธ่ƒฝๆ’ญๆ”พๅ‰ๅŠๆฎต๏ผŒๆ›ดๆ–ฐๆ—ถไนŸไธไผšๆ›ดๆ–ฐ่ฟ™ไบ›ไธ‹่ฝฝไธ€ๅŠ็š„่ง†้ข‘ใ€‚ **ๆˆชๅ›พ** ![image](https://github.com/Johnserf-Seed/TikTokDownload/assets/46564159/4e7c3487-6baa-4524-9db3-13e4eb734a6a)
open
2023-07-05T07:37:06Z
2023-07-05T07:37:07Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/473
[ "ๆ•…้šœ(bug)", "้ขๅค–ๆฑ‚ๅŠฉ(help wanted)", "ๆ— ๆ•ˆ(invalid)" ]
jam-dong
0
tfranzel/drf-spectacular
rest-api
558
Support for adding description to tags
Hi, We can group the API endpoints using tags and we can set description at the operation level as of now. It would be really nice if we have the feasibility of setting description for tags hence we can explain the purpose of grouping.
closed
2021-10-08T07:49:31Z
2022-08-31T09:44:38Z
https://github.com/tfranzel/drf-spectacular/issues/558
[]
kirankumargmrur
2
flasgger/flasgger
flask
92
Does SwaggerView allow multiple methods in the class?
Does SwaggerView allow multiple methods in the class? Regarding https://github.com/rochacbruno/flasgger/blob/master/examples/marshmallow_apispec.py I only see one method at a time
open
2017-04-24T14:37:34Z
2020-08-26T17:26:07Z
https://github.com/flasgger/flasgger/issues/92
[ "question", "hacktoberfest" ]
wobeng
7
amdegroot/ssd.pytorch
computer-vision
564
Don't show the test result of pictures
The result of running eval.py only displays the AP value, and there is no picture showing the test result. How can I display the result of pictures๏ผŸ
open
2021-11-13T07:54:12Z
2022-01-20T22:36:27Z
https://github.com/amdegroot/ssd.pytorch/issues/564
[]
little-little-star
1
kubeflow/katib
scikit-learn
1,536
Confusion about metricFormat regex in Experiment Definition
Hi, I'm trying to use the metricsFormat on StdOut to capture some metrics. They appear like this: ``` I0519 16:28:41.434724 12 main.go:136] INFO:kubeflow_example.trainer:Epoch 3 Test set: Test-Loss: 0.216253, Accuracy: 71.59% (9332/13036) ``` I'd like to grab the Accuracy and the Test-Loss. When I try to us...
closed
2021-05-19T16:47:14Z
2022-03-02T16:44:19Z
https://github.com/kubeflow/katib/issues/1536
[ "lifecycle/stale" ]
cc-gb2
15
kennethreitz/responder
graphql
232
Need more example code
Hello, is it possible to get more examples for using awesome responder? Maybe best practices for converting existing Flask often used method calls and alike. Thanks! Mark
closed
2018-11-17T17:53:37Z
2024-03-31T02:15:25Z
https://github.com/kennethreitz/responder/issues/232
[]
ghost
19
robotframework/robotframework
automation
4,565
Provide speedups for the Robot Framework parser using cython
The speed of the parser can be a deal breaker when dealing even with medium sized files, so, it'd be really nice to have speed-up modules to make parsing faster.
open
2022-12-16T19:10:52Z
2025-01-03T14:51:06Z
https://github.com/robotframework/robotframework/issues/4565
[]
fabioz
6
raphaelvallat/pingouin
pandas
62
Empirical CDF shift functions
I sometimes plot shift functions as / via empirical cumulative distribution functions, to avoid the troubles that come with kernel-density estimates. Would be great to see this feature in Pingouin as well. I typically use [`statsmodels.distributions.empirical_distribution.ECDF`](https://www.statsmodels.org/devel/genera...
closed
2019-08-30T06:42:57Z
2020-06-19T23:38:16Z
https://github.com/raphaelvallat/pingouin/issues/62
[ "feature request :construction:" ]
hoechenberger
4
plotly/dash
flask
2,744
[BUG] Duplicate callback outputs
Hello๏ผš I tried using the same `Input`, but there are some differences in the `Output`, but dash prompts me that I need to increase `allow_duplicate = True`ใ€‚ ![image](https://github.com/plotly/dash/assets/54770415/1b95f0cb-7dee-4346-828b-5cd6cd9ed85d) example dash: ```python from dash import Dash, html,callback,O...
closed
2024-02-05T06:24:51Z
2024-02-29T15:01:55Z
https://github.com/plotly/dash/issues/2744
[]
Liripo
4
gradio-app/gradio
machine-learning
10,684
Allow all thinking tags to pass through in `gr.Chatbot` at least for models that are loaded with `gr.load()`
Two parts to this issue: (1) Allow developers to set `allow_tags=True` to let all tags to come through (2) Make this the default for chatbots loaded for `gr.load()` See this [internal conversation](https://huggingface.slack.com/archives/C04ABS7C13K/p1739875448640099)
closed
2025-02-26T21:57:08Z
2025-03-09T09:26:51Z
https://github.com/gradio-app/gradio/issues/10684
[ "enhancement" ]
abidlabs
3
Yorko/mlcourse.ai
numpy
754
AttributeError: 'NoneType' object has no attribute 'split' using anaconda
needed to upgrade threadpoolctl to 3.2 pip install threadpoolctl --upgrade to fix the error [AttributeError: 'NoneType' object has no attribute 'split'](https://stackoverflow.com/questions/71352354/sklearn-kmeans-is-not-working-as-i-only-get-nonetype-object-has-no-attribute) in [topic 3](https://mlcourse.ai/book/top...
closed
2023-09-10T15:37:17Z
2024-08-19T16:13:22Z
https://github.com/Yorko/mlcourse.ai/issues/754
[]
Selithrarion
6
wandb/wandb
data-science
9,546
[Bug-App]: Scalars synced through `sync_tensorboard=True` cannot be used as alternate x-axes
### Describe the bug https://github.com/user-attachments/assets/7fbaac81-c527-489e-8eb3-355b54860223 It looks like the UI is trying to join the 2 graphs on `Step`, not tensorboard's `global_step`. It seems like one `SummaryWritter` step = one wandb `Step`. So `batch_idx` only has even `Step` values (since it is logge...
open
2025-03-02T20:44:56Z
2025-03-07T17:53:55Z
https://github.com/wandb/wandb/issues/9546
[ "ty:bug", "a:app" ]
ringohoffman
3
apache/airflow
automation
48,088
Error in example_dags because of base sensor change
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Parsing error in beta4 with two example dags 1. example_sensor_decorator 2. example_external_task_marker_dag Both of them reference an error in base_sensor with respect to metadatabase access. ...
closed
2025-03-22T00:00:27Z
2025-03-24T19:05:01Z
https://github.com/apache/airflow/issues/48088
[ "kind:bug", "area:MetaDB", "area:core", "affected_version:3.0.0beta" ]
vikramkoka
2
wkentaro/labelme
computer-vision
635
labelme2voc.py Does not generate ImageSets/Segmentation/train.txt test.txt trainval.txt val.txt
I followed this https://youtu.be/3kme_TdiwwU and started annotating my images with LabelMe. After Spending two days annotating it, finally got this information that LabelMe does not support tfrecord. I converted LabelMe annotations (from Json) to PASCALVOC with labelme2voc.py.. Thanks for that. BUT labelme2voc.p...
closed
2020-03-31T18:31:17Z
2020-06-23T18:19:11Z
https://github.com/wkentaro/labelme/issues/635
[]
azeemabbas
4
adap/flower
scikit-learn
4,326
examples/flower-authentication/Readme.md deprecated
### Describe the bug when i follow your readme, flwr v1.11.0 output errors like - replace flower-client-app with flower-supernode - replace argment --dir with --flwr-dir - others, like server-app did not work, and did not know how to proceed. ### Steps/Code to Reproduce Just follow readme start supper-link st...
closed
2024-10-11T01:38:37Z
2024-10-20T17:01:35Z
https://github.com/adap/flower/issues/4326
[ "bug" ]
cam-ai
2
serengil/deepface
machine-learning
540
How do I preload retinaFace and other models?
I want to build a simple REST API for face recognition. Is there a way to preload retinaFace and other models beforehand (before first request).
closed
2022-08-20T07:52:43Z
2022-08-20T13:01:14Z
https://github.com/serengil/deepface/issues/540
[ "question" ]
martinenkoEduard
9
ansible/awx
django
15,474
Cancelling workflow approval doesnโ€™t cancel subsequent nodes.
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-08-28T09:46:25Z
2024-08-28T09:46:43Z
https://github.com/ansible/awx/issues/15474
[ "type:bug", "needs_triage", "community" ]
AwxTaskHelp
0
nteract/papermill
jupyter
318
How to Run Julia Notebook
I couldn't find any examples on how to run a Notebook in another language, such as Julia. I saw there are some language translator plugins for Julia but I don't full understand how to use it. Can anyone help with an example? Thanks
closed
2019-02-21T04:00:37Z
2019-03-02T07:06:18Z
https://github.com/nteract/papermill/issues/318
[]
usmcamp0811
5
amidaware/tacticalrmm
django
1,435
Client side update notifications.
**Is your feature request related to a problem? Please describe.** From the looks of it there are just two options when pushing updates to clients. Don't reboot. Or reboot immediately after patching. Neither are good options when trying to keep things up to date. **Describe the solution you'd like** ConnectWise Au...
closed
2023-02-14T14:56:04Z
2023-02-15T09:57:53Z
https://github.com/amidaware/tacticalrmm/issues/1435
[]
paynent
1
python-gitlab/python-gitlab
api
2,801
member_roles endpoint is not implemented
The member_roles enpoint is not implemented in python-gitlab : https://docs.gitlab.com/16.8/ee/api/member_roles.html We can't add a gitlab custom roles with the library
closed
2024-02-15T15:20:55Z
2025-02-14T18:39:23Z
https://github.com/python-gitlab/python-gitlab/issues/2801
[ "EE", "help wanted" ]
Nivalam
4
apify/crawlee-python
web-scraping
858
Doc build broken
Seems like doc build got broken. Example fail: https://github.com/apify/crawlee-python/actions/runs/12598074616/job/35112911089?pr=829 Example error: ``` Error: Can't render static file for pathname "/python/docs/upgrading/upgrading-to-v0x" at generateStaticFile (/home/runner/work/crawlee...
closed
2025-01-03T13:35:33Z
2025-01-03T15:35:46Z
https://github.com/apify/crawlee-python/issues/858
[ "documentation", "t-tooling" ]
Pijukatel
4
charlesq34/pointnet
tensorflow
293
prepare dataset from h5 files with classification label per point
Hi, I'm new to pointcloud and need some help I'm trying to use PointNet on my dataset which is of following nature: - I've h5 files (each row has rgb,xyz data) - Also, I've a .bin file which has each points' Ground Truth. - The dataset is pointcloud of pipelines and seabed. Thus each point has its own label in 1 ...
open
2022-04-15T00:04:04Z
2022-04-20T00:42:02Z
https://github.com/charlesq34/pointnet/issues/293
[]
h612
0
voila-dashboards/voila
jupyter
777
dependencies incompatible message while pip installing voila
Hi, I am getting below dependencies incompatible messages while pip installing voila. ![image](https://user-images.githubusercontent.com/61316462/101277440-f305d080-37cd-11eb-9ed9-5a8b1acf5d6a.png)
open
2020-12-06T10:22:19Z
2020-12-21T09:57:54Z
https://github.com/voila-dashboards/voila/issues/777
[]
taknev83
1
aws/aws-sdk-pandas
pandas
2,981
feature: opensearch: allow disable modify refresh_interval
**Is your feature request related to a problem? Please describe.** I tried to use index_docuements and failed with 403 since OS role didn't allow `indices:admin/settings/update`, which is needed for changing index settings (like refresh_interval) another thing is that the current implementation might cause the actual...
closed
2024-10-01T15:10:00Z
2024-10-07T09:14:56Z
https://github.com/aws/aws-sdk-pandas/issues/2981
[ "feature", "needs-triage" ]
AvihaiSam
0
graphdeco-inria/gaussian-splatting
computer-vision
1,105
On dummy camera placement : Open3D vs GS renders
Hi, I followed the #506 issue to get new camera placed in my scene. However I'm encountering an issue with the placement of those cameras. I have a pose in 3D that is following the C2W coordinate system and a rotation (to flip the axes to colmap like cameras). So what I've done is placing the new camera pose ...
open
2024-12-12T15:54:34Z
2024-12-13T15:02:00Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1105
[]
leblond14u
2
lepture/authlib
django
546
TypeError: __init__() got an unexpected keyword argument 'jwks_uri'
Hello! I am trying to set up authentication using google in my project. Registered my app with google. I found an example in the documentation: ``` OAUTH_PROVIDERS = [ { "name": "google", "icon": "fa-google", "token_key": "access_token", "remote_app": { "consumer...
closed
2023-05-26T14:36:50Z
2023-06-09T13:39:40Z
https://github.com/lepture/authlib/issues/546
[]
AleksSpace
1
tqdm/tqdm
jupyter
819
LICENSE for v4.28.1
Hi there, The information found inside LICENSE is confusing: `tqdm` is a product of collaborative work. Unless otherwise stated, all authors (see commit logs) retain copyright for their respective work, and release the work under the MIT licence (text below). Exceptions or notable authors are listed belo...
closed
2019-09-27T09:32:38Z
2019-09-30T11:42:07Z
https://github.com/tqdm/tqdm/issues/819
[ "question/docs โ€ฝ" ]
Silviu-Caprar
3
apify/crawlee-python
automation
114
Refactor HTTP handling
There should be a unified interface for making HTTP requests that will be used by all crawlers. The initial implementation will use `httpx` and `playwright.request` will come in the future. `HttpCrawlResult`, if it survives, should be renamed to `HttpCrawlingResult`.
closed
2024-04-16T15:16:18Z
2024-04-18T12:34:39Z
https://github.com/apify/crawlee-python/issues/114
[ "t-tooling", "debt" ]
janbuchar
0
allenai/allennlp
nlp
5,728
Remove upper bounds for requirements
**Is your feature request related to a problem? Please describe.** Remove upper bounds for dependencies in `requirements.txt`, where possible **Describe the solution you'd like** I would like the upper bounds for versions in `requirements.txt` to removed except for cases that are known to be broken. In #4324, ...
closed
2022-11-01T21:10:52Z
2022-11-22T00:42:47Z
https://github.com/allenai/allennlp/issues/5728
[ "Contributions welcome", "Feature request" ]
aphedges
1
MycroftAI/mycroft-core
nlp
2,604
Suggestion to add 'mycroft-config edit _' to the 'mycroft-start --help' menu.
Nevermind, found the problem for 'How to exit `mycroft-config edit Default` without leaving stopped job'
closed
2020-06-06T21:30:43Z
2020-06-22T03:30:22Z
https://github.com/MycroftAI/mycroft-core/issues/2604
[]
auwsom
5
voila-dashboards/voila
jupyter
1,183
Crash in Partially pre-render notebook. Exception in callback <TaskWakeupMethWrapper>
## Description As investigations showed, it happening because of tornado==6.2. Downgrading to 6.1 - solving problem. ## Reproduce 1. Run voila in preheated-mode with partially pre-render (get_query_string) method in .ipynb file Run command: `voila --enable_nbextensions=True --no-browser \ --Voila.ip='0.0....
open
2022-08-09T13:37:10Z
2022-08-16T19:38:25Z
https://github.com/voila-dashboards/voila/issues/1183
[ "bug" ]
BaraGhuleTrum
2
scikit-hep/awkward
numpy
2,686
awkward-cpp header-only requires cmake 3.19 due to INTERFACE_LIBRARY property whitelist
### Version of Awkward Array awkward-cpp>=14 ### Description and code to reproduce On a standard [Compute Canada](https://docs.alliancecan.ca/wiki/Narval/en) system (narval), with cmake 3.16.5, `pip install awkward-cpp==14` (and more recent) fails to install with: ```console [wdconinc@narval2 ~]$ pip install awkwa...
closed
2023-09-01T19:00:18Z
2023-09-05T14:32:30Z
https://github.com/scikit-hep/awkward/issues/2686
[ "bug", "installation" ]
wdconinc
10
explosion/spaCy
data-science
12,868
Unable to train model using custom tokenizer
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> Am trying to train a model using a custom tokenizer following the steps in the s...
closed
2023-07-27T09:27:02Z
2023-07-27T09:31:37Z
https://github.com/explosion/spaCy/issues/12868
[]
belalsalih
0
scikit-optimize/scikit-optimize
scikit-learn
604
rank_test_score in BayesSearchCV is not working properly
I'm using `BayesSearchCV` to do my hyper parameter tuning with `scoring` set to `'roc_auc'`. It correctly identifies the best `params` and `mean_test_score` but the rankings... > `mean_test_score` 0.7829 `rank_test_score` 1 > `mean_test_score` 0.7812 `rank_test_score` 1 > `mean_test_score` 0.7788 `rank_test_score...
closed
2018-01-15T14:07:29Z
2020-02-26T13:21:43Z
https://github.com/scikit-optimize/scikit-optimize/issues/604
[]
xtosis
5
huggingface/datasets
pytorch
7,175
[FSTimeoutError] load_dataset
### Describe the bug When using `load_dataset`to load [HuggingFaceM4/VQAv2](https://huggingface.co/datasets/HuggingFaceM4/VQAv2), I am getting `FSTimeoutError`. ### Error ``` TimeoutError: The above exception was the direct cause of the following exception: FSTimeoutError Trac...
closed
2024-09-26T15:42:29Z
2025-02-01T09:09:35Z
https://github.com/huggingface/datasets/issues/7175
[]
cosmo3769
7
zappa/Zappa
django
1,090
Regarding lambda packages
Will this new version of Zappa support lambda_packages? I have a dependency for mysqlclient failing with the below error. ``` [ERROR] ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient? Traceback (most recent call last): File "/var/task/handler.py", line 631, in lambda_handler ...
closed
2021-12-03T10:54:34Z
2022-08-18T14:18:37Z
https://github.com/zappa/Zappa/issues/1090
[]
sridhar562345
3
huggingface/pytorch-image-models
pytorch
1,757
[FEATURE] Segment Anything backbones
Hello, Maybe it's out of the scope of timm so far, but it could be interestint to add support for the 3 models released by Meta (ViT-B/L/H) in their [Segment Anything](https://github.com/facebookresearch/segment-anything/tree/main) project. These models are pretrained using MAE and then finetuned on 11M images for s...
closed
2023-04-06T17:17:46Z
2023-08-31T06:24:51Z
https://github.com/huggingface/pytorch-image-models/issues/1757
[ "enhancement" ]
SimJeg
8
lepture/authlib
flask
526
RFC7591 Registration client API
authlib implements RFC7591 so one can built authorization servers with dynamic client registration. However it seems there is nothing implemented to actually register a client. I suggest adding a parameters to `BaseOAuth.register`: - `registration_url`, that would expect a registration endpoint (`https://auth.mydom...
open
2023-01-26T19:25:31Z
2025-02-20T20:43:09Z
https://github.com/lepture/authlib/issues/526
[ "spec", "feature request" ]
azmeuk
0
CorentinJ/Real-Time-Voice-Cloning
deep-learning
733
ImportError: Failed to import any qt binding
I face the error when run demo_toolbox.py: ``` (venv2) C:\Users\dev_user\PycharmProjects\Real-Time-Voice-Cloning>python demo_toolbox.py Traceback (most recent call last): File "demo_toolbox.py", line 2, in <module> from toolbox import Toolbox File "C:\Users\dev_user\PycharmProjects\Real-Time-Voice-Cloni...
closed
2021-04-11T14:46:26Z
2021-04-22T20:18:15Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/733
[]
32r81b
2
pydantic/pydantic
pydantic
10,944
`model_validate_json` error with `float` field and bigint input
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description According to the [convertion table](https://docs.pydantic.dev/latest/concepts/conversion_table/#__tabbed_1_1), the float field should be properly converted from integer input. Small integers are works well, but error occurs with bigint....
open
2024-11-22T07:30:38Z
2025-01-28T10:16:04Z
https://github.com/pydantic/pydantic/issues/10944
[ "bug V2", "pending" ]
iyume
2
charlesq34/pointnet
tensorflow
17
Confusion with pointnet_cls.py
In pointnet_cls.py why have you expanded the dimension of the transformed input point cloud? ` def get_model(point_cloud, is_training, bn_decay=None): """ Classification PointNet, input is BxNx3, output Bx40 """ batch_size = point_cloud.get_shape()[0].value num_point = point_cloud.get_shape()[1]...
closed
2017-06-23T11:06:23Z
2017-06-29T04:31:41Z
https://github.com/charlesq34/pointnet/issues/17
[]
phoenixSP
3
plotly/dash
dash
2,480
[BUG] Duplicate callback outputs not working when deployed with `gunicorn`
**Describe your context** Bug only present when app is deployed via Dash Enterprise. ``` dash 2.9.1 dash-ag-grid 2.0.0a4 dash-core-components 2.0.0 dash-design-kit 1.6.8 dash-extensions 0.0.65 dash-html-components 2.0.0...
closed
2023-03-28T15:34:56Z
2023-03-28T18:17:37Z
https://github.com/plotly/dash/issues/2480
[]
hannahker
0
python-gitlab/python-gitlab
api
2,572
pipeline.jobs.list() returns empty or incomplete lists
## Description of the problem, including code/CLI snippet ```python pipelines = project.pipelines.list(iterator=True) for pipeline in pipelines: pipeline_info = pipeline.asdict() print(pipeline_info) if pipeline_info['ref'] == 'master' and pipeline_info['status'] == 'success': ...
closed
2023-05-18T14:32:53Z
2024-05-20T01:18:34Z
https://github.com/python-gitlab/python-gitlab/issues/2572
[ "need info" ]
malem-robotiq
8
akfamily/akshare
data-science
5,185
่Žทๅ–B่‚กๆ—ถๅ‡บ็Žฐbug
**่ฏฆ็ป†้—ฎ้ข˜ๆ่ฟฐ** 2. ๆ“ไฝœ็ณป็ปŸ็‰ˆๆœฌ๏ผŒ็›ฎๅ‰ๅชๆ”ฏๆŒ 64 ไฝๆ“ไฝœ็ณป็ปŸ Win11 4. Python ็‰ˆๆœฌ๏ผŒ็›ฎๅ‰ๅชๆ”ฏๆŒ 3.8 ไปฅไธŠ็š„็‰ˆๆœฌ 3.10.10 6. AKShare ็‰ˆๆœฌ๏ผŒ่ฏทๅ‡็บงๅˆฐๆœ€ๆ–ฐ็‰ˆ 1.14.16 8. ๆŽฅๅฃ็š„ๅ็งฐๅ’Œ็›ธๅบ”็š„่ฐƒ็”จไปฃ็  ๆŽฅๅฃ๏ผš def stock_zh_b_daily( symbol: str = "sh900901", start_date: str = "19900101", end_date: str = "21000118", adjust: str = "", ) -> pd.DataFra...
closed
2024-09-15T14:49:58Z
2024-09-16T02:04:53Z
https://github.com/akfamily/akshare/issues/5185
[ "bug" ]
jasonudu
1
kizniche/Mycodo
automation
785
Atlas Scientific sensors not working
Any sensors I add return error: Error while attempting to read input: 'NoneType' object has no attribute 'next' I can activate sensors and but I get no data for anything but the Pi GPU temperature. I tried this with 2 DS18b20, 1 Atlas PH UART, 1 Atlas EC UART, DHT11, and DHT22. The DS18b20, but not the Atlas senso...
closed
2020-07-08T06:40:50Z
2022-05-10T23:32:43Z
https://github.com/kizniche/Mycodo/issues/785
[]
trezhunter
33
home-assistant/core
asyncio
141,044
After reboot HA, Tado failed to setup: Login failed for unknown reason with status code 403
### The problem After a reboot of HA, I suddenly got notified that the Tado integration failed to setup. It showed a configure button to configure the fallback method, but this didn't change anything. Tried to reconfigure by entering my password again, failed with "unexpected error" When I check in the logs I first...
closed
2025-03-21T08:02:39Z
2025-03-22T10:36:10Z
https://github.com/home-assistant/core/issues/141044
[ "integration: tado" ]
Kraganov
2
liangliangyy/DjangoBlog
django
383
ๆ˜ฏๅฆๅฏไปฅๅขžๅŠ wordpressๆ•ฐๆฎ่ฝฌๅŒ–ๅทฅๅ…ท
ๆˆ‘็œ‹ๅˆฐdjango-blog-zinniaๆœ‰ๆไพ›wordpress่ฝฌๅŒ–ๅทฅๅ…ทใ€‚ djangoblogๆ˜ฏๅฆไนŸๅฏไปฅๅผ„ไธ€ไธช๏ผŒ่ฟ™ๆ ท็Žฐๅœจๆญฃๅœจไฝฟ็”จwpๅšๅšๅฎข็š„ไบบ๏ผŒๅฐฑๅฏไปฅ้กบๅˆฉ่ฝฌๅˆฐไธญๆ–‡ๆœฌๅœŸ็š„pythonๅ†™็š„blog
open
2020-03-18T18:57:57Z
2023-12-27T15:22:49Z
https://github.com/liangliangyy/DjangoBlog/issues/383
[ "enhancement" ]
mufeihua
2
tflearn/tflearn
tensorflow
1,129
Save binary representation of my predictor after training using pickle.
Hi, I have a custom class named Predictor that has as attibutes a tflearn model, a tflearn network, the test and train data as np arrays. After training I tried to save the binary representation of my Predictor class using pickle but I get the following error: TypeError: can't pickle _thread.RLock objects TFLe...
open
2019-05-27T13:04:22Z
2019-05-27T13:24:21Z
https://github.com/tflearn/tflearn/issues/1129
[]
argbat
0
tensorpack/tensorpack
tensorflow
1,354
How can we save model in the .h5 format using tensorpack - keras ? or can I save the model in .h5 format directly using tensorpack ?
+ Note that you can implement a lot of features by extending Tensorpack (See http://tensorpack.readthedocs.io/tutorial/index.html#extend-tensorpack). It does not have to be added to Tensorpack unless you have a good reason. + "Could you implement a paper / other variants of a paper / additional features of a p...
closed
2019-10-25T09:26:06Z
2019-10-29T06:48:50Z
https://github.com/tensorpack/tensorpack/issues/1354
[]
roshan-gopalakrishnan
1
aio-libs/aiomysql
sqlalchemy
864
`set-output` in GHA workflow is deprecated
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ > We [โ€ฆ] plan to fully disable them on 31st May 2023.
closed
2022-10-23T21:11:21Z
2023-06-11T12:49:04Z
https://github.com/aio-libs/aiomysql/issues/864
[ "github_actions" ]
Nothing4You
0
ultralytics/ultralytics
pytorch
19,240
When the Parameter augment is set to True and False respectively,, the loss and top1_acc during the training phase are the same. why๏ผŸ
### 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 find that when the Parameter augment is set to True and False respectively...
open
2025-02-14T03:05:46Z
2025-02-14T10:12:12Z
https://github.com/ultralytics/ultralytics/issues/19240
[ "question", "classify" ]
yuan-kai-design
7
ydataai/ydata-profiling
data-science
1,609
`profile.to_widgets()` doesn't work
### Current Behaviour When calling `.to_widgets()` in jupyter lab, it stops at `Render widgets: 0%` and a warning: ``` IOPub message rate exceeded. The Jupyter server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--ServerApp.iop...
open
2024-06-18T09:05:04Z
2024-07-09T20:47:19Z
https://github.com/ydataai/ydata-profiling/issues/1609
[ "question/discussion โ“" ]
jmakov
1
sanic-org/sanic
asyncio
2,367
Update websockets dependency for security remediation
**Describe the bug** Websockets 9.0.x has a security issue with remediation introduced in 9.1 **Additional context** Closed by #2366
closed
2022-01-11T15:05:11Z
2022-12-11T04:11:18Z
https://github.com/sanic-org/sanic/issues/2367
[ "urgent" ]
sjsadowski
2
exaloop/codon
numpy
299
Build errors on ubuntu 20.04 LTS
Hey, I was able to successfully build on my M1 MacOS, but not on Ubuntu 20.04 LTS, here's the error message I get: ``` [81/202] Generating codon_rules.cpp Generating grammar from /home/nick/codon/codon/parser/peg/grammar.peg [82/202] Building CXX object CMakeFiles/codonc.dir/codon/parser/ast/stmt.cpp.o FAILED:...
closed
2023-03-27T01:49:36Z
2023-03-31T08:56:16Z
https://github.com/exaloop/codon/issues/299
[]
NickDatLe
5
ultralytics/yolov5
deep-learning
13,164
multi-gpu validation
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello, Is there any way to use multi-gpu during running val.py of Yolov5? I set --dev...
closed
2024-07-04T05:17:12Z
2024-08-15T00:22:57Z
https://github.com/ultralytics/yolov5/issues/13164
[ "question", "Stale" ]
yjseok
2
joouha/euporie
jupyter
64
Mac support
Hello! Thank you for the awesome tool! Just want to let you know that on Mac with iTerm2 or standard Terminal the combinations around `<Any key>+Enter` are not working. The one way to run code on Mac is to switch to Vi mode and press Enter. It will be cool to fix some day. Thanks!
closed
2023-03-17T11:59:26Z
2023-03-22T10:01:26Z
https://github.com/joouha/euporie/issues/64
[]
anki-code
2
MagicStack/asyncpg
asyncio
396
invalid length of startup packet
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2018-12-30T22:44:19Z
2019-01-05T10:00:11Z
https://github.com/MagicStack/asyncpg/issues/396
[]
francoricci
2
huggingface/datasets
nlp
6,517
Bug get_metadata_patterns arg error
https://github.com/huggingface/datasets/blob/3f149204a2a5948287adcade5e90707aa5207a92/src/datasets/load.py#L1240C1-L1240C69 metadata_patterns = get_metadata_patterns(base_path, download_config=self.download_config)
closed
2023-12-20T08:56:44Z
2023-12-22T00:24:23Z
https://github.com/huggingface/datasets/issues/6517
[]
d710055071
0
vitalik/django-ninja
django
1,221
[BUG] Swagger UI always sends requests using the first defined HTTP method for endpoints with the same name
**Versions (please complete the following information):** - Python version: 3.12.4 - Django version: 5.0.6 - Django-Ninja version: 1.2.1 - Pydantic version: 2.8.2 **Describe the bug** When defining multiple API endpoints with the same name but different HTTP methods (e.g., GET, POST) using django-ninja, the...
closed
2024-07-06T08:08:17Z
2024-07-08T15:51:23Z
https://github.com/vitalik/django-ninja/issues/1221
[]
luckyabsoluter
2
lanpa/tensorboardX
numpy
381
hyper parameters
If it's possible, supporting the newly added hyper params feature would be amazing :) https://www.tensorflow.org/tensorboard/r2/hyperparameter_tuning_with_hparams
closed
2019-03-10T09:56:51Z
2019-07-17T12:31:42Z
https://github.com/lanpa/tensorboardX/issues/381
[ "enhancement" ]
YoelShoshan
12
Lightning-AI/pytorch-lightning
machine-learning
19,626
FSDPStrategy error when automatic_optimization=False
### Bug description A basic example with MNIST breaks when using the FSDP strategy if using `automatic_optimization=False` + explicit calls to `manual_backward(loss)`. The error seems to stem from the following sequence during training: 1. `Strategy.training_step()`, redirects the `forward()` call on the model to ...
open
2024-03-13T22:39:24Z
2024-09-28T08:45:23Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19626
[ "bug", "needs triage" ]
carlosgjs
4
OFA-Sys/Chinese-CLIP
nlp
121
vocab.txt่ฏ่กจๆ˜ฏๆ€Žๆ ทๅพ—ๅˆฐ็š„๏ผŸ
่ฏท้—ฎcn_clip/clip/vocab.txtๆ˜ฏๅฆ‚ไฝ•ๅพ—ๅˆฐ็š„๏ผŸ็œ‹ๅˆฐ้‡Œ้ขๆœ‰้ƒจๅˆ†่‹ฑๆ–‡ๅญ—่ฏ๏ผŒไฝ†ๆ˜ฏไธๅคš๏ผŒ่ฟ™ไธชๅ’Œbert็š„vocab.txtๆ˜ฏไป€ไนˆๅ…ณ็ณป๏ผŸ
closed
2023-05-25T05:48:09Z
2023-05-25T07:28:29Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/121
[]
mensaochun
1
zama-ai/concrete-ml
scikit-learn
485
Failed to compile concrete-ml models on Ubuntu
## Summary Cannot compile concrete-ml AI models for example code ## Description - concrete-ml: 1.4.0 - python version: 3.8 - OS: Ubuntu 20.04 (virtual environment) or - concrete-ml: 1.4.0 - python version: 3.10.12 - OS: Ubuntu 22.04 (virtual environment) On either environment above, step by step pro...
closed
2024-02-06T08:02:53Z
2024-02-16T06:34:01Z
https://github.com/zama-ai/concrete-ml/issues/485
[ "bug" ]
weimingma
8
plotly/dash-bio
dash
260
Ideogram test for number of chromosomes fails intermittently.
We've had this CI fail with Python 3.7 over and over again, so there must be a bug: ![intermittent_fail](https://user-images.githubusercontent.com/2227806/54697539-08d0ef00-4b2e-11e9-9ca2-75c65e212391.png) We want this number of chromosomes to be deterministic.
closed
2019-03-20T15:35:00Z
2019-03-29T15:55:27Z
https://github.com/plotly/dash-bio/issues/260
[]
mkcor
5
httpie/http-prompt
rest-api
40
Proposal to export the builded request
After finally excecuting a request and checking is good, it would be nice to export that request in different formats, like httpie, curl or raw, in order to share it with others or for documentation.
open
2016-06-01T16:54:59Z
2016-09-18T11:38:18Z
https://github.com/httpie/http-prompt/issues/40
[ "enhancement", "todo" ]
jgomo3
1
pydantic/pydantic-settings
pydantic
91
Error parsing json string environment variable when using VSCode's debugger
**Description** I'm using `BaseSettings` to parse an environment variable that's a json string with a newline character. The variable is being parsed differently when using VSCode's debugger. https://github.com/pydantic/pydantic-settings/assets/1542063/7bc5973f-1bf8-4112-b2ac-e2ec00439406 The json is invalid ...
closed
2023-06-26T23:36:32Z
2023-06-30T14:07:10Z
https://github.com/pydantic/pydantic-settings/issues/91
[]
dnsv
4