Skip to content

Commit

Permalink
Merge pull request #2 from TLMichael/patch-1
Browse files Browse the repository at this point in the history
fix a little bug
  • Loading branch information
andrewilyas committed Aug 31, 2019
2 parents 5159f44 + 86852c1 commit 319791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example_usage/input_space_manipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ examples for a ResNet-50 on the dataset CIFAR-10.
can use the utilities provided in the :mod:`robustness.tools` module::

from robustness.tools.vis_tools import show_image_row
from robustness.tools.constants import CLASS_DICT
from robustness.tools.label_maps import CLASS_DICT

# Get predicted labels for adversarial examples
pred, _ = model(im_adv)
Expand Down

0 comments on commit 319791e

Please sign in to comment.