Mean absolute error
nnf_mae(input, target)
(torch_tensor
) A tensor of actual values
(torch_tensor
) A tensor with the same shape as the input
Computed according to the formula: $$MAE = \frac{1}{n}\displaystyle\sum_{t=1}^{n}\left\|target - input\right\|$$
yardstick::mae