Fix name typo in ./scripts-search/DARTS1V-search-NASNet-space.sh
This commit is contained in:
parent
11d3c21467
commit
923b0fe9cf
@ -1,6 +1,6 @@
|
||||
{
|
||||
"super_type" : ["str", "nasnet-super"],
|
||||
"name" : ["str", "GDAS"],
|
||||
"name" : ["str", "DARTS"],
|
||||
"C" : ["int", "16" ],
|
||||
"N" : ["int", "2" ],
|
||||
"steps" : ["int", "4" ],
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user