Tensorflow Estimator提前停止挂钩损失参数

时间:2019-08-02 14:54:15

标签: tensorflow-estimator

我正尝试尽早停止。但是我不知道这种情况下的“损失”是验证集丢失或火车集丢失。谁能解释一下?谢谢!

early_stop = tf.contrib.estimator.stop_if_no_decrease_hook(estimator, 'loss', 1000)

0 个答案:

没有答案