Skip to content

Commit 05ddcc3

Browse files
author
Ragav Venkatesan
authored
updated title to tensorflow
1 parent 171dcb4 commit 05ddcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/tensorflow_iris_byom/tensorflow_BYOM_iris.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"source": [
210210
"## Set up hosting for the model\n",
211211
"\n",
212-
"### Export the model from mxnet\n",
212+
"### Export the model from tensorflow\n",
213213
"\n",
214214
"In order to set up hosting, we have to import the model from training to hosting. We will begin by exporting the model from TensorFlow and saving it down. Analogous to the [MXNet example](../mxnet_mnist_byom/mxnet_mnist.ipynb), some structure needs to be followed. The exported model has to be converted into a form that is readable by ``sagemaker.mxnet.model.MXNetModel``. The following code describes exporting the model in a form that does the same:\n",
215215
"\n",

0 commit comments

Comments
 (0)