Fix name typo in ./scripts-search/DARTS1V-search-NASNet-space.sh

This commit is contained in:
D-X-Y 2020-02-07 09:48:29 +11:00
parent 11d3c21467
commit 923b0fe9cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"super_type" : ["str", "nasnet-super"], "super_type" : ["str", "nasnet-super"],
"name" : ["str", "GDAS"], "name" : ["str", "DARTS"],
"C" : ["int", "16" ], "C" : ["int", "16" ],
"N" : ["int", "2" ], "N" : ["int", "2" ],
"steps" : ["int", "4" ], "steps" : ["int", "4" ],

View File

@ -35,7 +35,7 @@ OMP_NUM_THREADS=4 python ./exps/algos/DARTS-V1.py \
--dataset ${dataset} --data_path ${data_path} \ --dataset ${dataset} --data_path ${data_path} \
--search_space_name ${space} \ --search_space_name ${space} \
--config_path configs/search-opts/DARTS-NASNet-CIFAR.config \ --config_path configs/search-opts/DARTS-NASNet-CIFAR.config \
--model_config configs/search-archs/GDAS-NASNet-CIFAR.config \ --model_config configs/search-archs/DARTS-NASNet-CIFAR.config \
--track_running_stats ${BN} \ --track_running_stats ${BN} \
--arch_learning_rate 0.0003 --arch_weight_decay 0.001 \ --arch_learning_rate 0.0003 --arch_weight_decay 0.001 \
--workers 4 --print_freq 200 --rand_seed ${seed} --workers 4 --print_freq 200 --rand_seed ${seed}