diff --git a/site/en/guide/intro_to_modules.ipynb b/site/en/guide/intro_to_modules.ipynb index 79bbe89ca56..1ced209b4e6 100644 --- a/site/en/guide/intro_to_modules.ipynb +++ b/site/en/guide/intro_to_modules.ipynb @@ -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." ] @@ -967,7 +967,7 @@ }, "outputs": [], "source": [ - "my_sequential_model.submodules" + "my_sequential_model.layers" ] }, {