Skip to content
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

Evaluation of defended Model #4

Open
asthaverma13 opened this issue Jul 23, 2021 · 4 comments
Open

Evaluation of defended Model #4

asthaverma13 opened this issue Jul 23, 2021 · 4 comments

Comments

@asthaverma13
Copy link

After training the defended model GOAT, when i am attacking this model, it is giving accuracy as
rank1 : mean = 0.0008907363517209888, max = 0.0008907363517209888, min = 0.0008907363517209888, std = 0.0
rank5 : mean = 0.0029691210947930813, max = 0.0029691210947930813, min = 0.0029691210947930813, std = 0.0
rank10 : mean = 0.00801662728190422, max = 0.00801662728190422, min = 0.00801662728190422, std = 0.0
map : mean = 0.0020973790522167803, max = 0.0020973790522167803, min = 0.0020973790522167803, std = 0.0
Total computing time : 161.57796907424927 sec

Whereas, as stated in the paper, the accuracy should be higher after attacking the defended model.

Please provide me the checkpoints of defended model.

Thanks and Regards
Astha Verma
PhD Scholar

@qbouniot
Copy link
Collaborator

Hello !
Thank you for your interest in our work.
Can you tell me which command did you run to train the model ? I'm currently reviewing the code to correct some mistakes.
I will upload the checkpoints soon, they should be available in the following week.

@asthaverma13
Copy link
Author

Thanks for your reply.
I used the following command for defending the model by giving my arguments in place of output_folder, dataset_folder, dataset and checkpoint_name

python train.py
<output_folder>
<dataset_folder>
--dataset
--lr 0.00035
-wd 5e-4
-n 60
-f <checkpoint_name>
-b 32
--classif
--pretrained
--adv
--inter
--pull

Please upload the defended model as soon as possible.

Astha

@qbouniot
Copy link
Collaborator

Hello ! We have uploaded checkpoints of the defended models, the links are now in the readme. I hope this will help you.

@asthaverma13
Copy link
Author

asthaverma13 commented Sep 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants