Skip to content

Commit e9f429e

Browse files
committed
clarify *trained* model
1 parent 1af767f commit e9f429e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/frameworks/tensorflow/upgrade_from_legacy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ To specify the number of model server workers, you need to set it through an env
140140
# v2
141141
estimator.deploy(..., env={"MODEL_SERVER_WORKERS": 4})
142142
143-
From a Model
144-
------------
143+
From a Trained Model
144+
--------------------
145145

146-
If you are starting with a model, v2 requires the following changes:
146+
If you are starting with a trained model, v2 requires the following changes:
147147

148148
#. Use the the :class:`sagemaker.model.FrameworkModel` class.
149149
#. Explicitly specify the ECR image URI via ``image``.

0 commit comments

Comments
 (0)