We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64718c commit 7b34574Copy full SHA for 7b34574
src/sagemaker/tensorflow/estimator.py
@@ -27,6 +27,7 @@
27
from sagemaker.vpc_utils import VPC_CONFIG_DEFAULT
28
from sagemaker.tensorflow.training_compiler.config import TrainingCompilerConfig
29
from sagemaker.workflow import is_pipeline_variable
30
+from sagemaker.tensorflow.training_compiler.config import TrainingCompilerConfig
31
32
logger = logging.getLogger("sagemaker")
33
0 commit comments