This repository contains examples and related resources regarding Amazon SageMaker’s Script Mode. With Script Mode, you can use training scripts similar to those you would use outside SageMaker with SageMaker's prebuilt containers for various deep learning frameworks such TensorFlow, PyTorch, and Apache MXNet.
Currently this repository has the following resources:
- TensorFlow Eager Execution - This example shows how to use Script Mode with TensorFlow's Eager Execution mode. Eager Execution is the future of TensorFlow, and a major paradigm shift. Introduced as a more intuitive and dynamic alternative to the original graph mode of TensorFlow, Eager Execution will be the default mode of TensorFlow 2. For this example, be sure to upload all four files to the directory where you will run the related Jupyter notebook.
The contents of this repository are licensed under the Apache 2.0 License.