Update tf.contrib.metrics with deprecations (#18335)
* Update tf.contrib.metrics with deprecations This fix updates tf.contrib.metrics.streaming_mean_absolution(relative/squared)_error with deprecation notices as they have been replaces with tf.metrics. Signed-off-by:Yong Tang <yong.tang.github@outlook.com> * Update streaming_mean_relative_error Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update deprecation notice for streaming_root_mean_squared_error Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Fix the deprecation message. * Fix pylint `Line too long (81/80)` issue Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment