Skip to content

Commit 8cb1b13

Browse files
Merge pull request #2064 from mohantym:patch-3
PiperOrigin-RevId: 446648629
2 parents a860e49 + 61d8f35 commit 8cb1b13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/en/guide/saved_model.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
"- High-level `tf.keras.Model` API. Refer to [the keras save and serialize guide](https://www.tensorflow.org/guide/keras/save_and_serialize).\n",
7878
"- If you just want to save/load weights during training, refer to [the checkpoints guide](./checkpoint.ipynb).\n",
7979
"\n",
80-
"Caution: TensorFlow models are code and it is important to be careful with untrusted code. Learn more in [Using TensorFlow securely](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md).\n",
81-
"\n"
80+
"Caution: TensorFlow models are code and it is important to be careful with untrusted code. Learn more in [Using TensorFlow securely](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md).\n"
8281
]
8382
},
8483
{
@@ -761,7 +760,7 @@
761760
"additional command to build `saved_model_cli`:\n",
762761
"\n",
763762
"```\n",
764-
"$ bazel build tensorflow/python/tools:saved_model_cli\n",
763+
"$ bazel build //tensorflow/python/tools:saved_model_cli\n",
765764
"```\n",
766765
"\n",
767766
"### Overview of commands\n",

0 commit comments

Comments
 (0)