Skip to content

Commit fc0e5df

Browse files
authored
Fix typos in basic_training_loops.ipynb
1 parent 430fe3b commit fc0e5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/guide/basic_training_loops.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"id": "RwWPaJryD2aN"
328328
},
329329
"source": [
330-
"For a look at training, you can send the same batch of *x* an *y* through the training loop, and see how `W` and `b` evolve."
330+
"For a look at training, you can send the same batch of *x* and *y* through the training loop, and see how `W` and `b` evolve."
331331
]
332332
},
333333
{
@@ -463,7 +463,7 @@
463463
"source": [
464464
"keras_model = MyModelKeras()\n",
465465
"\n",
466-
"# compile sets the training paramaeters\n",
466+
"# compile sets the training parameters\n",
467467
"keras_model.compile(\n",
468468
" # By default, fit() uses tf.function(). You can\n",
469469
" # turn that off for debugging, but it is on now.\n",

0 commit comments

Comments
 (0)