You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does the parameter “eot_iter” mean in the UPGD attack class? I saw in the comments that it is explained as "number of models to estimate the mean gradient." But it seems that in upgd.py, only one model is passed to the code. And what is the purpose of taking the average in this way? Which paper is this parameter associated with?