Describe the bug
In order to enable network isolation for Tensorflow training, we must set model_dir=False when creating a TensorFlow Estimator object. See:
|
To disable having ``model_dir`` passed to your training script, |
|
set ``model_dir=False``. |
This is not intuitive for the user, and took several months for SageMaker JumpStart team to identify.