metric-or-Metric | R Documentation |
metric-or-Metric
y_true |
Tensor of true targets. |
y_pred |
Tensor of predicted targets. |
... |
Passed on to the underlying metric. Used for forwards and backwards compatibility. |
axis |
(Optional) (1-based) Defaults to -1. The dimension along which the metric is computed. |
name |
(Optional) string name of the metric instance. |
dtype |
(Optional) data type of the metric result. |
If y_true
and y_pred
are missing, a (subclassed) Metric
instance is returned. The Metric
object can be passed directly to
compile(metrics = )
or used as a standalone object. See ?Metric
for
example usage.
Alternatively, if called with y_true
and y_pred
arguments, then the
computed case-wise values for the mini-batch are returned directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.