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

AttributeError: 'NoneType' object has no attribute 'shape' when running colab tutorial #836

Closed 12869741 closed 9 months ago

12869741 commented 9 months ago

cell:

dataset id

dsid = 'NATOPS' X, y, splits = get_UCR_data(dsid, return_split=False) X.shape, y.shape, splits output: It has not been possible to download the required files

AttributeError Traceback (most recent call last) in <cell line: 4>() 2 dsid = 'NATOPS' 3 X, y, splits = get_UCR_data(dsid, return_split=False) ----> 4 X.shape, y.shape, splits

AttributeError: 'NoneType' object has no attribute 'shape'

MohitBurkule commented 9 months ago

It has been solved in #795 Install with pip install git+https://github.com/timeseriesAI/tsai.git