Which TensorFlow estimator configuration will train the model MOST cost-effectively?

2 Comments

  1. Danielle
    Author

    I assess that the answer is:
    Turn on SageMaker Training Compiler by adding compiler_config=TrainingCompilerConfig() as a parameter. Turn on managed spot training by setting the use_spot_instances parameter to True. Pass the script to the estimator in the call to the TensorFlow fit() method.

  2. Janet
    Author

    If memory serves me right, the answer is:
    Turn on SageMaker Training Compiler by adding compiler_config=TrainingCompilerConfig() as a parameter. Turn on managed spot training by setting the use_spot_instances parameter to True. Pass the script to the estimator in the call to the TensorFlow fit() method.

Leave a Reply

Your email address will not be published. Required fields are marked *

fourteen − ten =