From 961fdc97975adf6cd32ca57153a17054632f0225 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Mon, 22 Aug 2022 14:09:00 +0200 Subject: [PATCH] Removed unnecessary line from tensorboard.md. --- doc.zih.tu-dresden.de/docs/software/tensorboard.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/tensorboard.md b/doc.zih.tu-dresden.de/docs/software/tensorboard.md index a5368be63..a397498ed 100644 --- a/doc.zih.tu-dresden.de/docs/software/tensorboard.md +++ b/doc.zih.tu-dresden.de/docs/software/tensorboard.md @@ -14,16 +14,13 @@ log data. Note, that the directory `/tmp/<username>/tf-logs` might not exist and create it first. Therefore, open a "New Launcher" (`Ctrl+Shift+L`) and select "Terminal" session. It will start a new terminal on the respective compute node. Then you can create the directory `/tmp/<username>/tf-logs` and link it with the directory where your own log data is located. -Consider the following commands to do so: - - Assuming you use a line like the following in your code: ```python tensorboard_callback = tf.keras.callbacks.TensorBoard(log_dir="/home/marie/logs") ``` -You can then make the TensorBoard available with: +You can then make the TensorBoard available from the Jupyter terminal with: ```bash mkdir -p /tmp/$USER/tf-logs -- GitLab