docs: fix code formatting in Model docs for save()

Committer: @miraleung
PiperOrigin-RevId: 313618534
Change-Id: I8b7d803f7cb5ad6ff7adf4390e3c8d148322369a
This commit is contained in:
A. Unique TensorFlower 2020-05-28 10:51:13 -07:00 committed by TensorFlower Gardener
parent 8d31fb4b76
commit c92d4d8c66

View File

@ -76,7 +76,7 @@ def save_model(model,
Note that the model weights may have different scoped names after being
loaded. Scoped names include the model/layer names, such as
"dense_1/kernel:0"`. It is recommended that you use the layer properties to
`"dense_1/kernel:0"`. It is recommended that you use the layer properties to
access specific variables, e.g. `model.get_layer("dense_1").kernel`.
_SavedModel serialization_