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
doc: consolidate framework version and image information (#1522)
This changes the following:
- for MXNet, TF, and PyTorch, the docs point to the DLC documentation
- for RL, the docs point to the sagemaker-rl-container repository
- for Chainer, src/sagemaker/chainer/README.rst has been removed in favor of doc/using_chainer.rst
You can use Amazon SageMaker Processing to perform data processing tasks such as data pre- and post-processing, feature engineering, data validation, and model evaluation
412
-
413
-
414
-
For more information, see `Amazon SageMaker Processing`_.
Copy file name to clipboardExpand all lines: doc/using_chainer.rst
+53-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ Using Chainer with the SageMaker Python SDK
4
4
5
5
With Chainer Estimators, you can train and host Chainer models on Amazon SageMaker.
6
6
7
-
For information about supported versions of Chainer, see the `Chainer README <https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/chainer/README.rst>`__.
7
+
Supported versions of Chainer: ``4.0.0``, ``4.1.0``, ``5.0.0``.
8
+
9
+
We recommend that you use the latest supported version, because that's where we focus most of our development efforts.
10
+
11
+
For more information about Chainer, see https://github.com/chainer/chainer.
8
12
9
13
For general information about using the SageMaker Python SDK, see :ref:`overview:Using the SageMaker Python SDK`.
10
14
@@ -638,6 +642,51 @@ The following are optional arguments. When you create a ``Chainer`` object, you
638
642
SageMaker Chainer Docker containers
639
643
***********************************
640
644
641
-
You can visit the SageMaker Chainer containers repository here: https://github.com/aws/sagemaker-chainer-container
642
-
643
-
For information about SageMaker Chainer Docker containers and their dependencies, see `SageMaker Chainer Docker containers <https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/chainer#sagemaker-chainer-docker-containers>`_.
645
+
When training and deploying training scripts, SageMaker runs your Python script in a Docker container with several
646
+
libraries installed. When creating the Estimator and calling deploy to create the SageMaker Endpoint, you can control
647
+
the environment your script runs in.
648
+
649
+
SageMaker runs Chainer Estimator scripts in either Python 2.7 or Python 3.5. You can select the Python version by
650
+
passing a py_version keyword arg to the Chainer Estimator constructor. Setting this to py3 (the default) will cause your
651
+
training script to be run on Python 3.5. Setting this to py2 will cause your training script to be run on Python 2.7
652
+
This Python version applies to both the Training Job, created by fit, and the Endpoint, created by deploy.
653
+
654
+
The Chainer Docker images have the following dependencies installed:
Copy file name to clipboardExpand all lines: doc/using_mxnet.rst
+8-6
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ Use MXNet with the SageMaker Python SDK
4
4
5
5
With the SageMaker Python SDK, you can train and host MXNet models on Amazon SageMaker.
6
6
7
-
For information about supported versions of MXNet, see the `MXNet README <https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/mxnet/README.rst>`__.
7
+
For information about supported versions of MXNet, see the `AWS documentation <https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-images.html>`__.
8
+
9
+
We recommend that you use the latest supported version because that's where we focus our development efforts.
8
10
9
11
For general information about using the SageMaker Python SDK, see :ref:`overview:Using the SageMaker Python SDK`.
10
12
@@ -807,9 +809,9 @@ For information about the different MXNet-related classes in the SageMaker Pytho
807
809
SageMaker MXNet Containers
808
810
**************************
809
811
810
-
For information about SageMaker MXNet containers, see the following topics:
For information about the SageMaker MXNet containers, see:
814
813
815
-
For information about the dependencies installed in SageMaker MXNet containers, see https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/mxnet/README.rst#sagemaker-mxnet-containers.
814
+
- `SageMaker MXNet training toolkit <https://github.com/aws/sagemaker-mxnet-container>`_
Supported versions of PyTorch for Elastic Inference: ``1.3.1``.
7
+
For information about supported versions of PyTorch, see the `AWS documentation <https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-images.html>`__.
10
8
11
9
We recommend that you use the latest supported version because that's where we focus our development efforts.
12
10
@@ -758,6 +756,9 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
758
756
SageMaker PyTorch Docker Containers
759
757
***********************************
760
758
761
-
For information about SageMaker PyTorch containers, see `the SageMaker PyTorch container repository <https://github.com/aws/sagemaker-pytorch-container>`_ and `SageMaker PyTorch Serving container repository <https://github.com/aws/sagemaker-pytorch-serving-container>`__.
759
+
For information about the SageMaker PyTorch containers, see:
762
760
763
-
For information about SageMaker PyTorch container dependencies, see `SageMaker PyTorch Containers <https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/pytorch#sagemaker-pytorch-docker-containers>`_.
761
+
- `SageMaker PyTorch training toolkit <https://github.com/aws/sagemaker-pytorch-container>`_
0 commit comments