Skip to content

Commit 2ac94c4

Browse files
authored
correct a spelling mistake (#1896)
* Update visualize_tuning.py * Update visualize_tuning.ipynb * Update visualize_tuning.md
1 parent 687a1d2 commit 2ac94c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

guides/ipynb/keras_tuner/visualize_tuning.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"reading the logs is not intuitive enough to sense the influences of\n",
3939
"hyperparameters have on the results, Therefore, we provide a method to\n",
4040
"visualize the hyperparameter values and the corresponding evaluation results\n",
41-
"with interactive figures using TensorBaord.\n",
41+
"with interactive figures using TensorBoard.\n",
4242
"\n",
4343
"[TensorBoard](https://www.tensorflow.org/tensorboard) is a useful tool for\n",
4444
"visualizing the machine learning experiments. It can monitor the losses and\n",
@@ -324,4 +324,4 @@
324324
},
325325
"nbformat": 4,
326326
"nbformat_minor": 0
327-
}
327+
}

guides/keras_tuner/visualize_tuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
reading the logs is not intuitive enough to sense the influences of
2020
hyperparameters have on the results, Therefore, we provide a method to
2121
visualize the hyperparameter values and the corresponding evaluation results
22-
with interactive figures using TensorBaord.
22+
with interactive figures using TensorBoard.
2323
2424
[TensorBoard](https://www.tensorflow.org/tensorboard) is a useful tool for
2525
visualizing the machine learning experiments. It can monitor the losses and

guides/md/keras_tuner/visualize_tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hyperparameters in each trial for the user to monitor the progress. However,
2323
reading the logs is not intuitive enough to sense the influences of
2424
hyperparameters have on the results, Therefore, we provide a method to
2525
visualize the hyperparameter values and the corresponding evaluation results
26-
with interactive figures using TensorBaord.
26+
with interactive figures using TensorBoard.
2727

2828
[TensorBoard](https://www.tensorflow.org/tensorboard) is a useful tool for
2929
visualizing the machine learning experiments. It can monitor the losses and

0 commit comments

Comments
 (0)