Train Pyraformer models
mainPyraformer supports two types of forecasting: long-range and single-step. Use the provided shell scripts to initiate training.
- Long-range forecasting: Run
scripts/Pyraformer_LR_FC.sh. - Single-step forecasting: Run
scripts/Pyraformer_SS.sh.
Detailed command-line argument definitions can be found in long_range_main.py and single_step_main.py.