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
pyppeteer/pyppeteer
automation
230
Because of the time limit of IP proxy, how can we add different ip proxy to each page or request? Thank you
open
2021-02-26T07:16:59Z
2021-07-20T06:01:08Z
https://github.com/pyppeteer/pyppeteer/issues/230
[]
fendouwhy
3
comfyanonymous/ComfyUI
pytorch
7,205
那里的问题?
### Feature Idea 求指教 ### Existing Solutions _No response_ ### Other _No response_
closed
2025-03-12T11:25:19Z
2025-03-12T18:10:31Z
https://github.com/comfyanonymous/ComfyUI/issues/7205
[ "Feature" ]
yema99
0
tensorpack/tensorpack
tensorflow
1,367
Duplicate
**Greetings,** First I would like to thank all creators of this framework, it is an awesome tool and was a huge factor in the success of my deep learning project. I've trained a custom Model, it is based on the ResNet50 backbone and does not use a pretrained model. I've evaluated the trained model on my test dat...
closed
2019-12-02T11:09:43Z
2019-12-02T17:54:54Z
https://github.com/tensorpack/tensorpack/issues/1367
[ "duplicate" ]
Razor1O9
0
ultralytics/yolov5
pytorch
12,833
let say we have train a custom model from yolov8 on low resolution images if i give that model to do inference on a high resolution image how the model will handle it in background and is there any information loss in the scaling process
let say we have train a custom model from yolov8 on low resolution images if i give that model to do inference on a high resolution image how the model will handle it in background and is there any information loss in the scaling process _Originally posted by @dharakpatel in https://github.com/ultralyt...
closed
2024-03-21T09:02:41Z
2024-10-20T19:41:52Z
https://github.com/ultralytics/yolov5/issues/12833
[ "Stale" ]
dharakpatel
3
KevinMusgrave/pytorch-metric-learning
computer-vision
304
Set/get the InferenceModel index embeddings, and save/load the index
is there a way to get the embeddings and save them after calling the inference.train_indexer? I really dont want to retrain the indexer each time the app starts. I looked at the code and could't see a way to set/get the list of embeddings or add new ones to the already trained indexer. from what I see, the FaissInde...
closed
2021-04-17T06:19:01Z
2021-05-10T02:54:25Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/304
[ "enhancement", "fixed in dev branch" ]
mosheliv
3
vimalloc/flask-jwt-extended
flask
496
Old Access token still working
Hello. I created an access token with **_create_access_token(identity=handle, fresh=True)_**. Then I copy the access token without using it. If I created another access token for the same user and I try to use it with **_@jwt_required(fresh=True)_** I find out that both access tokens (the one I first created ...
closed
2022-08-27T22:23:28Z
2022-08-28T16:06:22Z
https://github.com/vimalloc/flask-jwt-extended/issues/496
[]
BloverseUkeme
2
miguelgrinberg/python-socketio
asyncio
755
Support custom serialization methods for message queue packets
Currently, `pickle` is used, without an easy option to change it.
open
2021-07-20T23:20:18Z
2021-10-28T23:27:32Z
https://github.com/miguelgrinberg/python-socketio/issues/755
[ "enhancement" ]
miguelgrinberg
6
tensorpack/tensorpack
tensorflow
1,101
When to stop?
Hi Yuxin, Recently I've applied Example/faster-rcnn(mask-rcnn) to medical image processing(breast tumor segmentation), and I have few questions: 1. I noticed that in config.py we use TRAIN.LR_SCHEDULE and TRAIN.STEPS_PER_EPOCH to control training step and epoach number;How to set suitable and appropriate paramete...
closed
2019-03-04T15:05:24Z
2019-03-05T00:46:34Z
https://github.com/tensorpack/tensorpack/issues/1101
[ "unrelated" ]
zxpeter
3
CorentinJ/Real-Time-Voice-Cloning
python
1,140
Caught exception: ModuleNotFoundError("No module named 'sounddevice'") Restarting
Reference voice: enter an audio filepath of a voice to be cloned (mp3, wav, m4a, flac, ...): test.wav Loaded file succesfully Created the embedding Write a sentence (+-20 words) to be synthesized: 我的声音是这样的吗?你来听一下,现在是我克隆的声音。 | Generating 1/1 Done. Created the mel spectrogram Synthesizing the waveform: ...
closed
2022-11-23T12:17:02Z
2022-12-02T08:51:52Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1140
[]
jasonyun
1
modelscope/modelscope
nlp
1,269
如何设置 modelscope 为 HF_ENDPOINT 环境变量呢?
**Describe the feature** 我想设置 HF_ENDPOINT 为 modelscope,应该如何设置?我尝试如下方法,貌似不行: ```python os.environ["HF_ENDPOINT"] = "modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.1.0-py310-torch2.3.1-tf2.16.1-1.22.2" ```
closed
2025-03-17T14:54:59Z
2025-03-18T01:23:53Z
https://github.com/modelscope/modelscope/issues/1269
[]
yuruotong1
1
BayesWitnesses/m2cgen
scikit-learn
229
Refactor count_exprs function
- [ ] Exclude `IdExpr`: https://github.com/BayesWitnesses/m2cgen/pull/208#discussion_r422246777. - [ ] Fix compatibility with fallback expressions: https://github.com/BayesWitnesses/m2cgen/pull/208#issuecomment-628326602.
open
2020-06-01T20:15:09Z
2020-06-01T20:15:09Z
https://github.com/BayesWitnesses/m2cgen/issues/229
[]
StrikerRUS
0
zappa/Zappa
django
1,018
Cloudwatch events errors out when APP_MODULE is not available in zappa_settings.yml
Zappa errors when APP_MODULE is not in zappa_settings.yml and CloudWatch events triggered to Lambda. ## Context When CloudWatch is configured to trigger a Lambda function deployed by Zappa (without APP_MODULE in zappa_settings.yml) and the event data is {'awslogs': {'data': 'some_random_data'}}, the below erro...
closed
2021-08-04T16:48:17Z
2024-04-13T19:37:21Z
https://github.com/zappa/Zappa/issues/1018
[ "no-activity", "auto-closed" ]
rmithun
3
chatanywhere/GPT_API_free
api
42
免费 API key 怎么使用
closed
2023-06-20T05:53:29Z
2023-06-20T06:03:30Z
https://github.com/chatanywhere/GPT_API_free/issues/42
[]
Allen-Scai
0
huggingface/diffusers
deep-learning
10,992
Loading WanTransformer3DModel using torch_dtype=torch.bfloat16 keeps some parameters as float32
### Describe the bug Just checking if this is the expected behavior. Calling WanTransformer3DModel.from_pretrained with argument torch_dtype=torch.bfloat16 keeps some parameters as float32. ### Reproduction ``` repo_id = "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers" transformer = WanTransformer3DModel.from_pretrained(repo_...
closed
2025-03-06T18:48:23Z
2025-03-07T10:25:09Z
https://github.com/huggingface/diffusers/issues/10992
[ "bug" ]
spezialspezial
5
oegedijk/explainerdashboard
dash
74
Reducing time to updating
Hello, In my application I have around 300k samples and many dimensions. In model_summary when I change cutoff, some components (e.g, Model performance metrics, ROC AUC plot, PR AUC plot) take a long time to updating (around 20 seconds) because of the necessity to recalculate the values. Any suggestions on how to ...
closed
2021-01-28T16:02:48Z
2021-02-02T20:42:01Z
https://github.com/oegedijk/explainerdashboard/issues/74
[]
mvpalheta
8
aimhubio/aim
data-visualization
2,583
GCP VertexAI to AIM converter request
## 🚀 Feature A converter or possibly some other kind of solution to export or access Google Cloud Platform (GCP) VertexAI (VAI) experiments in AIM. ### Motivation Ability to seamlessly integrate VAI executions (and associated metadata and artifacts) within AIM. ### Pitch AIM will allow for 1-to-1 access...
open
2023-03-10T01:35:52Z
2023-03-30T04:02:31Z
https://github.com/aimhubio/aim/issues/2583
[ "type / enhancement", "area / integrations" ]
krstp
3
tensorpack/tensorpack
tensorflow
698
Add Style guidelines?
I suggest to pick a style for the formatting i.e. ``` [yapf] based_on_style = chromium ``` ``` yapf -i --recursive ./tensorpack ```
closed
2018-03-17T22:50:26Z
2018-05-30T20:59:39Z
https://github.com/tensorpack/tensorpack/issues/698
[]
Mistobaan
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
185
api错误抖音
你好 !帮我看看抖音api,我无法访问抖音api
closed
2023-03-27T04:28:43Z
2023-03-27T04:33:14Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/185
[ "BUG" ]
cauindo113
2
huggingface/datasets
pytorch
6,663
`write_examples_on_file` and `write_batch` are broken in `ArrowWriter`
### Describe the bug `write_examples_on_file` and `write_batch` are broken in `ArrowWriter` since #6636. The order between the columns and the schema is not preserved anymore. So these functions don't work anymore unless the order happens to align well. ### Steps to reproduce the bug Try to do `write_batch` with any...
closed
2024-02-15T01:43:27Z
2024-02-16T09:25:00Z
https://github.com/huggingface/datasets/issues/6663
[]
bryant1410
3
charlesq34/pointnet
tensorflow
282
[Semantic Segmentation] - Problem when re-training Semantic segmentation, Accuracy decrease with parameter default?
Hi @charlesq34, I'm really grateful when you public this source for me to have a chance to learn. I'm trying to re-training PointNet Semantic Segmentation but seems to be the training process met overfitting/underfitting with the 10th epoch. I still try for researching the cause but I think you can know the more cl...
open
2021-06-07T08:19:02Z
2022-02-10T00:27:18Z
https://github.com/charlesq34/pointnet/issues/282
[]
vanloctc
2
huggingface/peft
pytorch
1,391
Softprompt broken with use_cache=True
### System Info I am using transformers 4.37 and peft 0.7.1 Quite simply, generate is broken with use_cache = True. Probably it has something to do with this error: https://github.com/kipgparker/soft-prompt-tuning/issues/7 This was working in previous versions, but broke recently. I am not sure what versi...
closed
2024-01-23T15:57:30Z
2024-02-06T01:38:47Z
https://github.com/huggingface/peft/issues/1391
[]
Rallio67
3
lanpa/tensorboardX
numpy
500
Is there anyway for me to add new content in a existing event log?
I want to add new log information into the existing event log after a crash or a break, how should I do it?
closed
2019-08-27T09:00:08Z
2019-10-03T13:55:41Z
https://github.com/lanpa/tensorboardX/issues/500
[]
ArchNew
1
marshmallow-code/flask-smorest
rest-api
7
flask_classful support
I use [flask_classful](https://github.com/teracyhq/flask-classful) in some of my projects, and it would be great if it was supported. I'll need to dig into the code a bit more, but I'm fairly certain flask_classful's main export, `FlaskView`, is fairly similar in implementation to the now standard `Flask.MethodView`...
closed
2018-09-06T05:17:36Z
2019-09-21T00:53:30Z
https://github.com/marshmallow-code/flask-smorest/issues/7
[ "question" ]
connebs
9
scikit-hep/awkward
numpy
2,971
Intermittent segfault in pypy
### Version of Awkward Array HEAD ### Description and code to reproduce We now have a test that's tracking it, but that test fails (with the segfault) occasionally, and we eventually need to do something about it. If we knew that the segfault is _only_ in pypy, then I'm partially inclined to just declare that we ...
closed
2024-01-19T23:01:52Z
2024-05-02T17:07:47Z
https://github.com/scikit-hep/awkward/issues/2971
[ "bug" ]
jpivarski
0
adithya-s-k/marker-api
rest-api
10
Tried to convert multiple pdf files, reported error: itmalloc(): unsorted double linked list corrupted
### Tried to convert multiple pdf files: ![image](https://github.com/adithya-s-k/marker-api/assets/42060616/3d47b498-4778-45d3-9d70-df114bae342e) ### reported error: ![image](https://github.com/adithya-s-k/marker-api/assets/42060616/dbd6ab70-59a2-4a5b-bac3-855c31ccab78)
open
2024-06-21T02:53:56Z
2024-06-21T08:34:53Z
https://github.com/adithya-s-k/marker-api/issues/10
[]
Sakura4036
1
cobrateam/splinter
automation
432
Firefox 41 workaround: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms
Firefox 41 allows only installation of signed extensions. Selenium does not have a signed extension available yet. Running Splinter on Firefox 41 fails with `Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms` You can make Firefox to work again by dropping: ``` firefox_profile.set_preference('xpinstal...
closed
2015-09-10T12:40:28Z
2016-01-22T18:51:25Z
https://github.com/cobrateam/splinter/issues/432
[]
miohtama
3
deepspeedai/DeepSpeed
pytorch
6,629
when take --bind_cores_to_rank on,only half of CPUs is used
#!/bin/bash NUM_NODES=1 NUM_GPUS=3 EXPERTS=3 deepspeed --num_nodes=${NUM_NODES}\ --num_gpus=${NUM_GPUS} \ --bind_cores_to_rank \ train_autodirect_moe.py \ --log-interval 100 \ --noisy-gate-policy 'RSample' \ --moe-param-group \ --config ../configs/autoDirectFinal/XXX.json \ --gpus ${N...
closed
2024-10-16T08:54:33Z
2024-10-25T17:24:02Z
https://github.com/deepspeedai/DeepSpeed/issues/6629
[]
GensokyoLover
2
anselal/antminer-monitor
dash
66
Antminer R4 support
A user on reddit asked for support for Antminer R4. >https://www.reddit.com/r/BitcoinMining/comments/75twce/antminer_monitor_opensource_monitoring_software/ds1cl3b/ Can you add the R4? It only has 2, instead of 3, boards (126 chips).
closed
2018-02-01T17:18:24Z
2018-02-21T23:58:49Z
https://github.com/anselal/antminer-monitor/issues/66
[ ":pick: miner_support" ]
anselal
2
JoeanAmier/XHS-Downloader
api
42
quicktime format can be saved as mov format
Hello, when I was working on this link, I found a point that could improve the user experience:[http://xhslink.com/6eOiVy](http://xhslink.com/6eOiVy) The video in this URL is downloaded through the program and saved in quicktime format. Its download address is [https://sns-video-hw.xhscdn.com/01024301kqe0qqgvdwc050m...
open
2024-01-08T05:18:06Z
2024-01-08T14:07:02Z
https://github.com/JoeanAmier/XHS-Downloader/issues/42
[]
SherlockNovitch
1
eriklindernoren/ML-From-Scratch
deep-learning
10
Tiene probela
closed
2017-03-02T18:35:39Z
2017-03-02T18:37:22Z
https://github.com/eriklindernoren/ML-From-Scratch/issues/10
[]
Anon23456
0
cleanlab/cleanlab
data-science
406
CleanLearning default classifier
Currently CleanLearning can be run like this which is nice for users who don't know what classifier to use for their data: ``` cl = CleanLearning() cl.find_label_issues(data, labels) ``` but it always defaults to sklearn's LogisticRegression, which may not work for many types of `data`. Consider deferring the choi...
open
2022-09-06T20:44:01Z
2023-11-23T18:42:03Z
https://github.com/cleanlab/cleanlab/issues/406
[ "enhancement", "good first issue" ]
jwmueller
5
cleanlab/cleanlab
data-science
1,127
update knn shapely score transformation
to be: max(x, 0) , instead of the current transformation: 0.5*(x+1) Needs property based testing. Test should fail if x is ever negative pre-transformation. Also update the is_issue threshold to be <= 1e-6
closed
2024-05-23T17:51:33Z
2024-06-19T19:09:36Z
https://github.com/cleanlab/cleanlab/issues/1127
[ "next release" ]
jwmueller
0
NVlabs/neuralangelo
computer-vision
217
problem about ground truth
I saw the GT was obtained from structured-light scanner in the paper ![Screenshot from 2024-11-28 10-11-58](https://github.com/user-attachments/assets/63a1dd9b-bdde-4f75-9350-aff10274c462) anyone can give me some instructions about how to get GT 3D model from structured-light scanner ? (assume I have got one)
open
2024-11-28T02:17:46Z
2024-11-28T02:17:46Z
https://github.com/NVlabs/neuralangelo/issues/217
[]
NNsauce
0
flasgger/flasgger
flask
496
Unable to set different endpoint in config for static files
If to set another 'endpoint' value in config we receive error. Static files have hardcoded endpoint: https://github.com/flasgger/flasgger/blob/0e51362abe0c890688b39eacd807228b8207b161/flasgger/base.py#L99 Example: config = Swagger.DEFAULT_CONFIG config['endpoint'] = 'flaskgger' Swagger(application, config=c...
open
2021-09-22T04:33:47Z
2021-09-22T04:33:47Z
https://github.com/flasgger/flasgger/issues/496
[]
karinazuzex
0
christabor/flask_jsondash
flask
147
add requests_mock to requirements.txt
This should help Travis tests pass. Alternatively can change travis.yml,
closed
2017-12-01T15:52:23Z
2018-05-09T23:27:23Z
https://github.com/christabor/flask_jsondash/issues/147
[ "testing" ]
epogrebnyak
1
zappa/Zappa
django
437
[Migrated] Route 53 Hosted Zones not updated after `zappa certify` and Let's Encrypt
Originally from: https://github.com/Miserlou/Zappa/issues/1141 by [ScottSturdivant](https://github.com/ScottSturdivant) After following the [Let's Encrypt Guide](https://github.com/Miserlou/Zappa/blob/master/docs/domain_with_free_ssl_dns.md) and running the `zappa certify` command, I waited 1.5 hours (more than the 40...
closed
2021-02-20T08:32:55Z
2024-04-13T16:17:51Z
https://github.com/zappa/Zappa/issues/437
[ "no-activity", "auto-closed" ]
jneves
2
microsoft/qlib
machine-learning
1,757
HS_SYMBOLS_URL 404
## 🐛 Bug Description The URL used in scripts/data_collector/utils.py is dead. ## To Reproduce Steps to reproduce the behavior: 1. run collector.py under scripts/data_collector/pit 2. it gets stuck after logging "get cn stock symbols....." 3. debug finds that `requests.get(HS_SYMBOLS_URL.format(s_type=_k)...
open
2024-03-11T03:50:27Z
2024-04-14T05:56:28Z
https://github.com/microsoft/qlib/issues/1757
[ "bug" ]
zhstark
1
donnemartin/system-design-primer
python
657
system_design
open
2022-04-13T08:39:24Z
2022-04-23T13:17:58Z
https://github.com/donnemartin/system-design-primer/issues/657
[ "needs-review" ]
abnnjo
0
onnx/onnx
scikit-learn
5,848
ONNX model > 2G
# Ask a Question ### Question Hello, I am converting an onnx model that is larger than 2G. I know that it cannot > 2G because of Google's protobuf. What I want to ask is is there any way to overcome the 2G limit? Can you give me some ideas?
closed
2024-01-09T09:34:41Z
2025-01-31T06:44:03Z
https://github.com/onnx/onnx/issues/5848
[ "question", "stale" ]
hch-baobei
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,146
OSError: PortAudio library not found
Does it have to do with FFMPEG?
closed
2022-12-11T14:18:25Z
2023-01-08T08:55:15Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1146
[]
pikleman101
1
waditu/tushare
pandas
969
stk_account接口超时
使用http的Restful请求经常返回超时, 请求如下: {"api_name":"stk_account","token":"","params":{"start_date":"20010101","end_date":"20010201"},"fields":null} 返回如下: <html> <head> <title>504 Gateway Time-out</title> </head> <body bgcolor="white"> <center> <h1>504 Gateway Time-out</h1> ...
closed
2019-03-17T08:48:27Z
2019-03-25T13:18:03Z
https://github.com/waditu/tushare/issues/969
[]
xiaokesong
1
Anjok07/ultimatevocalremovergui
pytorch
674
Error
hi im getting an error and im not sure why, can you help. Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: ZeroDivisionError: "float division by zero" Traceback Error: " File "UVR.py", line 4716, in process_st...
open
2023-07-19T06:26:27Z
2023-07-19T06:26:27Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/674
[]
JayLogan93
0
tflearn/tflearn
data-science
487
Is there any complete examples on training using multi-gpus?
I'm a fresher of tflearn. Recently I'm trying to accelerate training using multi-gpus, but haven't found any tutorials/examples on that.
open
2016-11-29T06:41:56Z
2017-06-30T11:32:54Z
https://github.com/tflearn/tflearn/issues/487
[]
bohanzhuang
1
fastapi-users/fastapi-users
asyncio
343
VARCHAR requires a length on dialect mysql
Hello # Problem There is something error on creating tables on MySQL. ` sqlalchemy.exc.CompileError: (in table 'user', column 'email'): VARCHAR requires a length on dialect mysql ` effected columns SQLAlchemyBaseUserTable: email hashed_password SQLAlchemyBaseOAuthAccountTable: oauth_name access_token ref...
closed
2020-09-27T09:46:41Z
2020-09-30T12:48:51Z
https://github.com/fastapi-users/fastapi-users/issues/343
[ "bug" ]
soulee-dev
2
widgetti/solara
jupyter
506
Help trying to port my widget to work in Solara
I am the creator of [Buckaroo](https://github.com/paddymul/buckaroo) a full featured dataframe viewer that wraps ag-grid. I am trying to figure out how to expose buckaroo as a component for Solara apps. A couple of points: * Buckaroo extends ipywidgets.DOMWidget * Buckaroo generally functions as its own miniapp c...
open
2024-02-17T16:26:35Z
2024-02-17T16:36:35Z
https://github.com/widgetti/solara/issues/506
[]
paddymul
2
ansible/awx
automation
15,712
Host and Group vars reordered (sorted alphabetically)
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-12-18T17:00:33Z
2025-01-22T18:57:04Z
https://github.com/ansible/awx/issues/15712
[ "type:bug", "component:ui", "help wanted", "community" ]
leweafan
0
alteryx/featuretools
data-science
2,680
Update deps so min dependency generator works
closed
2024-02-23T17:39:44Z
2024-02-26T14:59:07Z
https://github.com/alteryx/featuretools/issues/2680
[]
thehomebrewnerd
0
mwaskom/seaborn
matplotlib
3,176
pandas plotting backend?
Plotly has toplevel `.plot` function which allows for a [pandas plotting backend](https://github.com/pandas-dev/pandas/blob/d95bf9a04f10590fff41e75de94c321a8743af72/pandas/plotting/_core.py#L1848-L1861) to exist: https://github.com/plotly/plotly.py/blob/4363c51448cda178463277ff3c12becf35dbd3b8/packages/python/plotly...
closed
2022-12-05T08:43:50Z
2022-12-06T21:32:08Z
https://github.com/mwaskom/seaborn/issues/3176
[]
MarcoGorelli
8
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
379
老师!怎么faster-rcnn怎么训练单通道的数据集
我做了如下改动: 1. 在mobilenetv2_model.py 修改了第一层卷积的输入通道数,改成了1 2. 我在transforms里加入了一个修改图片通道数的预处理,并添加到了开头的transforms.Compose中 class Grayscale(nn.Module): def __init__(self, num_output_channels=1): super().__init__() self.num_output_channels = num_output_channels def __call__(self, image, target): ...
closed
2021-10-27T07:36:33Z
2021-10-28T08:44:36Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/379
[]
ghost
2
aleju/imgaug
deep-learning
178
Does this code use the gpu ?
Hi. I just found out that opencv-python doesn't actually use the gpu, even when properly compiled with cuda support on. I'm currently actively looking for a package that does so. Does this repo expose a code that makes augmentations run on gpu ?
open
2018-09-10T15:10:03Z
2018-10-30T14:50:22Z
https://github.com/aleju/imgaug/issues/178
[]
dmenig
2
mouredev/Hello-Python
fastapi
405
皇家国际创联娱乐值得信赖的在线赌场 - 2025年最佳在线博彩网站
上线博彩对于那些寻求顶级在线博彩平台的人来说,皇家国际创联娱乐在线赌场是最佳选择。创联娱 下载游戏APP对该平台进行了彻底研究并深入研究,以提供全面的见解。是皇家国际创联娱乐一家值得信赖且信誉良好的在线赌场,拥有各种在线赌场游戏,注重玩家安全、隐私和用户友好性。 创联娱乐开始您的在线博彩游戏娱乐平台 下载创联娱乐游戏APP网址-376838.com 也可以通过加微信我们工作人员帮你 开户欢迎各位喜爱玩家来咨询 微信::xiaolu460570 和飞机:@lc15688 凭借十多年的经验创联娱乐在线赌场已经建立了庞大而忠诚的客户群,包括游戏爱好者和来自各个行业的名人,巩固了其作为皇家国际公司顶级在线赌场之一的地位。这家值得信赖的在线...
closed
2025-02-23T04:51:25Z
2025-03-02T11:12:44Z
https://github.com/mouredev/Hello-Python/issues/405
[]
yzclylgj
0
dask/dask
pandas
11,842
⚠️ Upstream CI failed ⚠️
[Workflow Run URL](https://github.com/dask/dask/actions/runs/14025315686) <details><summary>Python 3.12 Test Summary</summary> ``` dask/dataframe/tests/test_dataframe.py::test_describe_numeric[tdigest-test_values0]: AssertionError: DataFrame are different DataFrame shape mismatch [left]: (7, 2) [right]: (8, 2) dask/...
open
2025-03-23T02:01:10Z
2025-03-24T02:02:50Z
https://github.com/dask/dask/issues/11842
[ "upstream" ]
github-actions[bot]
0
NullArray/AutoSploit
automation
1,318
needs updating to work with newer pip ie kali 2022.4 compatible
<!-- Package python-pip is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python3-pip E: Package 'python-pip' has no installation candidate ./install.sh: ...
open
2023-03-13T14:51:03Z
2023-03-13T14:51:03Z
https://github.com/NullArray/AutoSploit/issues/1318
[]
jamieduk
0
huggingface/datasets
numpy
6,810
Allow deleting a subset/config from a no-script dataset
As proposed by @BramVanroy, it would be neat to have this functionality through the API.
closed
2024-04-15T07:53:26Z
2025-01-11T18:40:40Z
https://github.com/huggingface/datasets/issues/6810
[ "enhancement" ]
albertvillanova
3
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,483
[Bug]: Loading an fp16 SDXL model fails on MPS when model loading RAM optimization is enabled
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
open
2024-04-11T05:57:42Z
2024-04-11T05:58:36Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15483
[ "bug-report" ]
akx
0
iterative/dvc
data-science
9,789
dvc remove --force
At the moment (v2.58.2), `dvc remove {target.dvc}` first unprotects `{target.dvc}`, at least when applied to `.dvc` files. I'm sure that this is a good reason for this, but this can be painfully slow for large files. I'd like to request a `--force` option that just does all the other `dvc remove` stuff, but witho...
open
2023-08-02T09:56:54Z
2024-01-11T20:47:10Z
https://github.com/iterative/dvc/issues/9789
[ "feature request", "p3-nice-to-have", "A: data-management" ]
johnyaku
4
yunjey/pytorch-tutorial
deep-learning
186
i can't doenload the pretrained model, may you send the model to me? my email is 2413226942@qq.com
closed
2019-07-30T05:47:38Z
2019-07-30T05:47:45Z
https://github.com/yunjey/pytorch-tutorial/issues/186
[]
zhengmingzhang
0
man-group/arctic
pandas
638
date util test fail when run from a Europe/London timezone
#### Arctic Version ``` 1.69.0 ``` #### Arctic Store ``` Any ``` #### Platform and version Ubuntu 14.04.5 LTS, python 2.7.6 #### Description of problem and/or code sample that reproduces the issue Test `tests/unit/date/test_util.py#test_datetime_to_ms_and_back()` fails when run from a machine l...
closed
2018-10-15T15:06:54Z
2018-10-26T01:02:18Z
https://github.com/man-group/arctic/issues/638
[]
krywen
1
deepset-ai/haystack
nlp
8,681
Haystack should not configure root logger handlers
**Describe the bug** Any application that imports this library cannot expect their own configuration of the Python root logger to be respected, because this library adds to the root logger's list of handlers. This issue occurred previously in https://github.com/deepset-ai/haystack/issues/2485 and https://github.com...
open
2025-01-03T21:17:31Z
2025-01-06T08:47:40Z
https://github.com/deepset-ai/haystack/issues/8681
[ "P2" ]
CSRessel
0
keras-team/keras
python
20,112
Custom loss usage by name: not working in V3 but worked in V2
Default use case for custom loss in V2 (for me) was: 1. Register custom loss with register_keras_serializable 2. Use it in model compile by name compile(loss="MyPackage>MyLoss") This worked in Keras V2, but not working in Keras V3. Here is a simple test https://colab.research.google.com/drive/1R3z3fFhV7NN1Oa_HJY...
open
2024-08-12T11:49:14Z
2024-08-22T10:39:13Z
https://github.com/keras-team/keras/issues/20112
[ "type:support" ]
shkarupa-alex
4
mitmproxy/pdoc
api
248
SyntaxError in templates: unexpected EOF while parsing
#### Problem Description When parsing our Python 3.8 compatible code-base, the following error occurs, after generating parts of the documenation: ``` File "/usr/local/lib/python3.8/dist-packages/jinja2/runtime.py", line 262, in call return __obj(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages...
closed
2021-04-20T16:13:16Z
2021-04-21T11:06:16Z
https://github.com/mitmproxy/pdoc/issues/248
[ "bug" ]
jstriebel
7
vitalik/django-ninja
pydantic
970
[BUG] Unable to generate pydantic-core schema for <class 'function'>.
**Describe the bug** When I try to pass a function to auth I receive an error from Pydantic about it being `Unable to generate pydantic-core schema for <class 'function'>.` **Versions (please complete the following information):** - Python version: 3.10 - Django version: 4.2.5 - Django-Ninja version: 1.0.1 ...
open
2023-12-01T07:07:03Z
2023-12-05T18:18:38Z
https://github.com/vitalik/django-ninja/issues/970
[]
alessandrosp
1
Sanster/IOPaint
pytorch
284
Many dependencies are pinned to specific versions
I am trying to add this to an environment with other dependencies and it's extremely easy to break everything due to many pinned dependencies to specific versions (== in the requirements file). Are those pinned dependencies strictly needed?
closed
2023-04-20T08:36:22Z
2023-04-30T14:33:23Z
https://github.com/Sanster/IOPaint/issues/284
[]
luke14free
1
ray-project/ray
deep-learning
50,762
Minio as S3 storage
### Description I want to use Minio as the storage for S3. When I released it, I pointed to the S3 address of Minio, but there was an error message. `Runtime env setup for app 'api' failed: Traceback (most recent call last): File "/home/ray/anaconda3/lib/python3.9/site-packages/ray/serve/_private/application_state....
closed
2025-02-20T08:15:50Z
2025-02-21T07:52:51Z
https://github.com/ray-project/ray/issues/50762
[ "triage", "docs" ]
CurtainRight
1
nteract/papermill
jupyter
400
How to retain widget state in output notebooks?
I'm trying to use papermill to generate report notebooks that include ipywidgets in their outputs. When I use papermill to build these, the widget state doesn't seem to be included in the output notebook. I've tried playing around with this a bit and have found the following things: * If I run the notebook and creat...
open
2019-07-15T21:39:11Z
2022-06-14T01:39:32Z
https://github.com/nteract/papermill/issues/400
[]
choldgraf
5
tfranzel/drf-spectacular
rest-api
1,390
extend_schema_field not work in @extend_schema_serializer class
**Describe the bug** I'm using drf_spectacular 0.28.0 and `drf_spectacular.openapi.AutoSchema` I want to use two layers envelopes as following ```json { // RootEnvelope "success": true, "list": { // PageEnvelope "count": 42, "items": [ // ItemSerializer(many=True) { "id": 0, "name": ...
open
2025-03-06T17:08:41Z
2025-03-06T17:35:02Z
https://github.com/tfranzel/drf-spectacular/issues/1390
[]
hsupu
0
browser-use/browser-use
python
470
Add support for deepseek janus
### Problem Description Add support for deepseek janus 7b multimodal model ### Proposed Solution add new deep seek janus model ### Alternative Solutions _No response_ ### Additional Context _No response_
open
2025-01-29T18:19:51Z
2025-01-29T18:19:51Z
https://github.com/browser-use/browser-use/issues/470
[ "enhancement" ]
a-ma-n
0
Lightning-AI/pytorch-lightning
data-science
20,425
When interrupting a run with Ctrl+C, sometimes the WandbLogger does not upload a checkpoint artifact
### Bug description When interrupting a run with Ctrl+C, the WandbLogger does not upload a checkpoint artifact ### What version are you seeing the problem on? v2.4 ### How to reproduce the bug _No response_ ### Error messages and logs ``` Epoch 20: 28%|██▏ | 6502/23178 [29:11<1:14:53, 3.71it/s, v_num=gwj7...
open
2024-11-16T15:30:30Z
2024-11-16T21:28:59Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20425
[ "bug", "needs triage", "ver: 2.4.x" ]
edmcman
2
MagicStack/asyncpg
asyncio
457
Custom Codec doesn't work with DOMAIN types
* **asyncpg version**: 0.18.3 * **PostgreSQL version**: 11.3 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Local * **Python version**: 3.7.3 * **Platform**: MacOS * **Do you use pgbouncer?**: No * **Did you install asyncpg with pip?**: Yes ...
closed
2019-06-13T23:16:58Z
2020-12-02T01:37:45Z
https://github.com/MagicStack/asyncpg/issues/457
[]
kjmph
7
STVIR/pysot
computer-vision
40
关于画面切换的目标追踪目前支持吗
提个外行的问题😁尝试了一下,剪了一段视频最初ROI选定人脸,由于画面有切换,不是一直追踪拍摄,切换后目标就乱了,使用SiamMask算法,SiamRPN稍好一点。有时会再捕捉到原目标,有时就走远了~~ ![test1](https://user-images.githubusercontent.com/38170974/59265884-dc35fa80-8c78-11e9-8fa5-d184ee33807d.gif)
closed
2019-06-11T10:44:10Z
2019-11-26T09:02:13Z
https://github.com/STVIR/pysot/issues/40
[]
Anonym91
7
piskvorky/gensim
machine-learning
3,341
Clean up aarch64 wheel builds
in .travis.yml: - [ ] Build Python 3.10 wheels - [ ] Perform the wheel builds regularly, so we know when something breaks - [ ] Document the separate travis.yml file in the wiki (e.g. "we use Travis for aarch64 because github actions don't support aarch64 builds yet")
open
2022-05-02T12:35:12Z
2022-05-02T12:35:12Z
https://github.com/piskvorky/gensim/issues/3341
[ "help wanted", "housekeeping" ]
mpenkov
0
mwaskom/seaborn
matplotlib
3,237
`so.Hist`: Document and propagate `weight` parameter
`so.Hist()` has a currently-undocumented `weight` parameter that can be used to make a weighted histogram like so: ```python df = sns.load_dataset('titanic') df = df[['age', 'fare']].dropna() # can't deal well with NaNs. This is not the bug reported! # Total fare collected for each age group: ( so.Plot(df,...
open
2023-01-26T00:07:36Z
2024-12-05T06:54:54Z
https://github.com/mwaskom/seaborn/issues/3237
[ "docs", "objects-stat" ]
sschuldenzucker
2
MolSSI/cookiecutter-cms
pytest
10
Version management
There are a few tools that allow for fairly nice automatic versioning. Something to think about but certainly not necessary. https://docs.openstack.org/pbr/latest/user/features.html#version And I think ParmEd uses https://github.com/warner/python-versioneer
closed
2018-03-16T20:46:02Z
2018-10-05T14:33:07Z
https://github.com/MolSSI/cookiecutter-cms/issues/10
[]
ctk3b
7
mwaskom/seaborn
matplotlib
3,755
NameError: name 'FloatSlider' is not defined when using widgets.py without ipywidgets installed
<small>I'm running the latest seaborn (0.13.2) on Mac OS 14.2.1 (x86_64), Python 3.12.4.</small> ## The issue When a user attempts to use widgets from widgets.py module without having ipywidgets installed, the intended ImportError is not raised because of a NameError raised moments before that. Steps to reproduc...
open
2024-08-29T07:15:11Z
2024-08-29T07:17:26Z
https://github.com/mwaskom/seaborn/issues/3755
[]
mrapacz
1
allenai/allennlp
nlp
5,363
Cannot use ConllCorefScores for general coref tasks
**Is your feature request related to a problem? Please describe.** The coreference model implement in allennlp [coref.py](https://github.com/allenai/allennlp-models/blob/4eb7c27d7fad00ac886ffdefc6c152909fa28f23/allennlp_models/coref/models/coref.py#L24) is based on [Higher-order Coreference Resolution with Coarse-to-f...
closed
2021-08-17T22:50:22Z
2021-08-31T19:49:29Z
https://github.com/allenai/allennlp/issues/5363
[ "Contributions welcome" ]
david-waterworth
2
aimhubio/aim
tensorflow
2,491
Ability to show the run messages in UI
## 🚀 Feature As a user, I want to see run messages displayed in the UI as a separate tab, so that I can view them as a timeline and stay updated on live messages. ### Pitch 1. Add a "Run Messages" tab to the run page 2. Display messages as a timeline 3. Show live updated messages.
closed
2023-01-20T13:53:42Z
2023-02-10T12:56:13Z
https://github.com/aimhubio/aim/issues/2491
[ "type / enhancement", "area / Web-UI", "phase / shipped" ]
VkoHov
0
pytorch/vision
machine-learning
8,438
Allow passing a file-like object to torchvision.io.video.read_video
### 🚀 The feature As the title states, I'd like to be able to pass a file-like object to `read_video`. ### Motivation, pitch As far as I can see, there should be no issue allowing this, as `pyav` supports that. The current `if not os.path.exists(filename):` is the only thing preventing this, as I see it. It c...
closed
2024-05-23T08:54:47Z
2024-06-03T07:59:55Z
https://github.com/pytorch/vision/issues/8438
[]
voegtlel
6
FactoryBoy/factory_boy
sqlalchemy
191
Make previous versions of factory_boy available on PyPI
2.5.0 was released yesterday and it breaks our builds. We would like to pin the factory_boy requirement to an earlier version, until we can sort out why the builds are failing and update our factory_boy usage. This is currently not possible as only the latest version of factory_boy is available on PyPI and we create a ...
closed
2015-03-27T10:52:08Z
2015-03-27T12:46:56Z
https://github.com/FactoryBoy/factory_boy/issues/191
[]
kristaps
2
sktime/sktime
scikit-learn
7,200
[DOC] Feature importances of direct-strategy reduced forecasters with exogenous variables are not documented
**Problem Statement** It is not clear on the documentation of [sktime.forecasting.compose.make_reduction](https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.forecasting.compose.make_reduction.html) how one can interpret the `feature_importances_` of the `estimator`, in the case of direct-strategy f...
open
2024-09-30T10:37:18Z
2024-09-30T11:57:10Z
https://github.com/sktime/sktime/issues/7200
[ "implementing algorithms", "documentation", "module:forecasting" ]
ilias-ant
4
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,601
[Bug]: No module named 'pillow_avif'
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2024-04-22T18:11:18Z
2024-04-23T21:00:08Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15601
[ "not-an-issue" ]
gokuryo
2
ipython/ipython
jupyter
13,915
Autoreload fails silently when a comment is on the same line.
`%autoreload 2 # this line will automatically reload every imported library` This line will fail silently. It does nothing at all and does not produce any error. Libs will not be auto-reloaded and no error ever appear. See line 555 of https://github.com/ipython/ipython/edit/main/IPython/extensions/autoreload.py...
open
2023-01-30T16:30:13Z
2023-01-30T16:31:00Z
https://github.com/ipython/ipython/issues/13915
[]
vmerckle
0
Anjok07/ultimatevocalremovergui
pytorch
1,121
Screenreader Blind user for this program
Hello, I am a blind user for this program and I really love it so far. However, it is not supported by screenreaders such as NVDA for windows. I hope that someone or anjok can make the next version accessible for screenreaders so I can play around the settings more and I wish I can contact him one day if it's possible....
open
2024-01-20T19:49:29Z
2024-01-20T19:49:29Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1121
[]
Miladdb
0
plotly/dash
jupyter
2,940
dcc.Graph with scattermapbox stops updating after double clicking on a trace in the legend
**Describe your context** ``` dash 2.17.1 ``` **Describe the bug** 1. create a map with 7 traces and double click on the seventh trace in the legend to hide all other ones 2. change the map to one with fewer traces 3. get error in console `Uncaught (in promise) Error: Mapbox error.` 4. trying ...
open
2024-08-05T21:50:35Z
2024-08-13T19:57:56Z
https://github.com/plotly/dash/issues/2940
[ "bug", "P3" ]
michaelbabyn
0
microsoft/nlp-recipes
nlp
546
[ASK] Test classes on all supported models
### Description <!--- Describe your general ask in detail --> ### Other Comments
open
2020-01-24T18:25:15Z
2020-01-24T18:25:15Z
https://github.com/microsoft/nlp-recipes/issues/546
[]
hlums
0
swisskyrepo/GraphQLmap
graphql
51
Issue launching GraphQLmap.py - import module not found
Previously it was working fine however, I had to reinstall WSL and try to install GraphQLmap again. When I attempted to, it threw an error once I had extracted the repo and attempted to run the binary from the bin folder provided. I am not sure but, the first time round, installing this was no issue at all. For exam...
open
2023-03-30T10:25:00Z
2023-03-30T10:26:57Z
https://github.com/swisskyrepo/GraphQLmap/issues/51
[]
24allday
0
Farama-Foundation/Gymnasium
api
1,124
[Bug Report] The description of the observation space of "half cheetah" is not correct on the documentation website.
### Describe the bug [https://gymnasium.farama.org/environments/mujoco/half_cheetah/](https://gymnasium.farama.org/environments/mujoco/half_cheetah/) The table of observation space description is not correct. For example, "angle of the second rotor" and "x-coordinate of the front tip" appear repetitively. Some of t...
closed
2024-07-19T19:43:02Z
2024-07-22T10:24:19Z
https://github.com/Farama-Foundation/Gymnasium/issues/1124
[ "bug" ]
chawuchen
1
huggingface/datasets
machine-learning
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
profusion/sgqlc
graphql
223
Add support for `UUID` Type
## 🚀 Feature Request Add support for `UUID` in `sgqlc.types` ## Description <!-- Add a clear and concise description of what this new feature aims to do and achieve --> <!-- Is this new feature related to a specific problem? If so, please describe it --> There are the following types supported by `sgqlc`: `i...
closed
2023-02-23T15:50:58Z
2023-02-27T18:55:43Z
https://github.com/profusion/sgqlc/issues/223
[ "enhancement", "help wanted", "good first issue" ]
neetaBirajdar
3
tensorpack/tensorpack
tensorflow
591
How to use tf.add_check_numerics_ops()
I got nans and inf during training. I would like to use tf.add_check_numerics_ops() to detect the location caused it in the first place. But, I don't know where I should put the code. What is the best way to add tf.add_check_numerics_ops() in tensorpack?
closed
2018-01-15T00:56:06Z
2018-05-30T20:59:32Z
https://github.com/tensorpack/tensorpack/issues/591
[ "usage" ]
junhaenglee
5
sktime/pytorch-forecasting
pandas
1,071
Bug Report: Error encountered when the covariates' size is different in N-Hits
- PyTorch-Forecasting version:0.10.1 - PyTorch version:1.12.0 - Python version:3.8 - Operating System:Linux version 4.19.91-007.ali4000.alios7.x86_64 ### Abstract As #1065 issus metioned, N-HiTS encounters a RuntimeError when using 'time_varying_unknown_reals' and 'time_varying_known_reals' covariates simultan...
closed
2022-07-25T11:44:05Z
2023-10-03T19:06:05Z
https://github.com/sktime/pytorch-forecasting/issues/1071
[]
zhangguangxun
5
sourcery-ai/python-best-practices-cookiecutter
pytest
23
Add `py.typed`
The [PEP 561](https://peps.python.org/pep-0561/) has a lot of best practices when we talk about the distribution and packaging type Information in a Python application. A very simple good practice is to add a `py.typed` file in the project directory. This makes it possible not to have stub files and to embed the ty...
open
2022-09-05T15:58:36Z
2022-09-05T15:58:36Z
https://github.com/sourcery-ai/python-best-practices-cookiecutter/issues/23
[]
av1m
0
sigmavirus24/github3.py
rest-api
995
github3.apps.App(json,session) method
Hi, I'm still trying to learn this library (internship), so my question may look so stupid :laughing: . I'm having issue with the following method parameters : `github3.apps.App(json,session)` I noticed that using github3.login() willl return an authenticated GitHub session BUT I can't find out how to fill that j...
closed
2020-06-15T10:24:55Z
2020-06-15T11:15:32Z
https://github.com/sigmavirus24/github3.py/issues/995
[]
bilelelleuch
1
capitalone/DataProfiler
pandas
674
Azure Synapse table with uniqueidentifier columns fails to profiler
I have lots of tables with multiple columns of type uniqueidentifier when I run them through data profiler i get below error Errored for schema name : P360 table name : Staging_InsertQ4Alignmnets An error occurred while calling o1225.getResult. : org.apache.spark.SparkException: Exception thrown in awaitResult...
closed
2022-10-04T00:37:44Z
2022-10-05T22:44:13Z
https://github.com/capitalone/DataProfiler/issues/674
[]
dilkushpatel
4
hankcs/HanLP
nlp
689
如何在程序中重新加载自定义的词典
## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检索功能](https://github.com/hankcs/HanLP/issues)搜索了我的问题,也没有找...
closed
2017-11-23T03:21:31Z
2020-01-01T10:51:43Z
https://github.com/hankcs/HanLP/issues/689
[ "ignored" ]
kjdongzh
2
public-apis/public-apis
api
3,735
A collective list of free APIs
closed
2023-12-31T17:36:17Z
2024-01-01T06:16:27Z
https://github.com/public-apis/public-apis/issues/3735
[]
Elfera
0
tflearn/tflearn
data-science
1,082
Error during model.load if wrapped inside custom graph
This code works: ` next_network = network.classify_next_item(network.game_config, network.next_network_config) self.next_model = tflearn.DNN(next_network, tensorboard_verbose=0) self.next_model.load(next_item_model_path) ` this code doesn't: ``` self.next_graph = tf.Graph() with self....
open
2018-07-30T13:11:08Z
2018-07-30T13:13:32Z
https://github.com/tflearn/tflearn/issues/1082
[]
deekay42
0
python-restx/flask-restx
api
420
flask restx user case to adopt flask-oidc authentication
Hello Team, Recently I am working on oidc auth for my flask restx app. The most examples I see online about flask-oidc is just based on a barebone flask app. That usually works. But through googling, I do not see any user case where flask restx can adopt flask-oidc for authentication so we can enjoy the benefit o...
open
2022-03-17T19:13:57Z
2022-03-17T19:13:57Z
https://github.com/python-restx/flask-restx/issues/420
[ "question" ]
zhoupoko2000
0
gunthercox/ChatterBot
machine-learning
1,887
Can we Teach The Bot our name? (Question)
I am able to make a bot and have good and basic conversations, but where I get stuck is at making it learn something, like our name or maybe our age. I would love if anyone could teach me how to do something like this: **bot:** Hello, What is your name? **User:** I am DMion **bot:** Nice to meet you DMion! **I ...
open
2019-12-20T07:04:21Z
2019-12-20T07:04:21Z
https://github.com/gunthercox/ChatterBot/issues/1887
[]
DMion-Div
0
plotly/plotly.py
plotly
4,719
Feature request: Support for plotting `pint` scalars
I love the figures generated with plotly. I want to use it as the backend for a Pandas dataframe that has units of measurement using (Pint). Unfortunately, these plots fail with the error: ```python AttributeError: 'float' object has no attribute 'tolist' ``` It seems that the issue is that Plotly is not recogn...
open
2024-08-16T18:54:54Z
2024-08-21T14:17:34Z
https://github.com/plotly/plotly.py/issues/4719
[ "feature", "P3" ]
hdavid16
0
huggingface/datasets
deep-learning
7,425
load_dataset("livecodebench/code_generation_lite", version_tag="release_v2") TypeError: 'NoneType' object is not callable
### Describe the bug from datasets import load_dataset lcb_codegen = load_dataset("livecodebench/code_generation_lite", version_tag="release_v2") or configs = get_dataset_config_names("livecodebench/code_generation_lite", trust_remote_code=True) both error: Traceback (most recent call last): File "", line 1, in File...
open
2025-02-27T07:36:02Z
2025-03-24T05:57:06Z
https://github.com/huggingface/datasets/issues/7425
[]
dshwei
9