Skip to content

Commit

Permalink
Update 'Visualizing results' section of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTayler authored and gastonrod07 committed Oct 11, 2017
1 parent 327f2e9 commit 1e62e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ Check our [TRAINING](./docs/TRAINING.md) on how to train locally or in Google Cl
## Visualizing results
We strive to get useful and understandable summary and graph visualizations. We consider them to be essential not only for monitoring (duh!), but for getting a broader understanding of whats going under the hood. The same way it is important for code to be understandable and easy to follow, the computation graph should be as well.
We strive to get useful and understandable summary and graph visualizations. We consider them to be essential not only for monitoring (duh!), but for getting a broader understanding of what's going under the hood. The same way it is important for code to be understandable and easy to follow, the computation graph should be as well.
By default summary and graph logs are saved to `/tmp/luminoth`. You can use TensorBoard by running:
By default summary and graph logs are saved to `jobs/` under the current directory. You can use TensorBoard by running:
```
tensorboard --logdir /tmp/luminoth
tensorboard --logdir path/to/jobs
```
## Why the name?
Expand Down

0 comments on commit 1e62e67

Please sign in to comment.