Skip to content

Commit 6508a58

Browse files
authored
Update README.md
1 parent a3169a0 commit 6508a58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ Stay tuned!
6363
2. Download data. You can obtain all the six benchmarks from [Tsinghua Cloud](https://cloud.tsinghua.edu.cn/d/e1ccfff39ad541908bae/) or [Google Drive](https://drive.google.com/drive/folders/1ZOYpTUa82_jCcxIdTmyr0LXQfvaM9vIy?usp=sharing). **All the datasets are well pre-processed** and can be used easily.
6464
3. Train the model. We provide the experiment scripts of all benchmarks under the folder `./scripts`. You can reproduce the experiment results by:
6565
```
66-
bash ./scripts/ETT_script/FECAM_ETTm2.sh
67-
bash ./scripts/ECL_script/FECAM.sh
68-
bash ./scripts/Exchange_script/FECAM.sh
69-
bash ./scripts/Traffic_script/FECAM.sh
70-
bash ./scripts/Weather_script/FECAM.sh
71-
bash ./scripts/ILI_script/FECAM.sh
66+
sh ./scripts/electricity.sh
67+
sh ./scripts/ettm2.sh
68+
sh ./scripts/exchange_rate.sh
69+
sh ./scripts/ill.sh
70+
sh ./scripts/traffic.sh
71+
sh ./scripts/weather.sh
7272
```
7373
## SENET(channel attention)
7474
<p align="center">

0 commit comments

Comments
 (0)