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: TensorFlow/docs/amp/notebook_v1.14/auto_mixed_precision_demo_cifar10.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,10 @@
98
98
"* [Information about NVIDIA Tensor Cores](https://developer.nvidia.com/tensor-cores)\n",
99
99
"* [Post on TensorFlow blog explaining Automatic Mixed Precision](https://medium.com/tensorflow/automatic-mixed-precision-in-tensorflow-for-faster-ai-training-on-nvidia-gpus-6033234b2540)\n",
100
100
"\n",
101
-
"**TensorFlow Automatic Mixed-Precision API",
102
-
"The method presented in this notebook is the API used in TensorFlow 1.14 and newer: tf.train.experimental.enable_mixed_precision_graph_rewrite()",
103
-
"Switch to using mixed precision by simply wrapping a tf.keras.optimizers Optimizer in tf.train.experimental.enable_mixed_precision_graph_rewrite()",
"The method presented in this notebook is the API used in TensorFlow 1.14 and newer: tf.train.experimental.enable_mixed_precision_graph_rewrite()\n",
103
+
"Switch to using mixed precision by simply wrapping a tf.keras.optimizers Optimizer in tf.train.experimental.enable_mixed_precision_graph_rewrite()\n",
0 commit comments