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

Fix linter

parent a791200c
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
......@@ -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:
......
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