Module

Losses

Methods

# inner MSE(labels, predictions) → {Tensor}

Computes the mean squared error between two tensors.
Parameters:
Name Type Description
labels Tensor The ground truth output tensor, same dimensions as 'predictions'.
predictions Tensor The predicted outputs.

View Source

tf.losses.meanSquaredError(labels,predictions)
Tensor