docs: fix code formatting in Model docs for save()
Committer: @miraleung PiperOrigin-RevId: 313618534 Change-Id: I8b7d803f7cb5ad6ff7adf4390e3c8d148322369a
This commit is contained in:
parent
8d31fb4b76
commit
c92d4d8c66
@ -76,7 +76,7 @@ def save_model(model,
|
|||||||
|
|
||||||
Note that the model weights may have different scoped names after being
|
Note that the model weights may have different scoped names after being
|
||||||
loaded. Scoped names include the model/layer names, such as
|
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`.
|
access specific variables, e.g. `model.get_layer("dense_1").kernel`.
|
||||||
|
|
||||||
_SavedModel serialization_
|
_SavedModel serialization_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user