Skip to content

Commit 6c05170

Browse files
author
Beat Buesser
committed
Fix LGTM
Signed-off-by: Beat Buesser <[email protected]>
1 parent 1e9c265 commit 6c05170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

art/attacks/evasion/imperceptible_asr/imperceptible_asr_pytorch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class ImperceptibleASRPytorch(EvasionAttack):
5252
| Paper link: https://arxiv.org/abs/1903.10346
5353
"""
5454

55+
import torch
56+
5557
attack_params = EvasionAttack.attack_params + [
5658
"initial_eps",
5759
"max_iter_1st_stage",

0 commit comments

Comments
 (0)