Skip to content

Commit 1e684ab

Browse files
junwei-panVijay Vasudevan
authored andcommitted
Update link (tensorflow#9598)
1 parent 58e7b4f commit 1e684ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/ops/logging_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def image_summary(tag, tensor, max_images=3, collections=None, name=None):
124124
"""Outputs a `Summary` protocol buffer with images.
125125
126126
For an explanation of why this op was deprecated, and information on how to
127-
migrate, look ['here'](https://www.tensorflow.org/code/tensorflow/contrib/deprecated/__init__.py)
127+
migrate, look ['here'](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/deprecated/__init__.py)
128128
129129
The summary has up to `max_images` summary values containing images. The
130130
images are built from `tensor` which must be 4-D with shape `[batch_size,

0 commit comments

Comments
 (0)