QEBA icon indicating copy to clipboard operation
QEBA copied to clipboard

What is the variable "a" in def attack ?

Open machanic opened this issue 4 years ago • 1 comments

What is "a" that is passed in def attack(self, **a,** iterations, atk_level): ? (https://github.com/AI-secure/QEBA/blob/master/foolbox-based/foolbox/attacks/bapp_custom.py#L195) Which class refers to "a"?

machanic avatar Jan 23 '21 10:01 machanic

you can check https://github.com/AI-secure/QEBA/blob/8ee4a586a1ac5b172da92cc1c8efa9f0e543269c/foolbox-based/foolbox/attacks/bapp_custom.py#L176 => then you can see a is the "input_or_adv", namely, the original correctly classified input.

javyduck avatar Feb 03 '22 05:02 javyduck