Skip to content

Commit 9ecb223

Browse files
Merge pull request #2228 from abhigyadufare:patch-1
PiperOrigin-RevId: 547305620
2 parents f0a9480 + cb521d1 commit 9ecb223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/r1/tutorials/eager/custom_layers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"source": [
231231
"## Models: composing layers\n",
232232
"\n",
233-
"Many interesting layer-like things in machine learning models are implemented by composing existing layers. For example, each residual block in a resnet is a composition of convolutions, batch normalizations, and a shortcut.\n",
233+
"Many interesting layer-like things in machine learning models are implemented by composing existing layers. For example, each residual block in a ResNet is a composition of convolutions, batch normalizations, and a shortcut.\n",
234234
"\n",
235235
"The main class used when creating a layer-like thing which contains other layers is tf.keras.Model. Implementing one is done by inheriting from tf.keras.Model."
236236
]

0 commit comments

Comments
 (0)