From 139ce319199ce7541f4af4d1f8f6ab1e0d15daf8 Mon Sep 17 00:00:00 2001 From: Soraya Arias <soraya.arias@grenoble-inp.fr> Date: Fri, 6 Mar 2020 12:20:09 +0100 Subject: [PATCH] misc indent Former-commit-id: ce31be12d35e145c6e37ff8ded5dcc5e5a622391 --- GTSRB/03-Tracking-and-visualizing.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GTSRB/03-Tracking-and-visualizing.ipynb b/GTSRB/03-Tracking-and-visualizing.ipynb index 9f4e02e..04f50fe 100644 --- a/GTSRB/03-Tracking-and-visualizing.ipynb +++ b/GTSRB/03-Tracking-and-visualizing.ipynb @@ -302,9 +302,10 @@ "## Step 5 - Prepare callbacks \n", "We will add 2 callbacks : \n", " - **TensorBoard** \n", - " Training logs, which can be visualised using [Tensorboard tool](https://www.tensorflow.org/tensorboard). \n", + " Training logs, which can be visualised using [Tensorboard tool](https://www.tensorflow.org/tensorboard). \n", " Launch a terminal directly through the Jupyter interface : \n", " - Click on Menu button \"File -> New -> Terminal\" \n", + "\n", " Go to directory containing GTSRB notebooks. \n", " `~$ cd fidle/GTSRB/` \n", " Then launch : \n", @@ -314,6 +315,7 @@ " The Tensorboard visualization is available through a browser at : \n", " - http://localhost:6007 if running training using a Gricad node \n", " - http://localhost:6006 if running training using your own workstation \n", + "\n", " IMPORTANT : Relaunch tensorboard on every run\n", " - **Model backup** \n", " It is possible to save the model each xx epoch or at each improvement. \n", -- GitLab