Fix the script path issues due to code re-org

This commit is contained in:
D-X-Y
2021-10-25 10:23:01 -07:00
parent bc4c469258
commit df2521e623
4 changed files with 4 additions and 42 deletions

View File

@@ -27,7 +27,7 @@ fi
save_dir=./output/search-cell-${space}/GDAS-${dataset}-BN${track_running_stats}
OMP_NUM_THREADS=4 python ./exps/algos/GDAS.py \
OMP_NUM_THREADS=4 python ./exps/NAS-Bench-201-algos/GDAS.py \
--save_dir ${save_dir} \
--dataset ${dataset} --data_path ${data_path} \
--search_space_name ${space} \