Skip to content

Commit be7da42

Browse files
authored
Merge pull request tensorflow#4098 from augustjanse/typo
Fix 2 typos in eager.ipynb
2 parents 87a4dcc + 1f362b3 commit be7da42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/core/get_started/eager.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
},
655655
"cell_type": "markdown",
656656
"source": [
657-
"While it's helpful to print out the model's training progress, it's often *more helpful* to see this progress. [TensorBoard](https://www.tensorflow.org/programmers_guide/summaries_and_tensorboard) is a nice visualization tool that is packaged with TensorFlow, but we can create basic charts using the `mathplotlib` module.\n",
657+
"While it's helpful to print out the model's training progress, it's often *more* helpful to see this progress. [TensorBoard](https://www.tensorflow.org/programmers_guide/summaries_and_tensorboard) is a nice visualization tool that is packaged with TensorFlow, but we can create basic charts using the `matplotlib` module.\n",
658658
"\n",
659659
"Interpreting these charts takes some experience, but you really want to see the *loss* go down and the *accuracy* go up."
660660
]

0 commit comments

Comments
 (0)