Skip to content

Commit 891bf59

Browse files
committed
attempt to fix formatting
1 parent ffe9bfe commit 891bf59

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/sagemaker/mxnet/README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ In the following sections, we'll discuss how to prepare a training script for ex
3030
Preparing the MXNet training script
3131
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3232

33-
+-------------------------------------------------------------------------------------------------------------------------------+
34-
| **WARNING** |
35-
+-------------------------------------------------------------------------------------------------------------------------------+
36-
| This required structure for training scripts will be deprecated with the next major release of MXNet images. |
37-
| The ``train`` function will no longer be required; instead the training script must be able to be run as a standalone script. |
38-
| For more information, see `Updating your MXNet training script <#updating-your-mxnet-training-script>__` |
39-
+-------------------------------------------------------------------------------------------------------------------------------+
33+
===================================================================================================================================================================================================================================================================================================================================================
34+
WARNING
35+
===================================================================================================================================================================================================================================================================================================================================================
36+
This required structure for training scripts will be deprecated with the next major release of MXNet images. The ``train`` function will no longer be required; instead the training script must be able to be run as a standalone script. For more information, see `Updating your MXNet training script <#updating-your-mxnet-training-script>__`
37+
===================================================================================================================================================================================================================================================================================================================================================
4038

4139
Your MXNet training script must be a Python 2.7 or 3.5 compatible source file. The MXNet training script must contain a function ``train``, which SageMaker invokes to run training. You can include other functions as well, but it must contain a ``train`` function.
4240

0 commit comments

Comments
 (0)