Skip to content

Commit

Permalink
Misc improvements in adversarial_training.ipynb
Browse files Browse the repository at this point in the history
 * remove %pip install commands
 * fix linting errors
 * add this to the list of slow notebooks

PiperOrigin-RevId: 604327856
  • Loading branch information
fabianp authored and OptaxDev committed Feb 5, 2024
1 parent d8475ff commit 6108c1a
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 222 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def new_process_docstring(app, what, name, obj, options, lines):
nb_execution_excludepatterns = [
# slow examples
'_collections/examples/cifar10_resnet.ipynb'
'_collections/examples/adversarial_training.ipynb'
]

# -- Options for katex ------------------------------------------------------
Expand Down
Loading

0 comments on commit 6108c1a

Please sign in to comment.