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