Closed userElaina closed 5 months ago
您好,您的邮件已收到!
Hi,
your solution should work fine. If you (largely) change the number of queries in Square Attack, you might want to set resc_schedule=True
. Please note the performance might vary if you significantly reduce the number of iterations (especially for the black-box Square Attack).
OK, thank you for your reply.
您好,您的邮件已收到!
Hi! Thank you for your work and code!
In this algorithm, the number of iterations is "free". To align with other algorithms (like PGD, CW), I want to modify the number of iterations in this algorithm.
Is there any guide for that?
Or, I tried editing
n_iter=xxx
directly inautoattack/autoattack.py
(commit d2551ea in my fork). Will this seriously break the algorithm?