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
machine-learning
20,378
keras.io examples using model.stateless_call aren't setting training=True and aren't managing non_trainable state
both the examples * https://keras.io/guides/writing_a_custom_training_loop_in_jax/ * https://keras.io/guides/distributed_training_with_jax/ have a training loop that uses `stateless_call`, but neither sets `training=True` ( which means they are using the `training=False` behaviour ) i guess it's not strictly ...
closed
2024-10-18T12:28:37Z
2024-10-18T21:14:00Z
https://github.com/keras-team/keras/issues/20378
[]
matpalm
2
AutoViML/AutoViz
scikit-learn
90
Cannot even import autoviz?
Not able to even import autoviz after installation. Thought to try it, but doesn't work. Please see the screenshot below: ![image](https://github.com/AutoViML/AutoViz/assets/14772927/2559ced9-bef9-4bd8-8710-0db8b3793203) ![image](https://github.com/AutoViML/AutoViz/assets/14772927/67b63abc-1842-417f-a060-f777723...
closed
2023-08-01T08:31:48Z
2023-08-08T14:57:39Z
https://github.com/AutoViML/AutoViz/issues/90
[]
mkumar73
2
MolSSI/cookiecutter-cms
pytest
143
Where to write the dependency?
Sorry this is a very simple question, I have selected the ``` Select dependency_source: 1 - conda-forge ``` I wonder where should I add dependencies for the installation? Normally, I would add the dependencies to `install_requires` in `setup.py`, but that would mean that the dependency is installed via pip. ...
closed
2021-10-28T12:38:08Z
2021-10-28T16:41:01Z
https://github.com/MolSSI/cookiecutter-cms/issues/143
[]
xiki-tempula
4
huggingface/datasets
nlp
6,537
Adding support for netCDF (*.nc) files
### Feature request netCDF (*.nc) is a file format for storing multidimensional scientific data, which is used by packages like `xarray` (labelled multi-dimensional arrays in Python). It would be nice to have native support for netCDF in `datasets`. ### Motivation When uploading *.nc files onto Huggingface Hub throu...
open
2023-12-27T09:27:29Z
2023-12-27T20:46:53Z
https://github.com/huggingface/datasets/issues/6537
[ "enhancement" ]
shermansiu
3
ultralytics/ultralytics
pytorch
19,243
Run failed when using nms in batch infer
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Export ### Bug I want to convert the model to ONNX format and integrate NMS into the model. However, after conversion, whe...
closed
2025-02-14T08:43:59Z
2025-02-18T13:31:04Z
https://github.com/ultralytics/ultralytics/issues/19243
[ "bug", "fixed", "exports" ]
sajomanaka
11
timkpaine/lantern
plotly
141
add replay for lantern live
closed
2018-01-24T15:13:58Z
2018-09-13T18:48:46Z
https://github.com/timkpaine/lantern/issues/141
[ "feature" ]
timkpaine
1
syrupy-project/syrupy
pytest
764
Colored 1.5 broke syrupy
**Describe the bug** I run `poetry update` this morning and it updated `colored` to 1.5. Which is a legit update according to pyrupy `pyproject.toml`. From the change log of `colored` I can see they renamed some functions like `bg` to `back` and `fg` to `fore`. These changes broke syrupy. <!-- A clear and conci...
closed
2023-06-19T07:46:07Z
2023-06-20T11:44:49Z
https://github.com/syrupy-project/syrupy/issues/764
[]
dfioravanti
4
serengil/deepface
deep-learning
945
Get Landmarks
Dear all, maybe I am too stupid to find it. How can I get the Landmarks when I am using extract_faces? kr Dirk
closed
2024-01-08T10:36:16Z
2024-01-08T10:59:55Z
https://github.com/serengil/deepface/issues/945
[ "question" ]
DirkWuerdemann
1
jacobgil/pytorch-grad-cam
computer-vision
545
`SemanticSegmentationTarget` throws tensor device casting error
## Bug The following code ```python targets = [ SemanticSegmentationTarget(2, np.ones((128, 128), dtype=np.float32)) ] with GradCAM(model=m, target_layers=l, reshape_transform=reshape_transform) as cam: mask = cam(input_tensor=timg, targets=targets) ``` throws a RuntimeError ``` RuntimeEr...
closed
2024-12-12T09:11:55Z
2024-12-12T09:54:00Z
https://github.com/jacobgil/pytorch-grad-cam/issues/545
[]
shreyass-ranganatha
0
deepset-ai/haystack
pytorch
8,289
Remove deprecated `SentenceWindowRetrieval` component
It was left as a stubbed component in 2.4 to aid backward compatibility with existing pipelines. It should be removed in 2.5.
closed
2024-08-26T12:21:59Z
2024-08-28T08:04:53Z
https://github.com/deepset-ai/haystack/issues/8289
[ "P2", "2.x" ]
shadeMe
0
hankcs/HanLP
nlp
693
人名识别导致分词错误
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](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区检...
closed
2017-11-27T03:27:56Z
2017-12-02T04:22:36Z
https://github.com/hankcs/HanLP/issues/693
[ "improvement" ]
iwaller
3
scrapy/scrapy
python
6,024
Problem with Twisted AttributeError: 'EPollReactor' object has no attribute '_handleSignals'
### Description Since the release of Twisted 23.8.0 recently, I've had problems running Scrapy. I had to fix to the previous version, Twisted==22.10.0 ### Steps to Reproduce 1. Install Scrapy in a new environment 2. Run .start() from an CrawlerProcess object **Expected behavior:** Scrapy to crawl **Actu...
closed
2023-08-29T00:04:21Z
2023-10-17T13:08:25Z
https://github.com/scrapy/scrapy/issues/6024
[ "bug" ]
RobertoHigor
8
ckan/ckan
api
7,639
Solution: Integration with Tableau, Power BI and Data Studio
**Problem research and evidence** 1. Integration with top data visualization tools was suggested during the discussion: https://github.com/ckan/ckan/issues/7499 @jqnatividad concluded that it's an optimal way to enable top data visualization experience. 2. During the research there were 3 respondents that mentioned in...
open
2023-06-10T15:48:27Z
2023-08-01T06:44:58Z
https://github.com/ckan/ckan/issues/7639
[ "To Discuss" ]
thegostev
3
microsoft/nni
data-science
5,702
How to use loss instead of accuray in HPO
**Describe the issue**: I just started using nni and followed the /hpo_quickstart_pytorch/ example to inplement. But, instead of accuracy, I need to thave the main monitor and optimize for the loss, and the lower loss, the better, obviously. I used nni.report_intermediate_result(valLossSingle) to report the loss...
open
2023-10-27T06:48:29Z
2023-10-27T06:48:29Z
https://github.com/microsoft/nni/issues/5702
[]
0i0i0i
0
tflearn/tflearn
data-science
1,071
tflearn Installation issues.
Hello, I've been trying to install tflearn module for a while now and haven't been able to do so. I have checked most documentations and other problems but none seem to be usefull. I am using anaconda extension. I have tensorflow installed, it's current installed version is 1.8 and as far as I understood it sho...
closed
2018-07-03T13:03:30Z
2018-07-04T11:29:42Z
https://github.com/tflearn/tflearn/issues/1071
[]
Nadedic
1
fastapiutils/fastapi-utils
fastapi
340
[BUG] Note to the installation guide
Hi! your instalation [guide](https://fastapi-utils.davidmontague.xyz/#installation) differs your guide in [github](https://github.com/dmontagu/fastapi-utils?tab=readme-ov-file#installation) <img width="1089" alt="image" src="https://github.com/user-attachments/assets/226b09f3-44f2-46ba-876a-0c15d64788b7"> <img widt...
closed
2024-10-20T09:42:59Z
2024-11-11T14:18:23Z
https://github.com/fastapiutils/fastapi-utils/issues/340
[ "bug" ]
ArtyomIvlev
1
apache/airflow
data-science
47,452
Rename DAG (from models/dag) to SchedulerDAG -- or remove it!
### Body It is easily confused with the DAG in task sdk. Ideally we can remove. At least rename it. comment from ash > That should be renamed as SchedulerDAG really -- (or possibly it can be removed now) -- it's a) a compat import while that part isn't complete, and b) where scheduler specific DAG functions go #...
open
2025-03-06T15:01:54Z
2025-03-06T15:04:11Z
https://github.com/apache/airflow/issues/47452
[ "area:Scheduler", "kind:meta" ]
dstandish
0
pydata/pandas-datareader
pandas
9
TST: make sure tests work on python 2.6
closed
2015-01-22T05:34:58Z
2015-01-22T05:53:37Z
https://github.com/pydata/pandas-datareader/issues/9
[]
davidastephens
0
deezer/spleeter
tensorflow
677
[Discussion] can we convert the pretrained model to saved model format?
can we directly download the model and convert to saved model format, then load from Cpp API?
closed
2021-11-09T12:51:14Z
2021-11-11T11:43:38Z
https://github.com/deezer/spleeter/issues/677
[ "question" ]
imiskolee
0
autokey/autokey
automation
36
Help menu/main page on github have dead links
Google Code closed down. As such the FAQ/Online Help/Scripting Help links lead to dead sites. They probably should be changed to Archive.org links or hosted elsewhere preferably. The Paypal link is defunct as well.
closed
2016-10-20T09:38:54Z
2016-11-08T05:12:09Z
https://github.com/autokey/autokey/issues/36
[]
pensive-fuzz
1
JaidedAI/EasyOCR
pytorch
923
AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next'
Hi. I am currently trying to train my own model. I obtained the dataset as required and modified the config file. However, I get this error when trying to train. I have already tried to decrease workers in config file. I also tried to modify the dataset.py file, line 101 from image, text = data_loader_iter.next() ...
closed
2023-01-03T17:19:37Z
2023-01-14T09:02:52Z
https://github.com/JaidedAI/EasyOCR/issues/923
[]
proclaim5584
3
newpanjing/simpleui
django
206
models中图片字段展示
模型中我存储的图片路径为“/blog/static/images/blog/timg_PrPLvaa.jpg”,这是我访问静态资源路径,但是后台显示该字段时是用a标签包裹,自动拼接的路径不对,“http://192.168.3.28:5058/admin/blog/article/1/change/blog/static/images/blog/timg_PrPLvaa.jpg”,前边拼接的可以设计成可以让用户自定义修改,要不然点击访问不了该图片。再不然也可以不自动进行拼接,让用户保存完整链接。 **留下你的联系方式,以便与你取得联系** QQ:13716.7399
closed
2019-12-23T08:53:06Z
2019-12-26T09:23:05Z
https://github.com/newpanjing/simpleui/issues/206
[ "enhancement" ]
User-Name-Chao
0
vaexio/vaex
data-science
1,968
[BUG-REPORT] to_pandas_df giving error Urgent!!!
@JovanVeljanoski @maartenbreddels Hey There Can you please help me in this, its little Urgent I'm trying to do the conversion of vaex dataframe to pandas dataframe but its giving me error shared down below. At first I've taken two dataframes and joined them on more than column with merging solution and after that I'...
closed
2022-03-11T11:31:22Z
2022-05-27T13:26:09Z
https://github.com/vaexio/vaex/issues/1968
[ "difficult to reproduce" ]
ashsharma96
3
OFA-Sys/Chinese-CLIP
nlp
331
能否通过文本向量化中加入指令优化图片召回率
目前能否能通过在文本向量化中加入类似“为这个句子生成向量以用于检索图片:”,的指令来优化图片的召回率
open
2024-07-22T06:41:48Z
2024-07-22T06:41:48Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/331
[]
Amphetaminewei
0
mitmproxy/pdoc
api
246
`IndentationError` when using a multi-line decorator for a class method
#### Problem Description I encounter an `IndentationError` when trying to generate the documentation of a class which contains a multi-line decorator on a class method. I believe that this is a limitation of the [`_dedent` method](https://github.com/mitmproxy/pdoc/blob/main/pdoc/doc_ast.py#L210) but I do not have a...
closed
2021-04-10T15:20:00Z
2021-04-11T06:49:26Z
https://github.com/mitmproxy/pdoc/issues/246
[ "bug" ]
mrossinek
0
Lightning-AI/pytorch-lightning
data-science
20,253
Cannot turn off sampler injection at inference time.
### Bug description I want to use a custom distributed batch sampler at inference time. The sampler looks like this: ```python class DistributedInferenceBatchSampler(DistributedSampler): def __init__(self, dataset: Dataset, batch_size: int = 1, num_replicas: ...
open
2024-09-06T11:29:47Z
2024-09-06T11:30:00Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20253
[ "bug", "needs triage", "ver: 2.1.x" ]
ovavourakis
0
seleniumbase/SeleniumBase
web-scraping
3,570
Intermittent proxy-with-auth not being set before page load
## Intermittent proxy-with-auth not being set before page load Since the Manifest V3 extension conversion, there is a short delay before the auth is set, which may lead to an auth prompt appearing if navigating to a page immediately after the web browser is opened when using proxy-with-auth. This delay is a fraction o...
closed
2025-02-26T17:23:29Z
2025-02-26T22:43:31Z
https://github.com/seleniumbase/SeleniumBase/issues/3570
[ "bug" ]
mdmintz
1
pytest-dev/pytest-qt
pytest
303
Use PyPI token in GitHub actions
I just noticed this: https://github.com/pytest-dev/pytest-qt/blob/e8080068d3ed215051231d5d5fd43fd1268e4eaa/.github/workflows/main.yml#L83-L86 It looks like https://github.com/pypa/pypi-support/issues/98 was taken care of.
closed
2020-05-08T15:22:15Z
2020-08-12T20:35:16Z
https://github.com/pytest-dev/pytest-qt/issues/303
[]
The-Compiler
1
home-assistant/core
asyncio
140,838
SmartThing Washer start/stop
### The problem Can't start or stop the washing machine with the switch component included in home assistant integration. The command should use the samsungce.washerOperatingState capability instead of the switch. With the command start and pause or cancel. ### What version of Home Assistant Core has the issue? core...
closed
2025-03-17T23:17:58Z
2025-03-19T15:20:21Z
https://github.com/home-assistant/core/issues/140838
[ "integration: smartthings" ]
kimzrn
2
python-gino/gino
sqlalchemy
12
Support additional table arguments
Simply follow the SQLAlchemy ORM way, support `__table_args__`: http://docs.sqlalchemy.org/en/latest/orm/extensions/declarative/table_config.html
closed
2017-07-22T02:00:21Z
2017-08-04T06:07:24Z
https://github.com/python-gino/gino/issues/12
[ "help wanted", "task" ]
fantix
0
man-group/arctic
pandas
189
ChunkStore - Delete does not update metadata properly
does not update rows or chunk count when a chunk_range is specified
closed
2016-08-04T19:15:44Z
2016-08-05T13:57:50Z
https://github.com/man-group/arctic/issues/189
[]
bmoscon
1
allenai/allennlp
pytorch
5,308
TextFieldTensors are not supported as input to a model Head
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2021-07-12T15:44:45Z
2021-07-26T18:05:23Z
https://github.com/allenai/allennlp/issues/5308
[ "bug" ]
amitkparekh
3
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,322
[Bug]: Checkpoint / LoRA gallery slows down the browser
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
open
2024-03-19T10:01:20Z
2024-03-19T10:01:20Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15322
[ "bug-report" ]
allo-
0
oegedijk/explainerdashboard
dash
101
It is able to support RNN models like LSTM? (3D array INPUT)
It is possible to adapt this set of dashboards for RNN-based models, such as LSTM networks. The main problem I am encountering is in the input dataset which, being pre-processed, does not have the traditional linear structure, but is produced by the application of window-based techniques, for example. The INPUT i...
closed
2021-03-15T17:20:02Z
2021-05-04T07:54:09Z
https://github.com/oegedijk/explainerdashboard/issues/101
[]
Alex891
5
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,207
Question: Why does a Pixel Discriminator work?
As far as I understand the Pixel Discriminator is equivalent to a PatchGAN of size 1x1, meaning the decoder tries to decide if each pixel is real or fake. But without taking into account surrounding pixels, what information does it use to assign a label and how is it also able to recover high frequency contents of the ...
open
2020-12-03T16:40:41Z
2020-12-17T03:40:59Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1207
[]
dpelacani
3
OFA-Sys/Chinese-CLIP
nlp
15
CN-CLIPViT-B/16 模型在Flickr30K-CN数据集上的zero-shot结果复现不出来
你好,我使用你们开源的CN-CLIPViT-B/16 模型在MUGE上复现的结果和你们汇报的结果差不多 ![image](https://user-images.githubusercontent.com/52226902/202694566-4ae406a3-9a36-4ad5-b44f-1f263ed57fb6.png) 但是在Flickr30K-CN数据集上的结果差很远,不知道问题出在哪里,麻烦帮忙看下,谢谢。 ![image](https://user-images.githubusercontent.com/52226902/202695129-a8d291e4-ebdb-452d-bbe0-dd3ae668d9...
closed
2022-11-18T11:30:07Z
2022-11-28T06:30:05Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/15
[ "solved in expectation", "已解决待验证" ]
ddNTP
17
slackapi/bolt-python
fastapi
1,032
Rename `logger` to `logger_` in `slack_bolt.kwargs_injection.args.Args`
It is common practice to define a variable called `logger` in a script. However, the `slack_bolt.kwargs_injection.args.Args` function used as a decorator also defines `logger`, so if you want to call your normal logger in your script you have to give it a different name. It can also be unexpected behaviour, as the auth...
closed
2024-02-22T10:50:55Z
2024-02-28T00:26:15Z
https://github.com/slackapi/bolt-python/issues/1032
[ "enhancement", "good first issue" ]
ChrisHills463
7
stanfordnlp/stanza
nlp
1,340
Dependency parsing: is there some way to discourage multiple `nsubj` dependents?
A very weird English tree produced by Stanza 1.6.0 in the [demo](http://stanza.run/): > My cousin my extremely rude colleague admired last year chewed the chicken enthusiastically. <img width="1171" alt="image" src="https://github.com/stanfordnlp/stanza/assets/985263/a6468f67-9d09-4ad5-8f3e-4cbc92d08e6b"> In U...
open
2024-01-30T04:00:00Z
2025-02-22T18:20:13Z
https://github.com/stanfordnlp/stanza/issues/1340
[ "question" ]
nschneid
8
Yorko/mlcourse.ai
data-science
711
No demo assignment in topic-3
[jupyter_english/topic03_decision_trees_kNN](https://github.com/Yorko/mlcourse.ai/tree/main/jupyter_english/topic03_decision_trees_kNN) and [jupyter_french/topic03_decision_trees_kNN](https://github.com/Yorko/mlcourse.ai/tree/main/jupyter_french/topic03_decision_trees_kNN) has no .ipynb files for the demo assignment an...
closed
2022-09-05T15:33:33Z
2022-09-07T14:26:24Z
https://github.com/Yorko/mlcourse.ai/issues/711
[]
aulasau
3
cleanlab/cleanlab
data-science
401
Add tutorial notebook to docs.cleanlab.ai
Make tutorial notebook appear on docs.cleanlab.ai (and verify it looks good on the website) by adding it to: 1) https://github.com/cleanlab/cleanlab/blob/master/docs/source/tutorials/index.rst 2) https://github.com/cleanlab/cleanlab/blob/master/docs/source/index.rst
closed
2022-09-06T00:52:03Z
2022-09-09T01:27:29Z
https://github.com/cleanlab/cleanlab/issues/401
[]
elisno
0
gee-community/geemap
streamlit
1,952
No layer style UI for ee.ImageCollection
### Environment Information Colab Mon Mar 25 21:27:30 2024 UTC OS Linux CPU(s) 2 Machine x86_64 Architecture 64bit RAM 12.7 GiB Environment IPython Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] geemap 0.32.0 ee 0.1.394 ipyleaflet 0.18.2 folium 0.14.0 jupyterlab Module not found notebook 6.5.5 ip...
closed
2024-03-25T21:48:17Z
2024-03-26T02:42:30Z
https://github.com/gee-community/geemap/issues/1952
[ "bug" ]
jdbcode
0
pytest-dev/pytest-django
pytest
499
Making django_db_blocker un-opt-outable is zealous and lame
Use of `django_db_blocker` to cripple use of the database outside of specially tagged tests and fixtures interferes with Django model `get_or_create` calls at import time, which is how some systems ensure the presence of fundamental data across environments. Making this behavior not configurable is disruptive and an...
closed
2017-07-28T22:42:23Z
2018-03-09T09:46:13Z
https://github.com/pytest-dev/pytest-django/issues/499
[]
jamesob
6
mwaskom/seaborn
data-science
3,392
Swarmplot and markers
I am exploring the `swarmplot` functionality provided by seaborn. I tried to follow [stackoverflow suggestions](https://stackoverflow.com/questions/52878845/swarmplot-with-hue-affecting-marker-beyond-color) on changing the default marker for groups, but without success. Looking at the documentation of the functional...
closed
2023-06-19T13:29:03Z
2023-06-19T15:53:40Z
https://github.com/mwaskom/seaborn/issues/3392
[]
enryH
4
Buuntu/fastapi-react
fastapi
100
Form validation errors on Sign Up and Login pages
I found a bug where the frontend errors out when you press the submit button on empty fields for the login and sign up pages. Here is a gif of the error for the sign up page. The same error occurred with login page as well. ![error_with_signup_and_signin](https://user-images.githubusercontent.com/13468204/896101...
closed
2020-08-07T04:52:52Z
2020-08-13T02:48:20Z
https://github.com/Buuntu/fastapi-react/issues/100
[]
adamnieto
2
noirbizarre/flask-restplus
flask
95
Namespaces should be lazy registerable
As @frol suggested, for big APIs splitted on multiple files, Namespace should be the only class to import. As Blueprints for Flask, it should provide all necessary methods to not require the API instance in the file and to be lazy registerable. The target is being able to write: ``` python # feature.py from flask_res...
closed
2015-11-10T08:54:30Z
2016-01-17T19:22:48Z
https://github.com/noirbizarre/flask-restplus/issues/95
[ "enhancement" ]
noirbizarre
8
pytorch/pytorch
python
149,223
Inconsistent results in using torch.jit.script API from API documentation.
### 🐛 Describe the bug Expects an AttributeError is raised since the ignored_method is skipped in compiling as per API documentation. ```python def test_script_module_with_ignored_method(self): class IgnoredMethodModule(nn.Module): def forward(self, x): return x * 2 @...
open
2025-03-14T20:54:32Z
2025-03-14T23:20:43Z
https://github.com/pytorch/pytorch/issues/149223
[ "oncall: jit" ]
sjh0849
0
mwaskom/seaborn
data-visualization
3,769
Smaller mark width for overlapping data with `so.Hist(common_bins=False)`
When doing a `so.Hist(common_bins=False)`, if the bins for each group overlap, the width calculated for each mark is smaller that it should be. Here's a minimal working example, where I have a dataset `A`, and its x-shifted version `B = A + shift`. In each row, I'm plotting a different shift, and when they start ove...
open
2024-10-19T21:33:56Z
2024-10-24T12:11:39Z
https://github.com/mwaskom/seaborn/issues/3769
[]
maurosilber
1
albumentations-team/albumentations
machine-learning
1,633
[Tech debt] Improve interface for CoarseDropout
* `min_holes`, `max_holes` => `num_holes_range` * `min_height`, `max_height` => `hole_height_range` * `min_width`, `max_width` => `hole_width_range` => We can update transform to use new signature, keep old as working, but mark as deprecated. ---- PR could be similar to https://github.com/albumentations-team/al...
closed
2024-04-05T19:29:31Z
2024-04-19T22:01:33Z
https://github.com/albumentations-team/albumentations/issues/1633
[ "good first issue", "Tech debt" ]
ternaus
1
databricks/koalas
pandas
2,228
gotImport Error
ImportError Traceback (most recent call last) Cell In[8], line 4 2 import numpy as np 3 from collections.abc import Iterable ----> 4 import databricks.koalas as ks 5 import matplotlib.pyplot as plt 7 from pyspark import SparkContext, SparkConf File ~\AppDat...
open
2023-03-22T08:55:33Z
2024-07-05T08:52:28Z
https://github.com/databricks/koalas/issues/2228
[]
ParthRMehta
1
tensorpack/tensorpack
tensorflow
923
Monitor tensors every batch
Default epoch monitors for training are quite useful. Could you give an example of how to monitor one tensor's value **every batch** ?(and write it to tensorboard file.) Thanks a lot.
closed
2018-10-05T20:19:07Z
2018-10-25T20:32:44Z
https://github.com/tensorpack/tensorpack/issues/923
[ "duplicate", "usage" ]
XinDongol
4
deepset-ai/haystack
nlp
8,932
Remove folder from core integrations https://github.com/deepset-ai/haystack-core-integrations/tree/main/nodes
closed
2025-02-25T10:56:39Z
2025-02-25T15:26:30Z
https://github.com/deepset-ai/haystack/issues/8932
[ "P2" ]
julian-risch
0
huggingface/datasets
nlp
6,655
Cannot load the dataset go_emotions
### Describe the bug When I run the following code I get an exception; `go_emotions = load_dataset("go_emotions")` > AttributeError Traceback (most recent call last) Cell In[6], [line 1](vscode-notebook-cell:?execution_count=6&line=1) ----> [1](vscode-notebook-cell:?execution_count=6&l...
open
2024-02-09T12:15:39Z
2024-02-12T09:35:55Z
https://github.com/huggingface/datasets/issues/6655
[]
arame
4
sqlalchemy/alembic
sqlalchemy
387
Foreign key relationships are not created when use_alter is used.
**Migrated issue, originally created by tomkcook ([@tomkcook](https://github.com/tomkcook))** The basic problem is that when a column is marked as ForeignKey and the use_alter option is set to True, the foreign key constraint is not created in the database. The database is postgresql 9.5. ``` $ pip freeze alembic==0...
closed
2016-09-12T13:42:35Z
2022-07-07T14:33:56Z
https://github.com/sqlalchemy/alembic/issues/387
[ "bug", "duplicate", "recursive FK issue" ]
sqlalchemy-bot
3
ultrafunkamsterdam/undetected-chromedriver
automation
1,026
Disable javascript not working
Hey there, I tried to disable the javascript running on the undetected_chromedriver but without luck. This command does not work: `self.chrome_options.add_argument('--disable-javascript')` This alternative is not supported by the undetected_chromedriver ` prefs = {'profile.default_content_setting_values': { ...
closed
2023-02-03T17:25:35Z
2023-02-03T17:51:52Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1026
[]
ZhangPeng4242
0
JoeanAmier/TikTokDownloader
api
152
【建议】main 启动的时候添加一下启动参数
python mian.py 5 直接web页面启动
open
2024-02-06T12:25:15Z
2024-02-06T14:26:46Z
https://github.com/JoeanAmier/TikTokDownloader/issues/152
[]
scccy
2
Asabeneh/30-Days-Of-Python
flask
306
No license file
The `license.md` file helps with how your files can be edited and even forked also, guides how pull request can be done on your main branch. It should be added. I can work on it.
open
2022-10-01T23:49:00Z
2024-04-09T02:08:23Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/306
[]
chemben17
2
allenai/allennlp
nlp
4,974
Publish allennlp-server to pypi
It's annoying that it's separate. It doesn't get proper test coverage this way. We should either support this feature properly, or not at all.
closed
2021-02-12T01:03:36Z
2021-04-06T18:29:48Z
https://github.com/allenai/allennlp/issues/4974
[ "Feature request" ]
dirkgr
14
scikit-image/scikit-image
computer-vision
7,607
Missing scikit-image nightly wheels on MacOS
We installed the nightlies in Dask CI (usually from here: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple), but we are getting errors that the wheels can't be found there anymore (and seem to be gone), is this intended and if yes is there another source?
closed
2024-11-13T15:40:32Z
2024-11-15T19:03:19Z
https://github.com/scikit-image/scikit-image/issues/7607
[ ":warning: Priority", ":robot: type: Infrastructure" ]
phofl
6
huggingface/datasets
computer-vision
7,193
Support of num_workers (multiprocessing) in map for IterableDataset
### Feature request Currently, IterableDataset doesn't support setting num_worker in .map(), which results in slow processing here. Could we add support for it? As .map() can be run in the batch fashion (e.g., batch_size is default to 1000 in datasets), it seems to be doable for IterableDataset as the regular Dataset....
open
2024-10-02T18:34:04Z
2024-10-03T09:54:15Z
https://github.com/huggingface/datasets/issues/7193
[ "enhancement" ]
getao
1
schemathesis/schemathesis
pytest
2,409
[BUG] Response validation fails when using authentication and custom session
### Checklist - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [x] I am using the latest version of Schemathesis ...
closed
2024-08-20T08:02:45Z
2024-08-20T19:39:17Z
https://github.com/schemathesis/schemathesis/issues/2409
[ "Priority: High", "Type: Bug" ]
flacerdk
2
errbotio/errbot
automation
946
Command & response translations/Internationalization
### I am... * [ ] Reporting a bug * [X] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version: 4.3.5 * OS version: Fedora 25 * Python version: 3.5.2 * Using a virtual environment: yes ...
closed
2017-01-19T23:09:54Z
2019-01-05T17:07:54Z
https://github.com/errbotio/errbot/issues/946
[]
qlixed
1
deezer/spleeter
deep-learning
600
Cannot find reference 'get_default_audio_adapter' in 'adapter.py'
<!-- Please respect the title [Discussion] tag. --> from spleeter.audio.adapter import get_default_audio_adapter but my IDE reported that the reference cannot be found
closed
2021-03-30T01:03:18Z
2021-04-02T13:42:46Z
https://github.com/deezer/spleeter/issues/600
[ "question" ]
cong-x-p
1
nvbn/thefuck
python
1,318
_
_
closed
2022-07-05T08:42:36Z
2022-07-05T14:56:57Z
https://github.com/nvbn/thefuck/issues/1318
[]
3Rafal
0
christabor/flask_jsondash
plotly
9
Need delete widget option
Doesn't exist.
closed
2016-05-03T20:28:19Z
2016-05-03T21:45:29Z
https://github.com/christabor/flask_jsondash/issues/9
[]
christabor
0
inducer/pudb
pytest
48
Screen flashes at each step
This has always been an issue for me. Each time I step through a line of code, the screen flashes. If the line takes a long time to complete, all I can see is my original prompt (bash or IPython or whatever). This is annoying when stepping through code, because the flashing is disorienting, and it's also annoying whe...
open
2012-11-12T00:48:42Z
2024-08-12T21:49:10Z
https://github.com/inducer/pudb/issues/48
[ "Bug" ]
asmeurer
43
Evil0ctal/Douyin_TikTok_Download_API
fastapi
564
[BUG] 获取直播流失败,恳请老师解答一下
<img width="783" alt="Image" src="https://github.com/user-attachments/assets/b7d4a6c3-2486-49c0-ac65-cfee3c1da4c6" />
open
2025-02-26T05:33:16Z
2025-02-26T05:33:16Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/564
[ "BUG" ]
Dilemmacpy
0
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,196
Hybrid modeling
I have one question. Is it possible to use the Tortoise tts model together with that to enhance its results?
open
2023-04-17T15:35:44Z
2023-04-17T15:35:44Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1196
[]
Tortoise17
0
Asabeneh/30-Days-Of-Python
matplotlib
413
loops
i cant do it: Find the ten most spoken languages from the data Find the 10 most populated countries in the world
closed
2023-07-03T17:24:50Z
2023-07-03T17:38:34Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/413
[]
Bidmajnoon
0
davidsandberg/facenet
tensorflow
1,150
How to combine two models to a single pb file?
Dear, My goal is adding more dataset to the pre-trained model to increase the accuracy. 1. I freezed the graph to get the 1st model named **pre-trained-model.pb** 2. Then I trained another model based on my own images followed [this topic](https://github.com/davidsandberg/facenet/wiki/Classifier-training-of-ince...
open
2020-04-10T04:37:07Z
2022-05-20T16:07:53Z
https://github.com/davidsandberg/facenet/issues/1150
[]
tongvantruong
1
Urinx/WeixinBot
api
146
运行weixin.py报错诶
ImportError: No module named requests_toolbelt.multipart.encoder
open
2017-01-18T08:21:48Z
2017-04-05T08:56:20Z
https://github.com/Urinx/WeixinBot/issues/146
[]
zy00000
2
aidlearning/AidLearning-FrameWork
jupyter
142
Unfavorable language? How to change the language fully to english !?
Dear Devs, it is a pleasure to use such incredible app, but there are some things which needs to be resolved, the gui is quite good, but many settings are written in Chinese language which is unfavorable to many, pls kindly try to change the whole language system into English which will be appreciated! Looking forwa...
closed
2020-12-12T07:00:25Z
2023-02-20T04:14:26Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/142
[]
Ryan-Blade
3
Nemo2011/bilibili-api
api
207
【求助】有关于判断done_geetest()
**Python 版本:** 3.10.7 **模块版本:** 15.0.0 **运行环境:** Windows --- 我是一个初学者,正在尝试写一个我自己的bilibili相关的想法来锻炼自己的能力 我参考本库的文档设计了一个窗口,其他一切正常,但我不知道如何在主函数中判断done_geetest()来关闭极验的窗口随后获取验证码. 我一开始想到的就是使用while true来循环判断并根据if来break,但很显然这会导致线程阻塞并使窗口崩溃 随后我想到使用async进行异步处理,但相关的教程过于繁琐导致我找不到实际需要的部分 我也进行了一些尝试,但实际上还是阻塞了 如果有大佬愿意帮助解决不胜...
closed
2023-02-19T17:23:14Z
2023-02-20T11:02:34Z
https://github.com/Nemo2011/bilibili-api/issues/207
[ "question" ]
yhzcake
3
iterative/dvc
machine-learning
10,653
Dvc commit operation is too slow
# Bug Report ## Description I use git and dvc to manage my training datasets, which consists of thousands of jsonl files. After I modify several jsonl files, I use `dvc status && dvc commit`. `dvc status` operation is completed quickly (I know dvc will only hash files once until it gets modified. Here only several...
open
2024-12-17T08:15:02Z
2024-12-22T18:52:26Z
https://github.com/iterative/dvc/issues/10653
[ "performance", "triage" ]
jiangtann
10
Significant-Gravitas/AutoGPT
python
8,807
blocks and graphs don't work
### ⚠️ Search for existing issues first ⚠️ - [X] I have searched the existing issues, and there is no existing issue for my problem ### Which Operating System are you using? Windows ### Which version of AutoGPT are you using? Latest Release ### What LLM Provider do you use? Azure ### Which area covers your issu...
closed
2024-11-27T12:20:54Z
2024-12-05T20:07:56Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8807
[]
amesemyta1
3
STVIR/pysot
computer-vision
280
如何确定训练RPN的次数?
请问如何确定训练RPN的次数?麻烦详细说明一下 谢谢
closed
2020-01-14T08:53:46Z
2020-01-19T06:26:42Z
https://github.com/STVIR/pysot/issues/280
[]
ghost
1
huggingface/pytorch-image-models
pytorch
1,300
nexterov in LARS
https://github.com/rwightman/pytorch-image-models/blob/75144395739162a153dae5628320b85b5895634b/timm/optim/lars.py#L70-L73 Why set the `nesterov` as False when calling `__setstate__`?
closed
2022-06-13T06:50:48Z
2022-06-14T04:18:17Z
https://github.com/huggingface/pytorch-image-models/issues/1300
[]
weigq
3
3b1b/manim
python
1,656
GLib-GIO-WARNING!!!(Acer Predator)
Describe the error Run for a few seconds and then Interrupt Code and Error Code: manimgl example_scenes.py GraphExample Error: GLib-GIO-WARNING **: 17:58:47.474: Unexpectedly, UWP app `AcerIncorporated.PredatorSenseV30_3.0.3162.0_x64__48frkmn4z8aw4' (AUMId`AcerIncorporated.PredatorSenseV30_48frkmn4z8aw4!C...
open
2021-10-19T12:33:39Z
2021-10-20T15:38:45Z
https://github.com/3b1b/manim/issues/1656
[]
vaibhawkhemka
3
tfranzel/drf-spectacular
rest-api
474
SimpleJWT integration doesn't take into account the settings AUTH_HEADER_NAME
Hi, just figuring this out today because I had to use a custom header for simplejwt auth **Describe the bug** SimpleJwt can be configured by using a dict in the settings.py of a django project. `SIMPLE_JWT = { 'AUTH_HEADER_NAME' : "HTTP_X_TOKEN" # translate to X-token as header. }` But the current impleme...
closed
2021-08-02T12:13:57Z
2021-08-25T13:15:35Z
https://github.com/tfranzel/drf-spectacular/issues/474
[ "bug", "fix confirmation pending" ]
Smixi
14
yuka-friends/Windrecorder
streamlit
153
bug: 录制时关机或关闭Windrecoder会导致录像文件损坏 | Shutting down or closing Windrecoder during recording might cause the video file to be damaged.
**运行环境**:Win10 Home 22H2, AMD 5800H, 录制编码器 `AMD_h265`, 录制比特率 `150kbps` **bug描述**:录制时关机或关闭Windrecoder会导致录像文件损坏,而且OCR模块会正常更改文件名为 `xxx-OCRED.mp4`,potplayer无法打开视频文件。 ![image](https://github.com/yuka-friends/Windrecorder/assets/54389220/0bc4826b-9ced-48b9-90e7-47b611183467) 个人推测是因为使用mp4封装文件导致文件损坏,可以尝试使用mkv录制,再在索引文件前封装...
open
2024-04-24T07:13:06Z
2024-07-11T09:44:20Z
https://github.com/yuka-friends/Windrecorder/issues/153
[ "bug", "P0" ]
RTLiang
1
man-group/arctic
pandas
542
Publish arctic releases via conda-forge
Conda is increasingly used in the data science community. Conda-forge provides build infrastructure for many project. Aim to get arctic built automatically for conda: https://conda-forge.org/#about
closed
2018-04-20T08:38:06Z
2019-11-18T11:05:50Z
https://github.com/man-group/arctic/issues/542
[ "hackathon", "medium", "build-and-release" ]
jamesblackburn
2
neuml/txtai
nlp
365
Update transcription notebook
Update transcription notebook to incorporate latest models available in transformers added with #362
closed
2022-10-17T16:26:03Z
2022-10-17T16:53:22Z
https://github.com/neuml/txtai/issues/365
[]
davidmezzetti
0
ultralytics/yolov5
machine-learning
13,330
about save-txt in yolov5-seg
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question when activating "save-txt" in yolov5-seg.py, a txt with the coordinates of the pre...
open
2024-09-23T09:40:49Z
2024-10-27T13:30:36Z
https://github.com/ultralytics/yolov5/issues/13330
[ "question" ]
Powerfulidot
5
ultralytics/ultralytics
python
19,091
Export to NCNN format no longer works with Ultralytics 8.3.71 and torch 2.6.0+cpu on Raspberry Pi 4
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Export ### Bug The latest version of `ultralytics 8.3.71` in conjunction with `torch-2.6.0+cpu` causes the `yolo export mo...
open
2025-02-06T02:24:31Z
2025-03-11T18:36:30Z
https://github.com/ultralytics/ultralytics/issues/19091
[ "bug", "embedded", "exports" ]
EdjeElectronics
10
JaidedAI/EasyOCR
pytorch
567
Using custom model with different input size? (rgb: True)
I've successfully trained my own model, thank you so much for the guidance there, but now when I am trying to use the model I made with `rgb: true` (making it have an input of 3 channels) I get errors for size mismatches: ``` RuntimeError: Given groups=1, weight of size [32, 3, 3, 3], expected input[1, 1, 64, 25...
closed
2021-10-13T00:31:36Z
2022-12-22T02:26:54Z
https://github.com/JaidedAI/EasyOCR/issues/567
[]
ckcollab
4
ets-labs/python-dependency-injector
asyncio
94
Enhancement of catalogs inheritance
Example below should work properly: ``` python """Example of catalogs inheritance.""" import dependency_injector as di class CatalogA(di.AbstractCatalog): """Example catalog A.""" p1 = di.Provider() class CatalogB(CatalogA): """Example catalog B.""" p2 = di.Provider() class CatalogC(CatalogB...
closed
2015-10-07T07:46:45Z
2015-10-07T16:44:57Z
https://github.com/ets-labs/python-dependency-injector/issues/94
[ "enhancement" ]
rmk135
0
ansible/awx
django
15,631
AWX Office Hours - 11/12/24
# AWX Office Hours ## Proposed agenda based on topics - https://github.com/ansible/awx/pull/15627 ## What After a successful Contributor Summit in October 2023, one of the bits of feedback we got was to host a regular time for the Automation Controller (AWX) Team to be available for your folks in the AWX Comm...
closed
2024-11-12T15:24:17Z
2024-12-10T15:46:14Z
https://github.com/ansible/awx/issues/15631
[ "needs_triage", "community" ]
thedoubl3j
0
python-gino/gino
asyncio
750
[Suggestion] Docs Translation
gino would be useful project (IMO) I have a great interest in gino project. If I has willing to translate Korean, Can You accept my Pull request? P.S. Happy New Year
closed
2021-01-02T13:34:09Z
2021-01-10T21:00:05Z
https://github.com/python-gino/gino/issues/750
[ "feature request" ]
KimSoungRyoul
1
adbar/trafilatura
web-scraping
584
Removing related links at end of article/sidebar on news websites?
Over here in the Media Cloud project we're seeing poor performance on the content extraction task for a variety of pages that include links to other "related" stories at the end of article content. Our use case is trying to extract only article content as text. Do you have advice on tweaks to make to improve that perfo...
open
2024-05-03T17:19:12Z
2024-07-17T17:37:18Z
https://github.com/adbar/trafilatura/issues/584
[ "bug" ]
rahulbot
3
plotly/dash-core-components
dash
949
animation_options in Graph has incorrect default value ("ease" instead of "easing")
The defaultProps for `animation_options` are `{ frame: { redraw: false, }, transition: { duration: 750, ease: 'cubic-in-out', }, }`, but `Plotly.animate` takes an "easing" argument, not "ease". I don't see any warning in the console for this, so I don't think these arguments are being validated; I can put whatever ...
open
2021-04-08T15:23:40Z
2021-04-08T15:23:40Z
https://github.com/plotly/dash-core-components/issues/949
[]
slishak
0
dmlc/gluon-cv
computer-vision
1,014
When training yolov3 with coco, how to merge dog and cat into animal categories?
When training yolov3 with coco, how to merge dog and cat into animal categories? Thx.
closed
2019-10-30T03:11:20Z
2021-06-07T07:04:25Z
https://github.com/dmlc/gluon-cv/issues/1014
[ "Stale" ]
YeShangyuan
5
django-import-export/django-import-export
django
1,441
How to add error message when `UNIQUE constraint failed`
when import twice get a long `Traceback (most recent call last):` ```py class Employee(models.Model): id_number = models.CharField(max_length=180, null=True, blank=True, unique=True) ``` I want to show the error like admin default error message, like `already exist Employee with this _id_number `
closed
2022-05-27T01:15:54Z
2023-04-12T13:02:24Z
https://github.com/django-import-export/django-import-export/issues/1441
[ "question" ]
wgf4242
4
xuebinqin/U-2-Net
computer-vision
225
Can .pth change to pytorch .pt file
Hi, may I know what kind of models you train in torch? I would like to change the .pth to pytorch .pt file, since .pth is in conflict with python directory, and I cannot open in android mobile. Thanks.
open
2021-07-03T03:51:52Z
2021-07-03T10:22:04Z
https://github.com/xuebinqin/U-2-Net/issues/225
[]
Josonlchui
1
sherlock-project/sherlock
python
1,638
Issues while runinng
here's the output pi@raspberrypi:~/sherlock $ python3 sherlock Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/...
closed
2022-12-14T22:25:41Z
2023-02-04T17:21:21Z
https://github.com/sherlock-project/sherlock/issues/1638
[]
Micychalek
1
davidsandberg/facenet
tensorflow
304
Why slim.flatten(net) before slim.dropout(net)?
when I read the model code, I found there is a layer slim.flatten(net) before net = slim.dropout(net, dropout_keep_prob, is_training=is_training, scope='Dropout'), it's different with paper. sorry, I'm new to this area, thank you very much
closed
2017-06-02T07:35:44Z
2017-06-06T01:46:59Z
https://github.com/davidsandberg/facenet/issues/304
[]
chencjiajy
1
pytest-dev/pytest-html
pytest
295
[Request]: Can we please add the support to extend the pytest-html to pytest-bdd framework?
This plugin is absolutely working for pytest-bdd framework too. I see the passed/failed/skipped etc. However, I am wondering if we can extend support of this plugin for pytest-bdd framework? As we can see the report with the Feature as well for Feature/Gherkin steps. ?? Any suggestions/thoughts are highly appreciated.
open
2020-04-24T22:21:43Z
2020-10-22T22:41:20Z
https://github.com/pytest-dev/pytest-html/issues/295
[ "enhancement", "feature" ]
CuriousQA
6
NVlabs/neuralangelo
computer-vision
163
The second-order analytical gradients are not all zero as described in the article.
I printed the value of the value of the second derivative, and found that the second derivative is not zero. I understand that theoretically the second derivative of trilinear interpolation should be 0, but why are the results of the code implementation inconsistent? `gradient = torch.autograd.grad(sdf.sum(), x, creat...
open
2023-12-01T07:31:46Z
2023-12-01T07:32:02Z
https://github.com/NVlabs/neuralangelo/issues/163
[]
ckrsls
0
zihangdai/xlnet
nlp
24
Python package
Would you be opposed to turning this into a python package? Something like this: https://github.com/monkeyhippies/xlnet/commit/f0471a242ed5dad5c4be7602b17dd0a96ad6b671 Or is it meant to just be a repo of helpful scripts?
closed
2019-06-22T07:59:54Z
2019-06-22T08:20:03Z
https://github.com/zihangdai/xlnet/issues/24
[]
monkeyhippies
0
keras-team/autokeras
tensorflow
1,641
TimeSeriesForecaster: Predict function returns ValueError
Hi, I've been using AutoKeras for Time Series forecasting but when the model has been trained and I apply the test data, it raises: "ValueError: The prediction data requires the original training data to make predictions on subsequent data points" but I can't put both the test data and the training data as separate...
open
2021-10-23T17:37:02Z
2023-03-01T20:25:07Z
https://github.com/keras-team/autokeras/issues/1641
[]
sparkey63
5
activeloopai/deeplake
data-science
2,685
[BUG] Can NOT run deeplake python library
### Severity None ### Current Behavior Can not run deeplake python library, I already tried to have fresh deployment on different version of python, langchain and deeplake. ### Steps to Reproduce - Use conda to create and activate new virutal environment - install all python library, > pip`` install langchain...
closed
2023-11-05T09:15:51Z
2023-11-29T23:49:01Z
https://github.com/activeloopai/deeplake/issues/2685
[ "bug" ]
jamesoujj
3
PokemonGoF/PokemonGo-Bot
automation
5,931
Looking for a quick answer? Not sure if you have found something new ? Check our Discord
[https://discord.gg/n3g5puF](https://discord.gg/n3g5puF) :)
open
2017-02-22T20:13:45Z
2018-06-11T16:01:03Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5931
[ "Enhancement", "Approved" ]
pogarek
2