- - [**TensorFlow Extend AWS TensorFlow Deep Learning Container Image**](tensorflow_extend_dlc_california_housing_local_training): In this example we show how to package a TensorFlow container, extending the SageMaker TensorFlow container, with a Python example which works with the California Housing dataset. By extending the SageMaker TensorFlow container we can utilize the existing training solution made to work on SageMaker, leveraging SageMaker TensorFlow `Estimator` object, with `entry_point` parameter, specifying your local Python source file which should be executed as the entry point to training. To make it work, we replace the `framework_version` and `py_version` parameters, with `image_uri` of the Docker Image we have created.
0 commit comments