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/using_mxnet.rst
-91Lines changed: 0 additions & 91 deletions
Original file line number
Diff line number
Diff line change
@@ -797,97 +797,6 @@ The following are optional arguments. When you create an ``MXNet`` object, you c
797
797
}
798
798
}
799
799
800
-
**************************
801
-
SageMaker MXNet Containers
802
-
**************************
803
-
804
-
=======
805
-
806
-
Required arguments
807
-
==================
808
-
809
-
The following are required arguments to the ``MXNet`` constructor. When you create an MXNet object, you must include these in the constructor, either positionally or as keyword arguments.
810
-
811
-
- ``entry_point`` Path (absolute or relative) to the Python file which
812
-
should be executed as the entry point to training.
813
-
- ``role`` An AWS IAM role (either name or full ARN). The Amazon
814
-
SageMaker training jobs and APIs that create Amazon SageMaker
815
-
endpoints use this role to access training data and model artifacts.
816
-
After the endpoint is created, the inference code might use the IAM
817
-
role, if accessing AWS resource.
818
-
- ``train_instance_count`` Number of Amazon EC2 instances to use for
819
-
training.
820
-
- ``train_instance_type`` Type of EC2 instance to use for training, for
821
-
example, 'ml.c4.xlarge'.
822
-
823
-
Optional arguments
824
-
==================
825
-
826
-
The following are optional arguments. When you create an ``MXNet`` object, you can specify these as keyword arguments.
827
-
828
-
- ``source_dir`` Path (absolute or relative) to a directory with any
829
-
other training source code dependencies including the entry point
830
-
file. Structure within this directory will be preserved when training
831
-
on SageMaker.
832
-
- ``dependencies (list[str])`` A list of paths to directories (absolute or relative) with
833
-
any additional libraries that will be exported to the container (default: ``[]``).
834
-
The library folders will be copied to SageMaker in the same folder where the entrypoint is copied.
835
-
If the ``source_dir`` points to S3, code will be uploaded and the S3 location will be used
Copy file name to clipboardExpand all lines: doc/using_pytorch.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -658,4 +658,6 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
658
658
SageMaker PyTorch Docker containers
659
659
***********************************
660
660
661
-
For information about SageMaker PyTorch containers, see `the SageMaker PyTorch containers repository <https://github.com/aws/sagemaker-pytorch-containers>`_.
661
+
For information about SageMaker PyTorch containers, see `the SageMaker PyTorch containers repository <https://github.com/aws/sagemaker-pytorch-containers>`_.
662
+
663
+
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>`_.
0 commit comments