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.91k stars 622 forks source link

get_long_term_forecasting_data fails #861

Closed laiki closed 5 months ago

laiki commented 7 months ago

Hi, I tried to run the example 15_PatchTST_a_new_transformer_for_LTSF and failed when trying to download data forecasting data access to the url defined in external.py url = 'https://cloud.tsinghua.edu.cn/d/e1ccfff39ad541908bae/files/?p=%2Fall_six_datasets.zip&dl=1' seems invalid Best Regards Laiki

JacobDu commented 6 months ago

I encountered the same problem. I found that the dataset can be obtained through this link. https://drive.google.com/drive/folders/1ZOYpTUa82_jCcxIdTmyr0LXQfvaM9vIy Hope it helps you.

laiki commented 6 months ago

thanks