mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-08 07:38:39 +01:00
Fix unaligned args in api_docs/python/tf/contrib/learn/Evaluable (#10423)
This commit fixes unaligned args in api_docs/python/tf/contrib/learn/Evaluable Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
ed47ecf2dc
commit
8b065bc109
|
|
@ -90,7 +90,6 @@ class Evaluable(object):
|
||||||
friendly names for the metric to a `MetricSpec` object defining which
|
friendly names for the metric to a `MetricSpec` object defining which
|
||||||
model outputs to evaluate against which labels with which metric
|
model outputs to evaluate against which labels with which metric
|
||||||
function.
|
function.
|
||||||
|
|
||||||
Metric ops should support streaming, e.g., returning `update_op` and
|
Metric ops should support streaming, e.g., returning `update_op` and
|
||||||
`value` tensors. For example, see the options defined in
|
`value` tensors. For example, see the options defined in
|
||||||
`../../../metrics/python/ops/metrics_ops.py`.
|
`../../../metrics/python/ops/metrics_ops.py`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user