adding idm override option flag, set to true. current running experiments for gail and shail experiment A to see how different times are. Since were on cpus on the cluster, guessing it will be 10x

This commit is contained in:
Arec Jamgochian
2022-08-07 16:33:09 -07:00
parent 9c9ee8f21b
commit 3a09a6eb7d
5 changed files with 21 additions and 10 deletions

View File

@@ -18,11 +18,11 @@ python shail-experiment.py --train B
# Experiment A
python bc-experiment.py --test best_configs/bc_expA.json
python gail-experiment.py --test best_configs/gail_expA.json
python shail-experiment.py --train best_configs/hail_expA.json
python shail-experiment.py --train best_configs/shail_expA.json
python shail-experiment.py --test best_configs/hail_expA.json
python shail-experiment.py --test best_configs/shail_expA.json
# Experiment B
python bc-experiment.py --test best_configs/bc_expB.json
python gail-experiment.py --test best_configs/gail_expB.json
python shail-experiment.py --train best_configs/hail_expB.json
python shail-experiment.py --train best_configs/shail_expB.json
python shail-experiment.py --test best_configs/hail_expB.json
python shail-experiment.py --test best_configs/shail_expB.json