Skip to content

Commit

Permalink
Fix import of logsoftmax
Browse files Browse the repository at this point in the history
Update fast_gradient_method.py
  • Loading branch information
npapernot committed Jan 31, 2023
2 parents e5d00e5 + 5c512e5 commit 574efc1
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 574efc1

Please sign in to comment.