Skip to content
Snippets Groups Projects
Commit 961fdc97 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Removed unnecessary line from tensorboard.md.

parent 6c98cd88
No related branches found
No related tags found
2 merge requests!661Automated merge from preview to main,!651Clarify Tensorboard from JH, reading log data
......@@ -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
......
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