Skip to content

Network Isolation for TensorFlow Training Requires Setting model_dir to False when creating a TensorFlow Estimator Object #2702

@evakravi

Description

@evakravi

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions