MAE loss function implemented in Python does not match results from C++ implemented MAE despite being (1) mathematically correct (mae_loss_v1), (2) adjusting for hessian of ones (mae_loss_v2), and (3) ...
A lightweight MAE-Lite port/implementation, compatible with Python 3.11 and torch 2+. Written for my own use; released in case it's useful to others. For now, this repository only supports the tiny ...