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
keras-team/keras
data-science
21,061
Distributed training always produces nans in Keras 3
Trying to run distributed training in Keras 3 results in NaNs in the loss. Here is a simple example that I have copied from the [Simple MNIST convnet example](https://keras.io/examples/vision/mnist_convnet/). The only change is that I have added the `with tf.distribute.MirroredStrategy().scope()` context (and changed `...
closed
2025-03-18T21:13:30Z
2025-03-20T02:02:39Z
https://github.com/keras-team/keras/issues/21061
[ "keras-team-review-pending", "type:Bug" ]
drasmuss
4
sammchardy/python-binance
api
1,473
ThreadedWebsocketManager.stop() has no effect
**Describe the bug** ThreadedWebsocketManager.stop() has no effect **To Reproduce** ![image](https://github.com/user-attachments/assets/c1e62410-1e34-44a6-9645-d52f1b3fc674) **Expected behavior** After I use twm, I want to be able to restart every hour, and then when executing stop function, it does not end, t...
closed
2024-11-15T08:35:15Z
2024-11-28T08:29:10Z
https://github.com/sammchardy/python-binance/issues/1473
[]
XiaoWXHang
1
ClimbsRocks/auto_ml
scikit-learn
27
allow user to pass in a value for scoring=
right now this is particularly important for cases where the predicted classes are ordinal.
open
2016-08-14T08:30:20Z
2017-03-12T00:28:12Z
https://github.com/ClimbsRocks/auto_ml/issues/27
[]
ClimbsRocks
1
PokeAPI/pokeapi
api
299
Implement GraphQL
Hi there! I was thinking about implementing GraphQL (with Graphene) in the PokeAPI, what do you think about that?
open
2017-07-25T02:44:02Z
2019-07-28T10:09:32Z
https://github.com/PokeAPI/pokeapi/issues/299
[ "help wanted", "question" ]
jonatasbaldin
7
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,065
Please add to the github repo Day to Night Conversion using CycleGANS trained on Berkley Deep Drive , Mapillary Dataset
Hi, I have trained a day to night model using your cyclegans code on a mixture of night images from BDD, Mapillary Vistas and Our own dataset. The pretrained model is available in this link : https://drive.google.com/drive/folders/1zFrW5CqlQIbRY1vnTZ54k2wOqn4VDMpe?usp=sharing Kindly add this model in your reposi...
open
2020-06-10T18:15:36Z
2020-07-05T03:03:41Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1065
[]
sauradip
1
polakowo/vectorbt
data-visualization
426
multiple entry signals
It looks like vectorbt auto cleans duplicate entry signals. There is no documentation on how to make multiple entries I.e., buy a share on day X and then buy another share on day Y vectorbt will see the day Y entry as a duplicate and clean it Is it possible in vectorbt to do this?
open
2022-03-29T20:12:50Z
2023-01-16T04:21:02Z
https://github.com/polakowo/vectorbt/issues/426
[]
VanBuren77
6
huggingface/transformers
pytorch
36,058
TypeError: BartModel.forward() got an unexpected keyword argument 'labels'
### System Info ``` TypeError Traceback (most recent call last) [<ipython-input-37-3435b262f1ae>](https://localhost:8080/#) in <cell line: 0>() ----> 1 trainer.train() 5 frames [/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py](https://localhost:8080/#) in _call_imp...
closed
2025-02-06T05:41:36Z
2025-02-07T09:05:38Z
https://github.com/huggingface/transformers/issues/36058
[ "bug" ]
mwnthainarzary
2
modin-project/modin
pandas
7,337
Using dynamic partitioning for broadcast_apply
closed
2024-07-08T16:48:43Z
2024-08-26T13:31:24Z
https://github.com/modin-project/modin/issues/7337
[]
Retribution98
0
BeanieODM/beanie
pydantic
874
[BUG] Migrations don't skip __init__.py file
**Describe the bug** If migration directory has the init file in it, it will be executed as a migration file and marked in the migration history as a migration node. **Expected behavior** Skip the init file and not treat it as a migration.
open
2024-02-21T10:35:34Z
2024-02-26T22:30:10Z
https://github.com/BeanieODM/beanie/issues/874
[ "bug" ]
thorin-schiffer
1
microsoft/qlib
deep-learning
1,194
Are normalization reversible?
## ❓ Questions and Help Suppose I use CSRankNorm on my labels, and I got scores as prediction results. Are these scores reversible, that I can calculate a label from a given score?
closed
2022-07-12T15:59:24Z
2022-07-22T06:05:00Z
https://github.com/microsoft/qlib/issues/1194
[ "question" ]
2young-2simple-sometimes-naive
1
autogluon/autogluon
data-science
4,296
The train of Conv-LoRA
Hi, thanks for your great work! In the run semantic_segmentation file, when trained with COD10K (camouflaged object detection dataset), no train.csv file is displayed, May I ask whether I need to generate this file by myself or just run the prepares-_semantic_segmentation_datasets file?
closed
2024-06-26T07:01:13Z
2024-07-12T21:36:08Z
https://github.com/autogluon/autogluon/issues/4296
[ "bug: unconfirmed", "Needs Triage", "module: multimodal" ]
wang-ziqi993495
3
moshi4/pyCirclize
matplotlib
70
Problem with the .gbk parser
Hello, I am having the same issue as https://github.com/moshi4/pyCirclize/issues/33#top however this is about the gbk file. My gbk have different contigs of different size but only the 1st contig is considered and plotted. furthermore, the legends are not written as specified with the handles. could you please h...
closed
2024-05-23T19:12:00Z
2024-05-24T00:02:31Z
https://github.com/moshi4/pyCirclize/issues/70
[ "question" ]
DioufMouss0
3
feature-engine/feature_engine
scikit-learn
700
[DOCS] Make Contribution code one click copyable
https://github.com/feature-engine/feature_engine#contribute Thought it may be helpful to have any commands one click copyable like in other sections of the readme
closed
2023-10-01T10:45:30Z
2024-07-14T14:39:05Z
https://github.com/feature-engine/feature_engine/issues/700
[]
darigovresearch
1
jina-ai/clip-as-service
pytorch
150
when is the training of example 5 finished?
**Prerequisites** * [x ] Are you running the latest `bert-as-service`? * [x ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [x ] Did you check the [FAQ list in `README.md`](https...
closed
2018-12-19T14:50:06Z
2018-12-25T14:08:33Z
https://github.com/jina-ai/clip-as-service/issues/150
[]
iuria21
1
KrishnaswamyLab/PHATE
data-visualization
140
Error: TypeError: __init__() got an unexpected keyword argument 'k'
hi! thanks for a wonderful package!!when I run the example ,`bmmsc_MAGIC <- magic(bmmsc, genes="Ifitm1")`, `Error: TypeError: __init__() got an unexpected keyword argument 'k'` could anyone give some advice?Thanks!!!
open
2023-09-22T13:34:45Z
2023-09-22T13:34:45Z
https://github.com/KrishnaswamyLab/PHATE/issues/140
[ "question" ]
handesome
0
microsoft/hummingbird
scikit-learn
373
Document and write examples for working with our hb model containers (wrappers)
In working on #226 , I tried to run some of the user-code: ``` onnx_ml_model = convert_xgboost(model, initial_types=initial_types, target_opset=9) onnx_model = convert(onnx_ml_model, "onnx", X) session = ort.InferenceSession(onnx_model.SerializeToString()) ``` which, with our latest updates (since that issue ...
open
2020-11-30T23:51:03Z
2020-11-30T23:59:49Z
https://github.com/microsoft/hummingbird/issues/373
[]
ksaur
1
pyro-ppl/numpyro
numpy
1,432
numpyro.set_host_device_count seems to be ignored?
Hi, Thanks for your work on this excellent package! I'm trying to run jax+numpyro on a CPU with 128 cores. I want it to only use a few of the cores. I'm trying to achieve this behavior like so: ```python import numpyro cpu_cores = 8 numpyro.set_host_device_count(cpu_cores) import jax from jax import lax...
closed
2022-06-17T10:12:24Z
2022-06-26T00:40:14Z
https://github.com/pyro-ppl/numpyro/issues/1432
[ "question" ]
bmorris3
3
scrapy/scrapy
python
5,835
OpenSSLError 'unexpected eof while reading' openssl
### Description Hi I have been getting an error when trying to run `scrapy shell` on a site, unfortunately after trying to figure out I have failed to get at least the root cause of what is going on. Here is the error I have ``` File "/Users/joseayerdis/.pyenv/versions/3.10.4/lib/python3.10/site-packages/twis...
closed
2023-02-24T21:52:54Z
2024-04-17T11:13:56Z
https://github.com/scrapy/scrapy/issues/5835
[ "not reproducible", "needs more info" ]
necronet
7
docarray/docarray
pydantic
1,768
Request for support for MongoDB Atlas Vector Search as DocIndex
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.docarray.org) and still think this feature is missing ### Description Similar to another `DocIndex` such as ElasticSearch v8, I would kindly request t...
closed
2023-08-31T13:16:02Z
2024-08-09T16:03:40Z
https://github.com/docarray/docarray/issues/1768
[]
matbmeijer
6
viewflow/viewflow
django
35
Signals
Andcusevitvin test
closed
2014-04-18T13:45:33Z
2015-07-31T08:25:29Z
https://github.com/viewflow/viewflow/issues/35
[ "request/enhancement" ]
kmmbvnr
2
dnouri/nolearn
scikit-learn
322
Weights sum up to zero
Hello, I got recently this error message, although I read it's been fixed. I'm running python 2.7.13 on a Macbook Air and I've installed the following versions: nolearn 0.6.1.dev0, Theano 0.8.1, Lasagne 0.2.dev1, numpy 1.12.0 The following code was running and if I set up train_split to 0.01, it works. The line bel...
open
2017-03-23T15:51:41Z
2017-03-23T15:51:41Z
https://github.com/dnouri/nolearn/issues/322
[]
mominchen
0
open-mmlab/mmdetection
pytorch
11,323
Questions about the implementation of FocalLossCost
https://github.com/open-mmlab/mmdetection/blob/fe3f809a0a514189baf889aa358c498d51ee36cd/mmdet/models/task_modules/assigners/match_cost.py#L279 What is the meaning of `pos_cost[:, gt_labels] - neg_cost[:, gt_labels]`? Based on FocalLoss, I believe `cls_cost` should be: `cls_cost = pos_cost[:, gt_labels] + torch.sum...
open
2023-12-29T19:28:07Z
2023-12-29T19:28:22Z
https://github.com/open-mmlab/mmdetection/issues/11323
[]
AlphaPlusTT
0
gradio-app/gradio
machine-learning
10,662
ERROR: Exception in ASGI application
I am installing Kohya on Kaggle Guid It gives below error can't make any sense It looks like gradio related since entire code is about gradio both gradio live share and local run on Kaggle gives error so i doubt related to graido live share ``` gradio==5.4.0 gradio_client==1.4.2 fastapi==0.115.8 uvicorn==0.34.0 sta...
closed
2025-02-23T23:23:29Z
2025-03-05T16:59:36Z
https://github.com/gradio-app/gradio/issues/10662
[ "bug", "pending clarification" ]
FurkanGozukara
5
AutoGPTQ/AutoGPTQ
nlp
535
Building cuda extension requires PyTorch issue
Can't compile from source, I get this error when trying to do so. I am running Cuda 12.1, torch 2.1.2+cu121, auto-gptq 0.6.0. I am trying to run TheBloke/Wizard-Vicuna-7B-Uncensored-GPTQ with my RTX 3080 and GTX 1060, both have the same issue. Any ideas? ![Screenshot 2024-02-11 195454](https://github.com/AutoGPTQ/Au...
closed
2024-02-12T02:02:28Z
2024-03-28T10:51:46Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/535
[]
seankim2398
4
dsdanielpark/Bard-API
nlp
46
Exception: SNlM0e value not found in response. Check __Secure-1PSID value.
Traceback (most recent call last): File "F:\Code\Projects\audit\audit-software\data-classification\chat.py", line 6, in <module> bard = Session(token) File "F:\Code\Projects\audit\audit-software\data-classification\session.py", line 19, in __init__ self.bard = Bard(token=self.token, session=session, tim...
closed
2023-05-31T08:48:03Z
2023-05-31T09:11:58Z
https://github.com/dsdanielpark/Bard-API/issues/46
[]
Dhruvagwal
1
drivendataorg/cookiecutter-data-science
data-science
414
[Feature request] Using marimo notebooks for reproducibility
Thanks for the great cookiecutter template; love the mission of this project. I wanted to write with a suggestion to consider recommending [marimo notebooks](https://github.com/marimo-team/marimo) as an alternative to Jupyter notebooks, especially considering the warnings the cookiecutter documentation have for note...
closed
2025-01-11T01:19:10Z
2025-01-11T02:42:33Z
https://github.com/drivendataorg/cookiecutter-data-science/issues/414
[]
akshayka
0
Zeyi-Lin/HivisionIDPhotos
machine-learning
219
2024.11.16: API接口增加美颜参数,和webui的美白强调的区别
![2e1b298a6b3b7d09ea2c255e740c8d8](https://github.com/user-attachments/assets/fd076e3d-ebaa-491e-aadd-5f093eb519d5) 2024.11.16: API接口增加美颜参数,只是deploy_api增加了上图的四个参数吗?和webui的美白强度,有什么区别呢?
open
2024-12-10T07:52:19Z
2025-02-26T05:55:23Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/219
[]
Ronaldoshuang
1
microsoft/hummingbird
scikit-learn
143
Add !pip to notebooks?
Hi There, It would be nice to add `!pip install hummingbird_ml` to the notebooks so when you execute them in colab you dont need to add a line for this manually. I assum though that this is not ideal for CI so please disregard if too much trouble.
closed
2020-06-17T04:45:56Z
2020-06-18T22:28:19Z
https://github.com/microsoft/hummingbird/issues/143
[]
jspisak
3
GibbsConsulting/django-plotly-dash
plotly
453
Investigate and add support for the @callback decorator of Dash 2.0
Dash 2.0 introduced a new decorator `@callback` This appears to be ignored by the current implementation of `django-plotly-dash` and we should investigate and then (if possible) support this form of decoration. This issue has been reported in #452
open
2023-04-17T15:43:55Z
2024-02-28T12:37:04Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/453
[ "enhancement" ]
delsim
1
iperov/DeepFaceLab
machine-learning
569
DFL2.0 extract with debug error
THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE ![2020-01-23](https://user-images.githubusercontent.com/14584343/72963310-48c1cc00-3dfa-11ea-9ce7-e0d9109485b0.png)
closed
2020-01-23T07:06:25Z
2020-01-23T07:38:57Z
https://github.com/iperov/DeepFaceLab/issues/569
[]
Sayat1
0
modelscope/data-juicer
data-visualization
430
why often happen: One of the subprocesses has abruptly died during map operation?
### Before Asking 在提问之前 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。 - [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉...
closed
2024-09-14T07:32:12Z
2024-10-11T09:33:10Z
https://github.com/modelscope/data-juicer/issues/430
[ "question", "stale-issue" ]
strongcc
5
jpadilla/django-rest-framework-jwt
django
155
Tag request?
I know it's only been a day since you fixed this: https://github.com/GetBlimp/django-rest-framework-jwt/commit/5b2ec24e0a47990021e66ab708d4d8110279393b But is there a tag/release planned so that it's available via pip? Thanks
closed
2015-08-26T08:53:31Z
2015-08-26T14:41:22Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/155
[]
gkpo
1
albumentations-team/albumentations
machine-learning
1,640
[Feature Request] Add per image and per channel to Normalize
Normalization transform could be expanded to the: - per image - per image / per channel - min_max - min_max / per channel And it makes sense to add to the docstring typical values for mean and std for standard and inception. Probably as an `example` section. Basically to follow: https://github.com/Christ...
closed
2024-04-08T20:38:05Z
2024-04-10T02:19:49Z
https://github.com/albumentations-team/albumentations/issues/1640
[ "enhancement", "good first issue" ]
ternaus
1
d2l-ai/d2l-en
computer-vision
1,869
Properties of Entropy
Latex error: H(X) :raw-latex:`\geq `0$ for all discrete :math:`X`
closed
2021-08-03T21:34:15Z
2021-08-08T02:15:43Z
https://github.com/d2l-ai/d2l-en/issues/1869
[]
xuanthu2020
1
ashnkumar/sketch-code
tensorflow
9
Code for making the images look hand-drawn
Hi, I am not able to find the code for making the images look hand-drawn. Is that code not released? Will it be possible for you to release that pipeline? Thank you!
open
2018-08-01T13:58:49Z
2018-08-01T13:58:49Z
https://github.com/ashnkumar/sketch-code/issues/9
[]
DeepakSinghRawat
0
babysor/MockingBird
pytorch
816
在使用别人的模型训练时,出现RuntimeError: The size of tensor a (1024) must match the size of tensor b (3) at non-singleton dimension 3
先是使用自己的数据集从零开始训练,然后把别人的模型覆盖本地生成的模型,再运行命令会出现报错 <img width="728" alt="image" src="https://user-images.githubusercontent.com/110330529/213995404-14d89105-8420-49f0-a93e-185b066b6920.png">
open
2023-01-23T08:32:02Z
2023-04-28T12:22:36Z
https://github.com/babysor/MockingBird/issues/816
[]
LjDmaks
1
Miksus/rocketry
automation
121
ENH Support of background tasks
**Is your feature request related to a problem? Please describe.** It seems not possible to run tasks in the background. **Describe the solution you'd like** I would like to run the tasks in the background so it can do other stuff in the meantime. **Describe alternatives you've considered** I use APScheduler right ...
closed
2022-09-27T22:00:06Z
2022-10-02T07:39:39Z
https://github.com/Miksus/rocketry/issues/121
[ "enhancement" ]
Hollander-1908
4
fa0311/TwitterInternalAPIDocument
graphql
409
TweetFavoritersResponse Error
Error: Deserializing '[data, {favoriters_timeline: {timeline: {instructions: [{type: TimelineAddEnt...' to 'TweetFavoritersResponse' failed due to: Deserializing '[favoriters_timeline, {timeline: {instructions: [{type: TimelineAddEntries, e...' to 'TweetFavoritersResponseData' failed due to: Deserializing '[timeline, {...
open
2024-01-02T12:24:51Z
2024-01-02T12:24:51Z
https://github.com/fa0311/TwitterInternalAPIDocument/issues/409
[]
myaicreator
0
15r10nk/inline-snapshot
pytest
65
Doesn't work with pytest parameterization
```python def calculate(x, y): return x + y # Define the parameterized test @pytest.mark.parametrize( "x, y, expected_result", [ (1, 2, 3), (3, 4, 7), (0, 0, 0), (-1, 1, 0), (10, -5, 5), ], ) def test_calculate(x, y, expected_result): # Call t...
closed
2024-04-17T20:43:36Z
2024-06-11T21:15:49Z
https://github.com/15r10nk/inline-snapshot/issues/65
[]
dmwyatt
4
davidsandberg/facenet
computer-vision
1,005
is hyperparameter tuning needed for better performance?
hello, i trained my model with triplet loss on my own aligned dataset(not faces) with near 5000 ids for about 110 epochs.Training loss went from ≈4 down to ≈0.3 . The arguments are: model_def: models.inception_resnet_v2 batch_size: 90 image_size: 160 ids_per_batch: 45 images_per_id: 40 epoch_size: 1000 alpha: ...
closed
2019-04-12T09:54:30Z
2020-03-19T12:10:13Z
https://github.com/davidsandberg/facenet/issues/1005
[]
christk1
3
ahmedfgad/GeneticAlgorithmPython
numpy
9
Add plot customization feature
Hello! I want to ask for a plot customization feature, so one can title plots, or make subplots for example. Now all plot_result() method does is plotting a result and one can't do anything more with it. Thank you!
closed
2020-05-25T17:52:47Z
2020-09-19T01:48:02Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/9
[ "enhancement" ]
markoved
2
koaning/scikit-lego
scikit-learn
137
[BUG] EstimatorTransformer does not play nice with FeatureUnion
@MBrouns I was working on documentation when I noticed something strange. ```python import numpy as np import pandas as pd from sklearn.pipeline import FeatureUnion, Pipeline from sklearn.linear_model import LinearRegression, Ridge from sklego.meta import EstimatorTransformer from sklego.preprocessing imp...
closed
2019-05-19T17:54:38Z
2019-05-21T19:40:38Z
https://github.com/koaning/scikit-lego/issues/137
[ "bug" ]
koaning
0
allure-framework/allure-python
pytest
6
Python 3.x compatibility
closed
2017-01-25T10:52:08Z
2017-01-25T17:34:02Z
https://github.com/allure-framework/allure-python/issues/6
[]
sseliverstov
0
CorentinJ/Real-Time-Voice-Cloning
python
505
Error while running pip install requirements.txt
Collecting PyQt5 (from -r requirements.txt (line 12)) Using cached https://files.pythonhosted.org/packages/8c/90/82c62bbbadcca98e8c6fa84f1a638de1ed1c89e85368241e9cc43fcbc320/PyQt5-5.15.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>",...
closed
2020-08-23T13:37:03Z
2020-08-25T02:14:53Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/505
[]
explodersname
3
QuivrHQ/quivr
api
2,713
[Bug]: user_settings upset
### What happened? celery worker check_premium tasks was failing when no user_settings id was found ### Relevant log output _No response_ ### Twitter / LinkedIn details _No response_
closed
2024-06-24T15:30:08Z
2024-06-24T20:34:06Z
https://github.com/QuivrHQ/quivr/issues/2713
[ "bug", "backend" ]
AmineDiro
1
exaloop/codon
numpy
495
[Question]: the BSL license applies to my program for production itself?
Let's suppose i have two programs for production, in the first i used codon to compile it but didn't include the codon compiler inside, in the second i still used codon to develop it but this time i included codon within the program, in which ones the BSL license applies? I need to know this cuz i want to develop li...
closed
2023-11-03T19:31:37Z
2024-11-10T19:09:25Z
https://github.com/exaloop/codon/issues/495
[]
nacho00112
2
sktime/sktime
scikit-learn
7,753
[AttributeError: module 'dask.dataframe.core' has no attribute 'DataFrame']
**Describe the bug** <!-- The Bug just starter-ed happening recently , i was using py-caret to practice time series analysis for some good time , then suddenly i, started getting the bug error, the bug error specifically happens when initialize the setup attribute , eg exp.setup() --> **To Reproduce** <!-- Let me s...
closed
2025-02-04T08:18:29Z
2025-02-28T19:35:17Z
https://github.com/sktime/sktime/issues/7753
[ "bug", "module:datatypes" ]
JohnTong12
7
ClimbsRocks/auto_ml
scikit-learn
117
optimize DataFrameVectorizer for memory
right now we effectively hold all the data in memory twice, which is obviously inefficient. See if we can trade off slightly more computing for better memory. also see if we can parallelize this.
open
2016-10-18T01:14:54Z
2016-10-18T01:14:54Z
https://github.com/ClimbsRocks/auto_ml/issues/117
[]
ClimbsRocks
0
huggingface/diffusers
pytorch
10,158
Post processing performance can be improved
## Problem Images generated in batches pay a performance penalty in the post-processing step of the diffusion pipeline. A lot of calls to image_processor.denormalize are made instead of batching the computation. ### Suggested Improvements #### Using multiplication instead of division This is a freebie, n...
closed
2024-12-09T15:59:54Z
2024-12-10T18:07:27Z
https://github.com/huggingface/diffusers/issues/10158
[]
soof-golan
1
viewflow/viewflow
django
181
Role based permission
Sometimes there is a need to divide processes between cities, and then there is not enough object permission. For example, the call center operator receives calls from 36 cities, and it needs to distribute them between cities. Naturally, managers from different cities should not see applications from other cities a...
closed
2017-05-07T13:31:00Z
2017-05-18T09:21:02Z
https://github.com/viewflow/viewflow/issues/181
[ "request/question", "dev/flow" ]
vladimirmyshkovski
1
pytest-dev/pytest-django
pytest
299
Cannot specify reset_sequences on a transactional test
This is more of a question than an actual issue, please bear with me if it is the wrong place to ask: I have a few tests that rely on ids, which is an issue with PostgreSQL since it does not reset its id counter across tests by default. The TransactionTestCase has a flag to force an id reset: https://docs.djangoproject...
closed
2015-12-15T16:09:58Z
2016-03-27T14:36:08Z
https://github.com/pytest-dev/pytest-django/issues/299
[]
cb109
2
OpenGeoscience/geonotebook
jupyter
124
Geonotebook map doesn't render if point annotation is added programmatically.
I am currently adding a point annotation to the map programmatically and it does not appear. I can use the following command to see if the point was created "M.layers.annotation.points" and it is listed on the map. I can clear the point from the map and create it again, but I can never see it. If I create the point an...
open
2017-06-28T20:51:01Z
2017-06-29T15:16:00Z
https://github.com/OpenGeoscience/geonotebook/issues/124
[]
Gustavohernandez1
4
Kanaries/pygwalker
plotly
595
[BUG] PyGWalker with Quarto
**Describe the bug** PyGWalker does not render in a Quarto presentation. **To Reproduce** Steps to reproduce the behavior: This code is within a Quarto `.qmd` file which I am running inside VS Code: ```{python} walker = pyg.walk( purchase_data, spec="./pygwalker-spec.json", kernel_computatio...
closed
2024-07-27T09:42:52Z
2024-08-01T04:48:14Z
https://github.com/Kanaries/pygwalker/issues/595
[ "bug" ]
carecodeconnect
5
huggingface/transformers
python
36,160
Moshi Generation Does Not Work as Expected
### System Info **🐛 Bug Report** ### Description The provided Moshi example code does not function correctly with the Transformers library. The `generate` function fails when attempting to generate new tokens, and an issue arises with the expected input formats. And here is `moshi_output.wav` https://github.com/u...
closed
2025-02-13T08:10:16Z
2025-02-20T19:53:28Z
https://github.com/huggingface/transformers/issues/36160
[ "bug" ]
SeungyounShin
1
unionai-oss/pandera
pandas
1,428
Use DataFrameModel for validating multiindex columns
I'm trying to validate a multiindex dataframe with DataFrameModel ``` import pandera as pa from pandera import Column, DataFrameSchema, Index from pandera.typing import Index, Series Test dataframe df = pd.DataFrame( { ("here", "state"): ["NY", "FL", "GA", "CA"], ("here", "city"): ["N...
open
2023-11-21T08:34:40Z
2023-11-21T13:46:24Z
https://github.com/unionai-oss/pandera/issues/1428
[ "question" ]
iBuitron
0
seleniumbase/SeleniumBase
pytest
3,526
Add support for elements in CDP text-entering methods
Currently, the `send_keys`, `press_keys`, and `type` methods (and most probably many others) require a `selector` string parameter, to be used in the `select` method. Is it possible to replace the `selector` parameter with an `element` parameter. If the `element` is a string, then the `selector` method could be used, ...
closed
2025-02-16T18:19:16Z
2025-02-19T06:19:41Z
https://github.com/seleniumbase/SeleniumBase/issues/3526
[ "question", "UC Mode / CDP Mode" ]
julesmcrt
4
wagtail/wagtail
django
12,057
Add a method to deactivate ProgressController
### Is your proposal related to a problem? The [ProgressController](https://github.com/wagtail/wagtail/blob/main/client/src/controllers/ProgressController.ts) provides an `activate` method, and it automatically deactivates after a timeout. However, if the action completes successfully, without having to reload the p...
closed
2024-06-17T11:42:18Z
2024-06-28T11:09:09Z
https://github.com/wagtail/wagtail/issues/12057
[ "type:Enhancement" ]
mgax
2
coqui-ai/TTS
pytorch
3,132
[Bug] Failed to finetune XTTS using multiple gpus
### Describe the bug I try to finetune xtts using the official script: ``` CUDA_VISIBLE_DEVICES="0, 1, 2" python -m trainer.distribute --script train_gpt_xtts.py ``` However, the training failed. It works for a single gpu case. ### To Reproduce ``` CUDA_VISIBLE_DEVICES="0, 1, 2" python -m trainer.distribute...
closed
2023-11-01T10:10:01Z
2024-08-12T07:52:32Z
https://github.com/coqui-ai/TTS/issues/3132
[ "bug", "feature request" ]
yiliu-mt
6
flairNLP/flair
nlp
2,944
Is it possible to combine two transform Embedding for text classification
A clear and concise description of what you want to know. Hello, I am using TransformerDocumentEmbeddings to embed my text data before passing it into text classification and it work well. but I need also to use it in other to extract embedding (document and word) to build a keywords extraction. It is possible to...
closed
2022-09-20T08:54:17Z
2023-02-02T07:58:13Z
https://github.com/flairNLP/flair/issues/2944
[ "question", "wontfix" ]
isaac47
1
koxudaxi/fastapi-code-generator
pydantic
419
Feature request: support for `callbacks`
The OpenAPI specification allows of the definition of callback operations. FastAPI supports this by constructing an additional router and passing this router's routes to the relevant path decorator. (More information [here](https://fastapi.tiangolo.com/advanced/openapi-callbacks/).) This is mostly a problem for docu...
closed
2024-05-14T22:11:19Z
2024-07-02T14:24:29Z
https://github.com/koxudaxi/fastapi-code-generator/issues/419
[]
jnu
0
seleniumbase/SeleniumBase
pytest
2,159
seleniumbase 4.19.1 not support pytest-html 4.0.2?
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. seleniumbase 4.19.1 requires pytest-html==2.0.1, but you have pytest-html 4.0.2 which is incompatible. I think pytest-html==2.0.1 is too old.
closed
2023-10-05T03:21:14Z
2023-10-05T09:02:38Z
https://github.com/seleniumbase/SeleniumBase/issues/2159
[ "question" ]
tianlichunhong
2
TracecatHQ/tracecat
fastapi
102
Remove services.sh
# Motivation - It's unreliable - It's not OCI compliant
closed
2024-04-28T00:28:23Z
2024-04-29T04:53:12Z
https://github.com/TracecatHQ/tracecat/issues/102
[ "enhancement", "build" ]
daryllimyt
1
keras-team/autokeras
tensorflow
1,250
ImageClassifier missing checkpoint leads to saving model error
### Bug Description After fitting a model with ImageClassifier, I can't export the model because it is missing a checkpoint. I have checked the image_classifier folder generated and it's true, it is trying to save a checkpoint that is not there. So it is not an issue about wrong paths. ### Bug Error Message ``` ...
closed
2020-07-25T10:16:38Z
2020-11-12T03:59:46Z
https://github.com/keras-team/autokeras/issues/1250
[ "wontfix" ]
castrovictor
8
apache/airflow
python
47,907
Scheduler crash when deserialising dict while xcom pull
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Scheduler crash when deserialising dict while xcom pull ``` File "/opt/airflow/airflow/models/dagrun.py", line 943, in update_state info = self.task_instance_scheduling_decis...
closed
2025-03-18T12:20:55Z
2025-03-19T17:37:46Z
https://github.com/apache/airflow/issues/47907
[ "kind:bug", "priority:critical", "area:core", "affected_version:main_branch", "area:task-execution-interface-aip72", "affected_version:3.0.0beta" ]
atul-astronomer
0
sktime/sktime
scikit-learn
7,824
[ENH] allow `_check_soft_dependencies` to check for disjunction conditions
We should extend `_check_soft_dependencies` - and, by extension, the `python_dependencies` tag - to allow checking for disjunction conditions. This has come up a number of times in the context of the `darts` package, which manages its soft dependencies by publishing two packages on `pypi`, neither of which depends on ...
open
2025-02-14T15:05:29Z
2025-02-14T17:52:24Z
https://github.com/sktime/sktime/issues/7824
[ "enhancement", "module:base-framework" ]
fkiraly
2
lux-org/lux
jupyter
295
[BUG] Adding "..." at the bottom of color legend for Altair and Matplotlib
![109049166-c8b90600-768c-11eb-8543-4e8dfb95c098](https://user-images.githubusercontent.com/11529801/109890222-c3832a80-7c3b-11eb-9732-f118bf5c2729.png) Long color legend chart truncates number of categories, without an ellipsis indicator Add a "..." small icon graphic at the end of the list ![more](https://user...
open
2021-03-04T00:18:29Z
2021-03-05T18:04:42Z
https://github.com/lux-org/lux/issues/295
[]
caitlynachen
1
microsoft/UFO
automation
183
None
None
closed
2025-02-22T08:59:29Z
2025-02-22T09:00:21Z
https://github.com/microsoft/UFO/issues/183
[]
LeeOrange-is-me
0
deeppavlov/DeepPavlov
nlp
1,025
ModuleNotFoundError: No module named 'deeppavlov' in Jupyter notebook
Hi everyone, I've creates a virtual environment deepnlp and installed deeppavlov. Within the env, I can start python3 at the command line and execute 'import deeppavlov' without any problem. But when I run the same code in the Jupyter notebook within the kernel deepnlp selected, I got the following error: Traceba...
closed
2019-10-02T18:09:47Z
2019-10-02T22:02:33Z
https://github.com/deeppavlov/DeepPavlov/issues/1025
[]
weig2000
2
ansible/awx
automation
14,985
webhook notification body is not valid anymore
### 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-03-13T13:49:44Z
2024-09-26T22:56:20Z
https://github.com/ansible/awx/issues/14985
[ "type:bug", "component:api", "needs_triage", "community" ]
damcav35
6
browser-use/browser-use
python
994
ModuleNotFoundError: No Module name 'langchain_google_genai'
### Bug Description When I try to use Gemini as an LLM, I get a 'module not found' error. This started happening recently. If I install the missing package with `uv pip install langchain_google_genai`, it runs without any issues. ### Reproduction Steps 1. Try to run any example which is using Gemini on latest versio...
open
2025-03-10T22:27:06Z
2025-03-18T19:46:46Z
https://github.com/browser-use/browser-use/issues/994
[ "bug" ]
mustafasahin0
10
ivy-llc/ivy
pytorch
27,866
Fix Frontend Failing Test: paddle - tensor.torch.Tensor.size
closed
2024-01-07T23:08:04Z
2024-01-07T23:36:30Z
https://github.com/ivy-llc/ivy/issues/27866
[ "Sub Task" ]
NripeshN
0
paperless-ngx/paperless-ngx
django
8,027
[BUG] Database migration fails to complete with exception successfully when upgrading from 2.12.1 to 2.13.0
### Description After upgrading my paperless ngx instance to version 2.13 by pulling the latest image from ghcr.io/paperless-ngx/paperless-ngx:latest the container no longer successfully starts. It seems to fail during database migration operations. I am running paperless ngx via docker on a Synology DiskStation ...
closed
2024-10-26T13:23:03Z
2024-11-26T03:14:49Z
https://github.com/paperless-ngx/paperless-ngx/issues/8027
[ "cant-reproduce" ]
CodingAlias
2
tatsu-lab/stanford_alpaca
deep-learning
62
Will you release data collected on demo page ?
closed
2023-03-16T17:07:46Z
2023-04-05T11:40:49Z
https://github.com/tatsu-lab/stanford_alpaca/issues/62
[]
diimdeep
0
keras-team/keras
tensorflow
20,536
BUG in load_weights_from_hdf5_group_by_name
https://github.com/keras-team/keras/blob/5d36ee1f219bb650dd108c35b257c783cd034ffd/keras/src/legacy/saving/legacy_h5_format.py#L521-L525 model.trainable_weights + model.non_trainable_weights references all weights instead of top-level
closed
2024-11-22T19:49:14Z
2024-11-30T11:00:53Z
https://github.com/keras-team/keras/issues/20536
[ "type:Bug" ]
edwardyehuang
1
dask/dask
pandas
11,026
Poor scheduling with `flox`, leading to high memory usage and eventual failure
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-03-26T20:26:49Z
2024-11-04T23:37:23Z
https://github.com/dask/dask/issues/11026
[ "needs triage" ]
ivirshup
16
kaliiiiiiiiii/Selenium-Driverless
web-scraping
69
[feature request] implement `WebElement.screenshot`
Traceback (most recent call last): File "test.py", line 110, in main await btnEl.screenshot("slideImg.png") File "/Users/hikaru/.pyenv/versions/3.8.0/lib/python3.8/site-packages/selenium_driverless/types/webelement.py", line 584, in screenshot png = await self.screenshot_as_png File "/Users/hikaru/.p...
closed
2023-09-28T16:13:17Z
2023-09-29T03:46:02Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/69
[ "enhancement", "dev" ]
fyxtc
3
jina-ai/serve
fastapi
5,527
Thread lock the Jina client (or streamer) using RLock
The Jina GRPCClient cannot be used in multiple threads (due to a limitation from grpc: https://github.com/grpc/grpc/issues/25364). Use [RLock](https://docs.python.org/3/library/threading.html#rlock-objects) to restrict the usage of grpc client within 1 thread at a time and test this in a multi threaded setup (flask)...
closed
2022-12-15T12:12:15Z
2022-12-22T11:43:09Z
https://github.com/jina-ai/serve/issues/5527
[]
alaeddine-13
3
google-deepmind/sonnet
tensorflow
39
FYI.
closed
2017-05-26T08:21:44Z
2017-07-26T14:27:44Z
https://github.com/google-deepmind/sonnet/issues/39
[]
Shuolongbj
0
CorentinJ/Real-Time-Voice-Cloning
python
1,069
Result is not what i expected
Maybe i'm missing something, but i've got some voice sample from videogame Thief II, and i used this file to make my text sound like character from the game. It doesn't. I even recorded the process, take a look? https://youtu.be/lDbpoaaBJSo
open
2022-05-25T19:46:01Z
2022-05-31T23:33:29Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1069
[]
vorob1
3
microsoft/nni
pytorch
5,535
ChildProcessError: Command failed: powershell.exe New-Item -Path “*my_path*” -ItemType "directory" -Force 'powershell.exe'
**Describe the issue**: 运行时提示无法使用powershell创建文件,开放powershell权限任然不可用。虽然报错但程序依然执行。打开8081端口网页一直加载,没有反应。程序在运行一段时间后报错终止运行。 ------------------------------------------------------------------------------- **Describe the issue**: The runtime prompts that it is not possible to create files using powershell, and open powersh...
open
2023-04-27T09:25:26Z
2023-05-05T01:20:29Z
https://github.com/microsoft/nni/issues/5535
[]
CXL-edu
3
gyli/PyWaffle
data-visualization
21
missing corner squares with automatic scaling
I'm making 50×20 grids, so each block is 0.1%. I've found that with some data, the top right corner ends up empty. Here's a real-world example: ```python3 #!/usr/bin/python3 import matplotlib as m m.use("Agg") import matplotlib.pyplot as plt import matplotlib.dates as dates from pywaffle import Waffle m.s...
closed
2021-07-27T18:19:45Z
2021-07-27T18:50:59Z
https://github.com/gyli/PyWaffle/issues/21
[]
mattdm
3
keras-team/keras
python
20,788
Incorrect values returned by the evaluate method in Model API
The evaluate() method from the Model API returns accuracy and loss values incoherent with the ones computed during training. Issue happening with: - tensorflow==2.18.0, keras==3.8.0, numpy==2.0.2 - tensorflow==2.17.1, keras==3.5.0, numpy==1.26.4 Issue not happening with: - tensorflow==2.12.0, keras==2.12.0, numpy==1....
open
2025-01-20T13:41:48Z
2025-01-28T05:58:38Z
https://github.com/keras-team/keras/issues/20788
[ "stat:contributions welcome", "type:Bug" ]
Carath
6
slackapi/bolt-python
fastapi
1,034
How to listen, respond and close connection?
Hi! I want to listen for message "hello" (like in yours tutorial), respond with "Hi!" and close the connection. I need to use a WebSocket. I have a program: ```python def run(): from slack_bolt import App from slack_bolt.adapter.socket_mode import SocketModeHandler app = App(token="bot_token") ...
closed
2024-03-01T09:55:45Z
2024-03-07T02:52:19Z
https://github.com/slackapi/bolt-python/issues/1034
[ "duplicate", "question", "area:adapter" ]
BS-98
3
httpie/http-prompt
rest-api
23
Output colors on FreeBSD
Hi. As talked through email, on execution.py if I remove "stdout=output", the output colors works out. #env = Environment(stdout=output) env = Environment() Otherwise, is all printed without colors. Using shells csh and zsh. ![screen shot 2016-05-23 at 16 44 50](https://cloud.githubu...
closed
2016-05-24T16:31:17Z
2016-06-06T13:45:15Z
https://github.com/httpie/http-prompt/issues/23
[ "help wanted" ]
dbaio
4
netbox-community/netbox
django
18,480
runscript cli comand does not pass cleaned data to script
### Deployment Type Self-hosted ### NetBox Version v4.2.2 ### Python Version 3.12 ### Steps to Reproduce 1. Verify you have a Site with ID 1. If not, create a Site and input any required data, values don't matter. Verify that ID of Site is 1. 2. Upload the following example script to netbox: ```py from dcim.mode...
closed
2025-01-24T09:05:31Z
2025-02-10T14:47:00Z
https://github.com/netbox-community/netbox/issues/18480
[ "type: bug", "status: accepted", "severity: medium" ]
matejv
1
microsoft/nni
data-science
5,407
stop being disrespectful to real Engineers (Mechanical Engineering is the ONLY Engineering)
Death to you microsoft [TRASHrosoft] devs and employees, you cheap loser shills. Death to you for openly promoting donkeys who work for the garbage & useless so called "health" "sector". Death to you for being such stupid slaves and praising those daft morons. Death to you for promoting those stupid childish ego pigs, ...
closed
2023-02-27T18:01:29Z
2023-02-28T02:41:28Z
https://github.com/microsoft/nni/issues/5407
[]
ghost
0
vitalik/django-ninja
django
826
NinjiaAPI() clashes with dj-rest-auth - ninja.errors.ConfigError: Router@'auth' has already been attached to API NinjaAPI:1.0.0
Please describe what you are trying to achieve Trying to use Django ninja with dj-rest-auth ``` api = NinjaAPI() api.add_router("auth", auth_router) urlpatterns = [ path("admin/", admin.site.urls), # path("api/", api.urls), path("dj-rest-auth/", include("dj_rest_auth.urls")), path("dj-res...
closed
2023-08-17T18:03:26Z
2023-09-11T22:53:07Z
https://github.com/vitalik/django-ninja/issues/826
[]
magedhelmy1
1
iterative/dvc
machine-learning
10,271
Blobs get deleted after second dvc push to Azure Blob Storage
# Bug Report <!-- ## Issue name Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug. Example: `repro: doesn't detect input changes` --> ## Description I set up Azure Blob S...
closed
2024-01-31T13:55:01Z
2024-02-15T20:41:10Z
https://github.com/iterative/dvc/issues/10271
[ "bug", "A: data-sync" ]
SimonDahrs
3
proplot-dev/proplot
matplotlib
358
When used with seaborn, legend draws error: two legend label boxes appear.
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description I was using propplot as the layout tool and seaborn as the p...
open
2022-04-28T18:04:24Z
2023-03-29T09:16:23Z
https://github.com/proplot-dev/proplot/issues/358
[ "integration" ]
moulai
1
pytorch/vision
computer-vision
8,233
torchvision 0.16 is not compatible with PT 1.13.1
### 🐛 Describe the bug Sample code ``` from torchvision.datasets import mnist ``` Error: ``` from torchvision.datasets import mnist File "/usr/local/lib/python3.10/site-packages/torchvision/__init__.py", line 6, in <module> from torchvision import _meta_registrations, datasets, io, models, ops, tr...
closed
2024-01-26T00:24:56Z
2024-01-26T09:49:34Z
https://github.com/pytorch/vision/issues/8233
[]
ningziwen
1
graphdeco-inria/gaussian-splatting
computer-vision
350
If my code extends your life, please say thanks to the GREAT authors of GS, then me. :-)
rewrite, one night, just first version. convergeable done: 1. continue to optimize the code: correct, simple. <500 lines even <400 lines. (2023-10-21, corret!!!, mesh!!!) todo: 2. optimize algorithm. such as batchfiy, multi-object, pose-esitmation internal, priori/single-image(not dream-gauss); bette...
closed
2023-10-20T09:40:37Z
2024-02-10T00:11:51Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/350
[]
yuedajiong
16
igorbenav/fastcrud
sqlalchemy
146
Queries regarding `UpdateSchemaInternalType` & `DeleteSchemaType`
**Describe the bug or question** Hi 👋🏻 First of all great library. I wanted to create something like this and it already exist 😅 I already have similar approach in my previous project but as you also provide great filtering & sorting out of the box I would like to give it a try. **Question**: I was migra...
open
2024-08-08T02:54:20Z
2024-12-23T03:43:51Z
https://github.com/igorbenav/fastcrud/issues/146
[ "enhancement" ]
jd-solanki
2
numba/numba
numpy
9,901
First class function and structured arrays `NotImplementedError`
I'm cross-posting this from https://numba.discourse.group/t/first-class-functions-and-structured-arrays/2872 on request. I'm looking to take advantage of Numba's support for first class functions (https://numba.pydata.org/numba-doc/dev/reference/types.html#functions). Unfortunately I am running into an unimplemented c...
open
2025-01-21T11:00:55Z
2025-01-22T16:09:59Z
https://github.com/numba/numba/issues/9901
[ "bug - ice" ]
adityagoel4512
3
piccolo-orm/piccolo
fastapi
926
Allow SQLite auto migrations
Discussed in https://github.com/piccolo-orm/piccolo/discussions/624 Over time SQLite's support for DDL statements has been improving. We currently raise `sys.exit` if a user tries creating an auto migration for SQLite. If you're using a recent version of SQLite, and have simple use cases (e.g. adding tables), the...
closed
2024-01-23T22:29:32Z
2024-01-23T22:55:12Z
https://github.com/piccolo-orm/piccolo/issues/926
[ "enhancement" ]
dantownsend
0
pydantic/bump-pydantic
pydantic
49
Migration of methods
Hi all, when is method-migration planned? I saw it on the roadmap. Has it been put down? M
closed
2023-06-30T10:53:41Z
2023-09-18T14:03:53Z
https://github.com/pydantic/bump-pydantic/issues/49
[]
miili
7
harry0703/MoneyPrinterTurbo
automation
615
生成的视频片段会重复
### 是否已存在类似问题? - [x] 我已搜索现有问题 ### 当前行为 首先,目前我不太会使用这个项目。 但是经过我琢磨多次,每次我生成出来的视频发现有几个问题: 1. 内容跟视频没太大关系,比如我的主题是中国养生之道、中国美女,它生成出来的视频素材都来源于国外(当然可能跟素材库有一定的关系),但是使用上如何避免呢? 2. 视频内容片段会有些重复,比如我的主题是海边日落,它生成的视频将几个部分重复播放 ,这样看起来会很乱。 使用上如何去调整呢? ### 预期行为 解决我的疑问 ### 重现步骤 解决我的疑问 ### 堆栈追踪/日志 ![Image](https://github.com/user-attac...
open
2025-03-24T08:03:37Z
2025-03-24T08:03:37Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/615
[ "bug" ]
boluoge
0
laughingman7743/PyAthena
sqlalchemy
155
sql injection
Is there any work to make the cursor parameters fool-proof to sql injection?
closed
2020-08-10T17:38:20Z
2022-03-10T01:05:57Z
https://github.com/laughingman7743/PyAthena/issues/155
[]
Saqibm128
0
aleju/imgaug
machine-learning
207
TypeError: _augment_images() missing 3 required positional arguments: 'random_state', 'parents', and 'hooks'
I followed the examples code but I got the error. I loaded image by PIL and convert to numpy array. The shape of array is [h,w,c=1] `transform = iaa.Sequential([ iaa.Crop(px=(0, 16)), # crop images from each side by 0 to 16px (randomly chosen) iaa.Fliplr(0.5), # horizontally flip 50% of th...
closed
2018-11-19T04:10:09Z
2018-11-19T04:29:51Z
https://github.com/aleju/imgaug/issues/207
[]
lucascinnamon
0
mljar/mercury
data-visualization
188
display json in notebook
please add widget to display json in notebook take a look at https://github.com/caldwell/renderjson
closed
2022-12-19T13:04:42Z
2023-02-17T11:21:31Z
https://github.com/mljar/mercury/issues/188
[]
pplonski
2
miguelgrinberg/flasky
flask
196
why main blueprint doesn't need 'main/*.html' when render_template function is used?
I'm using your code to integrate into my project. But I'm unable to make the auth blueprint's template working. Then I saw that main blueprint doesn't need to have a subdirectory in the templates folder. Can you explain why auth blueprint needs to have a subdirectory but main doesn't? Also, help me to find the bug in r...
closed
2016-10-23T09:40:03Z
2016-10-23T18:39:15Z
https://github.com/miguelgrinberg/flasky/issues/196
[ "question" ]
deveshaggrawal19
10