Skip to content

Commit 89538c4

Browse files
authored
Add PyTorch documentaion. (aws#65)
* Add initial Readme commit for PyTorch. * Update table of contents. Readme updates. * Add more info about distributed training. * PR comments. * Add notes about argparse actions and how to use boolean hyperparameters.
1 parent 684dfb3 commit 89538c4

File tree

2 files changed

+725
-0
lines changed

2 files changed

+725
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,20 @@ More details at `Chainer SageMaker Estimators and Models`_.
236236
.. _Chainer SageMaker Estimators and Models: src/sagemaker/chainer/README.rst
237237

238238

239+
PyTorch SageMaker Estimators
240+
-------------------------------
241+
242+
With PyTorch Estimators, you can train and host PyTorch models on Amazon SageMaker.
243+
244+
Supported versions of PyTorch: ``0.4.0``
245+
246+
You can visit the PyTorch repository at https://github.com/pytorch/pytorch.
247+
248+
More details at `PyTorch SageMaker Estimators and Models`_.
249+
250+
.. _PyTorch SageMaker Estimators and Models: src/sagemaker/pytorch/README.rst
251+
252+
239253
AWS SageMaker Estimators
240254
------------------------
241255
Amazon SageMaker provides several built-in machine learning algorithms that you can use for a variety of problem types.

0 commit comments

Comments
 (0)