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

Allow the user script to be mounted locally. #24

Closed iquintero closed 6 years ago

iquintero commented 6 years ago

If the user script URI is an S3 URI we will download it, otherwise we assume that the file is already present in the container. (Local mode will mount it).

Issue #, if available:

Description of changes:

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