neuralop.losses
.MSELoss
- class neuralop.losses.MSELoss(reductions='sum')[source]
MSELoss computes absolute mean-squared error between two tensors.
Methods
__call__
(y_pred, y[, dim])MSE loss call
neuralop.losses
.MSELossMSELoss computes absolute mean-squared error between two tensors.
Methods
|
MSE loss call |