AttributeError: module 'tensorflow.contrib.estimator' has no attribute 'stop_if_no_decrease_hook'
tf1.14中,stop_if_no_decrease_hook不在这个tensorflow.contrib.estimator里面 在1.14版本中 应该是tf.estimator.experimental.stop_if_no_decrease_hook
tf1.14中,stop_if_no_decrease_hook不在这个tensorflow.contrib.estimator里面 在1.14版本中 应该是tf.estimator.experimental.stop_if_no_decrease_hook