Skip to content

Commit fcf535c

Browse files
committed
Change tensorboard command to work on Windows
1 parent 77b04d1 commit fcf535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Then navigate to `localhost:8888` to access each training notebook.
3939

4040
To monitor training progress, run the following from the root directory of this repo:
4141

42-
`tensorboard --logdir='./summaries'`
42+
`tensorboard --logdir=summaries`
4343

4444
Then navigate to `localhost:6006` to monitor progress with Tensorboard.
4545

0 commit comments

Comments
 (0)