neuralop.losses.data_losses.MSELoss

class neuralop.losses.data_losses.MSELoss[source]

Mean-squared L2 error between two tensors.

Methods

__call__(y_pred, y[, dim])

MSE loss call