From c19af210de4ccd2dcc9ff78157a54002651a602b Mon Sep 17 00:00:00 2001 From: Revital Date: Thu, 19 Aug 2021 14:21:07 +0300 Subject: [PATCH] add missing asterisk --- docs/guides/frameworks/tensorflow/tensorflow_mnist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/frameworks/tensorflow/tensorflow_mnist.md b/docs/guides/frameworks/tensorflow/tensorflow_mnist.md index 10184f43..afebf687 100644 --- a/docs/guides/frameworks/tensorflow/tensorflow_mnist.md +++ b/docs/guides/frameworks/tensorflow/tensorflow_mnist.md @@ -18,7 +18,7 @@ When the script runs, it creates an experiment named `Tensorflow v2 mnist with s ## Scalars The loss and accuracy metric scalar plots appear in the experiment's page in the **ClearML web UI** under **RESULTS** -**>** **SCALARS**. Resource utilization plots, which are titled **:monitor: machine**, also appear in the *SCALARS** tab. +**>** **SCALARS**. Resource utilization plots, which are titled **:monitor: machine**, also appear in the **SCALARS** tab. ![image](../../../img/examples_tensorflow_mnist_06.png)