@@ -86,7 +86,7 @@ def histogram_summary(tag, values, collections=None, name=None):
8686 This ops is deprecated. Please switch to tf.summary.histogram.
8787
8888 For an explanation of why this op was deprecated, and information on how to
89- migrate, look ['here'](https://www. tensorflow.org/code /tensorflow/contrib/deprecated/__init__.py)
89+ migrate, look ['here'](https://github.com/ tensorflow/tensorflow/blob/master /tensorflow/contrib/deprecated/__init__.py)
9090
9191 The generated
9292 [`Summary`](https://www.tensorflow.org/code/tensorflow/core/framework/summary.proto)
@@ -190,7 +190,7 @@ def audio_summary(tag,
190190
191191 This op is deprecated. Please switch to tf.summary.audio.
192192 For an explanation of why this op was deprecated, and information on how to
193- migrate, look ['here'](https://www. tensorflow.org/code /tensorflow/contrib/deprecated/__init__.py)
193+ migrate, look ['here'](https://github.com/ tensorflow/tensorflow/blob/master /tensorflow/contrib/deprecated/__init__.py)
194194
195195 The summary has up to `max_outputs` summary values containing audio. The
196196 audio is built from `tensor` which must be 3-D with shape `[batch_size,
@@ -326,7 +326,7 @@ def scalar_summary(tags, values, collections=None, name=None):
326326
327327 This ops is deprecated. Please switch to tf.summary.scalar.
328328 For an explanation of why this op was deprecated, and information on how to
329- migrate, look ['here'](https://www. tensorflow.org/code /tensorflow/contrib/deprecated/__init__.py)
329+ migrate, look ['here'](https://github.com/ tensorflow/tensorflow/blob/master /tensorflow/contrib/deprecated/__init__.py)
330330
331331 The input `tags` and `values` must have the same shape. The generated
332332 summary has a summary value for each tag-value pair in `tags` and `values`.
0 commit comments