Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tf.keras.metrics.mean_squared_error和tf.keras.losses.MeanSquaredError中的均方误差函数有什么区别?
前者用作指标,不用于更新权重的反向传播计算。如果您使用其他函数作为损失函数,则使用它,但同时您还想知道 MSE 值。