aws / sagemaker-mxnet-training-toolkit

Toolkit for running MXNet training scripts on SageMaker. Dockerfiles used for building SageMaker MXNet Containers are at https://github.com/aws/deep-learning-containers.
Apache License 2.0
60 stars 55 forks source link

Add support for distributed training #36

Closed laurenyu closed 6 years ago

laurenyu commented 6 years ago

Description of changes: Add a class for users to use to set up a parameter server like before to use with distributed training.

A few note:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.