tf.losses.mean_squared_error() is to calculate the mse value directly. mse2 = tf.losses.mean_squared_error(a, b) with tf.Session() ...
確定! 回上一頁