在TensorFlow 1.10中使用tf.estimator.DNNRegressor计算自定义指标

时间:2018-09-12 17:24:02

标签: tensorflow tensorflow-estimator

如何配置tf.estimator.DNNRegressor以在评估时报告不同的指标,例如 RMSE MAE

(对于tf.estimator.DNNClassifier AUC 指标,可以问相同的问题)

  

注意:我知道必须在tf.estimator.EstimatorSpec   model_fn()用于自定义tf.estimator.Estimator,但我不知道如何将其应用于   tf.estimator.DNNRegressor

1 个答案:

答案 0 :(得分:0)