Skip to content

Commit 41a5279

Browse files
committed
Modified the refernce section
1 parent 8cfcbd8 commit 41a5279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/14-deep-learning/monitor_model_training_with_tensorboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"Training a deep learning model is a long and iterative process and, hence, it is important to have a tool to visualize the progress of the model training and monitor the learning process.\n",
1515
"\n",
16-
"`TensorBoard` is an open source toolkit which enables us to understand training progress and improve model performance by updating the hyperparameters. `TensorBoard` toolkit displays a dashboard where the logs can be visualized as graphs, images, histograms, embeddings, text etc. It also helps in tracking information like gradients, losses, metrics, and intermediate outputs. [[1](#1), [2](#2)]\n",
16+
"`TensorBoard` is an open source toolkit which enables us to understand training progress and improve model performance by updating the hyperparameters. `TensorBoard` toolkit displays a dashboard where the logs can be visualized as graphs, images, histograms, embeddings, text etc. It also helps in tracking information like gradients, losses, metrics, and intermediate outputs [[1](#1), [2](#2)].\n",
1717
"\n",
1818
"`arcgis.learn` module integrates TensorBoard toolkit to the model training process which now makes it possible for us to monitor model training process. In this guide, we will learn how model training can be monitored using `TensorBoard` within `arcgis.learn` module.\n",
1919
"\n",

0 commit comments

Comments
 (0)