Shortcuts

torch.nn.functional.mse_loss

torch.nn.functional.mse_loss(input, target, size_average=None, reduce=None, reduction='mean') 张量[源代码]

测量元素级的均方误差。 详情请参见MSELoss

Return type

张量

优云智算