diff --git a/configs/search-archs/DARTS-NASNet-CIFAR.config b/configs/search-archs/DARTS-NASNet-CIFAR.config index 2465dd6..270fca3 100644 --- a/configs/search-archs/DARTS-NASNet-CIFAR.config +++ b/configs/search-archs/DARTS-NASNet-CIFAR.config @@ -1,6 +1,6 @@ { "super_type" : ["str", "nasnet-super"], - "name" : ["str", "GDAS"], + "name" : ["str", "DARTS"], "C" : ["int", "16" ], "N" : ["int", "2" ], "steps" : ["int", "4" ], diff --git a/scripts-search/DARTS1V-search-NASNet-space.sh b/scripts-search/DARTS1V-search-NASNet-space.sh index 84ae93e..359fd13 100644 --- a/scripts-search/DARTS1V-search-NASNet-space.sh +++ b/scripts-search/DARTS1V-search-NASNet-space.sh @@ -35,7 +35,7 @@ OMP_NUM_THREADS=4 python ./exps/algos/DARTS-V1.py \ --dataset ${dataset} --data_path ${data_path} \ --search_space_name ${space} \ --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} \ --arch_learning_rate 0.0003 --arch_weight_decay 0.001 \ --workers 4 --print_freq 200 --rand_seed ${seed}