Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MadryLab/robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewilyas committed Aug 21, 2019
2 parents df4fdbb + 68b0639 commit d0f3f56
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
5 changes: 3 additions & 2 deletions docs/example_usage/input_space_manipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ the `code <https://git.io/robust-reps>`_ `releases
.. raw:: html

<i class="fa fa-play"></i> &nbsp;&nbsp; <a
href="TODO">Download a Jupyter notebook</a>
containing all the code from this walkthrough! <br /> <br />
href="https://github.com/MadryLab/robustness/blob/master/notebooks/Input%20manipulation%20with%20pre-trained%20models.ipynb">Download
a Jupyter notebook</a> containing all the code from this walkthrough! <br />
<br />


Generating Untargeted Adversarial Examples
Expand Down
10 changes: 8 additions & 2 deletions docs/example_usage/training_lib_part_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ more.

.. raw:: html

<i class="fa fa-file"></i> &nbsp; You can also follow along using <a
href="TODO">the source</a> of robustness.main <br /> <br />
<i class="fa fa-file"></i> &nbsp; You can follow along using <a
href="https://github.com/MadryLab/robustness/blob/master/robustness/main.py">the
source</a> of robustness.main <br /> <br />

<i class="fa fa-play"></i> &nbsp;&nbsp; You can also <a
href="https://github.com/MadryLab/robustness/blob/master/notebooks/Using%20robustness%20as%20a%20library.ipynb">download
a Jupyter notebook</a> containing code from this walkthrough and the next! <br />
<br />

Step 1: Imports
----------------
Expand Down
5 changes: 3 additions & 2 deletions docs/example_usage/training_lib_part_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Using robustness as a general training library (Part 2: Customizing training)
.. raw:: html

<i class="fa fa-play"></i> &nbsp;&nbsp; <a
href="TODO">Download a Jupyter notebook</a>
containing all the code from this walkthrough! <br /> <br />
href="https://github.com/MadryLab/robustness/blob/master/notebooks/Using%20robustness%20as%20a%20library.ipynb">Download
a Jupyter notebook</a> containing all the code from this walkthrough! <br />
<br />

In this document, we'll continue our walk through using robustness as a library.
In the :doc:`first part <../example_usage/training_lib_part_1>`, we made a ``main.py`` file that trains a model
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ robustness package

.. raw:: html

<i class="fa fa-github"></i> View on <a href="TODO">GitHub</a> <br /> <br />
<i class="fa fa-github"></i> View on <a
href="https://github.com/MadryLab/robustness">GitHub</a> <br /> <br />

:samp:`robustness` is a package we (students in the `MadryLab <http://madry-lab.ml>`_) created
to make training, evaluating, and exploring neural networks flexible and easy.
Expand Down

0 comments on commit d0f3f56

Please sign in to comment.