Skip to content

Commit f1189cd

Browse files
Merge pull request #1586 from Molkree:patch-1
PiperOrigin-RevId: 314185237
2 parents be569e3 + 4d057d6 commit f1189cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/keras/custom_layers_and_models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
"\n",
822822
"Here's what you've learned so far:\n",
823823
"\n",
824-
"- A `Layer` encapsulate a state (created in `__init__` or `build`) and some computation (in `call`).\n",
824+
"- A `Layer` encapsulates a state (created in `__init__` or `build`) and some computation (in `call`).\n",
825825
"- Layers can be recursively nested to create new, bigger computation blocks.\n",
826826
"- Layers can create and track losses (typically regularization losses).\n",
827827
"- The outer container, the thing you want to train, is a `Model`. A `Model` is just like a `Layer`, but with added training and serialization utilities.\n",

0 commit comments

Comments
 (0)