Skip to content
Snippets Groups Projects
Commit 35bc2c12 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent ce9246db
No related branches found
No related tags found
5 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!258Data Analytics restructuring
...@@ -10,7 +10,7 @@ The easiest way to use TensorBoard is via [JupyterHub](../access/jupyterhub.md). ...@@ -10,7 +10,7 @@ The easiest way to use TensorBoard is via [JupyterHub](../access/jupyterhub.md).
TensorBoard log directory is set to `/tmp/<username>/tf-logs` on the compute node, where Jupyter 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 soft-linked to the session is running. In order to show your own directory with logs, it can be soft-linked to the
default folder. Open a "New Launcher" menu (`Ctrl+Shift+L`) and select "Terminal" session. It 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` will start new terminal on the respective compute node. Create a directory `/tmp/$USER/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>` `ln -s <your-tensorboard-target-directory> <local-tf-logs-directory>`
......
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