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: doc/overview.rst
-53Lines changed: 0 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -826,59 +826,6 @@ A new training job channel, named ``code``, will be added with that S3 URI. Bef
826
826
827
827
Once the training job begins, the training container will look at the offline input``code`` channel to install dependencies and run the entry script. This isolates the training container, so no inbound or outbound network calls can be made.
828
828
829
-
*********
830
-
BYO Model
831
-
*********
832
-
833
-
You can also create an endpoint from an existing model rather than training one.
834
-
That is, you can bring your own model:
835
-
836
-
First, package the files for the trained model into a ``.tar.gz``file, and upload the archive to S3.
837
-
838
-
Next, create a ``Model``object that corresponds to the framework that you are using: `MXNetModel <https://sagemaker.readthedocs.io/en/stable/sagemaker.mxnet.html#mxnet-model>`__ or `TensorFlowModel <https://sagemaker.readthedocs.io/en/stable/sagemaker.tensorflow.html#tensorflow-model>`__.
This returns a predictor the same way an ``Estimator`` does when ``deploy()``is called. You can now get inferences just like withany other model deployed on Amazon SageMaker.
858
-
859
-
Git support is also available when you bring your own model, through which you can use inference scripts stored in your
860
-
Git repositories. The process is similar to using Git support for training jobs. You can simply provide ``git_config``
861
-
when create the ``Model``object, and let ``entry_point``, ``source_dir``and``dependencies`` (if needed) be relative
A full example is available in the `Amazon SageMaker examples repository <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionality/mxnet_mnist_byom>`__.
877
-
878
-
You can also find this notebook in the **Advanced Functionality** section of the **SageMaker Examples** section in a notebook instance.
879
-
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
0 commit comments