Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 653 Bytes

File metadata and controls

17 lines (13 loc) · 653 Bytes

RWKV-TS: Beyond Traditional Recurrent Neural Network for Time Series Tasks

Long-term Forecasting

The experimental results of Long-term Forecasting presented in Table blow. image

Get Start

  • The code is the same as few-shot leanring with 100 percent.
  • Install Python>=3.8, PyTorch 1.8.1.
  • Download data. You can obtain all the benchmarks from [TimesNet].
  • Train the model. We provide the experiment scripts of all benchmarks under the folder ./scripts. You can reproduce the experiment results by:
bash ./scripts/ETTh1.sh
bash ./scripts/ETTh2.sh