We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b960c4 commit 8f356fcCopy full SHA for 8f356fc
README.md
@@ -41,7 +41,7 @@ To visualize TensorBoard metrics of models trained on a remote server via a loca
41
ssh -L 6006:127.0.0.1:6006 [username]@[hostname]
42
```
43
44
-3. On the remote server, in the torchtrain repo, start the TensorBoard backend
+3. Inside the SSH tunnel that logged into the remote server, go to the torchtrain repo, and start the TensorBoard backend
45
46
tensorboard --logdir=./torchtrain/outputs/tb
47
0 commit comments