Skip to content

Commit

Permalink
correct a spelling mistake (#1896)
Browse files Browse the repository at this point in the history
* Update visualize_tuning.py

* Update visualize_tuning.ipynb

* Update visualize_tuning.md
  • Loading branch information
linsong8208 authored Aug 3, 2024
1 parent 687a1d2 commit 2ac94c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions guides/ipynb/keras_tuner/visualize_tuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"reading the logs is not intuitive enough to sense the influences of\n",
"hyperparameters have on the results, Therefore, we provide a method to\n",
"visualize the hyperparameter values and the corresponding evaluation results\n",
"with interactive figures using TensorBaord.\n",
"with interactive figures using TensorBoard.\n",
"\n",
"[TensorBoard](https://www.tensorflow.org/tensorboard) is a useful tool for\n",
"visualizing the machine learning experiments. It can monitor the losses and\n",
Expand Down Expand Up @@ -324,4 +324,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
2 changes: 1 addition & 1 deletion guides/keras_tuner/visualize_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
reading the logs is not intuitive enough to sense the influences of
hyperparameters have on the results, Therefore, we provide a method to
visualize the hyperparameter values and the corresponding evaluation results
with interactive figures using TensorBaord.
with interactive figures using TensorBoard.
[TensorBoard](https://www.tensorflow.org/tensorboard) is a useful tool for
visualizing the machine learning experiments. It can monitor the losses and
Expand Down
2 changes: 1 addition & 1 deletion guides/md/keras_tuner/visualize_tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hyperparameters in each trial for the user to monitor the progress. However,
reading the logs is not intuitive enough to sense the influences of
hyperparameters have on the results, Therefore, we provide a method to
visualize the hyperparameter values and the corresponding evaluation results
with interactive figures using TensorBaord.
with interactive figures using TensorBoard.

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

0 comments on commit 2ac94c4

Please sign in to comment.