Camellia123
Camellia123
What content should be stored in the imagenet_path in the prepare_data.ipynb file? Do you need to download the imagenet2012 dataset and place it in this location yourself
When I ran Train_comdefend_Torch.py, met an error:"No such file or directory: 'save/svhn_checkpoint.pth'". Would you please upload this model or tell me how to train it myself?
{ $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...