carlini/nn_robust_attacks

L_inf always fails if abort_early is False

samuelemarro opened this issue · 0 comments

In li_attack.py, the function doit never returns anything if abort_early=False. This means that doit will always return None, which will be interpreted by attack_single as a failure.