-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you tell me what model_path in defense.py is? #1
Comments
Hi, |
When I run the program, I don't understand the program how to produce adversarial examples, and may i have your wechat number, thank you very much |
hi,how to train the model(UNet/DenseNet...) in train_autoencoder.py. |
Hi you cannot train UNet and DenseNet with train_autoencoder.py |
Hi, Could you tell me (1) what is the format of dataset for training; (2) Are the labels of the dataset adversarial and normal, or belong to the label of the target object; (3) Does defense.py judge whether the input image is a countermeasure sample. Thank you very much |
when i run the command:
python defense.py --model UNet --model_path "path" --reformer autoencoder1 --detector autoencoder1
--reformer_path checkpoints/autoencoder1.pth --detector_path checkpoints/autoencoder1.pth
it doesn't define the model_path, I want to know what should I define for model_path parameter,could you tell me ?
The text was updated successfully, but these errors were encountered: