CVPR_2019_PNI icon indicating copy to clipboard operation
CVPR_2019_PNI copied to clipboard

main.py

Open RHH-123 opened this issue 7 months ago • 0 comments

{ $PYTHON main.py --dataset ${dataset}
--data_path ${data_path}
--arch ${model} --save_path ./save/${DATE}/${dataset}${model}${epochs}${optimizer}${label_info}
--epochs ${epochs} --learning_rate 0.1
--optimizer ${optimizer}
--schedule 80 120 --gammas 0.1 0.1
--batch_size ${batch_size} --workers 4 --ngpu 1 --gpu_id 0
--print_freq 100 --decay 0.0003 --momentum 0.9
--adv_eval --epoch_delay 5
--adv_train } & Is the main.py referred to in this code the main.py file in the code directory?"

RHH-123 avatar Jul 12 '24 09:07 RHH-123