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.95k stars 625 forks source link

I can not get the AppliancesEnergy dataset when i run tsai #755

Closed yifeiSunny closed 1 year ago

yifeiSunny commented 1 year ago

The error is just as follows: image

yifeiSunny commented 1 year ago

I know what went wrong: I download the data and interrupt it during the process before, so the program would read the download data and it went wrong. So I need to delete the original download data and download it again.

yifeiSunny commented 1 year ago

The issue has been fixed and I would close it.