Skip to content

Commit

Permalink
minor changes to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jun 20, 2017
1 parent 6836c06 commit e0b42dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Example
# apply attack on source image
attack = foolbox.attacks.FGSM(fmodel)
adv_img = attack(image=image, label=label)
adversarial = attack(image, label)
Interfaces for a range of other deeplearning packages such as TensorFlow,
PyTorch and Lasagne are available, e.g.
PyTorch, Theano, Lasagne and MXNet are available, e.g.

.. code-block:: python
Expand All @@ -60,7 +60,7 @@ PyTorch and Lasagne are available, e.g.
# etc.
Different adversarial criteria such as Top-k, specific target classes or target probability
levels can be passed to the attack, e.g.
values for the original class or the target class can be passed to the attack, e.g.

.. code-block:: python
Expand Down

0 comments on commit e0b42dc

Please sign in to comment.