From 2566f689d022ec39acdcecd829898fcea17ba6dd Mon Sep 17 00:00:00 2001 From: gorold Date: Sat, 12 Nov 2022 14:22:15 +0800 Subject: [PATCH] removed extra flag in script --- scripts/ECL.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ECL.sh b/scripts/ECL.sh index d8668db..3b5e23c 100644 --- a/scripts/ECL.sh +++ b/scripts/ECL.sh @@ -37,7 +37,6 @@ python -u run.py \ --itr 1 python -u run.py \ - --is_training 1 \ --root_path ./dataset/electricity/ \ --data_path electricity.csv \ --model_id ECL \ @@ -57,7 +56,6 @@ python -u run.py \ --itr 1 python -u run.py \ - --is_training 1 \ --root_path ./dataset/electricity/ \ --data_path electricity.csv \ --model_id ECL \