From 004e2dbdab702d3e8e608c5839c59e281072a684 Mon Sep 17 00:00:00 2001
From: Soraya Arias <soraya.arias@grenoble-inp.fr>
Date: Fri, 6 Mar 2020 11:49:18 +0100
Subject: [PATCH] Misc typo

Former-commit-id: 52f1d40f0be034f25dbb264fb017a10aa7ce5802
---
 GTSRB/03-Tracking-and-visualizing.ipynb | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/GTSRB/03-Tracking-and-visualizing.ipynb b/GTSRB/03-Tracking-and-visualizing.ipynb
index 5470c5a..56f8686 100644
--- a/GTSRB/03-Tracking-and-visualizing.ipynb
+++ b/GTSRB/03-Tracking-and-visualizing.ipynb
@@ -303,15 +303,6 @@
     "We will add 2 callbacks :  \n",
     " - **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 (click on Menu button "File -> New -> Terminal").\n",
-    "  Check directory and go to directory \n",
-    "  `# cd `\n",
-    "  Then launch \n",
-    "    - `# tensorboard_launch --logdir ./run/logs` if using a Gricad node\n",
-    "    - `# tensorboard --logdir ./run/logs` if using your own workstation\n",
-    "  The Tensorboard visualization is available through a browser at : \n",
-    "    - http://localhost:6007 (when running training using a Gricad node)\n",
-    "    - http://localhost:6006 (when running training using your own workstation)\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