Created
April 24, 2020 22:23
-
-
Save shashankprasanna/6388bb12ddddf1b91b17c822ebb8f54d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tf_estimator = TensorFlow(entry_point = 'cifar10-training-sagemaker.py', | |
... | |
... | |
checkpoint_s3_uri = tf_estimator.checkpoint_s3_uri, | |
train_use_spot_instances = True, | |
train_max_wait = 7200) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment