Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/en/guide/intro_to_modules.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
"id": "8i-CR_h2xw3z"
},
"source": [
"All the same features are available, including tracking variables and submodules.\n",
"All the same features are available, including tracking variables and layers.\n",
"\n",
"Note: A raw `tf.Module` nested inside a Keras layer or model will not get its variables collected for training or saving. Instead, nest Keras layers inside of Keras layers."
]
Expand All @@ -967,7 +967,7 @@
},
"outputs": [],
"source": [
"my_sequential_model.submodules"
"my_sequential_model.layers"
]
},
{
Expand Down