A unofficial pytorch implementation of "Long-term Forecasting with TiDE: Time-series Dense Encoder" and its sample code of applications
-
Config model
edit the
config.yaml
in config folder -
Train
python3 train.py --name name --dataset traffic
In order to use a different dataset you need to customize data_utils.py
Warning: This repository is not finished now, only the network code is done. Sample code of own dataset is not finished now.
- Network code
- Utils code
- basic utils
- scheduler
- data_utils
- time series dataset
- train and eval
- logger and summary
- sample code of own dataset