Fix name typo in ./scripts-search/DARTS1V-search-NASNet-space.sh
This commit is contained in:
		| @@ -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} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user