yuqinie98 / PatchTST

An offical implementation of PatchTST: "A Time Series is Worth 64 Words: Long-term Forecasting with Transformers." (ICLR 2023) https://arxiv.org/abs/2211.14730
Apache License 2.0
1.51k stars 262 forks source link

Location of datasets #16

Closed lorsonblair closed 1 year ago

lorsonblair commented 1 year ago

Congratulations on the project. Great work. I'm trying to do some test runs of the code. I've downloaded the datasets, but not sure where to place them. I keep getting the error: FileNotFoundError: [Errno 2] No such file or directory: '/data/datasets/public/ETDataset/ETT-small/ETTh1.csv'. Thanks in advance.

yuqinie98 commented 1 year ago

Thanks! You can download all the datasets from Autoformer. For supervised learning, create a seperate folder ./dataset and put all the csv files in the directory.

lorsonblair commented 1 year ago

Thanks for the reply. Where should this folder be placed--inside the PatchTST parent folder or within the PatchTST_supervised folder?

yuqinie98 commented 1 year ago

PatchTST_supervised

lorsonblair commented 1 year ago

Thank you. I'll try that.