thuml / Autoformer

About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
MIT License
2k stars 429 forks source link

Update Autoformer ETTm1.sh script with --freq 't' #117

Closed ChuckTG closed 1 year ago

ChuckTG commented 1 year ago

While the Dataset_ETT_minute(Dataset) has as default 'h' in the freq argument in the class constructor,when I execute the ETTm1 script the freq argument is overridden with the default which is --freq 'h' and if I am not wrong it is also passed to the init of the class Dataset_ETT_minute(Dataset). Am I wrong?