Skip to content
/ lstf Public

The Research Project in CMU LTI Professor Yiming Yang's Group

Notifications You must be signed in to change notification settings

yongyi-wu/lstf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Long Sequence Time-Series Forecasting via Transformers

File Structure

.
├── exp                 # Utils for serving data and running experiments
├── models              # Models and their building blocks
├── notebooks           # Jupyter notebooks for data generation and visualization
├── report              # LaTeX source for project final report
├── scripts             # Scripts that execute experiments
├── README.md
├── main.py             # Entry point of the program
└── requirements.yml    # Conda environment

Usage

Install dependencies

conda env create -f requirements.yml
conda activate lstf

Ablation studies on benchmarks

The scripts for Transformers run vanilla Transformer (enc-dec), Transformer without the encoder (dec) and, Transformer with autoregressive decoding (auto). The scripts for Autoformer perform more detailed ablation studies.

./scripts/run_transformer.sh
./scripts/run_autoformer.sh

Ablation studies on synthetic dataset

./scripts/run_synthetic.sh

References

About

The Research Project in CMU LTI Professor Yiming Yang's Group

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published