From d4aee233dae2418b8c7422c78f0aeba04ba6b699 Mon Sep 17 00:00:00 2001 From: gorold Date: Mon, 26 Sep 2022 17:12:11 +0800 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c44807..dd0eea0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ __Option A__: Run the full hyperparameter search. __Option B__: Directly run the experiments with hyperparameters provided in the configuration files. -1. Run the following command to generate the experiments: `make build-all path=experiments/configs`. +1. Run the following command to generate the experiments: `make build-all path=experiments/configs/ETTm2`. 2. Run the following script to perform training and evaluation: `./run.sh` (you may need to run `chmod u+x run.sh` first).