Skip to content

Commit 0c64068

Browse files
committed
fix: check for distributions in TF estimator
1 parent 0b58fba commit 0c64068

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)