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
google-deepmind/sonnet
tensorflow
162
resolve docstring warnings
There are some minor warnings while building docs. It can cause future issues, so I'll fix them. (in my environment, there are 11 warnings running the build) /Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/axis_norm.py:docstring of sonnet.LayerNorm.__init__:5: WARNING: Unexpected indentation. /Users/hanbyulkim/Des...
closed
2020-02-25T14:12:33Z
2020-03-27T17:11:52Z
https://github.com/google-deepmind/sonnet/issues/162
[]
hanbyul-kim
0
uxlfoundation/scikit-learn-intelex
scikit-learn
1,621
Feature Request - usage of Modin with GPU acceleration
I am working in Kaggle environment and I encountered an interesting problem: Right now, if you use GPU (P100) and run this code: ``` %pip install "modin[all]" -q %pip install scikit-learn-intelex -q ``` ``` import modin.pandas as mpd import os os.environ['MODIN_ENGINE']='Dask' df=mpd.read_pickle('...
closed
2023-12-21T17:16:21Z
2023-12-21T19:49:54Z
https://github.com/uxlfoundation/scikit-learn-intelex/issues/1621
[ "bug" ]
Master-sniffer
1
dgtlmoon/changedetection.io
web-scraping
2,958
Uncheck checkbox error
**Describe the bug** When using the "uncheck checkbox" browser step I keep getting the error: Page.locator() got an unexpected keyword argument 'timeout' "check checkbox" works fine though **Version** v0.49.1 **How did you install?** Docker Docker, Pip, from source directly etc **To Reproduce** Steps to reproduce...
closed
2025-02-10T02:31:30Z
2025-02-10T09:50:10Z
https://github.com/dgtlmoon/changedetection.io/issues/2958
[ "bug", "triage", "browser-steps" ]
midnyt
1
smiley/steamapi
rest-api
5
Request-level caching
As more and more issues in making this object-oriented become apparent, a suggested solution would be to use caching _on actual API calls_: If the exact same call is done before a specified time has passed, a cached copy of the API call should be given instead. Certainly better than Singletons and two-way binding thin...
open
2013-12-07T00:02:21Z
2014-10-16T12:29:26Z
https://github.com/smiley/steamapi/issues/5
[ "enhancement", "optimization" ]
smiley
10
davidteather/TikTok-Api
api
620
[BUG] - get_Video_By_TikTok(tiktok) download access denied
When trying to download TikTok videos using get_Video_By_TikTok(tiktok) method , I saved the output in mp4 format. However, when I open the file in the console, it shows ``` <HTML><HEAD> <TITLE>Access Denied</TITLE> </HEAD><BODY> <H1>Access Denied</H1> You don't have permission to access "http&#58;&#47;&#47;...
closed
2021-06-16T17:01:18Z
2021-08-07T00:19:53Z
https://github.com/davidteather/TikTok-Api/issues/620
[ "bug" ]
konka95git
5
flairNLP/flair
nlp
2,832
Where is file Sentence.py
Hello Everyone Fille is not found . ImportError: cannot import name 'Sentence' from 'flair.embeddings' (D:\POC-QUESGEN\AQGSAS-master\flair\embeddings\__init__.py)
closed
2022-06-23T14:40:57Z
2023-12-09T07:20:16Z
https://github.com/flairNLP/flair/issues/2832
[ "wontfix" ]
adarsh-dikhit
2
miguelgrinberg/Flask-SocketIO
flask
1,193
Why doesn't websocketio use async keyword of python ?
Hello, Why doesn't websocketio use "async" keyword of python ? Like django-channels does for example. Also why don't we need to call a "sync_to_async" function when we call the database with sqlalchemy which, i think, is a synchrone function ? (also like django-channels)
closed
2020-02-24T19:08:44Z
2020-06-30T22:52:01Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1193
[ "question" ]
ivan-fr
1
numba/numba
numpy
9,461
Casting error
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Reporting a bug <!-- Before submittin...
closed
2024-02-23T08:51:25Z
2024-04-26T17:09:55Z
https://github.com/numba/numba/issues/9461
[ "no action required" ]
zufus
4
pbugnion/gmaps
jupyter
161
Using custom google map style in gmaps
Is it possible to use a custom map style JSON element on a gmaps image (https://mapstyle.withgoogle.com/)? Either as an input parameter or post processing? Thanks
open
2017-07-21T09:43:10Z
2017-07-22T06:55:17Z
https://github.com/pbugnion/gmaps/issues/161
[]
roesgaard
1
yzhao062/pyod
data-science
183
function generate_data
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
open
2020-04-22T14:52:38Z
2020-07-08T15:23:01Z
https://github.com/yzhao062/pyod/issues/183
[ "help wanted", "good first issue" ]
husenzhang
2
home-assistant/core
python
140,724
Wyoming Protocol Sending over all Devices
### The problem When I use my Wyoming satellites since upgrading to 2025.3 and trying to update to 25.3.3, when I use a satellite the response now goes over a different speaker in the house. Sometimes it goes over both sometimes it goes over just the wrong one but it’s never just the correct speaker anymore. Update -...
open
2025-03-16T14:08:02Z
2025-03-18T13:47:11Z
https://github.com/home-assistant/core/issues/140724
[ "integration: wyoming" ]
trobinson2117
5
tensorflow/tensor2tensor
deep-learning
1,214
Doubts on the paper "universal transformers"
### Description The detailed figure 4 in appendix seems to do not follow the iterative equations (4)(5) in the paper. If I follow the figure, it should be H^t = LayerNorm(A^t+Transition(A^t)), and A^t = LayerNorm(H^(t-1)+P^t+MultiHeadSelfAttention(H^(t-1)+P^t)). It is very confusing. Could someone help me to figure th...
closed
2018-11-12T06:18:55Z
2018-11-12T06:20:50Z
https://github.com/tensorflow/tensor2tensor/issues/1214
[]
futaoo
0
unit8co/darts
data-science
2,687
[BUG] NHiTS modle trained on 0.31.0 cannot be loaded with 0.33.0
**Describe the bug** NHiTS model previously trained on darts==0.31.0 cannot be loaded with darts==0.33.0. Model was trained on a GPU-enabled device, and needs to be loaded onto a CPU for inference. ``` File "/opt/prefect/prefect-test/apps/runtime/inference/forecasting_darts.py", line 35, in load_new_model_forecastin...
closed
2025-02-19T20:04:30Z
2025-02-24T10:01:39Z
https://github.com/unit8co/darts/issues/2687
[ "bug" ]
ricky-ma
3
microsoft/nni
pytorch
5,048
nnictl webui nas
When I run - nnictl webui nas --logdir logs/<current_time_stamp> --port <port> I get error - usage: nnictl webui [-h] {url} ... nnictl webui: error: invalid choice: 'nas' (choose from 'url') nni version - 2.8
closed
2022-08-07T17:57:28Z
2022-09-27T03:22:54Z
https://github.com/microsoft/nni/issues/5048
[ "question", "answered", "WebUI", "NAS 2.0" ]
tanmay2798
3
lk-geimfari/mimesis
pandas
1,416
Type hint the providers in the `Generic` class
# Feature request Would it be possible to type hint the providers in the `Generic` class? ## Thesis ```python class Generic(BaseProvider): """Class which contain all providers at one.""" address: Address # similarly type hint the other providers ... ``` ## Reasoning This all...
closed
2023-09-29T12:34:05Z
2024-01-08T17:59:29Z
https://github.com/lk-geimfari/mimesis/issues/1416
[ "enhancement", "feature" ]
guacs
3
vitalik/django-ninja
rest-api
1,125
[BUG] Combining JWTAuth with django_auth only works in that order
**Describe the bug** When combining JWTAuth from django-jwt-auth with django_auth, if the latter precedes the former in the `auth=[]` parameter, calls using Bearer auth fail on "detail: CSRF check Failed". When inverting the order, both work. ``` api = NinjaExtraAPI( title="My API", csrf=False, ...
open
2024-04-10T12:48:18Z
2024-10-09T12:56:45Z
https://github.com/vitalik/django-ninja/issues/1125
[]
bastiaan85
2
postmanlabs/httpbin
api
19
/post does not return multiple values with same key in form data
Raw POST request data: ``` POST http://www.httpbin.org/post HTTP/1.1 Host: www.httpbin.org Content-Length: 7 Content-Type: application/x-www-form-urlencoded Accept-Encoding: identity, deflate, compress, gzip Accept: */* User-Agent: python-requests/0.8.2 foo=bar&foo=baz ``` Response: ``` >> r = requests.post('http:/...
closed
2011-12-06T03:25:28Z
2018-04-26T17:50:55Z
https://github.com/postmanlabs/httpbin/issues/19
[]
johtso
4
cleanlab/cleanlab
data-science
920
add new tutorial: "Other useful Datalab workflows" (datalab_workflows.ipynb)
It should be featured after `datalab_advanced.ipynb` in the docs. (can think of better file-name than what I put here) This tutorial should show-case detecting issues one a time with Datalab. First focus on the less standard issue-types that users may not be aware exist in the package at all: - underperforming gr...
closed
2023-12-16T02:44:49Z
2024-08-01T23:53:30Z
https://github.com/cleanlab/cleanlab/issues/920
[ "documentation" ]
jwmueller
2
paperless-ngx/paperless-ngx
django
9,041
Automatic tagging fails without error
### Description All files upload, OCR and archive automatically. Document type is automatically set by Paperless-NGX. Tags are not being set automatically, even if text is recognized and there should be matching tags. 10+ documents tested, same results. ### Steps to reproduce Make a tag matching rule in the WebUI se...
closed
2025-02-08T09:55:33Z
2025-03-11T03:12:35Z
https://github.com/paperless-ngx/paperless-ngx/issues/9041
[ "not a bug" ]
Aviatorpaal
3
man-group/notebooker
jupyter
89
Configurable link back to Notebook Templates git repo
The URL in the "execute a notebook" sidebar should be configurable, so that we can link back to the repo if users so choose. If the configuration is called something like GIT_REPO_BASE_URL, then we can also extrapolate the URL for the individual templates to link directly back to their source code in GitHub/BitBucke...
open
2022-05-04T15:42:02Z
2022-05-04T15:42:26Z
https://github.com/man-group/notebooker/issues/89
[ "enhancement", "good first issue" ]
jonbannister
0
FlareSolverr/FlareSolverr
api
1,200
FlareSolverr tends to freeze up when a website does not trigger a challenge.
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I hav...
closed
2024-05-24T10:58:06Z
2024-05-24T16:28:16Z
https://github.com/FlareSolverr/FlareSolverr/issues/1200
[ "more information needed" ]
xueli12
2
OpenBB-finance/OpenBB
python
6,133
Copper to Gold Ratio Example
I downloaded the Copper to Gold Ratio Example notebooks and executed the following cell: ![Screenshot 2024-02-27 at 6 59 42 AM](https://github.com/OpenBB-finance/OpenBBTerminal/assets/160649762/624a9f32-5368-4abd-8c81-ecc6819b5396) And received the following error indicating my Fred API was not recognized. I can c...
closed
2024-02-27T12:02:45Z
2024-02-27T14:42:07Z
https://github.com/OpenBB-finance/OpenBB/issues/6133
[]
GreenbackBoogie2
0
cvat-ai/cvat
tensorflow
8,700
When importing labelled images in "Datumaro 1.0" format they are downloaded in point cloud format
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce when I try to import the dataset to cvat I get ``` "{ "name": "MediaTypeError", "message": "Unexpected media type ...
closed
2024-11-14T11:46:46Z
2024-11-25T13:50:25Z
https://github.com/cvat-ai/cvat/issues/8700
[ "bug", "need info" ]
ganindu7
7
man-group/arctic
pandas
72
Enable continuous integration with Travis
Hello, it will be nice to enable continuous integration (with Travis) https://docs.travis-ci.com/user/database-setup/#MongoDB It will help external contributors to send PRs and see if they can be merged safely. Kind regards
closed
2015-12-28T08:05:06Z
2015-12-28T09:58:05Z
https://github.com/man-group/arctic/issues/72
[]
femtotrader
1
mwaskom/seaborn
pandas
2,890
Use extent clipping (and sticky edges) for Area mark
Give the `Area` mark the same behavior as we added to `Bar` in #2889
closed
2022-07-06T00:13:01Z
2022-07-12T11:51:40Z
https://github.com/mwaskom/seaborn/issues/2890
[ "enhancement", "objects-mark" ]
mwaskom
0
graphql-python/graphene-django
graphql
937
DjangoFormMutation and DjangoModelFormMutation ignore provided form_class
I'm trying to create a simple DjangoModelFormMutation and getting this error when creating the Mutation class: > form_class is required for DjangoModelFormMutation Update: Applies to both DjangoModelFormMutation and DjangoFormMutation. ``` # projects/forms.py class ProjectCreateForm(ModelForm): class Me...
closed
2020-04-18T11:18:52Z
2020-04-27T01:53:55Z
https://github.com/graphql-python/graphene-django/issues/937
[]
leotsem
4
sktime/sktime
scikit-learn
7,607
[BUG] Pytest Downloads datadownload marked tests
**Describe the bug** I tried running the tests on my local sktime-dev environment and I ran `pytest`, it downloads a directory named `UnitTest/m5-forecasting-accuracy` containing a few `csv` files. **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> `datadownload` ...
closed
2025-01-05T16:48:46Z
2025-01-11T19:34:55Z
https://github.com/sktime/sktime/issues/7607
[ "bug" ]
jgyasu
2
jina-ai/serve
machine-learning
5,738
Allow HTTP protocol for Deployment
**Describe the feature** Enable using `http` protocol for Deployment with `paths` matching the `@requests` decorators of an Executor
closed
2023-03-06T09:55:06Z
2023-04-05T12:17:16Z
https://github.com/jina-ai/serve/issues/5738
[]
JoanFM
2
paperless-ngx/paperless-ngx
machine-learning
7,356
[BUG] Default currency for monetary custom fields is acting weird
### Description I have a couple monetary fields in my paperless install and they've always defaulted to `USD`. I have (literally) typed EUR 500 times the last month. Yesterday I've added 1 document where I used `GBP` as currency and now it defaults to `GBP` every time I add that field to a document. I've been looki...
closed
2024-07-31T09:43:56Z
2024-08-31T03:03:50Z
https://github.com/paperless-ngx/paperless-ngx/issues/7356
[ "not a bug" ]
Blizzke
2
mwaskom/seaborn
data-visualization
3,554
Feature requests: Asymmetric swarmplot function
Hi! I wanted to check how open the seaborn team would be to adding an additional param to the `swarmplot()` function to plot asymmetric swarmplots as well. For example, users could potentially call 1. with a new param `side`: "r" | "l" | "c", which represents the sides "right", "left", "center" respectively...
open
2023-11-09T16:17:10Z
2023-12-08T12:00:15Z
https://github.com/mwaskom/seaborn/issues/3554
[ "wishlist", "mod:categorical" ]
sunroofgod
2
blacklanternsecurity/bbot
automation
1,497
Optimize whitelists and blacklists to only consider hosts
In our main target (the seed of the scan), it makes sense to store all the events. Here you can have multiple events for the same host, e.g. `http://evilcorp.com`, `bob@evilcorp.com`, `evilcorp.com:80`, etc. However, for whitelists and blacklists, it's only necessary to store the hosts. This change will help out a l...
closed
2024-06-24T20:55:31Z
2024-06-25T12:52:45Z
https://github.com/blacklanternsecurity/bbot/issues/1497
[ "enhancement" ]
TheTechromancer
1
Kanaries/pygwalker
pandas
630
Can't get the html from pyg.walk
Hello, I am running into a strange issue. I am testing out pygwalker in a flask app. The relevant code is here app.py customers_df = generate_mock_data() elected_data = customers_df **Get Pygwalker as html** html_str = pyg.walk(selected_data, return_html = True) return render_template('index.html', html...
closed
2024-09-26T21:32:22Z
2024-09-26T21:43:43Z
https://github.com/Kanaries/pygwalker/issues/630
[]
pytofu
1
ccxt/ccxt
api
25,347
Bitget parse_trade doesn't to load market
### Operating System _No response_ ### Programming Languages Python ### CCXT Version 4.4.58 ### Description In Binance, OKX, and Bybit, the parse_trade function first loads the market and then obtains the symbol. However, Bitget doesn't follow this logic. Is it possible to unify this processing logic? ### Code...
open
2025-02-24T11:17:42Z
2025-02-28T03:44:14Z
https://github.com/ccxt/ccxt/issues/25347
[ "question" ]
yili1992
3
qubvel-org/segmentation_models.pytorch
computer-vision
623
smp.lossess says error message "'FocalLoss' object has no attribute '__name__'"
Hi, there seems to be an error in the "smp.losses" module. Several loss functions are listed in the documentation webpage (https://smp.readthedocs.io/en/latest/losses.html#lovaszloss), but all of them say the same error massage that there is "no attribute '__name__'". The loss functions from "utils.losses" work fine. ...
closed
2022-07-31T04:35:10Z
2022-08-02T13:28:36Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/623
[]
Shima-shoki
1
databricks/spark-sklearn
scikit-learn
105
best_params_ not supported by RandomizedSearchCV()
The documentation for RandomizedSearchCV implies that a best_params_ property is available after .fit() is called. This does not appear to be the case. Here is the documentation in question: https://github.com/databricks/spark-sklearn/blob/master/python/spark_sklearn/random_search.py#L162 Should I attempt to i...
open
2019-02-05T23:14:40Z
2019-02-05T23:19:28Z
https://github.com/databricks/spark-sklearn/issues/105
[]
shaunswanson
1
vitalik/django-ninja
rest-api
783
AttributeError: 'NoneType' object has no attribute 'delete_cookie'
**Describe the bug** I am able to create cookies but I am not able delete the cookie ```from django.http import HttpResponse @app.get('/logout', auth=JwtAuth()) def logout_user(request, response: HttpResponse): response.delete_cookie("access") response.delete_cookie("refresh") return {'message': "...
closed
2023-07-03T15:00:11Z
2023-07-03T17:12:28Z
https://github.com/vitalik/django-ninja/issues/783
[]
ankushagar99
3
Guovin/iptv-api
api
587
user_result.txt 文件只有标题,没有链接地址
我这边生成的 user_result,txt 都是空的,内容如下: root@armbian:/opt/iptv_api/output# cat user_result.txt 更新时间,#genre# 2024-11-28 14:17:39,url 📺央视频道,#genre# 📡卫视频道,#genre# ☘️山东频道,#genre# ☘️安徽频道,#genre# 🌊港·澳·台,#genre# 🎬电影频道,#genre# 🎥咪咕直播,#genre# 🏀体育频道,#genre# 🪁动画频道,#genre# 🎮游戏频道,#genre# 🎵音乐频道,#...
closed
2024-11-28T14:26:31Z
2024-12-02T02:11:36Z
https://github.com/Guovin/iptv-api/issues/587
[ "question" ]
VincentYangFan
1
lucidrains/vit-pytorch
computer-vision
262
PyTorch 2.0 support
Great work! But when I use torch==2.0.0, I find that compilation for ViT fails. I get a warning: [2023-03-27 12:49:31,505] torch._dynamo.convert_frame: [WARNING] torch._dynamo hit config.cache_size_limit (64) function: 'forward' (/opt/conda/lib/python3.8/site-packages/vit_pytorch/vit.py:19) reasons: ___check...
open
2023-03-27T13:03:55Z
2023-04-19T04:49:15Z
https://github.com/lucidrains/vit-pytorch/issues/262
[]
kxzxvbk
2
jonaswinkler/paperless-ng
django
584
[BUG] Can't install chi-sim as PAPERLESS_OCR_LANGUAGE
I deployed paperless-ng using Docker method: https://paperless-ng.readthedocs.io/en/latest/setup.html#install-paperless-from-docker-hub I tried to add additional language for OCR by modify file docker-compose.env. I modified **PAPERLESS_OCR_LANGUAGE=chi-sim** The language code is for Simplified Chinese, which...
closed
2021-02-21T07:56:00Z
2021-12-04T03:50:28Z
https://github.com/jonaswinkler/paperless-ng/issues/584
[]
waca-tech
4
keras-team/keras
python
20,980
BlackDuck reports arbitrary file write vulnerability in "get_file" function
Duplicate of #20795 but the original issue has already been closed without resolution. The issue is still present in our most recent BlackDuck scans. According to the [GitHub security advisory](https://github.com/advisories/GHSA-cjgq-5qmw-rcj6) the issue does **not** originate from Palo Alto Firewalls, but from the "g...
open
2025-03-03T08:33:07Z
2025-03-07T16:58:35Z
https://github.com/keras-team/keras/issues/20980
[]
grimsi
7
sherlock-project/sherlock
python
1,964
$ python3 sherlock --help
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have completed...
closed
2024-01-02T02:43:44Z
2024-01-02T03:22:30Z
https://github.com/sherlock-project/sherlock/issues/1964
[ "bug" ]
AbdnourS
0
nerfstudio-project/nerfstudio
computer-vision
2,775
Gaussian splatting can not set --auto-scale-poses to False?
**Describe the bug** `RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn` when training 3DGS with --auto-scale-poses False. **To Reproduce** Steps to reproduce the behavior: ``` ns-train gaussian-splatting --experiment-name waymo-102751-res-1-iter-50000-no-scale --max-num-iterat...
open
2024-01-17T15:39:41Z
2024-08-02T04:11:08Z
https://github.com/nerfstudio-project/nerfstudio/issues/2775
[ "bug" ]
yifanlu0227
6
pydata/pandas-datareader
pandas
523
Financial Data for Morningstar Recursion Error
There is a problem in the recursion of the MorningStarDailyReader in this function: _dl_mult_symbols Could you make a change similar to this one: def _dl_mult_symbols(self, symbols,retryattempt=False): failed = [] symbol_data = [] for symbol in symbols: params = self....
closed
2018-04-19T22:20:14Z
2018-09-12T07:57:02Z
https://github.com/pydata/pandas-datareader/issues/523
[]
vmocco
2
jmcnamara/XlsxWriter
pandas
249
How do you set X Axis with dates to be a text axis?
Hi, I have some time series data which I want to graph but I only want the dates in the time series to appear in the graph. I've tried explicitly setting `text_axis` to `True` and `date_axis` to False but I end up with an _Automatic_ axis: ![automatic-x-axis](https://cloud.githubusercontent.com/assets/1434500/749127...
closed
2015-05-06T10:07:00Z
2015-05-06T13:20:48Z
https://github.com/jmcnamara/XlsxWriter/issues/249
[ "question" ]
worldofchris
4
fastapi/fastapi
api
13,022
Traceback stack does not show exact place of error
### Discussed in https://github.com/fastapi/fastapi/discussions/8428 <div type='discussions-op-text'> <sup>Originally posted by **NewSouthMjos** December 5, 2022</sup> ### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find...
closed
2024-12-02T07:48:49Z
2024-12-03T22:37:13Z
https://github.com/fastapi/fastapi/issues/13022
[ "question", "question-migrate" ]
Kludex
2
PaddlePaddle/ERNIE
nlp
243
序列标注任务的预测脚本有没有
我看有分类任务的预测脚本了。 能不能也把序列标注的脚本也给一下?
closed
2019-07-31T09:46:26Z
2020-05-28T11:52:48Z
https://github.com/PaddlePaddle/ERNIE/issues/243
[ "wontfix" ]
onfireisme
5
Gozargah/Marzban
api
1,370
Admin panel isn’t working
I’ve been trying to install Marzban on a clean server after the latest update, but the admin panel isn’t working. I’ve reinstalled everything five times, following all the instructions carefully, but the issue persists. I still can’t access the admin panel despite multiple attempts.
closed
2024-10-16T00:36:44Z
2024-10-26T16:21:09Z
https://github.com/Gozargah/Marzban/issues/1370
[]
Mr-X-01
4
autokey/autokey
automation
962
Does not replace text in CLI on Deb12
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is thi...
closed
2024-11-06T16:12:31Z
2024-11-17T18:41:17Z
https://github.com/autokey/autokey/issues/962
[ "phrase expansion", "autokey triggers", "user support" ]
basnyder
3
microsoft/nni
data-science
5,648
no module named nni.algorithms.compression
**Describe the issue**: from nni.algorithms.compression.v2.pytorch import TorchEvaluator gives an import error: no module named nni.algorithms.compression I have nni 999.dev0 version installed on my jetson orin **Environment**: - NNI version: 999.dev0
open
2023-07-20T15:51:02Z
2023-08-11T06:57:02Z
https://github.com/microsoft/nni/issues/5648
[]
ankitknitj
2
django-import-export/django-import-export
django
1,447
Save is called twice, causing challenges with file fields
This has some overlap with the other issues with save being called twice during imports. But the nature of filefields makes it have a different solution I think. so I am building a file management field and associated file widget that enable serializing Django’s file fields. It’s fully functional but it creates two...
open
2022-06-07T00:22:33Z
2024-02-29T18:24:03Z
https://github.com/django-import-export/django-import-export/issues/1447
[ "question" ]
pokken-magic
5
LAION-AI/Open-Assistant
machine-learning
2,679
Install (with Docker) fails on Cloud GPUs
Instances of some Cloud GPUs, like colab and cloud.vast.ai, are indeed Docker images, and it is not possible to run a docker image there (see [here](https://github.com/googlecolab/colabtools/issues/299)) Practically Open-Assistant can't run there. Solution- alternative installation that does not need docker. Mo...
open
2023-04-17T21:23:50Z
2023-04-19T13:34:32Z
https://github.com/LAION-AI/Open-Assistant/issues/2679
[]
Majdoddin
2
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,114
ModuleNotFoundError: No module named 'scipy'
Hello, When I run `python demo_toolbox.py`, it shows ``` D:\语音\Real-Time-Voice-Cloning-master>python demo_toolbox.py Traceback (most recent call last): File "D:\语音\Real-Time-Voice-Cloning-master\demo_toolbox.py", line 5, in <module> from toolbox import Toolbox File "D:\语音\Real-Time-Voice-Cloning-master...
open
2022-09-19T02:44:49Z
2022-12-07T09:30:04Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1114
[]
wjy9902
4
igorbenav/fastcrud
pydantic
79
Other missing SQLAlchemy features
There are a few sql things that are relevant and are currently missing from `FastCRUD`, I'll list some of them and you guys may add what I forget - [ ] Add possibility of `distinct` clause - [ ] Add `group by` - [ ] `like`, `ilike`, `between` operators - [ ] `is_` and `isnot_` operators
closed
2024-05-08T05:51:53Z
2024-06-22T05:27:23Z
https://github.com/igorbenav/fastcrud/issues/79
[ "enhancement", "FastCRUD Methods" ]
igorbenav
12
tortoise/tortoise-orm
asyncio
1,259
JSONField filter internal field Fuzzy query
Fuzzy query on internal fields of JSONField demo: rules__contains={"metrics":[{"name":scenario_name}]} scenario_name Must be an exact match name
open
2022-09-21T06:49:14Z
2022-09-21T06:49:14Z
https://github.com/tortoise/tortoise-orm/issues/1259
[]
lsguang0
0
iperov/DeepFaceLab
machine-learning
596
Question about random warp and lr-dropout
Shoud any of these parameters increase the model size drastically? When lr-dropout is disabled and random warp is enabled, I can run a bs of 10. With lr-dropout enabled, and random warp disabled I can’t start the same project with bs 4 or even 2.
closed
2020-01-30T09:32:22Z
2020-01-30T11:07:34Z
https://github.com/iperov/DeepFaceLab/issues/596
[]
Tesla32X
5
google-research/bert
tensorflow
717
File "run_classifier.py", line 326, in _create_examples text_b = tokenization.convert_to_unicode(line[4]) IndexError: list index out of range
I am trying to use a custom dataset (similar to MRPC) to fine-tune the BERT model. I am running this python run_classifier.py \ --task_name=mrpc \ --do_train=true \ --do_eval=true \ --data_dir=$GLUE_DIR \ --use_gpu=False \ --vocab_file=$BERT_BASE_DIR/vocab.txt \ --bert_config_file=$BERT_BASE_DIR/b...
open
2019-06-26T06:46:03Z
2021-07-22T07:00:22Z
https://github.com/google-research/bert/issues/717
[]
ishita-gupta98
6
ymcui/Chinese-BERT-wwm
nlp
95
Bert 训练未标记的中文数据相关
请问一下,我想无监督训练一些unlabeled的中文数据,请问有相关教程吗?我看了官网的,感觉官网的讲的不是很清楚。想请教一下
closed
2020-03-18T15:18:03Z
2020-03-22T10:00:25Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/95
[]
SakuraXiaMF
8
Gozargah/Marzban
api
1,425
I can't open Marzaban Panel on http://IP:8000/dashboard, but I opened it successfully 2 months ago
Can't open Panel after downloading Marzaban with: `sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/marzban.sh)" @ install`
closed
2024-11-10T11:25:38Z
2024-11-10T14:30:17Z
https://github.com/Gozargah/Marzban/issues/1425
[ "Invalid" ]
lu41k
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,487
Problem of pix2pix on two different devices that shows 'nan' at the begining
When I use 2 different devices to run the pix2pix training part , one can smoothly finish the training part but another leads to 'nan' in loss function since the begining as the figure shows. The environments and dataset(facades) are quite the same. ![image](https://user-images.githubusercontent.com/111649799/192196...
open
2022-09-26T04:56:27Z
2022-09-27T20:24:54Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1487
[]
YujieXiang
1
plotly/dash
flask
2,228
[Feature Proposal] Preprocessed / Plugin callbacks
**Is your feature request related to a problem? Please describe.** Sometimes, callbacks can become quite large and complex. Moreover, code might get repeated in multiple callbacks. Of course, repeated parts of code can be moved to a common function but callback inputs/states cannot. ![image](https://user-images.git...
closed
2022-09-13T08:03:26Z
2024-07-24T15:13:43Z
https://github.com/plotly/dash/issues/2228
[]
rubenthoms
1
ultralytics/ultralytics
python
19,680
how can I run model.val() AND get the individual predictions in the results?
### 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'm posting this mostly to get the AI generated response. This can be nicel...
closed
2025-03-13T15:10:35Z
2025-03-13T18:16:49Z
https://github.com/ultralytics/ultralytics/issues/19680
[ "question" ]
luizwritescode
2
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,918
[Feature Request]: New Line Prompt S/R
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? When you use new lines in Prompt S/R, it should ignore commas. ### Proposed workflow 1. Go to Scripts, and Prompt S/R 2. Type in strings separated by ...
open
2024-05-31T21:36:00Z
2024-06-01T08:31:52Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15918
[ "enhancement" ]
AviceProjects
1
deezer/spleeter
deep-learning
631
[Discussion] Why is it useful to train just masks of stft?
Spleeter trains many masks of stft to split songs. But why does it work? Is is possible to get a better model if I just input stft feature and output stft of each instrument?
open
2021-06-18T05:17:15Z
2021-08-19T20:17:05Z
https://github.com/deezer/spleeter/issues/631
[ "question" ]
thesby
1
MagicStack/asyncpg
asyncio
810
Feature request: parameters in notify statements
I'm getting the following warning when executing a notify statement with parameters. `...Note that parameters are supported only in SELECT, INSERT, UPDATE, DELETE, and VALUES statements...` The statement is `NOTIFY events, $1;`. Would it be a problem to support parameters with notify statements?
closed
2021-08-13T11:40:12Z
2021-08-13T20:04:16Z
https://github.com/MagicStack/asyncpg/issues/810
[]
circlingthesun
1
deeppavlov/DeepPavlov
tensorflow
1,008
Readme for /examples
Please add readme with short description of provided examples in https://github.com/deepmipt/DeepPavlov/tree/master/examples Please also add to the readme links to other resources to learn DeepPavlov - https://github.com/deepmipt/dp_tutorials https://github.com/deepmipt/dp_notebooks
closed
2019-09-21T10:24:24Z
2019-09-26T13:54:55Z
https://github.com/deeppavlov/DeepPavlov/issues/1008
[]
DeepPavlovAdmin
1
python-gino/gino
asyncio
820
Dependencies issue
**Describe the bug** Dependencies issue between FastAPI and gino[gino-starlette] **To Reproduce** poetry add FastAPI poetry add gino[pg,starlette] **Expected result** ``` Successful installing ``` **Actual result** ``` Because no versions of gino match >1.0.1,<2.0.0 and gino (1.0.1) depends on gino-st...
closed
2023-01-11T10:41:46Z
2023-01-15T03:44:18Z
https://github.com/python-gino/gino/issues/820
[ "bug" ]
ALeksandr-Fuze
2
hpcaitech/ColossalAI
deep-learning
5,542
[FEATURE]: pretrain data example
### Describe the feature can somebody give out the example of pretrian data format
open
2024-04-01T13:37:28Z
2024-04-01T13:37:28Z
https://github.com/hpcaitech/ColossalAI/issues/5542
[ "enhancement" ]
alphanlp
0
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
74
Use with sqlalchemy-1.1 and JSON field type
If you use sqlalchemy 1.1 (b2 in my case) with the new JSON field type, you'll get a type conversion error: marshmallow_sqlalchemy.exceptions.ModelConversionError: Could not find field column of type <class 'sqlalchemy.sql.sqltypes.JSON'>. In Convert.py, I added ", sa.JSON: fields.Raw" to the end of SQLA_TYPE...
closed
2016-07-27T02:32:27Z
2016-07-31T21:12:50Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/74
[]
ewittle
1
tensorflow/tensor2tensor
machine-learning
1,678
line seems to be useless in "common_layers.double_discriminator"
### Description https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/layers/common_layers.py#L3725 This line seems to be useless. `net` variable is not used after the line. I'm just wondering if it's intended or typo. ```py def double_discriminator(x, filters1=128, filters2=None, ...
open
2019-08-26T18:06:12Z
2019-08-26T18:06:12Z
https://github.com/tensorflow/tensor2tensor/issues/1678
[]
KyunghyunLee
0
Lightning-AI/LitServe
rest-api
384
[Windows] OSError when multiple workers
## 🐛 Bug When we create a server with multiple worker on windows, there is an OSError. ### To Reproduce On windows, run the following server : ```python import litserve as ls class SimpleLitAPI(ls.LitAPI): def setup(self, device): self.model1 = lambda x: x**2 def decode_request(self, requ...
open
2024-12-04T22:16:51Z
2024-12-04T22:16:51Z
https://github.com/Lightning-AI/LitServe/issues/384
[ "bug", "help wanted" ]
FrsECM
0
wkentaro/labelme
deep-learning
851
how to select multiple points and delete?
How to select multiple points and delete? For example, drop a rectangle to select some points and delete them.
closed
2021-03-26T09:44:34Z
2022-06-25T04:46:42Z
https://github.com/wkentaro/labelme/issues/851
[]
Himan000
0
desec-io/desec-stack
rest-api
909
Copy & Paste issues
Hey everybody, I really ❤️ [deSEC.io](http://desec.io/) and I’m using it for managing over 50 domains without any problem. Unfortunately I stumbled upon some kind of issue I would like to raise here. Maybe there is a chance for this to be improved. Sometimes I need to replace values by hand in my DNS configura...
closed
2024-04-12T12:44:01Z
2024-04-29T13:38:42Z
https://github.com/desec-io/desec-stack/issues/909
[ "bug", "gui" ]
codiflow
0
Kitware/trame
data-visualization
590
Combine with 3Dslicer
Does is possible combine trame with 3Dslicer windows? It will make our work more simple, I think.
closed
2024-09-20T02:32:20Z
2024-09-21T02:45:38Z
https://github.com/Kitware/trame/issues/590
[ "enhancement" ]
zhuczhuc
2
modin-project/modin
data-science
7,416
BUG: modin.pandas.read_csv: "FileNotFoundError: [Errno 2] No such file or directory"
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
open
2025-01-07T07:43:10Z
2025-02-02T00:37:00Z
https://github.com/modin-project/modin/issues/7416
[ "bug 🦗", "Triage 🩹" ]
frank0532
1
trevismd/statannotations
seaborn
107
Support to Seaborn v0.12
Hi there, currently, statannotations cannot support seaborn v0.12. There are some more new functions in seaborn v0.12, but I cannot use it due to the compatibility issue, which is not convenient. therefore, can I request an update of statannotations to get compatible with seaborn v0.12. This would be wonderful. ...
closed
2023-02-01T18:02:59Z
2023-02-01T18:03:50Z
https://github.com/trevismd/statannotations/issues/107
[]
YongcaiHuang
0
onnx/onnx
deep-learning
6,140
Error While Installing ONNX
# Bug Report ### Is the issue related to model conversion? no ### System information Ubuntu 14.04 onnx 1.9.0 python 2.7.6 protobuf 2.6.1 cmake 3.28.4 gcc 4.8.4 ### Describe the bug ``` Building wheels for collected packages: onnx Building wheel for onnx (PEP 517) ... error ERROR: Command errore...
open
2024-05-20T06:13:51Z
2024-05-20T07:23:14Z
https://github.com/onnx/onnx/issues/6140
[ "question" ]
jh97321
3
explosion/spaCy
data-science
12,926
Dependency Matcher ignore OP for negation
I wrote a Dependency Matcher pattern, when I demand **not** to have a Negation Arc from the root. For some reason, the matcher ignores my request and matched it anyway. If OP is not supported I would expect to get an Exception not to fail and match. ``` ## How to reproduce the behavior negative_effect_pattern...
closed
2023-08-21T09:27:14Z
2023-09-21T00:02:15Z
https://github.com/explosion/spaCy/issues/12926
[ "enhancement", "feat / matcher" ]
shaked571
4
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,800
[Bug]: soft_inpainting TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
closed
2024-05-15T12:32:56Z
2024-05-15T12:43:16Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15800
[ "bug-report" ]
631068264
0
QuivrHQ/quivr
api
2,938
[Bug]: 500 Internal server error
### What happened? 1. The "localhost:3000" redirects to "http://localhost:3000/v1" and throws a "500 Internal Server Error".... 2. The "//localhost:54323/project/default" redirects to "//localhost:54323/auth/v1" which returns a 404 'ERR_INVALID_URL' ### Relevant log output ```bash 024-08-02 23:30:45 digest: '232...
closed
2024-08-02T18:06:21Z
2024-09-10T17:21:24Z
https://github.com/QuivrHQ/quivr/issues/2938
[ "bug" ]
atulgrover
3
christabor/flask_jsondash
plotly
89
Add new option for chart layouts based on bootstrap cols
The chart layout is freeform and tries to intelligently lay the dashboard out using a box packing algorithm provided by a third-party lib. However there are cases where it leaves gaps which are not desirable and can be cumbersome to try and fill by resizing the boxes. It is also more complicated in terms of position...
closed
2017-04-11T23:50:04Z
2017-04-15T06:06:54Z
https://github.com/christabor/flask_jsondash/issues/89
[ "enhancement" ]
christabor
1
ultralytics/ultralytics
machine-learning
19,632
about precision --Yolov11--fromdocker
### 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 # baout preciseion I't's been my first time to use ultarlytics in dokcer way...
open
2025-03-11T04:57:45Z
2025-03-11T05:15:52Z
https://github.com/ultralytics/ultralytics/issues/19632
[ "question", "detect" ]
deadwoodeatmoon
2
open-mmlab/mmdetection
pytorch
11,233
mmdet.apis
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help. 3. The bug has not been fixed in the latest v...
open
2023-12-01T02:03:37Z
2023-12-01T02:03:53Z
https://github.com/open-mmlab/mmdetection/issues/11233
[]
hhu-aiboy
0
retentioneering/retentioneering-tools
data-visualization
45
AttributeError: 'RetentioneeringDataset' object has no attribute 'plot_graph'
The tutorial notebook (Google Colab) returns the error above when running the following code: ``` data.rete.plot_graph(norm_type=None, weight_col=None, thresh=250) ```
closed
2021-06-01T13:05:05Z
2023-03-28T09:24:53Z
https://github.com/retentioneering/retentioneering-tools/issues/45
[]
StijnVanRijssel
8
blacklanternsecurity/bbot
automation
1,548
Upcoming Retirement of Office 365 connectors within Microsoft Teams
I just got this warning on my teams notifications from bbot (among others) ![image](https://github.com/blacklanternsecurity/bbot/assets/122788350/071c4a4e-bf71-4d0b-824c-53d105546061) I have my notifications setup as O365 connectors which are being depreciated as of 15th August 2024 https://devblogs.microsoft.com/m...
closed
2024-07-09T09:57:53Z
2024-09-11T12:00:17Z
https://github.com/blacklanternsecurity/bbot/issues/1548
[ "bug" ]
domwhewell-sage
5
seleniumbase/SeleniumBase
web-scraping
3,353
Switch a Tab to Mobile Mode
In my use case, I need the website to be loaded on a desktop window but then get switched into mobile mode. In normal Chrome I can just open devtools and toggle to device mode. Is there a way to do this with selenium-base? Thanks!
closed
2024-12-19T20:56:27Z
2024-12-19T21:14:16Z
https://github.com/seleniumbase/SeleniumBase/issues/3353
[ "question" ]
oniononion36
1
thtrieu/darkflow
tensorflow
1,124
Changing batch size
Here is a big issue for whom are having not really good GPU. My certain yolov2.cfg does not contain information about batch size (only batch and subdivisions). Changing that, I again and again obtain a value 'batch size = 16' before training which fails. Convolutional algorithm fails or just OOM. Where to reduce batc...
open
2020-01-13T03:29:56Z
2020-01-31T08:32:31Z
https://github.com/thtrieu/darkflow/issues/1124
[]
Janzeero-PhD
3
keras-team/keras
pytorch
20,769
Integrating Hyperparameters tuning into the keras.io example classification_with_grn_and vsn.py script
I would have raised this under [AutoKeras](https://github.com/keras-team/autokeras) but it is in [maintenance](https://github.com/keras-team/autokeras/issues/1939#issuecomment-2537028952) mode. Besides I think the issue is Keras/Tensorflow. I have tried to incorporate hyperparameters tuning using Kerastuner and Autoke...
open
2025-01-16T10:12:02Z
2025-01-20T12:08:17Z
https://github.com/keras-team/keras/issues/20769
[ "type:bug/performance" ]
Humbulani1234
0
onnx/onnx
pytorch
6,607
Error in convert_from_ml_dtypes
```pytb .nox/test_onnx_weekly/lib/python3.11/site-packages/onnx/reference/ops/_op.py:91: in run res = self._run(x, y) .nox/test_onnx_weekly/lib/python3.11/site-packages/onnx/reference/ops/_op.py:139: in _run res = (convert_from_ml_dtypes(res[0]),) .nox/test_onnx_weekly/lib/python3.11/site-packages/onnx/ref...
closed
2024-12-31T18:28:03Z
2025-01-07T06:36:39Z
https://github.com/onnx/onnx/issues/6607
[ "bug", "module: reference implementation", "contributions welcome" ]
justinchuby
1
onnx/onnx
tensorflow
6,118
Change dynamic shape in fixed shape using C++
I want to change dynamic shape in a fixed shape in C++ ### Question How to do it in C++? ### Further information First i try to change input size : ``` std::map<std::string, int> valSubstitute; val["w"] = 640; val["h"] = 480; for (int i = 0; i < graph_proto->input...
closed
2024-05-01T19:43:30Z
2024-05-02T18:47:23Z
https://github.com/onnx/onnx/issues/6118
[ "question" ]
LaurentBerger
1
learning-at-home/hivemind
asyncio
93
Discussion: p2p security
Right now, hivemind works with default tcp protocol with no security. If we are to run on a global scheme, we need to: __1. make sure peers do not risk their personal data by running hivemind nodes__ This is the boring, but necessary one: we need to make sure we use up-to-date security protocols in both hivemind....
open
2020-08-29T12:12:41Z
2021-03-19T01:03:26Z
https://github.com/learning-at-home/hivemind/issues/93
[ "help wanted", "discussion", "security" ]
justheuristic
3
explosion/spaCy
machine-learning
13,500
Batch processing does not speed up `en_core_web_trf`
## How to reproduce the behaviour ```python spacy.prefer_gpu() nlp = spacy.load( "en_core_web_trf", disable=['tagger', 'ner', 'lemmatizer', 'textcat'] ) node = """Some really long string, 3000 characters""" # simulating 96 pretty long docs nodes = [node*25]*96 ...
open
2024-05-16T17:06:17Z
2024-05-16T17:06:17Z
https://github.com/explosion/spaCy/issues/13500
[]
njaramish
0
KevinMusgrave/pytorch-metric-learning
computer-vision
311
Add a global flag for turning on/off collect_stats
closed
2021-04-22T22:42:53Z
2021-05-10T02:54:09Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/311
[ "enhancement", "fixed in dev branch" ]
KevinMusgrave
0
roboflow/supervision
deep-learning
1,313
Colormap for visualizing depth, normal and gradient images
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description hello :wave: @SkalskiP @LinasKo , what do you think about adding a feature to visualize depth images, normal image and graident images acr...
open
2024-06-27T13:41:04Z
2024-10-30T09:28:37Z
https://github.com/roboflow/supervision/issues/1313
[ "enhancement" ]
hardikdava
5
marshmallow-code/flask-marshmallow
sqlalchemy
148
Is there a plan that adding DEFAULT_DATETIME_FORMAT for Flask config
I think it's better to add a ``DEFAULT_DATETIME_FORMAT`` for global ma.DateTime. Then we shouldn't add ma.DateTime(format=MyFormat) for each schema created by models.
closed
2019-08-28T08:22:51Z
2019-09-02T06:54:33Z
https://github.com/marshmallow-code/flask-marshmallow/issues/148
[]
gotounix
2
aio-libs/aiohttp
asyncio
10,535
Memory Leak Due to Cyclic References in Traceback
### Describe the bug A potential memory leak has been observed in aiohttp when handling streaming responses. The following script reproduces the issue by continuously reading a response stream from an aiohttp server. After the client disconnects due to ServerDisconnectedError, garbage collection (gc) still reports lin...
closed
2025-03-10T17:02:48Z
2025-03-16T18:53:36Z
https://github.com/aio-libs/aiohttp/issues/10535
[ "bug" ]
availov
5
pydata/xarray
pandas
9,355
Implement dask-specific methods on DataTree
### What is your issue? `xr.Dataset` implements a bunch of dask-specific methods, such as `__dask_tokenize__` and `__dask_graph__`. It also obviously has public methods that involve dask such as `.compute()` and `.load()`. In `DataTree` on the other hand, I haven't yet implemented any methods like these, or even wr...
open
2024-08-13T19:54:00Z
2024-08-13T19:54:01Z
https://github.com/pydata/xarray/issues/9355
[ "contrib-help-wanted", "topic-dask", "topic-DataTree" ]
TomNicholas
0
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
672
val_loss
怎么样去写验证集的loss呢非常感谢
closed
2022-10-29T02:18:03Z
2022-11-20T03:37:40Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/672
[]
xiaohongzaizhe
2
mars-project/mars
scikit-learn
3,143
[BUG] There maybe duplicate `WorkerMetaAPI` creation in `TaskStageProcessor`
**Describe the bug** We can see there is a lot of duplicate `WorkerMetaAPI` creation in the method `_update_result_meta` of `mars/services/task/execution/mars/stage.py` if there is too many chunk result and their bands are same: ```python for tileable in tile_context.values(): chunks = [c.data for c in tileab...
closed
2022-06-14T11:51:05Z
2022-06-15T10:36:00Z
https://github.com/mars-project/mars/issues/3143
[ "type: enhancement", "mod: meta service" ]
zhongchun
0
home-assistant/core
asyncio
140,921
ring.com 2FA missing
### The problem Hi, there is no option to enter the 2fa key. ### What version of Home Assistant Core has the issue? core-2025.3.3 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you running? Home Assistant OS ### Integration causing the issue ring.c...
open
2025-03-19T10:28:04Z
2025-03-19T10:28:09Z
https://github.com/home-assistant/core/issues/140921
[ "integration: ring" ]
rikuhn
1
yt-dlp/yt-dlp
python
11,836
[download] 2.7% of 190.64MiB at 4.96MiB/s ETA 00:37[download] Got error: [SYS] unknown error (_ssl.c:2570). Retrying (1/10)...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2024-12-17T03:25:33Z
2025-01-16T00:53:17Z
https://github.com/yt-dlp/yt-dlp/issues/11836
[ "cant-reproduce" ]
care95
2