Fix path errors in TAS due to lib->xautodl
This commit is contained in:
		| @@ -26,7 +26,7 @@ save_dir=./output/basic/${dataset}/${model}-${epoch}-${LR}-${batch} | ||||
|  | ||||
| python --version | ||||
|  | ||||
| OMP_NUM_THREADS=4 python ./exps/basic-main.py --dataset ${dataset} \ | ||||
| OMP_NUM_THREADS=4 python ./exps/basic/basic-main.py --dataset ${dataset} \ | ||||
| 	--data_path $TORCH_HOME/cifar.python \ | ||||
| 	--model_config ./configs/archs/CIFAR-${model}.config \ | ||||
| 	--optim_config ./configs/opts/CIFAR-${epoch}-W5-${LR}-COS.config \ | ||||
|   | ||||
| @@ -40,7 +40,7 @@ save_dir=${SAVE_ROOT}/nas-infer/${dataset}-${model}-${batch} | ||||
|  | ||||
| python --version | ||||
|  | ||||
| python ./exps/basic-main.py --dataset ${dataset} \ | ||||
| python ./exps/basic/basic-main.py --dataset ${dataset} \ | ||||
| 	--data_path ${xpath} --model_source nas \ | ||||
| 	--model_config ./configs/archs/NAS-${base}-${model}.config \ | ||||
| 	--optim_config ./configs/opts/NAS-${base}.config \ | ||||
|   | ||||
| @@ -41,7 +41,7 @@ save_dir=${SAVE_ROOT}/nas-infer/${dataset}-BS${batch}-${save_name} | ||||
|  | ||||
| python --version | ||||
|  | ||||
| python ./exps/basic-main.py --dataset ${dataset} \ | ||||
| python ./exps/basic/basic-main.py --dataset ${dataset} \ | ||||
| 	--data_path ${xpath} --model_source autodl-searched \ | ||||
| 	--model_config ./configs/archs/NAS-${base}-none.config \ | ||||
| 	--optim_config ./configs/opts/NAS-${base}.config \ | ||||
|   | ||||
| @@ -40,7 +40,7 @@ python --version | ||||
|  | ||||
| # normal training | ||||
| xsave_dir=${save_dir}-NMT | ||||
| OMP_NUM_THREADS=4 python ./exps/basic-main.py --dataset ${dataset} \ | ||||
| OMP_NUM_THREADS=4 python ./exps/basic/basic-main.py --dataset ${dataset} \ | ||||
| 	--data_path ${xpath} \ | ||||
| 	--model_config ./configs/NeurIPS-2019/${model}.config \ | ||||
| 	--optim_config ${opt_config} \ | ||||
| @@ -52,7 +52,7 @@ OMP_NUM_THREADS=4 python ./exps/basic-main.py --dataset ${dataset} \ | ||||
|  | ||||
| # KD training | ||||
| xsave_dir=${save_dir}-KDT | ||||
| OMP_NUM_THREADS=4 python ./exps/KD-main.py --dataset ${dataset} \ | ||||
| OMP_NUM_THREADS=4 python ./exps/basic/KD-main.py --dataset ${dataset} \ | ||||
| 	--data_path ${xpath} \ | ||||
| 	--model_config ./configs/NeurIPS-2019/${model}.config \ | ||||
| 	--optim_config  ${opt_config} \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user