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
AirtestProject/Airtest
automation
572
iPhone SE 10.2和xcode 10.3连接AirTest IDE后只能看到手机的部分界面
这种情况需要设置吗? ![image](https://user-images.githubusercontent.com/26005138/67280727-62ecc500-f500-11e9-8161-2a565253eae4.png)
closed
2019-10-22T11:16:23Z
2019-10-23T01:33:20Z
https://github.com/AirtestProject/Airtest/issues/572
[]
zhangdongjia
1
gevent/gevent
asyncio
1,768
Can I safely migrate an existing synchronous project to asynchronous with gevent?
Hi, here is my situation: I have an existing project previously written in a synchronous manner. Part of its function sends requests to multiple of hosts conconcurrently, which was currently implemented using python threading. I would like to optimize the performance under large scale deployment by replacing threads w...
closed
2021-01-29T09:17:48Z
2021-01-30T01:45:08Z
https://github.com/gevent/gevent/issues/1768
[ "Type: Question" ]
EricLin89
2
iMerica/dj-rest-auth
rest-api
256
django.urls.exceptions.NoReverseMatch: Reverse for 'socialaccount_signup' not found.
### What is the issue? I am trying to setup social authentication with `django-rest-framework` in the backend and Next.js + Next-Auth in the front end. So far, everything has worked alright except the following scenario: - I have two providers currently, Google and Github. - I can sign in using Google (let's say...
closed
2021-05-11T06:56:03Z
2021-05-12T20:11:13Z
https://github.com/iMerica/dj-rest-auth/issues/256
[]
mahieyin-rahmun
1
jessevig/bertviz
nlp
65
Visualizing attention between words and corresponding classes
I am using HF's Distillbert to predict punctuation for each word in a sequence. For example, if the unpunctuated sentence is `My name is John` , the model will predict `space space space full_stop` So how can I visualize attention between the input sentence and output token using BertViz?
closed
2021-02-07T13:44:59Z
2021-02-20T19:34:33Z
https://github.com/jessevig/bertviz/issues/65
[]
arunraja-hub
1
deezer/spleeter
deep-learning
418
[Discussion] How fast should spleeting be using spleeter-gpu?
Hello all, I'm running spleeter-gpu (installed via miniconda) on an ec2 GPU instance. I'm still seeing roughly ~25 seconds for it to run 2stem on a 5 minute track, and a bit longer for 5stem. Does this seem about right? Is this as fast at it gets? Thanks
open
2020-06-12T15:19:24Z
2021-12-27T12:17:21Z
https://github.com/deezer/spleeter/issues/418
[ "question" ]
zsaraf
7
modin-project/modin
pandas
7,371
BUG: can't create a new column with string which looks like a date
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
closed
2024-08-19T10:40:03Z
2024-08-28T10:32:29Z
https://github.com/modin-project/modin/issues/7371
[ "bug 🦗", "P2" ]
MarcoGorelli
3
aio-libs/aiopg
sqlalchemy
576
User password field and mapper
Greetings! Thanks a lot for your work! I have a problem storing user password. This field should be encrypted, but which way should I do that? Also I've seen post by asvetlov that metaData Schemas are the unqiue way to use async, no sessions and etc. `#user table` `Users = sa.Table(` ` "users",` ` ...
closed
2019-06-26T15:30:33Z
2019-08-06T21:54:53Z
https://github.com/aio-libs/aiopg/issues/576
[]
komaxko
0
marcomusy/vedo
numpy
1,015
Vedo can not display point
```py from vedo import show,Points import numpy as np pts = np.random.randn(200, 3) vpts = Points(pts).ps(10) p = vpts.points() p[0] = [5,5,4] # make this point stick out vpts.points(p) vpts.cmap('viridis', pts[:,2], name="mydata") vpts.print() show(vpts, axes=1).close() cols = np.random.rand(200, 3)*255...
open
2024-01-14T19:50:28Z
2024-01-26T16:49:39Z
https://github.com/marcomusy/vedo/issues/1015
[]
OhmPuchiss
2
Lightning-AI/pytorch-lightning
data-science
19,729
`log_dir` contains both forward and backward slashes as path separator when using remote file location as `default_root_dir` on windows
### Bug description I am running on Windows OS and storing logs and artifacts on remote location (AWS S3). ```python path_pl_logs = f"s3://{bucket_name}/pytorch-lightning-logs/{experiment_name}" trainer = pl.Trainer( accelerator="gpu", devices=1, max_epochs=checkpoint_n_epoch, default_root_d...
open
2024-04-03T11:03:39Z
2024-04-03T11:03:39Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19729
[ "bug", "needs triage" ]
jochemvankempen
0
serengil/deepface
machine-learning
578
Could the real-time detect DeepFace.stream() work on webcam smoothly?
Currently, the function DeepFace.stream() requires its parameters `time_threshold` and `frame_threshold` both to be at least 1, which makes the face on the webcam not moving smoothly, the frame image will stuck for X second(s) then show the movement, then stop for another X second(s). What's the reason to apply such k...
closed
2022-10-21T10:56:50Z
2022-10-25T08:45:08Z
https://github.com/serengil/deepface/issues/578
[ "question" ]
wujoho
6
deeppavlov/DeepPavlov
nlp
1,091
Key squad/output_bias not found in checkpoint
Hi, I am trying to load the BERT model finetuned on the Squad 2.0 data set by providing the path of the model checkpoint in squad_bert.json. "save_path": "{DOWNLOADS_PATH}/bert_models/cased_L-12_H-768_A-12/model.ckpt-8144", "load_path": "{DOWNLOADS_PATH}/bert_models/cased_L-12_H-768_A-12/model.ckpt-814...
closed
2019-12-04T21:55:50Z
2019-12-10T16:42:58Z
https://github.com/deeppavlov/DeepPavlov/issues/1091
[]
praneethgb
3
pallets-eco/flask-wtf
flask
290
Google Place Autocomplete API
Hi, just wondering if anyone can point me in the right direction on implementing a Google Place Autocomplete search field using WTForms?
closed
2017-04-24T01:09:30Z
2021-05-27T00:57:43Z
https://github.com/pallets-eco/flask-wtf/issues/290
[]
v-ken
2
autogluon/autogluon
data-science
4,477
Support features() API for TimeSeriesPredictor and MultiModalPredictor
### Description: Currently, the `features()` API is only available for `TabularPredictor` in AutoGluon, as documented [here](https://auto.gluon.ai/stable/api/autogluon.tabular.TabularPredictor.features.html). This functionality is valuable for inspecting the features used by the model and understanding its input spa...
open
2024-09-17T18:40:53Z
2024-11-05T17:59:32Z
https://github.com/autogluon/autogluon/issues/4477
[ "enhancement", "module: timeseries", "module: multimodal" ]
tonyhoo
0
jpadilla/django-rest-framework-jwt
django
314
AttributeError when using custom UserDetailsSerializer
We have created a custom `UserDetailsSerializer` but when trying to run the application we get the error: `AttributeError: module 'path.to.serializers' has no attribute 'MPUserDetailsSerializer'` The full error is [pasted here](http://pastebin.com/c6NFpmFF). The setup for REST_AUTH_SERIALIZERS and USER_DETAILS...
closed
2017-03-03T20:09:15Z
2017-03-04T19:09:45Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/314
[]
anarute
2
pykaldi/pykaldi
numpy
54
can I change the kaldi-source when compile the tool to support online and nnet?
hello,I have read the following introduction: Coverage Status The following table shows the status of each PyKaldi package (we currently do not plan to add support for nnet, nnet2 and online) along the following dimensions if i need to use the part of online and nnet,could i just change the kaldi source path to ...
closed
2018-08-13T06:35:12Z
2018-10-10T09:27:13Z
https://github.com/pykaldi/pykaldi/issues/54
[]
wangyunxiaa
3
paperless-ngx/paperless-ngx
machine-learning
9,478
[BUG] Workflow overwrites custom text fields
### Description When a workflow adds empty custom fields to a document of type "Rechnung" and the user later fills in these fields (e.g. "Rechnungsnummer"), the filled-in values are overwritten with null on the next PUT request. This happens even though the PUT request clearly contains the correct field values. **Exp...
closed
2025-03-24T11:26:37Z
2025-03-24T13:34:50Z
https://github.com/paperless-ngx/paperless-ngx/issues/9478
[ "duplicate" ]
petarmarj
1
flasgger/flasgger
rest-api
459
require_data on SwaggerView
Hi, I'm using flasgger==0.9.5. I need to keep validation to True en SwaggerView and at the same time, providing an empty body (for example on GET / POST requests). Currently, I get the message : no data to validate. I have solved it by adding require_data options and by reimplementing dispatch_request. `...
open
2021-02-03T12:46:14Z
2021-02-04T07:52:04Z
https://github.com/flasgger/flasgger/issues/459
[]
dnclain
0
gradio-app/gradio
data-visualization
10,501
gr.ChatInterface within gr.Tabs title and history fields misplaced
### Describe the bug I put gr.ChatInterface under gr.Tab as below. But the title field (which should be at the top of the page) and history field (which should be at the left of the page) are put at the bottom of the page. with gr.Blocks() as iface: with gr.Tab("tab1"): gr.ChatInterface() ...
closed
2025-02-05T02:17:15Z
2025-02-05T07:14:10Z
https://github.com/gradio-app/gradio/issues/10501
[ "bug", "needs repro" ]
justinzyw
6
influxdata/influxdb-client-python
jupyter
287
Bulk write inserts only the last record
Running the below example code to insert multiple records into InfluxDB ends up inserting only the last record ```` from influxdb_client import InfluxDBClient, Point, WriteOptions token = <replace token> org = <replace org> bucket = <replace bucket> with InfluxDBClient(url="http://localhost:8086", token=token...
closed
2021-07-16T05:54:21Z
2021-11-29T07:04:16Z
https://github.com/influxdata/influxdb-client-python/issues/287
[ "question", "wontfix" ]
spxie85
4
HumanSignal/labelImg
deep-learning
114
Rotation
Is bounding box rotation going to be supported?
closed
2017-07-11T20:27:59Z
2018-05-24T05:10:12Z
https://github.com/HumanSignal/labelImg/issues/114
[]
eshirima
1
graphistry/pygraphistry
jupyter
326
[BUG] memoization of files ignores column name changes
**Describe the bug** When plotting a table, if the table stays same but column names change, we should still create a new one to reflect the new column names, vs fully memoize
closed
2022-04-06T19:42:09Z
2022-04-08T20:30:36Z
https://github.com/graphistry/pygraphistry/issues/326
[ "bug" ]
lmeyerov
0
falconry/falcon
api
1,533
Automate aggregation of the contributor list for release
Walk GitHub history since the given previous release treeish, and aggregate contributors' GitHub usernames if possible, otherwise pick their name and surname, in a similar fashion to https://falcon.readthedocs.io/en/stable/changes/2.0.0.html#contributors-to-this-release (this was done by @vytas7 by a mix of manual work...
closed
2019-05-07T14:10:43Z
2022-02-07T15:51:11Z
https://github.com/falconry/falcon/issues/1533
[ "maintenance" ]
vytas7
1
wandb/wandb
tensorflow
9,150
[Bug]: Wandb integration with ultralytic not work when doing pose training
### Describe the bug <!--- Describe your issue here ---> I'm trying to train detection model in ultralytics with wandb callback integration and i'm having problem like the image below. Based on the error log, my assumption is wandb callback not support for any class name beside "person". Yolo training config file (...
open
2024-12-25T07:13:08Z
2025-01-02T18:16:23Z
https://github.com/wandb/wandb/issues/9150
[ "ty:bug", "c:sdk:integration" ]
LeDuySon
2
coqui-ai/TTS
deep-learning
3,393
[Bug] Unable to load Mecab.
### Describe the bug When I try to launch the demo gui in colab for xtts_v2 it gives this error RuntimeError: ---------------------------------------------------------- Failed initializing MeCab. Please see the README for possible solutions: https://github.com/SamuraiT/mecab-python3#common-issues If you are still ha...
closed
2023-12-09T18:18:37Z
2024-03-02T00:44:42Z
https://github.com/coqui-ai/TTS/issues/3393
[ "bug", "wontfix" ]
Lenos500
6
Evil0ctal/Douyin_TikTok_Download_API
api
583
[BUG] 云服务部署的项目视频解析视频链接无法观看
***发生错误的平台?*** 如:抖音 ***发生错误的端点?*** ![Image](https://github.com/user-attachments/assets/7d982b31-de8b-4cc7-8a21-37e5852d6e20) ![Image](https://github.com/user-attachments/assets/55b85e82-c20f-408f-942f-0ff7f766deea) ***提交的输入值?*** [如:短视频链接 ](https://v.douyin.com/y3ypTiUYDPk/) ***是否有再次尝试?*** 如:是,发生错误后一天时间后错误依旧存在。 ...
open
2025-03-13T02:50:56Z
2025-03-13T03:15:44Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/583
[ "BUG" ]
kunyyds666
2
vaexio/vaex
data-science
1,960
vaex-core unable to install on windows 10
Hi I am unable to install vaex-core on windows 10 on python3.10. I saw wheels packages are already built for python3.9 but not for 3.10. Is there a possibility of a wheels package for 3.10 of python ? When trying to build myself i am getting this error https://stackoverflow.com/questions/71364994/vaex-core-win...
open
2022-03-06T06:11:27Z
2022-03-25T10:47:18Z
https://github.com/vaexio/vaex/issues/1960
[]
nikcyber
1
tensorflow/tensor2tensor
deep-learning
1,663
cannot import name 'loas2'
### Description I am trying to run `rl/trainer_model_based.py`. I run the example command in the file and got the error at line 24 of `env/client_env.py`. `from grpc import loas2` I tried several version of grpc in case of library change, but not succeed. ### Environment information ``` OS: ubuntu 16....
closed
2019-08-16T15:17:30Z
2019-08-26T18:39:01Z
https://github.com/tensorflow/tensor2tensor/issues/1663
[]
KyunghyunLee
4
LAION-AI/Open-Assistant
python
3,279
Message Drafts Additional Feature Tracking
This is an issue for tracking a few additional features which should be added for message drafts - [ ] Disable all messages drafts under high load (requires fixing inaccurate queue first #2822 ) - [ ] Add toggle so users can choose to generate drafts when they feel fit instead of only on a message regeneration (sho...
open
2023-06-01T15:19:13Z
2023-06-16T05:33:24Z
https://github.com/LAION-AI/Open-Assistant/issues/3279
[ "inference" ]
someone13574
0
falconry/falcon
api
1,903
Deprecate falcon.api_helpers
See https://github.com/falconry/falcon/issues/1902. Starting with 3.1, mark `falcon.api_helpers` as deprecated. We could employ module-level `__getattr__` or redecorate re-imported functions.
closed
2021-04-06T10:04:10Z
2021-10-08T20:04:59Z
https://github.com/falconry/falcon/issues/1903
[ "maintenance" ]
vytas7
2
zappa/Zappa
flask
514
[Migrated] Using Wildcard Subdomains with API Gateway
Originally from: https://github.com/Miserlou/Zappa/issues/1355 by [atkallie](https://github.com/atkallie) ## Context I have developed a Django project that makes use of the [django-hosts ](https://django-hosts.readthedocs.io/en/latest/) library and now I am trying to deploy it. After working through the Zappa tutoria...
closed
2021-02-20T09:43:45Z
2024-04-13T16:36:52Z
https://github.com/zappa/Zappa/issues/514
[ "enhancement", "aws", "feature-request", "good-idea", "no-activity", "auto-closed" ]
jneves
2
open-mmlab/mmdetection
pytorch
11,504
Save experimental data
May I ask how to save the data for each training round, including indicators such as loss, pressure, recall, map50, or ap50. Like this. 0/299 1.65G 0.0452 0.2217 0.0331 0.3 5 640 0.8126 0.2213 0.207 0.06509 0.121 0.01714 0.02777 1/299 11.4G 0.02697 0.00...
open
2024-02-28T02:33:25Z
2024-02-28T02:46:36Z
https://github.com/open-mmlab/mmdetection/issues/11504
[]
haoaZ
2
jupyter-incubator/sparkmagic
jupyter
561
Failed to register auto viz for notebook
I recently ran into a recurring issue with sparkmagic. In short, executing any cell in a PySpark or Spark notebook gives a "Failed to register auto viz for notebook" error. ![image](https://user-images.githubusercontent.com/8674734/62721102-602e0980-b9c0-11e9-919a-6a07827c7bd9.png) I've attached the sparkmagic lo...
closed
2019-08-08T16:44:57Z
2019-08-08T17:54:18Z
https://github.com/jupyter-incubator/sparkmagic/issues/561
[]
motivic
2
tensorpack/tensorpack
tensorflow
987
Bug in FasterRCNN
Run train.py here, report a bug: ``` TypeError: __init__() missing 1 required positional argument: 'bbox_regression_weights' ``` It seems that line 174 in train.py ``` fastrcnn_head = FastRCNNHead(proposals, fastrcnn_box_logits, fastrcnn_label_logits, tf.constant(cfg.FRCNN.BB...
closed
2018-11-24T10:01:02Z
2018-11-25T19:52:13Z
https://github.com/tensorpack/tensorpack/issues/987
[ "examples" ]
iamhankai
0
sqlalchemy/sqlalchemy
sqlalchemy
9,932
MSSQL / Mysql dialects generates wrong syntax for CAST with collate
My repro code: ```python tbl = sa.Table("disc_9914", sa.MetaData(), autoload_with=engine) qry = sa.select(sa.cast(tbl.c.txt, tbl.c.txt.type).label("txt_cast")) engine.echo = True with engine.begin() as conn: results = conn.execute(qry) ``` ### mssql SELECT CAST(disc_9914.txt AS VARCHAR(50) COLLATE SQ...
closed
2023-06-10T18:33:00Z
2023-06-27T17:28:21Z
https://github.com/sqlalchemy/sqlalchemy/issues/9932
[ "bug", "sql", "near-term release" ]
CaselIT
8
lk-geimfari/mimesis
pandas
1,565
Cannot import Person from partially initialized module.
This error occurs when installing Mimesis manually from a wheel or archive. ![image](https://github.com/lk-geimfari/mimesis/assets/15812620/8247d41d-a2ff-400d-be3f-90db94c37415) Steps to reproduce this error: 1. Create new virtual environment with `Python 3.12` 2. Download Poetry Core v1.9.0 and `mimesis v17`...
open
2024-06-09T13:23:36Z
2024-06-13T18:46:33Z
https://github.com/lk-geimfari/mimesis/issues/1565
[ "bug" ]
lk-geimfari
2
blockchain-etl/bitcoin-etl
dash
6
Implement export_all command
Should partition by blocks or by date, same as Ethereum ETL's export_all https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/cli/export_all.py.
closed
2018-12-28T11:11:56Z
2019-02-05T06:51:22Z
https://github.com/blockchain-etl/bitcoin-etl/issues/6
[]
medvedev1088
2
Lightning-AI/pytorch-lightning
data-science
20,373
FSDP checkpoint loading fails
### Bug description I have a sharded checkpoint which was saved via `trainer.save_checkpoint("/path/to/cp/dir/", weights_only=False` which I am trying to load during test via `trainer.test(dataloaders=test_dataloader, ckpt_path="/path/to/cp/dir")` but the loading part bugs out. Here is a partial stack trace: ``...
open
2024-10-29T07:20:17Z
2025-03-20T12:52:49Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20373
[ "bug", "waiting on author", "checkpointing", "strategy: fsdp", "ver: 2.4.x" ]
Nilabhra
3
TracecatHQ/tracecat
pydantic
138
[Not reproduced] Error creating new user in self-hosted
**Describe the bug** Error Code on UI ``` Unhandled Runtime Error Error: Error creating new user Call Stack newUserFlow /app/.next/server/chunks/[root of the server]__cd8245._.js (1226:23) process.processTicksAndRejections node:internal/process/task_queues (95:5) async /app/node_modules/.pnpm/next@14.1....
closed
2024-05-10T08:17:24Z
2024-05-18T19:12:43Z
https://github.com/TracecatHQ/tracecat/issues/138
[ "self-hosted", "triage" ]
Ohmsnipe
12
healthchecks/healthchecks
django
580
Can't use just host name when defining webhooks
Using at the time latest version, 1.23.1. Running as Docker container on Ubuntu. Trying to create a webhook that should be called when a check goes up/down. Works as expected when I use a full URL with host consisting of at least two parts (for example `host.localdomain`). When using just single part, `host`, the...
closed
2021-10-25T04:42:13Z
2021-10-28T14:40:36Z
https://github.com/healthchecks/healthchecks/issues/580
[]
mountaindude
2
sloria/TextBlob
nlp
362
Naive Bayes classifier is slow in classifying for the first time.
I am creating a text classification model but for some reason it is taking a very long time for my code to run. I have looked at it in detail and found that the model loads relatively quickly, but the first classification itself takes much longer. The model loads in only 3 seconds, and when I classify for the first tim...
open
2021-01-28T23:23:11Z
2021-01-28T23:23:11Z
https://github.com/sloria/TextBlob/issues/362
[]
Atharv-Attri
0
aleju/imgaug
machine-learning
213
Dealing with bounding boxes outside of the image issues
Hello! first of all thank you for your amazing works! I've implemented YOLOv1 in PyTorch and applied imgaug for augmentation. I have some questions about `cut_out_of_image()` function. (I saw the example **[Dealing with bounding boxes outside of the image](https://imgaug.readthedocs.io/en/latest/source/examples_bo...
open
2018-12-02T12:43:08Z
2019-08-06T17:24:57Z
https://github.com/aleju/imgaug/issues/213
[]
visionNoob
3
datapane/datapane
data-visualization
334
App.save is saving singlehtml file in local but still trying to wrongly upload to events.datapane.com server
<!-- **NOTE** Please use this template to open issues, bugs, etc., only. See our [GitHub Discussions Board](https://github.com/datapane/datapane/discussions) to discuss feature requests, general support, ideas, and to chat with the community. --> ### System Information <!-- Please fill this out to help us unde...
closed
2022-11-13T13:27:37Z
2023-02-24T09:40:58Z
https://github.com/datapane/datapane/issues/334
[ "bug", "documentation" ]
purnendumaity
4
xlwings/xlwings
automation
2,172
Fails to build a document by sphinx
#### OS (e.g. Windows 10 or macOS Sierra) Windows 10 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) xlwings 0.28.9, Sphinx 4.5.0, Python 3.9 #### Describe your issue (incl. Traceback!) I tried to build html documentation with command ``.\make.bat html`` , but it failed. The er...
closed
2023-02-23T14:02:08Z
2023-02-28T12:25:13Z
https://github.com/xlwings/xlwings/issues/2172
[]
knmaki
5
assafelovic/gpt-researcher
automation
1,214
No module named 'langgraph.prebuilt'
**Describe the bug** I followed the installation guide and get this message when starting: ModuleNotFoundError: No module named 'langgraph.prebuilt' **To Reproduce** Install using installation guide on MacOs Run with command: python -m uvicorn main:app --reload **Expected behavior** A running application **Deskto...
closed
2025-02-27T15:31:44Z
2025-03-01T13:27:44Z
https://github.com/assafelovic/gpt-researcher/issues/1214
[]
ronald-willems
3
python-visualization/folium
data-visualization
1,597
HTML cannot display content
**Describe the bug** Hello, due to the recent cleaning of the browser, found that the generated HTML could not be opened **Environment (please complete the following information):** - chrome/Microsoft Edge - html - Python version sys.version_info(major=3, minor=7, micro=12, releaselevel='final', serial=0) ...
closed
2022-05-23T08:13:44Z
2022-11-17T15:27:02Z
https://github.com/python-visualization/folium/issues/1597
[]
Jurvis26
1
microsoft/nni
machine-learning
5,301
yolov5prune error
**Describe the issue**: I'm trying to prune the pre-trained model yolov5n-0.5 from [Yolov5-face](https://github.com/deepcam-cn/yolov5-face). Here is the code I used: ``` import torch, torchvision from nni.algorithms.compression.v2.pytorch.pruning import L1NormPruner, L2NormPruner,FPGMPruner,ActivationAPoZRankPrun...
open
2022-12-29T04:12:08Z
2023-02-27T02:01:58Z
https://github.com/microsoft/nni/issues/5301
[]
Turing77
2
Layout-Parser/layout-parser
computer-vision
116
Allowing specifying box_alphas, box_widths and other features for individual layout items
Candidates: 1. `lp.draw_box(image, layout, box_alpha=[0.1, 0.2, ...])` 2. `lp.draw_box(image, layout, box_alpha_based_on_scores=True)` Also we could change the coloring configs in a way similar to Matplotlib: 1. `lp.draw_box(image, layout, box_colors=[...])`
closed
2022-02-10T19:52:43Z
2022-04-03T03:54:12Z
https://github.com/Layout-Parser/layout-parser/issues/116
[]
lolipopshock
1
huggingface/datasets
nlp
7,180
Memory leak when wrapping datasets into PyTorch Dataset without explicit deletion
### Describe the bug I've encountered a memory leak when wrapping the HuggingFace dataset into a PyTorch Dataset. The RAM usage constantly increases during iteration if items are not explicitly deleted after use. ### Steps to reproduce the bug Steps to reproduce: Create a PyTorch Dataset wrapper f...
closed
2024-09-28T14:00:47Z
2024-09-30T12:07:56Z
https://github.com/huggingface/datasets/issues/7180
[]
iamwangyabin
1
jazzband/django-oauth-toolkit
django
737
Package latest release
I've just upgraded to the latest everything and we're getting ```'Request' object has no attribute 'oauth2_error'```, which I can see has been fixed in master however there hasn't been a packaged release since last year. Are there any plans to release a new version?
closed
2019-09-13T17:01:26Z
2019-09-16T11:10:49Z
https://github.com/jazzband/django-oauth-toolkit/issues/737
[]
nickdjones
1
google-research/bert
tensorflow
1,214
In tf1.13.1 version, bert performs downstream tasks, how to run bert on multiple GPUs?
Written on github:Yes, all of the code in this repository works out-of-the-box with CPU, GPU, and Cloud TPU. However, GPU training is single-GPU only. When bert completes downstream tasks and performs fine_tune, can't he train on multiple GPUs? If not, when can the downstream task be trained on the bert model of mul...
open
2021-04-07T14:17:07Z
2021-04-07T14:17:07Z
https://github.com/google-research/bert/issues/1214
[]
iamsuarez
0
jupyterhub/repo2docker
jupyter
486
Manifest and Project .toml files in Julia Buildpacks
@jekbradbury suggested we include https://docs.julialang.org/en/v1/stdlib/Pkg/index.html#Glossary-1 in our buildpacks. Thanks @jekbradbury !
closed
2018-12-07T06:31:57Z
2019-03-22T17:51:11Z
https://github.com/jupyterhub/repo2docker/issues/486
[ "enhancement", "reproducibility" ]
jzf2101
2
flairNLP/flair
pytorch
3,315
[Question]: AttributeError: 'str' object has no attribute 'token'
### Question Hi I have a problem with a python program, on the pygame library, in particular when I go to use the game object: Actor, can you help me understand how to solve it? This is the program in python: import pygame import pgzrun from os import listdir from random import sample WIDTH = 12800 HEIGHT ...
closed
2023-09-11T08:16:28Z
2023-09-11T08:54:38Z
https://github.com/flairNLP/flair/issues/3315
[ "question" ]
Frenks7
1
LAION-AI/Open-Assistant
python
3,553
add option so user can create own bots ( charactor chatbots , bot for specefic task)
i used this feature first time in poe.com(it uses gpt3.5 and clude as base) it gives this feature to create a bot by setting a instructions , and user can share this bot to community
closed
2023-07-07T21:16:23Z
2023-07-17T13:16:21Z
https://github.com/LAION-AI/Open-Assistant/issues/3553
[]
BigDogg99
1
koxudaxi/datamodel-code-generator
pydantic
2,321
Changing GitHub settings
I'd like to change a few settings here to make maintainership life easier: - Allow only squash merging - Enable: Always suggest updating pull request branches - Enable: Allow auto-merge Loading - Enable: Automatically delete head branches Loading - Enable: Limit how many branches and tags can be updated in a single p...
closed
2025-02-11T18:16:17Z
2025-02-12T13:44:48Z
https://github.com/koxudaxi/datamodel-code-generator/issues/2321
[]
gaborbernat
2
PablocFonseca/streamlit-aggrid
streamlit
18
ModuleNotFoundError: No module named 'st_aggrid'
Tried the example, does not work. Returned a `ModuleNotFoundError: No module named 'st_aggrid'`. (new python env, with pip install streamlit and streamlit-aggrid) ![image](https://user-images.githubusercontent.com/6646398/114612655-6635bc80-9c70-11eb-84b6-1523dfa959c0.png) ``` ▶ pip list Package ...
closed
2021-04-13T19:54:32Z
2022-01-23T23:39:23Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/18
[]
ljak
2
deepfakes/faceswap
deep-learning
1,308
Improved blending techniques
One of the biggest challenges with faceswapping is creating a seamless blend between the two faces. Developing new blending techniques probablt could improve the quality of the final result.
closed
2023-04-01T04:56:30Z
2023-10-23T00:13:38Z
https://github.com/deepfakes/faceswap/issues/1308
[]
hartpoli
1
gevent/gevent
asyncio
1,130
PyPy2 5.10.0 crash: SystemError: unexpected internal exception (please report a bug): <BytecodeCorruption object at 0x146598288970>
* gevent version: master * Python version: PyPy2 5.10.2 (portable build installed with pyenv) * Operating System: TravisCI I can't reproduce this locally on macOS. I haven't been able to file an issue on bitbucket, it's currently down. Seen in https://travis-ci.org/gevent/gevent/jobs/348302935#L1324 Crash...
closed
2018-03-02T17:08:31Z
2018-03-02T18:31:47Z
https://github.com/gevent/gevent/issues/1130
[ "Interp: pypy" ]
jamadden
3
NullArray/AutoSploit
automation
527
Unhandled Exception (81a4e7399)
Autosploit version: `3.0` OS information: `Linux-4.19.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/root/AutoSploit/autosploit/main.py", line 113, in main load...
closed
2019-03-02T22:33:27Z
2019-03-03T03:31:53Z
https://github.com/NullArray/AutoSploit/issues/527
[]
AutosploitReporter
0
youfou/wxpy
api
356
为什么我接入图灵的API,然后总是回复固定的4句话,明明官网上回复的消息种类很丰富。。
为什么我接入图灵的API,然后总是回复固定的4句话,明明官网上回复的消息种类很丰富。。 换个话题吧 聊点别的吧 下一个话题吧 无言以对呢
open
2018-12-13T06:54:36Z
2018-12-31T12:13:00Z
https://github.com/youfou/wxpy/issues/356
[]
monanahe
3
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,041
Training for a Single Voice after the Update
Hi, I want to use the trainer for cloning only my voice. The language would still be English but a different accent than the pre-trained models. Will the instructions mentioned here still work to get good results: https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/437? I have a few more questions to get ...
open
2022-03-18T10:58:04Z
2023-11-03T06:19:58Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1041
[]
baljeetrathi
6
Avaiga/taipy
data-visualization
2,190
Retrieve values from the front-end local storage
### Description Application portals may store information (such as authentication data) in the local storage of the browser. This happens within IFPEN for example. This feature would provide an access to this information, on a property-by-property basis, like a synchronous retrieval of a local storage value for th...
closed
2024-10-31T15:16:41Z
2025-01-17T07:26:44Z
https://github.com/Avaiga/taipy/issues/2190
[ "🖰 GUI", "🟨 Priority: Medium", "✨New feature" ]
FabienLelaquais
2
quantumlib/Cirq
api
6,760
`get_qcs_objects_for_notebook` fails due to device config
**Description of the issue** When running the QCS getting started script, I generated a failure during the step: ```py qcs_objects = get_qcs_objects_for_notebook(project_id, processor_id) ``` The error message is: >"ValueError: Cannot specify only one of `run_name` and `device_config_name`" ...but I didn't...
closed
2024-10-09T23:32:44Z
2024-10-14T21:59:07Z
https://github.com/quantumlib/Cirq/issues/6760
[ "kind/bug-report" ]
wcourtney
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,106
1. The "70" is implicit, it's not written anywhere in the code but instead emerges as a mathematical consequence of the network architecture.
1. The "70" is implicit, it's not written anywhere in the code but instead emerges as a mathematical consequence of the network architecture. 2. The math is here: https://github.com/phillipi/pix2pix/blob/master/scripts/receptive_field_sizes.m _Originally posted by @phillipi in https://github.com/junyanz/pytorch-C...
open
2020-07-28T03:19:45Z
2020-09-06T18:37:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1106
[]
shaurov2253
4
ets-labs/python-dependency-injector
flask
114
Make providers last_overriding attribute None by default
closed
2015-11-20T16:04:10Z
2015-11-25T11:26:38Z
https://github.com/ets-labs/python-dependency-injector/issues/114
[ "bug", "feature", "refactoring" ]
rmk135
0
pallets/quart
asyncio
11
Automatic reloading in debug mode
As documented [here](http://flask.pocoo.org/docs/0.12/quickstart/#debug-mode) flask provides automatic reloading on code change when the debug mode is enabled. This doesn't seem to be the case for quart (I tried the `QUART_DEBUG` (cf [here](https://github.com/pgjones/quart/blob/master/quart/helpers.py#L14)) environmen...
closed
2018-03-13T11:14:24Z
2022-07-05T01:58:56Z
https://github.com/pallets/quart/issues/11
[]
DoHe
9
babysor/MockingBird
deep-learning
824
No encoder models found in data\ckpt\encoder
readme里面的第一个社区预训练模型应该是不能用了吧,与第4个的目录结构完全不一样。
open
2023-02-07T23:58:06Z
2023-02-15T10:00:24Z
https://github.com/babysor/MockingBird/issues/824
[]
colddrizzle
3
replicate/cog
tensorflow
1,650
build fail
the version has been disabled because it consistently fails to complete setup
closed
2024-05-07T10:13:42Z
2024-06-26T17:26:50Z
https://github.com/replicate/cog/issues/1650
[]
abrar-tericsoft
3
yzhao062/pyod
data-science
420
NaNs in ABOD and INNE
Hello, Thanks for the brilliant work on PyOD. I am using the SUOD framework made from an ensemble of ODs (OCSVM, LOF and INNE). However, in some of my use cases, I get an error about NaNs or infinite values: ``` Traceback (most recent call last): File "ood_spp_pyod.py", line 172, in <module> clf.fit(x_trai...
open
2022-06-28T08:58:15Z
2022-06-30T18:40:21Z
https://github.com/yzhao062/pyod/issues/420
[]
madarax64
3
jupyter-book/jupyter-book
jupyter
1,839
Chapter without intro file
### Context I would like to have a chapter that is not clickable and does not contain an "intro" file. For now, I have to specify a file like this: ``` format: jb-book root: intro parts: - caption: Bases de données chapters: - file: 1_sql/cours/cours.md # I don't want to use a file here se...
open
2022-09-20T12:23:03Z
2023-03-16T11:49:55Z
https://github.com/jupyter-book/jupyter-book/issues/1839
[ "enhancement" ]
fortierq
2
rasbt/watermark
jupyter
10
Lack of ISO 8601 date if we use options
Continuing the last thought... Without options we get a summary of information and an ISO 8601 date. ``` %watermark 2016-01-31T21:17:31 CPython 3.4.4 IPython 4.0.1 compiler : GCC 4.4.7 20120313 (Red Hat 4.4.7-1) system : Linux release : 3.16.0-38-generic machine : x86_64 processor : x86_64 CPU cores ...
closed
2016-01-31T21:22:38Z
2016-08-16T22:53:54Z
https://github.com/rasbt/watermark/issues/10
[]
ianozsvald
3
microsoft/qlib
deep-learning
1,629
生成csi100股池文件,出错
我运行 python collector.py --index_name CSI100 --qlib_dir ~/.qlib/qlib_data/cn_data --method parse_instruments,想生成csi100股池文件,得到如下出错信息,是什么原因呢? ![image](https://github.com/microsoft/qlib/assets/116711018/183ec338-02d1-49a2-9be3-5a9ce9dee02e)
closed
2023-08-19T08:52:26Z
2023-12-29T10:07:13Z
https://github.com/microsoft/qlib/issues/1629
[ "bug" ]
quant2008
5
recommenders-team/recommenders
data-science
2,097
[FEATURE] Support Python 3.12
I know you just updated it to support Python 3.11, but Manjaro or Ubuntu now use Python3.12 by default.
open
2024-05-14T11:47:00Z
2024-05-15T05:18:28Z
https://github.com/recommenders-team/recommenders/issues/2097
[ "enhancement" ]
daviddavo
2
ResidentMario/missingno
pandas
168
Replace (b=False) with (False)
Hi, I have an error when I do the demo example. I think it comes from the deprecation of the b parameter in matplotlib. For reference: https://github.com/matplotlib/matplotlib/issues/25267 Thank you! |------------| Here is my complete traceback: ----------------------------------------...
open
2023-09-24T09:26:18Z
2024-07-20T20:08:45Z
https://github.com/ResidentMario/missingno/issues/168
[]
enarroied
1
xonsh/xonsh
data-science
5,429
RFC for issue #5358
I also ran into the bug #5358, and left a [comment](/xonsh/xonsh/issues/5358/#issuecomment-2104322754) that the root cause is very likely the missing check for `None` in [this line](/xonsh/xonsh/blob/main/xonsh/xoreutils/_which.py#L218). I fixed it on my machine, and had no trouble with the unconditional unpacking sinc...
closed
2024-05-20T13:41:13Z
2024-05-22T13:49:18Z
https://github.com/xonsh/xonsh/issues/5429
[ "completion", "to-close-in-the-future" ]
wltb
1
STVIR/pysot
computer-vision
259
为什么加载完预训练模型之后就卡住不动了?有大佬可以解答一下吗
closed
2019-12-10T11:22:30Z
2020-05-14T09:07:40Z
https://github.com/STVIR/pysot/issues/259
[ "good first issue" ]
chun-chun123
17
xonsh/xonsh
data-science
5,098
Doc bug: Homepage examples are missing results
On the xonsh homepage and top of the Github README, it shows examples of how you might use xonsh for simple things, like `2+2`. But in both places (screenshot below and [here](https://raw.githubusercontent.com/xonsh/xonsh/main/docs/_static/xonsh5.png), the answer (which I presume should be `4`) never appears. ![Sc...
closed
2023-03-18T00:36:45Z
2023-03-25T19:57:58Z
https://github.com/xonsh/xonsh/issues/5098
[ "docs" ]
robotrapta
1
man-group/arctic
pandas
75
What's new file
Hello, it will be nice to add a What's new file in doc directory see an example https://github.com/xray/xray/blob/master/doc/whats-new.rst or a more complex approach (one file per version) here : https://github.com/pydata/pandas-datareader/tree/master/docs/source/ So building doc will also display release notes I ...
closed
2015-12-28T17:32:11Z
2015-12-30T10:29:16Z
https://github.com/man-group/arctic/issues/75
[]
femtotrader
4
giotto-ai/giotto-tda
scikit-learn
603
Pairwise distance comparison between packages
Mismatch in Wasserstein distance calculation (compared with GUDHI (Hera+own backend) and Persim). Maybe I am using the wrong parameters? **To reproduce** ``` #Func to convert a diagram to giotto format def pd_to_giotto(pd): temp = [] for dim in range(len(pd)): for i in range(len(pd[dim])): temp.appe...
closed
2021-07-19T14:43:35Z
2022-08-18T08:15:16Z
https://github.com/giotto-ai/giotto-tda/issues/603
[]
malalejandra
3
python-visualization/folium
data-visualization
1,270
Maximum bins allowed for different color brewer palettes, in choropleth?
#### Please add a code sample or a nbviewer link, copy-pastable if possible ```python # Your code here ``` #### Problem description Are there maximum no. of bins for different color brewer palettes in choropleth? Because if I am overriding the default 6 bins and setting it to 12, I am getting the message "Ch...
closed
2020-03-07T20:36:14Z
2022-11-07T13:38:56Z
https://github.com/python-visualization/folium/issues/1270
[]
manubhatt3
2
MaxHalford/prince
scikit-learn
23
Global PCA in MFA for categorical fields
Thanks for fixing the previous issue so quickly. There seems to still be an issue with line 76 in MFA.py when "super().fit(self._build_X_global(X))" is running the .fit() for PCA: - For categorical groups, _build_X_global retains the columns as they are (line 90 in MFA.py) - However, line 40 of PCA.py (within the .fi...
closed
2018-05-22T13:31:56Z
2018-08-06T17:37:55Z
https://github.com/MaxHalford/prince/issues/23
[]
danielwang-ow
2
ultralytics/ultralytics
pytorch
19,258
How to improve the accuracy of yolo's pose model keypoint detection
### 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 using yolov11_pose to train on my dataset to detect keypoints, and the t...
open
2025-02-15T09:01:45Z
2025-02-21T08:26:41Z
https://github.com/ultralytics/ultralytics/issues/19258
[ "question", "pose" ]
starzero-hhh
4
pyqtgraph/pyqtgraph
numpy
2,875
pg.PColorMeshItem crashes when x, y array shapes are changed (setData(x, y, z...)).
I am creating a plot using the **PColorMeshItem** over time (i have a timer loop in pyside6), if i change the oversampling of my datas, then the x, y and z array shapes are changing and the python code generates an error when setting the data using the setData(x, y, z) function : Traceback (most recent call last): ...
closed
2023-11-06T16:08:28Z
2023-11-18T21:06:30Z
https://github.com/pyqtgraph/pyqtgraph/issues/2875
[]
Ouam74
2
apache/airflow
machine-learning
47,565
FAB auth manager doesn't show error messages on failed log in
### Apache Airflow version 3.0.0 ### What happened? When you end up on`http://127.0.0.1:9091/auth/login/` (I think this is the FAB auth manager| Maybe it'sand enter gibberish you just get redirected to the same page with no indication of an error.
closed
2025-03-10T13:36:49Z
2025-03-11T13:40:28Z
https://github.com/apache/airflow/issues/47565
[ "kind:bug", "good first issue", "area:auth", "area:UI", "provider:fab", "affected_version:3.0.0beta" ]
ashb
2
Kanaries/pygwalker
plotly
161
Integration with other Libraries
You could add support for integrating with other popular data analysis and visualization libraries like Seaborn, Matplotlib, Plotly, etc. Reasons below. Integrating your tool, PyGWalker, with other popular data analysis and visualization libraries can provide a wide range of benefits: 1.Increased Versatility: Each ...
closed
2023-07-10T13:54:44Z
2023-07-18T06:52:10Z
https://github.com/Kanaries/pygwalker/issues/161
[]
Adesoji1
1
blockchain-etl/bitcoin-etl
dash
41
The information of input is lost
The JSON files are not supported to upload as an attachment. I captured part of a file. All the input arrays in the files downloaded are empty. What's the problem? ![caputre](https://user-images.githubusercontent.com/44991225/75783472-98050000-5d9b-11ea-8e99-fb759ea8faa1.PNG)
closed
2020-03-03T14:09:19Z
2020-03-04T07:09:50Z
https://github.com/blockchain-etl/bitcoin-etl/issues/41
[]
jingxin3
0
Yorko/mlcourse.ai
seaborn
590
Issue with filling NAN values in the demo assignment 3
In assignment03_decision_trees.ipynb and its solution, there is this piece of code: for c in categorical_columns: data_train[c].fillna(data_train[c].mode(), inplace=True) data_test[c].fillna(data_train[c].mode(), inplace=True) This code is supposed to replace the NAN values with the mode of the correspo...
closed
2019-04-19T05:11:49Z
2019-05-14T16:14:16Z
https://github.com/Yorko/mlcourse.ai/issues/590
[]
Shakarim94
2
hbldh/bleak
asyncio
1,284
Debug output with Python 3.11 could be improved to match 3.10
* bleak version: 0.20.2 * Python version: 3.11.3 * Operating System: Windows * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description With Python 3.10.x some lines looked like this: ``` 10:36:52.675 [07396] bleak.ba: [D] session_status_changed_event_handler: id: <_bleak_winrt_Windows_Devices_Blu...
closed
2023-04-20T10:28:33Z
2023-07-20T15:02:15Z
https://github.com/hbldh/bleak/issues/1284
[ "enhancement", "Backend: WinRT" ]
megholm
2
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,277
Is this open source or paid?
Hi just confirming. I am trying to build a project for school and the dev i hired to do so said this is a paid tool and asking for a key. Is that a case or this is open source? Pleasd guide Thankyou XOXO
closed
2023-12-10T22:03:07Z
2024-02-05T11:21:23Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1277
[]
mustakimweb
1
twelvedata/twelvedata-python
matplotlib
91
[Bug] Indices Websocket broken and Indices REST data wrong
Unable to subscribe to these symbols anymore: GSPC, DJI, NDX, VIX, FTSE, GDAXI Failed to subscribe to websocket symbols: [{'symbol': 'DJI', 'type': 'COMMON_STOCK'}, {'symbol': 'NDX'}, {'symbol': 'GSPC'}, {'symbol': 'VIX'}] - I can still subscribe to crypto and forex. The REST endpoints for these indices ...
closed
2024-10-24T17:10:57Z
2024-10-25T13:41:14Z
https://github.com/twelvedata/twelvedata-python/issues/91
[]
jbonilla-tao
2
tableau/server-client-python
rest-api
716
Get User is restricted to administrators only
As it is right now the API is only really usable by site administrators Many methods are not restricted to administrators such as `Add Workbook Permissions` and others, but the API uses uuid for almost everything, and there is no way other than `Get Users` to get a user's id, without permissions on that method, the ...
open
2020-11-02T13:39:58Z
2022-10-07T23:54:43Z
https://github.com/tableau/server-client-python/issues/716
[ "Design Proposal", "Server-Side Enhancement", "needs investigation" ]
saucoide
0
kubeflow/katib
scikit-learn
2,180
Enable namespace specification in `KatibClient` class
/kind feature **Describe the solution you'd like** It would enhance UX if namespace could be specified at `KatibClient` instantiation time, similar to what the KFP Client [supports](https://kubeflow-pipelines.readthedocs.io/en/sdk-2.0.1/source/client.html#kfp.client.Client). It could still be overwritten in individ...
closed
2023-07-25T16:33:08Z
2023-08-01T15:18:09Z
https://github.com/kubeflow/katib/issues/2180
[ "kind/feature", "area/sdk" ]
droctothorpe
4
ray-project/ray
data-science
51,165
[telemetry] Importing Ray Tune in an actor reports Ray Train usage
See this test case: https://github.com/ray-project/ray/pull/51161/files#diff-d1dc38a41dc1f9ba3c2aa2d9451217729a6f245ff3af29e4308ffe461213de0aR22
closed
2025-03-07T17:38:07Z
2025-03-17T17:56:38Z
https://github.com/ray-project/ray/issues/51165
[ "P1", "tune" ]
edoakes
0
holoviz/panel
plotly
7,579
Tooltip goes off screen if placed near end of the row
<!-- Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required informa...
open
2025-01-02T07:04:43Z
2025-03-11T14:35:10Z
https://github.com/holoviz/panel/issues/7579
[ "bokeh" ]
kdheepak
1
recommenders-team/recommenders
deep-learning
1,881
[BUG] tests/unit/recommenders/datasets/test_dataset.py fails on Windows
### Description When running tests in the above file in Windows, test_maybe_download() and test_maybe_download_maybe() fail due to Linux-specific asserts ### In which platform does it happen? Windows on Local <!--- Describe the platform where the issue is happening (use a list if needed) --> <!--- For example: -...
closed
2023-02-19T15:38:49Z
2023-02-20T16:15:49Z
https://github.com/recommenders-team/recommenders/issues/1881
[ "bug" ]
wutaomsft
1
automagica/automagica
automation
85
opencv-python==3.4.2.17 not available
C:\Users>pip install https://github.com/OakwoodAI/automagica/tarball/master Collecting https://github.com/OakwoodAI/automagica/tarball/master Downloading https://github.com/OakwoodAI/automagica/tarball/master / 45.2MB 6.4MB/s Collecting plyer==1.4.0 (from Automagica==1.0.10) Using cached https://files.pyt...
closed
2020-01-08T06:12:53Z
2020-01-15T10:26:17Z
https://github.com/automagica/automagica/issues/85
[]
saurabdongre
1
modelscope/data-juicer
streamlit
102
如何设置清洗后的数据不包含"__dj__stats__"字段?
### Before Asking 在提问之前 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。 - [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分...
closed
2023-11-28T08:26:25Z
2023-11-30T07:00:56Z
https://github.com/modelscope/data-juicer/issues/102
[ "enhancement", "question" ]
ZhouqyCH
3
tqdm/tqdm
jupyter
796
add py3 multithreading example, fix py2 and multiprocessing
`tqdm` works fine with multithreading on python3: ```python from time import sleep from tqdm import tqdm from concurrent.futures import ThreadPoolExecutor def foo(a): tqdm.write("Working on %d" % a) sleep(0.1) return a tqdm.get_lock() # ensures locks exist with ThreadPoolExecutor(max_worker...
open
2019-08-18T13:05:57Z
2019-08-23T14:06:13Z
https://github.com/tqdm/tqdm/issues/796
[ "p3-enhancement 🔥", "help wanted 🙏", "question/docs ‽", "to-fix ⌛", "p2-bug-warning ⚠", "synchronisation ⇶" ]
casperdcl
1
litestar-org/polyfactory
pydantic
526
Bug: Optional lists in coverage produce nested lists
### Description A pydantic BaseModel field with the type `list[int] | None` will produce `[[123]]` Fix incoming ### MCVE ```python from pydantic import BaseModel from polyfactory.factories.pydantic_factory import ModelFactory class Model(BaseModel): optional_list: list[int] | None list(ModelFac...
closed
2024-04-18T07:12:22Z
2025-03-20T15:53:16Z
https://github.com/litestar-org/polyfactory/issues/526
[ "bug" ]
Vegemash
2
unionai-oss/pandera
pandas
1,220
Specified custom strategies for column checks don't get used when generating dataframe-level examples
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandera. - [x] (optional) I have confirmed this bug exists on the master branch of pandera. #### Describe the bug & Code sample Given seemingly any custom check w/ a specified stra...
open
2023-06-12T10:48:59Z
2023-06-14T12:58:55Z
https://github.com/unionai-oss/pandera/issues/1220
[ "bug" ]
honno
0
guohongze/adminset
django
126
自动安装时报Cannot uninstall 'python-ldap'不能卸载
ERROR: Cannot uninstall 'python-ldap'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
closed
2019-09-17T11:26:17Z
2019-09-17T11:28:13Z
https://github.com/guohongze/adminset/issues/126
[]
liuliansp
0