Skip to content

Commit 8f356fc

Browse files
committed
Update on "improve TensorBoard instructions in README"
Based on the feedbacks received, improve the TB section in README to reduce ambiguity. Also updated some outdated info. [ghstack-poisoned]
1 parent 1b960c4 commit 8f356fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To visualize TensorBoard metrics of models trained on a remote server via a loca
4141
ssh -L 6006:127.0.0.1:6006 [username]@[hostname]
4242
```
4343

44-
3. On the remote server, in the torchtrain repo, start the TensorBoard backend
44+
3. Inside the SSH tunnel that logged into the remote server, go to the torchtrain repo, and start the TensorBoard backend
4545
```
4646
tensorboard --logdir=./torchtrain/outputs/tb
4747
```

0 commit comments

Comments
 (0)