diffusionNAG/MobileNetV3/script/transfer_nag.sh

14 lines
370 B
Bash
Raw Permalink Normal View History

2024-03-15 15:38:51 +01:00
FOLDER_NAME='transfer_nag_ofa'
N=30
GENSAMPLES=5000
GPU=$1
DATANAME=$2
CUDA_VISIBLE_DEVICES=$GPU python main_exp/run_transfer_nag.py \
--test --data-name $DATANAME --gpu $GPU \
--folder_name $FOLDER_NAME \
--nvt 27 --search_space ofa --graph-data-name ofa \
--epochs 500 --n_gen_samples $GENSAMPLES --classifier_scale 500 \
--n_training_samples $N