Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 410 Bytes

my_iTransformer

fork from iTransformer

Usage

  1. Install Pytorch and necessary dependencies.
pip install -r requirements.txt
  1. train and test scripts
# predict stock price with iTransformer
bash ./scripts/stock/iTransformer_predict_price.sh

# predict stock price with Vanilla Transformer
bash ./scripts/stock/Transformer_predict_price.sh