Update README.md

This commit is contained in:
William Falcon 2019-06-29 17:58:10 -04:00 committed by GitHub
parent 306ca02813
commit 3ab8120f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ trainer = Trainer(experiment=exp)
...
```
And run tensorboard from that dir
```bash
tensorboard --logdir /some/path
```