Skip to content

doc: refactor using_sklearn and fix minor errors in using_pytorch and… #985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/using_chainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Using Chainer with the SageMaker Python SDK

With Chainer Estimators, you can train and host Chainer models on Amazon SageMaker.

Supported versions of Chainer: ``4.0.0``, ``4.1.0``, ``5.0.0``
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>`__.

You can visit the Chainer repository at https://github.com/chainer/chainer.
For general information about using the SageMaker Python SDK, see :ref:`overview:Using the SageMaker Python SDK`.

.. contents::

Expand Down Expand Up @@ -635,6 +635,6 @@ The following are optional arguments. When you create a ``Chainer`` object, you
SageMaker Chainer Docker containers
***********************************

You can visit the SageMaker Chainer containers repository here: https://github.com/aws/sagemaker-chainer-containers/
You can visit the SageMaker Chainer containers repository here: https://github.com/aws/sagemaker-chainer-container

For information about SageMaker TensorFlow 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>`_.
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>`_.
2 changes: 1 addition & 1 deletion doc/using_pytorch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,6 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
SageMaker PyTorch Docker Containers
***********************************

For information about SageMaker PyTorch containers, see `the SageMaker PyTorch containers repository <https://github.com/aws/sagemaker-pytorch-containers>`_.
For information about SageMaker PyTorch containers, see `the SageMaker PyTorch containers repository <https://github.com/aws/sagemaker-pytorch-container>`_.

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>`_.
Loading