Skip to content
Snippets Groups Projects
Commit 88492fce authored by Soraya Arias's avatar Soraya Arias
Browse files

Add link + misc typo correction

Former-commit-id: 0f15c3a3
parent 018006df
No related branches found
No related tags found
No related merge requests found
...@@ -302,10 +302,10 @@ ...@@ -302,10 +302,10 @@
"## Step 5 - Prepare callbacks \n", "## Step 5 - Prepare callbacks \n",
"We will add 2 callbacks : \n", "We will add 2 callbacks : \n",
" - **TensorBoard** \n", " - **TensorBoard** \n",
" Training logs, which can be visualised using Tensorboard tool. \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", " Launch a terminal directly through the Jupyter interface (click on Menu button "File -> New -> Terminal").\n",
" Check directory and go to directory \n", " Check directory and go to directory \n",
" # cd \n", " `# cd `\n",
" Then launch \n", " Then launch \n",
" - `# tensorboard_launch --logdir ./run/logs` if using a Gricad node\n", " - `# tensorboard_launch --logdir ./run/logs` if using a Gricad node\n",
" - `# tensorboard --logdir ./run/logs` if using your own workstation\n", " - `# tensorboard --logdir ./run/logs` if using your own workstation\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment