MAE

class MAE(reductionType: ReductionType) : Metric

See also

Constructors

MAE
Link copied to clipboard
fun MAE(reductionType: ReductionType = ReductionType.SUM_OVER_BATCH_SIZE)

Functions

apply
Link copied to clipboard
open override fun apply(tf: Ops, yPred: Operand<Float>, yTrue: Operand<Float>, numberOfLabels: Operand<Float>?): Operand<Float>

Applies Metric to the yPred labels predicted by the model and known yTrue hidden during training.

Properties

reductionType
Link copied to clipboard
val reductionType: ReductionType

Reduction type. Should be defined in subclass