From d107fff5f036f0ed7b54e606400ba9d216b9be8b Mon Sep 17 00:00:00 2001
From: Soraya Arias <soraya.arias@grenoble-inp.fr>
Date: Fri, 6 Mar 2020 11:45:21 +0100
Subject: [PATCH] misc typo correction

---
 GTSRB/03-Tracking-and-visualizing.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GTSRB/03-Tracking-and-visualizing.ipynb b/GTSRB/03-Tracking-and-visualizing.ipynb
index 0959101..3b34793 100644
--- a/GTSRB/03-Tracking-and-visualizing.ipynb
+++ b/GTSRB/03-Tracking-and-visualizing.ipynb
@@ -303,8 +303,8 @@
     "We will add 2 callbacks :  \n",
     " - **TensorBoard**  \n",
     "  Training logs, which can be visualised using Tensorboard tool.  \n",
-    "  Launch a terminal directly through the Jupyter interface (click on Menu button "File -> New -> Terminal").\n"
-    "  CheGo to directory \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",
-- 
GitLab