Toolkit for running MXNet training scripts on SageMaker. Dockerfiles used for building SageMaker MXNet Containers are at https://github.com/aws/deep-learning-containers.
The current Readme gives a wrong notion that to build image one has to use Dockerfiles present in this repo
However, it looks like the Dockerfiles & tests folder have been migrated to https://github.com/aws/deep-learning-containers
That needs to be documented.
Also would be great to note
What's the exact purpose of this repository?
How is it different from the dlc repo?
How do changes made in dlc repo [update to docker image for example] gets reflected in this repo?
The current Readme gives a wrong notion that to build image one has to use Dockerfiles present in this repo However, it looks like the Dockerfiles & tests folder have been migrated to https://github.com/aws/deep-learning-containers That needs to be documented.
Also would be great to note