Skip to content

Commit b58495e

Browse files
authored
fix: check for distributions in TF estimator (#2012)
1 parent dc29b02 commit b58495e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/tensorflow/estimator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def __init__(
113113
:class:`~sagemaker.estimator.Framework` and
114114
:class:`~sagemaker.estimator.EstimatorBase`.
115115
"""
116+
distribution = renamed_kwargs("distributions", "distribution", distribution, kwargs)
116117
instance_type = renamed_kwargs(
117118
"train_instance_type", "instance_type", kwargs.get("instance_type"), kwargs
118119
)

0 commit comments

Comments
 (0)