diff --git a/hapi/metrics.py b/hapi/metrics.py index 38b22f091c4714b9e98929f28e453ff9343d55f1..1031e48bc36fb4b0b78e8c192553fa17022aa348 100644 --- a/hapi/metrics.py +++ b/hapi/metrics.py @@ -50,21 +50,21 @@ class Metric(object): Metric calculated as follows (operations in Model and Metric are indicated with curly brackets, while data nodes not): - inputs & labels || + inputs & labels || ------------------ | || {model} || | || outputs labels || - | || + | || tensor data {Metric.add_metric_op} || | || metric states || | || - {fetch as numpy} || + {fetch as numpy} || ------------------ | || - metric states(numpy) || + metric states(numpy) || numpy data | || - {Metric.update} \/ + {Metric.update} \/ ------------------ Examples: