simplify DARTS codes and update affine/track
This commit is contained in:
		| @@ -35,5 +35,6 @@ OMP_NUM_THREADS=4 python ./exps/algos/DARTS-V1.py \ | ||||
| 	--search_space_name ${space} \ | ||||
| 	--config_path configs/nas-benchmark/algos/DARTS.config \ | ||||
| 	--arch_nas_dataset ${TORCH_HOME}/NAS-Bench-102-v1_0-e61699.pth \ | ||||
| 	--track_running_stats 1 \ | ||||
| 	--arch_learning_rate 0.0003 --arch_weight_decay 0.001 \ | ||||
| 	--workers 4 --print_freq 200 --rand_seed ${seed} | ||||
|   | ||||
| @@ -35,5 +35,6 @@ OMP_NUM_THREADS=4 python ./exps/algos/DARTS-V2.py \ | ||||
| 	--search_space_name ${space} \ | ||||
| 	--config_path configs/nas-benchmark/algos/DARTS.config \ | ||||
| 	--arch_nas_dataset ${TORCH_HOME}/NAS-Bench-102-v1_0-e61699.pth \ | ||||
| 	--track_running_stats 1 \ | ||||
| 	--arch_learning_rate 0.0003 --arch_weight_decay 0.001 \ | ||||
| 	--workers 4 --print_freq 200 --rand_seed ${seed} | ||||
|   | ||||
| @@ -35,6 +35,7 @@ OMP_NUM_THREADS=4 python ./exps/algos/ENAS.py \ | ||||
| 	--dataset ${dataset} --data_path ${data_path} \ | ||||
| 	--search_space_name ${space} \ | ||||
| 	--arch_nas_dataset ${TORCH_HOME}/NAS-Bench-102-v1_0-e61699.pth \ | ||||
| 	--track_running_stats 1 \ | ||||
| 	--config_path ./configs/nas-benchmark/algos/ENAS.config \ | ||||
| 	--controller_entropy_weight 0.0001 \ | ||||
| 	--controller_bl_dec 0.99 \ | ||||
|   | ||||
| @@ -34,6 +34,7 @@ OMP_NUM_THREADS=4 python ./exps/algos/RANDOM-NAS.py \ | ||||
| 	--save_dir ${save_dir} --max_nodes ${max_nodes} --channel ${channel} --num_cells ${num_cells} \ | ||||
| 	--dataset ${dataset} --data_path ${data_path} \ | ||||
| 	--search_space_name ${space} \ | ||||
| 	--track_running_stats 1 \ | ||||
| 	--arch_nas_dataset ${TORCH_HOME}/NAS-Bench-102-v1_0-e61699.pth \ | ||||
| 	--config_path ./configs/nas-benchmark/algos/RANDOM.config \ | ||||
| 	--select_num 100 \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user