Skip to content
Snippets Groups Projects
Commit 9b7eedd2 authored by Natalie Breidenbach's avatar Natalie Breidenbach
Browse files

Update tensorboard.md

parent dfa4232e
No related branches found
No related tags found
2 merge requests!938Automated merge from preview to main,!936Update to Five-Cluster-Operation
......@@ -61,9 +61,9 @@ Then, create a workspace for the event data, that should be visualized in Tensor
already have an event data directory, you can skip that step.
```console
marie@compute$ ws_allocate -F scratch tensorboard_logdata 1
marie@compute$ ws_allocate -F /data/horse tensorboard_logdata 1
Info: creating workspace.
/scratch/ws/1/marie-tensorboard_logdata
/data/horse/ws/1/marie-tensorboard_logdata
[...]
```
......@@ -72,7 +72,7 @@ accessible for TensorBoard. Please find further information on the official [Ten
Then, you can start TensorBoard and pass the directory of the event data:
```console
marie@compute$ tensorboard --logdir /scratch/ws/1/marie-tensorboard_logdata --bind_all
marie@compute$ tensorboard --logdir /data/horse/ws/1/marie-tensorboard_logdata --bind_all
[...]
TensorBoard 2.3.0 at http://taurusi8034.taurus.hrsk.tu-dresden.de:6006/
[...]
......
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