Skip to content

Commit

Permalink
Update fast_gradient_method.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rekino committed Jan 28, 2023
1 parent e5d00e5 commit 5c512e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleverhans/jax/attacks/fast_gradient_method.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import jax.numpy as np
from jax import grad, vmap
from jax.experimental.stax import logsoftmax
from jax.nn import log_softmax as logsoftmax

from cleverhans.jax.utils import one_hot

Expand Down

0 comments on commit 5c512e5

Please sign in to comment.