Skip to content

Commit

Permalink
Update on "improve TensorBoard instructions in README"
Browse files Browse the repository at this point in the history
Based on the feedbacks received, improve the TB section in README to reduce ambiguity. Also updated some outdated info.

[ghstack-poisoned]
  • Loading branch information
tianyu-l committed Feb 27, 2024
1 parent 1b960c4 commit 8f356fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To visualize TensorBoard metrics of models trained on a remote server via a loca
ssh -L 6006:127.0.0.1:6006 [username]@[hostname]
```

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
```
tensorboard --logdir=./torchtrain/outputs/tb
```
Expand Down

0 comments on commit 8f356fc

Please sign in to comment.