You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/adversarial_training.ipynb
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
"\n",
12
12
"[](https://colab.research.google.com/github/google-deepmind/optax/blob/main/examples/adversarial_training.ipynb)\n",
13
13
"\n",
14
-
"\n",
15
14
"The following code trains a convolutional neural network (CNN) to be robust\n",
16
15
"with respect to the projected gradient descent (PGD) method.\n",
17
16
"\n",
@@ -28,7 +27,11 @@
28
27
" and harnessing adversarial examples.\", https://arxiv.org/abs/1412.6572\n",
29
28
"\n",
30
29
" Madry, Aleksander, et al. \"Towards deep learning models resistant to\n",
Copy file name to clipboardExpand all lines: examples/cifar10_resnet.ipynb
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@
10
10
"\n",
11
11
"[](https://colab.sandbox.google.com/github/google-deepmind/optax/blob/main/examples/cifar10_resnet.ipynb)\n",
12
12
"\n",
13
-
"This notebook trains a residual network (ResNet) with optax on CIFAR10 or CIFAR100."
13
+
"This notebook trains a residual network (ResNet) with optax on CIFAR10 or CIFAR100.\n",
14
+
"\n",
15
+
"To run the colab locally you need install the\n",
16
+
"`tensorflow`, `tensorflow-datasets` packages via `pip`."
Copy file name to clipboardExpand all lines: examples/contrib/reduce_on_plateau.ipynb
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@
10
10
"\n",
11
11
"[](https://colab.sandbox.google.com/github/google-deepmind/optax/blob/main/examples/contrib/reduce_on_plateau.ipynb)\n",
12
12
"\n",
13
-
"In this notebook, we explore the power of {py:func}`optax.contrib.reduce_on_plateau` scheduler, that reduces the learning rate when a metric has stopped improving. We will be solving a classification task by training a simple Multilayer Perceptron (MLP) on the fashion MNIST dataset."
13
+
"In this notebook, we explore the power of {py:func}`optax.contrib.reduce_on_plateau` scheduler, that reduces the learning rate when a metric has stopped improving. We will be solving a classification task by training a simple Multilayer Perceptron (MLP) on the fashion MNIST dataset.\n",
14
+
"\n",
15
+
"To run the colab locally you need install the\n",
16
+
"`tensorflow`, `tensorflow-datasets` packages via `pip`."
Copy file name to clipboardExpand all lines: examples/lookahead_mnist.ipynb
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@
10
10
"\n",
11
11
"[](https://colab.sandbox.google.com/github/google-deepmind/optax/blob/main/examples/lookahead_mnist.ipynb)\n",
12
12
"\n",
13
-
"This notebook trains a simple Convolution Neural Network (CNN) for hand-written digit recognition (MNIST dataset) using {py:func}`optax.lookahead`."
13
+
"This notebook trains a simple Convolution Neural Network (CNN) for hand-written digit recognition (MNIST dataset) using {py:func}`optax.lookahead`.\n",
14
+
"\n",
15
+
"To run the colab locally you need install the\n",
16
+
"`tensorflow`, `tensorflow-datasets` packages via `pip`."
Copy file name to clipboardExpand all lines: examples/mlp_mnist.ipynb
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@
10
10
"\n",
11
11
"[](https://colab.sandbox.google.com/github/google-deepmind/optax/blob/main/examples/mlp_mnist.ipynb)\n",
12
12
"\n",
13
-
"This notebook trains a simple Multilayer Perceptron (MLP) classifier for hand-written digit recognition (MNIST dataset)."
13
+
"This notebook trains a simple Multilayer Perceptron (MLP) classifier for hand-written digit recognition (MNIST dataset).\n",
14
+
"\n",
15
+
"To run the colab locally you need install the\n",
16
+
"`tensorflow`, `tensorflow-datasets` packages via `pip`."
0 commit comments