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
pydata/xarray
numpy
10,095
Tracking internal uses of concat that don't allow setting all the kwargs
### What is your issue? While working on #8778 I encountered some places where `concat` is used internally but the kwargs are not individually settable: `stack` and `groupby`. #10062 hardcodes them to the old defaults: `data_vars="all", coords="different", compat="equals", join="outer"` @dcherian mentioned (https:/...
open
2025-03-04T14:37:08Z
2025-03-04T16:04:21Z
https://github.com/pydata/xarray/issues/10095
[ "topic-internals", "topic-combine" ]
jsignell
0
microsoft/nni
machine-learning
5,445
Unknown error in Pruner aten::sum is not Supported!
**Describe the bug**: I am working with GNN and want to prune it with L1NormPruner,but when I call ModelSpeedup(model, (example_inputs,), masks).speedup_model(), it gives me: aten::sum is not Supported! Please report an issue at https://github.com/microsoft/nni. Thanks and Traceback (most recent call last): ...
closed
2023-03-15T08:54:59Z
2023-03-16T04:31:44Z
https://github.com/microsoft/nni/issues/5445
[]
YuxuanDuan
2
pydantic/pydantic
pydantic
10,805
@property above @computed_field raises TypeError: 'PydanticDescriptorProxy' object is not callable
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When using computed fields, if I take the example from [pydantic's documentation](https://docs.pydantic.dev/latest/api/fields/#pydantic.fields.computed_field), but I place `@property` above `@computed_field`, and I try to print the compute...
closed
2024-11-10T01:50:03Z
2024-11-10T12:43:51Z
https://github.com/pydantic/pydantic/issues/10805
[ "question" ]
arseru
1
aws/aws-sdk-pandas
pandas
2,758
Inserts for to_iceberg on existing tables will fail when schema evolves, depending on Pandas DataFrame column order
### Describe the bug When calling to_iceberg for an existing table with a Pandas dataframe that has a new column (or has columns re-ordered), and using parameters: - mode=overwrite_partition | append - schema_evolution=True - merge_cols = None The write can fail if the order of the columns in the dataframe has c...
closed
2024-04-04T22:08:27Z
2024-04-09T15:15:19Z
https://github.com/aws/aws-sdk-pandas/issues/2758
[ "bug" ]
snakingfire
1
huggingface/datasets
computer-vision
7,010
Re-enable raising error from huggingface-hub FutureWarning in CI
Re-enable raising error from huggingface-hub FutureWarning in CI, which was disabled by PR: - #6876 Note that this can only be done once transformers releases the fix: - https://github.com/huggingface/transformers/pull/31007
closed
2024-06-28T07:23:40Z
2024-06-28T12:19:30Z
https://github.com/huggingface/datasets/issues/7010
[ "maintenance" ]
albertvillanova
0
litestar-org/polyfactory
pydantic
80
TypingType[BaseModel] not supported
Hello, **TL;DR:** I think pydantic-factory can't handle this line: ``` Message: Union[str, TypingType[BaseModel]] ``` --- I'm trying to build a factory for [this model](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/aws_lambda_powertools/utilities/parser/models/sns.py#L49): ``` ...
closed
2022-10-09T01:40:50Z
2022-10-17T18:52:31Z
https://github.com/litestar-org/polyfactory/issues/80
[ "bug" ]
LeonardoGentile
4
keras-team/autokeras
tensorflow
1,887
Bug: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 205. in Chinese path, not in English path
### Bug Description The local Python files (mainly autokeras files)reported the following error in Chinese directory path, but was used normally in English directory/path. File D:\ProgramData\miniconda3\envs\autokeras_1\lib\site-packages\tensorflow\python\eager\execute.py:54 in quick_execute tensors = pywrap_tfe.TFE...
open
2023-07-12T01:53:06Z
2023-07-12T02:57:26Z
https://github.com/keras-team/autokeras/issues/1887
[ "bug report" ]
huangliang0828
0
sgl-project/sglang
pytorch
4,088
[Bug] RecursionError: maximum recursion depth exceeded while calling a Python object
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-03-05T08:05:06Z
2025-03-14T12:10:41Z
https://github.com/sgl-project/sglang/issues/4088
[]
kangpanlong-cyber
14
babysor/MockingBird
deep-learning
582
训练VOCODER出现新问题
报错 ![QQ图片20220526213035](https://user-images.githubusercontent.com/102406483/170497788-fd593b78-952b-400e-bbcd-f6d468f02c97.gif)
open
2022-05-26T13:31:58Z
2022-05-27T15:37:23Z
https://github.com/babysor/MockingBird/issues/582
[]
1239hy
6
raphaelvallat/pingouin
pandas
201
Acceptable value for pandas.DataFrame header deemed illegal in pingouin
I encountered the issue when passing a data frame with integer as headers. I am not sure why pingouin set up this constraint. Maybe this can be convert to a warning?
closed
2021-10-07T18:11:56Z
2021-10-28T22:12:11Z
https://github.com/raphaelvallat/pingouin/issues/201
[ "invalid :triangular_flag_on_post:" ]
htwangtw
6
tensorflow/tensor2tensor
deep-learning
1,621
ByteNet inference fails with ValueError: Cannot use 'while/Pad' as input to 'Identity_118'
### Description Inference on WMT EN-DE fails on Bytenet with the following error. ``` ValueError: Cannot use 'while/Pad' as input to 'Identity_118' because 'while/Pad' is in a while loop. See info log for more details ``` Removing the following block https://github.com/tensorflow/tensor2tensor/blob/07db31dfb8510f5...
open
2019-07-02T15:36:28Z
2019-07-02T15:37:52Z
https://github.com/tensorflow/tensor2tensor/issues/1621
[]
benleetownsend
0
LAION-AI/Open-Assistant
python
3,038
Improve inference export script
`inference/server/export.py` - Add ability to filter by conditions - Include a filter for only chats which have at least one assistant message with score != 0 - Include a filter for specific date ranges - Consider performance improvements such as use of lazy loading from the database
closed
2023-05-05T09:56:01Z
2023-05-08T18:20:38Z
https://github.com/LAION-AI/Open-Assistant/issues/3038
[ "good first issue", "inference" ]
olliestanley
4
apache/airflow
machine-learning
48,179
Dag created without using context manager is not visible on UI when importing DAG from airflow.sdk
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Dag is not visible on UI when importing DAG from airflow.sdk Not getting any import error also Dag is not available in DB also. **Dag created using context manager works fine.** ![...
open
2025-03-24T07:34:42Z
2025-03-24T07:47:51Z
https://github.com/apache/airflow/issues/48179
[ "kind:bug", "priority:high", "area:core", "area:UI", "affected_version:3.0.0beta" ]
atul-astronomer
0
slackapi/bolt-python
fastapi
950
Transfering ack_method response to async lazy methods
Hi! I have a idea for little changes which add new possibilities. We can transfer to lazy function data from first sync function in the lazy runner. ```python # slack_bolt/listener/thread_runner.py try: self.listener_start_handler.handle( request=request, response=response, ) re...
closed
2023-08-24T22:00:19Z
2023-08-25T00:20:10Z
https://github.com/slackapi/bolt-python/issues/950
[ "question" ]
oxess
11
biolab/orange3
pandas
6,428
Add error bars to the scatter plot
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> **What's your use case?** Data Science. Error Bars are crucial. **What's your proposed solution?** Add poss...
closed
2023-04-25T11:51:39Z
2024-12-13T13:58:58Z
https://github.com/biolab/orange3/issues/6428
[]
Niemand112233
6
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,367
[Feature Request]: Toggle for extra networks/checkpoints tabs to only show files/cards at a given directory level
### 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 ? Personally I use the tree view to navigate directories but this would work for the directory type as well: Not having all of the cards for the entire subdir...
open
2024-03-24T22:37:40Z
2024-04-23T18:04:12Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15367
[ "enhancement" ]
Vesperindustrial
1
deepset-ai/haystack
nlp
8,623
docs: docs for updated `ChatMessage` dataclass
Once the new `ChatMessage` dataclass is merged, we should take care of: - documenting it properly - provide migration suggestions/guidance - ensure that commands compatible with the new data class are used in all documentation
closed
2024-12-11T07:56:11Z
2024-12-23T19:45:19Z
https://github.com/deepset-ai/haystack/issues/8623
[ "type:documentation", "P2" ]
anakin87
1
keras-team/autokeras
tensorflow
1,057
Cannot serialize custom metrics in hypermodel
### Bug Description Hi, The [ImageClassifier documentation](https://autokeras.com/image_classifier/#imageclassifier-class) suggests it should be possible to pass either a string or a callable as arguments `metrics`. However, when I try this with an arbitrary callable (see code below) it get the following error: ...
closed
2020-03-21T13:10:08Z
2020-05-30T15:26:36Z
https://github.com/keras-team/autokeras/issues/1057
[ "bug report", "pinned" ]
samueljackson92
0
cupy/cupy
numpy
8,318
Might be a bug with ReductionKernel and stream capture
### Description Perhaps this behavior is intentional, but I did not find information about it and it really confused me when I encountered it. I am sorry if I am missing something. I recorded 2 graphs via stream capture and used cupy.ReductionKernel in both graphs - I needed to write the minimum value of some array ...
open
2024-05-02T15:10:18Z
2024-06-06T01:03:19Z
https://github.com/cupy/cupy/issues/8318
[ "issue-checked" ]
Sa1ntPr0
4
xorbitsai/xorbits
numpy
382
BUG: fetch cudf objects
### Describe the bug Error happens when fetching cudf objects. ### To Reproduce To help us to reproduce this bug, please provide information below: 1. Your Python version 2. The version of Xorbits you use 3. Versions of crucial packages, such as numpy, scipy and pandas 4. Full stack of the error: ```python ...
closed
2023-04-18T09:55:23Z
2023-04-19T03:00:39Z
https://github.com/xorbitsai/xorbits/issues/382
[ "bug", "gpu" ]
UranusSeven
0
klen/mixer
sqlalchemy
172
async support
SQLAlchemy support asyncpg engine. Can you support async session inside?
open
2022-08-15T10:56:01Z
2022-08-15T10:56:01Z
https://github.com/klen/mixer/issues/172
[]
Niccolum
0
inducer/pudb
pytest
366
Impossible to set breakpoint in Python 3.8
Python 3.8 + PuDB 2019.1 (but it works in python 3.6, and with pdb python 3.8) When I try to set breakpoint I receive modal form "Possibly Invalid Breakpoint" (also "run to cursor" doesn't work). So it's impossible set breakpoint after slash `\` (after 3rd line) Source: ```python def main(): import pudb; p...
closed
2019-11-20T17:31:34Z
2019-12-01T01:44:46Z
https://github.com/inducer/pudb/issues/366
[]
lega911
5
deepspeedai/DeepSpeed
deep-learning
7,162
Add DCO check guidance.
I noticed that an introduction was added to the README. Is it possible to include the DCO check in the pre-commit format? Not everyone may notice it right away. This check may be different from the ones in the past or in other similar communities. This could help new users get involved in contributing. @loadams @tjruw...
open
2025-03-21T02:41:06Z
2025-03-21T04:52:50Z
https://github.com/deepspeedai/DeepSpeed/issues/7162
[ "ci-failure" ]
inkcherry
2
polyaxon/traceml
matplotlib
14
Patch level went down?
Hi, I am trying to get `pandas-summary` working, and had version 0.0.41 installed. I ran into the issue fixed by #11/#12, so I tried to upgrade. It seems like the version was changed to 0.0.5 with https://github.com/mouradmourafiq/pandas-summary/commit/42227d51d8d458ebce7090db971259565fb6ccdf When I try to upgrade t...
closed
2018-06-21T20:42:06Z
2021-11-21T18:17:09Z
https://github.com/polyaxon/traceml/issues/14
[]
panozzaj
0
AntonOsika/gpt-engineer
python
802
Clarifying questions broken?
## Expected Behavior Expecting gpt-enginner to ask clarifying questions before building. ## Current Behavior `gpt-engineer <folder_path>` currently will attempt to build an app from a prompt file. However, no questions are ever asked. When using the `--steps clarify` option I get both an `llm_cache` unsuppor...
closed
2023-10-16T16:20:32Z
2023-10-31T09:11:21Z
https://github.com/AntonOsika/gpt-engineer/issues/802
[ "bug" ]
jalakoo
3
OpenBB-finance/OpenBB
python
6,965
[Bug] No matching distribution found for openbb-us-eia==1.0.0b
**Describe the bug** ![image](https://github.com/user-attachments/assets/8ead6439-b7d5-4101-88a0-d3b462c289f1) Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement openbb-us-eia==1.0.0b (from versions: none) ERROR: No matching distribution found...
closed
2024-11-26T03:21:45Z
2024-12-01T04:41:38Z
https://github.com/OpenBB-finance/OpenBB/issues/6965
[]
joshuaBri
2
roboflow/supervision
tensorflow
1,355
Tracker IDs Skipping
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question - While using the tracker, I noticed that the tracker IDs are not assigned sequentially or some numbers are being skipped. - Videos Us...
open
2024-07-13T18:10:05Z
2024-07-15T10:08:58Z
https://github.com/roboflow/supervision/issues/1355
[ "question" ]
likith1908
4
frappe/frappe
rest-api
29,168
Working of packages/package import feature in frappe
I was trying to use the Packages feature in Frappe to create Doctypes and export them for importing into other server instances, using only the UI. However, I encountered an issue during this process. When I created a package release with a module and a Doctype included in it, and then saved the package release, only ...
open
2025-01-15T04:15:13Z
2025-01-15T04:15:13Z
https://github.com/frappe/frappe/issues/29168
[ "invalid" ]
KRGANESH
0
huggingface/datasets
nlp
6,793
Loading just one particular split is not possible for imagenet-1k
### Describe the bug I'd expect the following code to download just the validation split but instead I get all data on my disk (train, test and validation splits) ` from datasets import load_dataset dataset = load_dataset("imagenet-1k", split="validation", trust_remote_code=True) ` Is it expected to work li...
open
2024-04-08T14:39:14Z
2024-09-12T16:24:48Z
https://github.com/huggingface/datasets/issues/6793
[]
PaulPSta
1
flairNLP/fundus
web-scraping
205
[Discussion] How do we ensure that the documentation stays up to date?
The easiest way is that we force PRS that change a feature to change the documentation as well. Any other idea is appreciated.
closed
2023-05-13T07:40:03Z
2024-04-24T20:04:47Z
https://github.com/flairNLP/fundus/issues/205
[]
Weyaaron
0
holoviz/panel
plotly
7,061
'pyodide-worker' export target loads slower than 'pyodide'
I have a basic dashboard which I tried exporting (panel: 1.4.4, python 3.12.1) to both 'pyodide-worker' and 'pyodide' targets, and serving them with local web server (Five Server vscode extention). The docs suggest the pyodide-worker method should be more performant, but at least when it comes to the initial load, it'...
open
2024-08-02T18:14:44Z
2024-08-02T21:17:32Z
https://github.com/holoviz/panel/issues/7061
[]
samimia-swks
2
huggingface/datasets
numpy
7,016
`drop_duplicates` method
### Feature request `drop_duplicates` method for huggingface datasets (similiar in simplicity to the `pandas` one) ### Motivation Ease of use ### Your contribution I don't think i am good enough to help
open
2024-07-01T09:01:06Z
2024-07-20T06:51:58Z
https://github.com/huggingface/datasets/issues/7016
[ "duplicate", "enhancement" ]
MohamedAliRashad
1
apachecn/ailearning
nlp
472
页面404了,找不到了
http://www.apachecn.org/map/179.html
closed
2018-12-06T10:01:18Z
2018-12-09T06:46:31Z
https://github.com/apachecn/ailearning/issues/472
[]
stevenQiang
1
MagicStack/asyncpg
asyncio
656
Is is possible to connect to a particular schema in a database?
I'm unsure of the way to query a particular schema in a postgres database. For example, here I have **public** and **upload** schema. <img width="272" alt="Screenshot 2020-11-22 at 22 07 25" src="https://user-images.githubusercontent.com/112847/99918523-57755a00-2d0f-11eb-986c-5566d78ff709.png"> I cannot see any...
closed
2020-11-22T22:11:33Z
2023-05-31T07:26:06Z
https://github.com/MagicStack/asyncpg/issues/656
[]
danieljfarrell
9
ymcui/Chinese-LLaMA-Alpaca
nlp
25
请问该中文模型如何在https://github.com/cocktailpeanut/dalai加载使用呢
closed
2023-04-01T15:27:27Z
2023-05-13T02:16:59Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/25
[]
caopeng000
1
piccolo-orm/piccolo
fastapi
107
Allow using uuid instead of integer for the id column
Right now piccolo admin returns a weird ID when uuid is used as a primary key ![4C6CC5B0-40D8-4AF6-804C-F1B6567D39F7](https://user-images.githubusercontent.com/66250972/120886158-294fcb80-c60a-11eb-9d10-64b7b3b3de1b.png)
closed
2021-06-05T08:57:41Z
2021-08-05T12:02:40Z
https://github.com/piccolo-orm/piccolo/issues/107
[ "enhancement" ]
cheesycod
2
jina-ai/serve
fastapi
5,660
Executor dict return does not work as in the documentation:
https://docs.jina.ai/concepts/executor/add-endpoints/#returns
closed
2023-02-07T07:52:53Z
2023-02-07T16:06:37Z
https://github.com/jina-ai/serve/issues/5660
[]
alaeddine-13
1
apify/crawlee-python
automation
496
Throw an exception when we receive a 4xx status code
See https://github.com/apify/crawlee-python/issues/486 for motivation and details.
closed
2024-09-04T06:08:39Z
2024-09-06T13:36:13Z
https://github.com/apify/crawlee-python/issues/496
[ "bug", "t-tooling" ]
janbuchar
0
bmoscon/cryptofeed
asyncio
609
Redirect output to file
Hi, Currently using cryptofeed 1.9.0 on Jupyter Notebook, on Windows 10, python 3.8.11. I was wondering if there were any way to redirect output such as: - 2021-08-22 06:45:22,646 : WARNING : BITMEX.ws.510: Rate Limited - waiting 180 seconds to reconnect to a file. Thank you!
closed
2021-08-22T04:50:39Z
2021-08-22T16:05:43Z
https://github.com/bmoscon/cryptofeed/issues/609
[ "question" ]
DavideColdebellaMelanion
2
autogluon/autogluon
computer-vision
4,348
Add support of PyTorch 2.4
## Description The recent release of [PyTorch 2.4](https://pytorch.org/blog/pytorch2-4/) necessitates an update for AutoGluon compatibility.
closed
2024-07-29T22:07:24Z
2024-11-21T18:21:54Z
https://github.com/autogluon/autogluon/issues/4348
[ "enhancement", "dependency" ]
tonyhoo
2
ray-project/ray
tensorflow
51,394
[core] Upgrade flatbuffer (Mar.15, 2025)
### Description At the moment, our flatbuffer is at a pretty stale version (see git commit below), which is 6 years below the latest version. We should definitely upgrade to the later versions. ```sh [~/flatbuffers] (master) ubuntu@hjiang-devbox-pg$ git log commit 63d51afd1196336a7d1f56a988091ef05deb1c62 (HEAD -> mas...
closed
2025-03-15T07:18:50Z
2025-03-17T17:42:30Z
https://github.com/ray-project/ray/issues/51394
[ "enhancement", "P1", "core", "help-wanted" ]
dentiny
0
opengeos/leafmap
plotly
35
Add timeseries inspector
This feature extends the split-panel map feature to allow users to select layers from a dropdown list.
closed
2021-06-13T18:31:32Z
2021-06-15T22:36:42Z
https://github.com/opengeos/leafmap/issues/35
[ "Feature Request" ]
giswqs
1
babysor/MockingBird
pytorch
710
TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'
请问最后一步报错这个
open
2022-08-16T02:39:16Z
2022-08-16T02:39:16Z
https://github.com/babysor/MockingBird/issues/710
[]
Auuuuu
0
yt-dlp/yt-dlp
python
11,956
another forbidden error
### 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-30T20:36:01Z
2024-12-30T20:40:35Z
https://github.com/yt-dlp/yt-dlp/issues/11956
[ "duplicate", "site-bug", "site:youtube" ]
dew-hattens
2
dsdanielpark/Bard-API
api
17
Build it on PHP
I hope to see it written in PHP soon gamsahabida
closed
2023-05-18T08:01:20Z
2023-05-18T13:47:14Z
https://github.com/dsdanielpark/Bard-API/issues/17
[]
CatAnonymous
4
hindupuravinash/the-gan-zoo
machine-learning
40
Another one for the Zoo, Kernel-GAN
Kernel GANs - https://arxiv.org/abs/1705.09199
closed
2017-10-30T13:31:30Z
2017-11-15T13:18:56Z
https://github.com/hindupuravinash/the-gan-zoo/issues/40
[]
ambrishrawat
1
axnsan12/drf-yasg
rest-api
293
How to know if the user is using Swagger or not
I wonder how I could know if the user calling my APIs directly (using the command line) or using swagger. So I could control it (not saving data.... etc)
closed
2019-01-17T23:34:13Z
2019-01-18T00:05:33Z
https://github.com/axnsan12/drf-yasg/issues/293
[]
oneandonlyonebutyou
1
Yorko/mlcourse.ai
matplotlib
429
Topic 2: typos
In `mlcourse.ai-master/jupyter_english/topic02_visual_data_analysis/topic2_visual_data_analysis.ipynb` "ellpise" instead of "ellipse"
closed
2018-12-02T15:07:11Z
2018-12-02T15:22:04Z
https://github.com/Yorko/mlcourse.ai/issues/429
[]
Toundra
1
strawberry-graphql/strawberry-django
graphql
371
Extending the behaviour of the django create and update mutations to add user-info
I'm trying to figure out how to extend the create boilerplate mutations to add the user-info in a default field. Currently I have: ``` class ContactsMutation: create_company: CompanyType = mutations.create(CompanyInput, extensions=[IsAuthenticated()]) create_companies: List[CompanyType] = mutations.crea...
closed
2023-09-21T13:51:41Z
2025-03-20T15:57:20Z
https://github.com/strawberry-graphql/strawberry-django/issues/371
[]
sdobbelaere
1
giotto-ai/giotto-tda
scikit-learn
596
[BUG] Memory caching globally broken in Mapper pipelines because ParallelClustering cannot be pickled
**Describe the bug** Because lambdas are currently used inside the `ParallelClustering` code, this class cannot be pickled. This trivial-to-fix issue means that memory caching is entirely broken in Mapper pipelines, because `ParallelClustering` cannot be pickled. **To reproduce** <!-- Steps to reproduce the beha...
closed
2021-07-09T04:49:51Z
2021-07-09T04:57:19Z
https://github.com/giotto-ai/giotto-tda/issues/596
[ "bug" ]
ulupo
0
freqtrade/freqtrade
python
10,893
Adding Append Mode to Other PairList Implementations in Freqtrade
<!-- Note: this section will not show up in the issue. Have you search for this feature before requesting it? It's highly likely that a similar request was already filed. --> ## Describe your environment (if applicable) * Operating system: windows * Python Version: __Python 3.10.11___ (`python -V`) * CCXT ver...
closed
2024-11-06T02:52:48Z
2024-11-06T06:04:16Z
https://github.com/freqtrade/freqtrade/issues/10893
[ "Question", "Pairlist" ]
14790897
2
sloria/TextBlob
nlp
400
Textblob translation returns both original and translated sentence
I am facing a problem with the translation from textblob import TextBlob from textblob.translate import NotTranslated text = TextBlob("Explanation\nWhy the edits made under my username Hardcore Metallica Fan were reverted? They weren't vandalisms, just closure on some GAs after I voted at New York Dolls FAC. And...
closed
2021-10-14T21:49:55Z
2025-01-13T23:04:10Z
https://github.com/sloria/TextBlob/issues/400
[]
shubheshswain91
0
vitalik/django-ninja
pydantic
569
[BUG] Incorrect storing url_name to URLconf
In case that you have two endpoints with same url, but different `url_name` param, django will store only last name in URLconf for reverse matching. Example: We have companies_list endpoint and company_create endpoint with the same url '/' but different methods (GET and POST). ![image](https://user-images.githubus...
closed
2022-09-16T12:27:34Z
2022-09-16T12:33:54Z
https://github.com/vitalik/django-ninja/issues/569
[]
denis-manakov-cndt
1
proplot-dev/proplot
matplotlib
203
Add function for "concatenating" figures
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Problem It is quite common to want separate figure-files for individual ...
open
2020-07-07T20:24:01Z
2022-01-29T16:58:47Z
https://github.com/proplot-dev/proplot/issues/203
[ "feature" ]
lukelbd
2
pyro-ppl/numpyro
numpy
1,697
[FR] Add inference method for programs with stochastic support
I was wondering whether there would an interest to add inference methods which support programs with stochastic support? If yes, I would be willing to add inference methods from the [Divide, Conquer, Combine](https://arxiv.org/abs/1910.13324) framework. I have implementations of both [DCC](https://github.com/treigerm/b...
closed
2023-12-15T10:39:07Z
2024-06-30T12:54:43Z
https://github.com/pyro-ppl/numpyro/issues/1697
[ "discussion" ]
treigerm
5
ray-project/ray
pytorch
50,927
[serve] proxy memory leak
### What happened + What you expected to happen Seeing memory growth in the proxy actor over time indicating a memory leak: <img width="1357" alt="Image" src="https://github.com/user-attachments/assets/e0fd6e84-6e92-4e7c-91e2-4169ffc0bee2" /> ### Versions / Dependencies Ray 2.41 ### Reproduction script n/a ### I...
closed
2025-02-26T23:08:15Z
2025-03-10T17:15:53Z
https://github.com/ray-project/ray/issues/50927
[ "bug", "P0", "serve" ]
zcin
2
nteract/papermill
jupyter
536
sys.exit isn't handled gracefully in papermill 2.1.3
I'd like to stop the execution of a notebook under certain circumstances, and per https://papermill.readthedocs.io/en/latest/changelog.html#features I think I should be able to execute `sys.exit(0)` or `raise SystemExit`, but that doesn't seem to work for me. This code: ![Screen Shot 2020-09-19 at 11 14 39...
closed
2020-09-19T18:16:26Z
2020-09-26T13:46:05Z
https://github.com/nteract/papermill/issues/536
[]
ctb
8
ultralytics/ultralytics
python
19,640
I try use one backbone and neck to achieve a multitask model (include pose and seg)
### 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 have already reviewed the related topics in the issue and Repositories . *...
open
2025-03-11T09:47:40Z
2025-03-17T23:23:41Z
https://github.com/ultralytics/ultralytics/issues/19640
[ "question", "segment", "pose" ]
Mosazh
10
explosion/spaCy
machine-learning
12,416
Installation issue on old macOSes for new Korean tokenizer in v4.0 alpha
Hi, I noticed from #12328 that spaCy has switched to `pymecab-ko` for the Korean tokenizer in the upcoming `spaCy` 4.0, but there seems to be some installation/import issues of this package on macOSes (cf. [pymecab-ko/#5](https://github.com/NoUnique/pymecab-ko/issues/5)). I've tried on OS X 10.11 that [python-mecab-...
open
2023-03-14T08:41:29Z
2023-03-14T15:23:15Z
https://github.com/explosion/spaCy/issues/12416
[ "lang / ko" ]
BLKSerene
1
MagicStack/asyncpg
asyncio
281
how to implement a transaction wrapper?
* **asyncpg version**:0.15 * **PostgreSQL version**:10.0 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python version**:3.65 * **Platform**: * **Do you use pgbouncer?**: * **Did you install asyncpg with pip?**: * **If you built asyncpg lo...
closed
2018-04-23T14:58:05Z
2022-12-03T23:59:46Z
https://github.com/MagicStack/asyncpg/issues/281
[]
aaron-yang-biz
2
jupyter-incubator/sparkmagic
jupyter
747
[BUG] Sparkmagic errors out with ipython 8.x
**Describe the bug** `ipython` 8.x was recently released, and our systems automatically updated to this versions. It seems there is some incompatibility between this version, and the current release of sparkmagic. When launching sessions sparkmagic errors out with: ``` Error creating session: 'ZMQInteractiveShell'...
closed
2022-01-31T17:45:00Z
2022-08-26T19:53:54Z
https://github.com/jupyter-incubator/sparkmagic/issues/747
[]
hobackskiier
14
miguelgrinberg/microblog
flask
286
jwt - AttributeError: 'str' object has no attribute 'decode'
I got an error. microblog / app / models.py Line : 154 return jwt.encode( AttributeError: 'str' object has no attribute 'decode'
closed
2021-03-07T07:46:51Z
2021-07-24T22:13:32Z
https://github.com/miguelgrinberg/microblog/issues/286
[ "bug" ]
samsimsom
2
recommenders-team/recommenders
data-science
1,384
Which unsupervised method can infer explicit interaction from occurance(count) data?
Our input data is a table of edges (edge weight is implicit interaction, which weighted with co-occurrence, edge type was also implicit which inferred from prior knowledge) and a list of nodes (two types: users and items). Group-truth is a small set of edges that are known to exist. The ground-truth set is too small to...
open
2021-04-24T14:43:45Z
2021-04-24T14:43:45Z
https://github.com/recommenders-team/recommenders/issues/1384
[ "help wanted" ]
wanglu2014
0
bigscience-workshop/petals
nlp
527
Add mistral to chat.petals
Can you please add one of the finetuned mistral models to the chat service? It's a very capable model and is a good option for those who want fast responses
closed
2023-10-14T08:46:24Z
2023-10-15T01:22:16Z
https://github.com/bigscience-workshop/petals/issues/527
[]
AmgadHasan
1
pywinauto/pywinauto
automation
413
Implement mixed wrapper for MFC toolbar control
I mean `MixedToolbarWrapper` using both backends to obtain toolbar button texts and rectangles. It must use this approach: https://stackoverflow.com/questions/44826285/how-to-pass-point-structure-to-elementfrompoint-method-in-python Current sample script: ```python from __future__ import print_function import...
closed
2017-09-29T06:49:09Z
2019-02-12T10:58:08Z
https://github.com/pywinauto/pywinauto/issues/413
[ "enhancement", "help wanted" ]
vasily-v-ryabov
0
Josh-XT/AGiXT
automation
728
i feell a strager's foot into my house
### Description xterm: Xt error: Can't open display: 172.19.192.1:0.0 Get:1 file:/var/cuda-repo-wsl-ubuntu-11-7-local InRelease [1575 B] Get:2 file:/var/cudnn-local-repo-ubuntu2004-8.9.1.23 InRelease [1572 B] Get:1 file:/var/cuda-repo-wsl-ubuntu-11-7-local InRelease [1575 B] Get:2 file:/var/cudnn-local-repo-ubu...
closed
2023-06-16T06:12:21Z
2023-06-16T11:58:07Z
https://github.com/Josh-XT/AGiXT/issues/728
[ "type | report | bug", "needs triage" ]
mongolu
1
mwaskom/seaborn
matplotlib
2,885
Computed coordinate variables do not respond to scale config
```python ( so.Plot(diamonds, "price") .add(so.Bar(edgewidth=0, width=1), so.Hist(binwidth=200)) .scale(y="log") ) ``` ![image](https://user-images.githubusercontent.com/315810/177227862-976b27ff-90b7-41e6-837d-f6ca5f756769.png)
closed
2022-07-05T00:22:04Z
2022-07-24T00:25:25Z
https://github.com/mwaskom/seaborn/issues/2885
[ "bug", "objects-plot" ]
mwaskom
0
redis/redis-om-python
pydantic
595
Add support for the latest Pydantic versions
The current `redis-om-python`'s dependency constraint for Pydantic version is `pydantic = ">=1.10.2,<2.1.0"`. ATM, the latest Pydantic version is `v2.6.1`. Its development pace is quite fast. Within one year, lots of features are added and bugs are fixed. Could you please add support for a higher version of Pydantic?...
closed
2024-02-23T13:50:03Z
2024-03-26T23:33:56Z
https://github.com/redis/redis-om-python/issues/595
[]
yanbo-huang
4
waditu/tushare
pandas
1,069
pro版数据缺失,基金510050,无2014年2月7日的分钟线
ts.pro_bar(ts_code='510050.SH', freq='1min', asset='FD', adj=None, start_date='20140207', end_date='20140215') ts_code trade_time open ... close vol amount 0 510050.SH 2014-02-14 15:00:00 1.530 ... 1.530 393899.0 602613.0 1 510050.SH 2014-02-14 14:59:00 1.529 ....
open
2019-06-18T07:08:31Z
2019-06-18T07:08:31Z
https://github.com/waditu/tushare/issues/1069
[]
zhujianyin
0
pallets-eco/flask-wtf
flask
171
Current Version?
From the documentation: "The current version of Flask-WTF is 0.9.5." I was under the impression this implied "current stable version." However, I had trouble with the CSRF-based AJAX features in 0.9.5 (even though the documentation reports them as available since 0.9.0). After bumping to the latest version, I find al...
closed
2015-02-17T01:22:08Z
2021-05-29T01:15:59Z
https://github.com/pallets-eco/flask-wtf/issues/171
[]
tofias
3
itamarst/eliot
numpy
454
ArgumentError when use eliot-tree
Test code: ```python from eliot import log_call, to_file to_file(open('log.log', 'w')) @log_call(action_type='CALC', include_args=['x'], include_result=True) def calculate(x, y): return x * y x = 2 y = 10 result = calculate(x, y) print(result) ``` Then use `eliot-tree log.log` it returns an Argume...
closed
2020-06-28T02:14:05Z
2020-07-06T13:20:40Z
https://github.com/itamarst/eliot/issues/454
[]
RyuAsuka
2
sqlalchemy/alembic
sqlalchemy
632
Tests do not pass on windows
Under windows some tests of alembic fail. The main reason for failures are - a Permission error `PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'scratch\\scripts\\foo.db'`, when setting up some tests with sqlite - slash/backslash difference ` call('f...
closed
2019-11-30T17:35:43Z
2019-12-29T17:01:16Z
https://github.com/sqlalchemy/alembic/issues/632
[ "test suite", "windows" ]
CaselIT
2
0b01001001/spectree
pydantic
45
Async Falcon support?
I'm currently experimenting with Falcon 3.0.0a1 and was wondering if you have plans to add an async Falcon plugin for SpecTree (3.0 will support both WSGI and ASGI applications)? If not, this might be something I would be interesting in contributing since I really like that SpecTree provides a way to both handle inp...
closed
2020-04-11T18:24:50Z
2021-06-30T01:18:13Z
https://github.com/0b01001001/spectree/issues/45
[]
onecrayon
2
unionai-oss/pandera
pandas
1,176
Dataframe validation check passing when it shouldnt
I'm finding that schema validation is intermittently passing in cases where I would expect it to fail. This only seems to occur when I construct the dataframe directly as a `pandera.DataFrame`. Weirdly, a copy of the invalid dataframe that evades the validation *does* fail. See example below... - [X] I have checked ...
open
2023-05-03T15:52:27Z
2024-04-08T16:23:11Z
https://github.com/unionai-oss/pandera/issues/1176
[ "bug" ]
aps-noda
10
long2ice/fastapi-cache
fastapi
45
leaving "expire" empty results in TypeError
when using the decorator ```python @app.get("/foo") @cache(coder=JsonCoder) async def foo_bar(bar: int = 0): return bar ``` not defining `expire` results in an `TypeError ` Exception: File "...\venv\lib\site-packages\fastapi_cache\backends\inmemory.py", line 46, in set self._store[key] = Value(valu...
closed
2021-11-25T17:23:33Z
2022-02-14T03:30:32Z
https://github.com/long2ice/fastapi-cache/issues/45
[]
danielwoerner
2
microsoft/qlib
deep-learning
1,892
data collector for PIT is not working
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Follow the example to download PIT data. `python collector.py download_data --source_dir ~/.qlib/stock_data/source/pit --start 2000-01-01 --end 2020-01-01 --interval quarterly` 1. G...
open
2025-03-06T10:04:38Z
2025-03-06T10:05:01Z
https://github.com/microsoft/qlib/issues/1892
[ "bug" ]
hlstwizard
0
plotly/dash-core-components
dash
578
Feature Request scale for steps in slider, range slider
It would be nice if the steps in range slide could be scaled (e.g. log)
open
2019-07-09T17:46:53Z
2020-05-15T12:48:41Z
https://github.com/plotly/dash-core-components/issues/578
[]
SumNeuron
2
Ehco1996/django-sspanel
django
319
db灾备
closed
2020-05-08T23:40:37Z
2020-05-20T01:56:37Z
https://github.com/Ehco1996/django-sspanel/issues/319
[]
Ehco1996
0
jofpin/trape
flask
264
port not available (even though it is)
I keep getting this error every time I click the lure despite ensuring the port used is open and trying multiple different ports, any ideas of where to start troubleshooting? ![trapeIssue](https://user-images.githubusercontent.com/45342056/94500347-b95c8c00-01c4-11eb-9ace-3f049981af35.PNG)
open
2020-09-29T00:57:32Z
2021-06-27T08:04:18Z
https://github.com/jofpin/trape/issues/264
[]
OdincoGaming
1
sherlock-project/sherlock
python
1,628
Remove fixed value of "username unclaimed"
## Checklist - [x] I'm reporting a feature request ## Description The data.json file contains the search settings. In it, all checks for invalid users look for the value "noonewouldeverusethis7". Once someone starts registering this user on various platforms, all these sites will return false positives. I reco...
closed
2022-12-02T19:25:15Z
2022-12-05T22:02:50Z
https://github.com/sherlock-project/sherlock/issues/1628
[ "enhancement" ]
rf-peixoto
0
skforecast/skforecast
scikit-learn
854
Fractional Differencing support in TimeSeriesDifferentiator
Many time series are both non stationary and have a long memory. For these types of processes an order 1 difference removes a lot of the useful information for forecasting. This can be overcome with fractional differencing e.g.: https://github.com/fracdiff/fracdiff Can fractionally differencing be supported by Time...
open
2024-11-17T22:18:03Z
2025-02-11T13:22:59Z
https://github.com/skforecast/skforecast/issues/854
[]
aptperson
3
liangliangyy/DjangoBlog
django
376
markdown问题
![image](https://user-images.githubusercontent.com/49854479/76285122-ea817780-62d9-11ea-934a-d24e4ac3a1d4.png) ![image](https://user-images.githubusercontent.com/49854479/76285251-43511000-62da-11ea-8d6d-3711d3b052c8.png) 点击文章 点击新增的时候报错,根据报错看了下源码也确实没有markdown.html不知道这个模板是怎么生成的。。。我安装了该版本的markdown但是并没有起作用,不知道是...
closed
2020-03-10T06:22:15Z
2020-03-12T07:23:24Z
https://github.com/liangliangyy/DjangoBlog/issues/376
[]
Qianzujin
1
vitalik/django-ninja
django
843
Support exposing additional Pydantic models
**Is your feature request related to a problem? Please describe.** We have some internal Pydantic models for responses that the frontend gets directly from a separate API that is not exposing any documentation. A simple approach would be to be able to expose these in the docs, even if they aren't used by any endpoi...
closed
2023-09-06T10:08:56Z
2023-09-06T11:47:23Z
https://github.com/vitalik/django-ninja/issues/843
[]
aurbano
2
serengil/deepface
deep-learning
459
os error jupyter deepface
![issue](https://user-images.githubusercontent.com/98912003/163901448-8257b7d2-6bc2-45a2-ae4d-3d990e6e59e2.PNG) hello i installed the deepface but when i excute analyze commande this error appear how could i fix it please .Thank you
closed
2022-04-19T01:23:45Z
2022-05-01T08:27:15Z
https://github.com/serengil/deepface/issues/459
[ "question" ]
olfaskri
2
sinaptik-ai/pandas-ai
data-science
1,320
pandasai.exceptions.ExecuteSQLQueryNotUsed: For Direct SQL set to true, execute_sql_query function must be used. Generating Error Prompt!!!
### System Info pandasai:2.2.10 pathon:3.10.14 ### 🐛 Describe the bug code: smartDf = Agent( [mysql_connector1, mysql_connector2, mysql_connector3, mysql_connector4,mysql_connector5,mysql_connector6, mysql_connector7, mysql_connector8, mysql_connector9], # smartDf = Agent([mysql_connector1,mysql_con...
closed
2024-08-08T16:51:24Z
2024-11-18T16:04:19Z
https://github.com/sinaptik-ai/pandas-ai/issues/1320
[ "bug" ]
ichangjun
4
d2l-ai/d2l-en
data-science
2,440
Wrong epanechikov kernel
Chapter 11.2. It is triangular kernel.
open
2023-02-12T15:50:31Z
2023-02-12T15:50:31Z
https://github.com/d2l-ai/d2l-en/issues/2440
[]
yongduek
0
youfou/wxpy
api
303
bot = Bot(), 扫描二维码后,提示如下:
KeyError Traceback (most recent call last) <ipython-input-2-aa3582922308> in <module>() ----> 1 bot = Bot() C:\Anaconda3\lib\site-packages\wxpy\api\bot.py in __init__(self, cache_path, console_qr, qr_path, qr_callback, login_callback, logout_callback) 84 hotRe...
closed
2018-05-14T09:05:04Z
2019-05-10T08:01:37Z
https://github.com/youfou/wxpy/issues/303
[]
GGZNZ
1
mwaskom/seaborn
pandas
2,892
Overlap area between two distplots ?
Hey !! I am trying to find the overlapping area between 2 distplots. I plotted these 2 plots using 2 lists and I want to find the overlapping area between them. How can i do that ??
closed
2022-07-07T10:14:43Z
2022-07-07T10:33:31Z
https://github.com/mwaskom/seaborn/issues/2892
[]
Abhranta
1
flairNLP/flair
nlp
3,454
[Question]: Experimenting with xLSTM with Flair ?
### Question I just noticed a paper that came out this month on arxiv titled: **xLSTM: Extended Long Short-Term Memory** It looks like the **Algorithm** that was the original success of Flair has gotten a significant upgrade, leveraging the latest techniques from modern LLMs. The authors claim: > Exponenti...
open
2024-05-12T22:23:47Z
2024-05-12T22:23:47Z
https://github.com/flairNLP/flair/issues/3454
[ "question" ]
None-Such
0
dpgaspar/Flask-AppBuilder
flask
1,384
Bootstrap 4 integration?
Is there a plan for integrating bootstrap 4?
closed
2020-06-02T10:44:28Z
2020-09-07T12:03:58Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1384
[ "stale" ]
HenkVanHoek
1
microsoft/qlib
machine-learning
1,846
It use default param freq='day' for create Account obj in Backtest.
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> I only have 60min freq data. When I try to backtest with 60min. It report can't find day data. So I look into the stack, and found the reason that it use default param freq='day' for create Account obj. I hope you could add a 'f...
open
2024-08-31T18:07:26Z
2024-08-31T18:10:06Z
https://github.com/microsoft/qlib/issues/1846
[ "bug" ]
ittianyu
0
hbldh/bleak
asyncio
631
Connecting after scanning and the dreaded "Software caused connection abort"
* bleak version: 0.21.1 * Python version: 3.9.5 * Operating System: Ubuntu 21.04 * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.56 ### Description First of all thanks :pray: to all of you for a very thoughtfully designed interface! So, this may be more of a bluez issue, but it's surfacing here with...
closed
2021-09-02T21:22:57Z
2021-10-08T04:21:30Z
https://github.com/hbldh/bleak/issues/631
[ "Backend: BlueZ" ]
egnor
4
tflearn/tflearn
data-science
258
Add 4D conv and max pool?
Hi TFlearn Team, Is possible to add 4D Conv and 4D max pooling? Input tensor is like this 6-D Tensor [batch, height, width, depth, time_step, in_channels]. Or add N dimensional Conv and Max Pooling? Thank you! Rui
open
2016-08-04T20:09:53Z
2016-11-23T20:27:27Z
https://github.com/tflearn/tflearn/issues/258
[ "contributions welcome" ]
ruizhaogit
2
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
937
[FEATURE]: Job Ranking and Prioritized Applications
### Feature summary Add a feature to save all job listings, rank them based on multiple factors (e.g., number of applicants, research score, suitability score, time posted), and apply only to the top-ranked jobs. ### Feature description his feature would enhance the bot by introducing a ranking system for job listin...
closed
2024-11-25T14:59:38Z
2024-12-27T01:59:24Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/937
[ "enhancement", "planned", "stale" ]
moudimash99
5
RobertCraigie/prisma-client-py
asyncio
776
Default partials type file location confuses isort/ruff linter
## Bug description I followed the [default location for partials](https://github.com/RobertCraigie/prisma-client-py/blob/2a5b904/docs/reference/config.md?plain=1#L52) / [documented recommendation](https://github.com/RobertCraigie/prisma-client-py/blob/b80cf2c/docs/getting_started/partial-types.md?plain=1#L24) and cr...
open
2023-06-27T05:13:01Z
2023-06-27T05:13:01Z
https://github.com/RobertCraigie/prisma-client-py/issues/776
[]
sarchila
0
reloadware/reloadium
pandas
163
Alpine Linux: ModuleNotFoundError: No module named 'reloadium.corium'
## Describe the bug `reloadium run` fails with `ModuleNotFoundError: No module named 'reloadium.corium'` when running as a standalone app on Alpine Linux via a Docker container. Python version is 3.11. ## To Reproduce The full use case is for use with hot-reloading in a docker-compose dev environment, but a mini...
open
2023-09-08T06:07:38Z
2023-09-09T08:22:02Z
https://github.com/reloadware/reloadium/issues/163
[ "enhancement" ]
braddotcoffee
1
randyzwitch/streamlit-folium
streamlit
180
Generate javascript and css links based on the generated Folium map
The coming release of Folium (0.17) will allow users to add (and override) javascript and css files at runtime. This would break the currently hardcoded list of javascript and css links in `public/index.html`. The Folium generated code contains links to include the required javascript and css files. Is there some wa...
closed
2024-04-16T19:16:42Z
2024-04-25T16:31:49Z
https://github.com/randyzwitch/streamlit-folium/issues/180
[]
hansthen
4
apify/crawlee-python
web-scraping
618
Unable to use proxy with port 80 or 443 with Playwright
The string `:None` is being appended to Playwright Proxy configurations when port 80 or 443 is used. Proxy URL: `http://foo:bar@p.webshare.io:80/` ``` proxy_info: {'server': 'http://p.webshare.io:None', 'username': 'foo', 'password': 'bar'} ``` `httpx.URL.port`cannot be set to 80 (for HTTP) or 443 (HTTPS), see...
closed
2024-10-24T16:53:11Z
2024-10-29T16:09:16Z
https://github.com/apify/crawlee-python/issues/618
[ "bug", "t-tooling" ]
steffansafey
1
kymatio/kymatio
numpy
168
setup.py needs a long_description
closed
2018-11-19T23:26:47Z
2018-11-19T23:30:29Z
https://github.com/kymatio/kymatio/issues/168
[]
lostanlen
1
huggingface/pytorch-image-models
pytorch
2,456
[BUG] Is there certain configuration on ImageNet-A?
**Describe the bug** Thank you for the awesome library. When I tried "validate.py" on the validation set of ImageNet with resnet50d.ra2_in1k, I obtained appropriate performance such as the following. * Acc@1 81.362 (18.638) Acc@5 95.742 (4.258) However, when I tried the same validation on the "ImageNet-A" dataset wit...
closed
2025-03-21T07:13:42Z
2025-03-21T20:15:50Z
https://github.com/huggingface/pytorch-image-models/issues/2456
[ "bug" ]
kmbmjn
1