Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a reference for TensorBoard in tutorial #1826

Merged
merged 1 commit into from Apr 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions tensorflow/g3doc/tutorials/deep_cnn/index.md
Expand Up @@ -129,8 +129,8 @@ artificially increase the data set size:
Please see the [Images](../../api_docs/python/image.md) page for the list of
available distortions. We also attach an
[`image_summary`](../../api_docs/python/train.md#image_summary) to the images
so that we may visualize them in TensorBoard. This is a good practice to verify
that inputs are built correctly.
so that we may visualize them in [TensorBoard](../../how_tos/summaries_and_tensorboard/index.md).
This is a good practice to verify that inputs are built correctly.

<div style="width:50%; margin:auto; margin-bottom:10px; margin-top:20px;">
<img style="width:70%" src="../../images/cifar_image_summary.png">
Expand Down