diff --git a/doc.zih.tu-dresden.de/docs/software/tensorboard.md b/doc.zih.tu-dresden.de/docs/software/tensorboard.md index 982225c6bfebf163b108f6d048ebb66c3ac2960d..83d8f2b0b749d4642c6e83ba71aba6df1fe94382 100644 --- a/doc.zih.tu-dresden.de/docs/software/tensorboard.md +++ b/doc.zih.tu-dresden.de/docs/software/tensorboard.md @@ -7,11 +7,11 @@ application. ## Using JupyterHub The easiest way to use TensorBoard is via [JupyterHub](../access/jupyterhub.md). The default -TensorBoard log directory is set to `/tmp/<username>/tf-logs` on the compute node, where Jupyter -session is running. In order to show your own directory with logs, it can be "sym-linked" to the -default folder. Open a "New Launcher" menu (`Ctrl+Shift+L`) and select "Terminal" session. It +TensorBoard log directory is set to `/tmp/<username>/tf-logs` on the compute node, where Jupyter +session is running. In order to show your own directory with logs, it can be "sym-linked" to the +default folder. Open a "New Launcher" menu (`Ctrl+Shift+L`) and select "Terminal" session. It will start new terminal on the respective compute node. Create a directory `/tmp/lazariv/tf-logs` -and link it with your log directory +and link it with your log directory `ln -s <your-tensorboard-target-directory> <local-tf-logs-directory>` ```Bash @@ -41,7 +41,6 @@ marie@compute$ module spider TensorFlow/2.3.1 If TensorBoard occurs in the `Included extensions` section of the output, TensorBoard is available. - To use TensorBoard, you have to connect via ssh to the ZIH system as usual, schedule an interactive job and load a TensorFlow module: