timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

It has not been possible to download the required files #818

Closed jerronl closed 10 months ago

jerronl commented 11 months ago

When I ran in Colab

X_, y_, splits_ = get_UCR_data('LSST', split_data=False)
type(X_), type(y_), type(splits_)

I got follwing error:


It has not been possible to download the required files

(NoneType, NoneType, NoneType)

the output of my_setup:

os              : Linux-5.15.109+-x86_64-with-glibc2.35
python          : 3.10.12
tsai            : 0.3.7
fastai          : 2.7.12
fastcore        : 1.5.29
sklearn         : 1.2.2
torch           : 2.0.1+cu118
device          : 1 gpu (['Tesla T4'])
cpu cores       : 1
threads per cpu : 2
RAM             : 12.68 GB
GPU memory      : [15.0] GB
whao159107 commented 10 months ago

The download link for "http://www.timeseriesclassification.com/ClassificationDownloads/StarLightCurves.zip" is not working. thank you!!

Huzaifa-crypton commented 10 months ago

Facing the same issue as mentioned by @jerronl. What is the other way around this?

fomightez commented 10 months ago

Doesn't here already cover this issue, and importantly, describe a way to address it?

oguiza commented 10 months ago

Duplicate of #765 which is now fixed.