Closed mehdijj closed 6 years ago
@cihangxie could you take a look?
@mehdijj are you using generate
or generate_np
? I think that, despite the bug, it should still have an effect when you use generate
. (We should still fix the bug, I just want to make sure I understand what's going on)
@goodfeli I'm using generate_np
yes, we should change the variable from over_shoot
to overshoot
. Sorry for this mistake
@cihangxie are you interested in being the owner of this issue?
Changing
overshoot
parameter does not have any effect inDeepFool
attack. I think the problem is withstructural_kwargs
inattack.py
file.over_shoot
should be changed toovershoot
.