以前的两篇帖子中都提到了这个问题。但是,他们仍然没有答案。鉴于我们已经
tf.contrib.learn.DNNClassifier和 tf.estimator.DNNClassifier
哪个应该是首选,估算器DNNClassifier没有传统的“fit”方法。
https://ai.stackexchange.com/questions/3860/tensorflow-tf-contrib-dnnclassifier-or-tf-estimator-dnnclassifier/4269 What is the difference between tf.estimator.Estimator and tf.contrib.learn.Estimator in TensorFlow
答案 0 :(得分:-1)
Alway更喜欢tf.estimator.DNNClassifier,这是一个更稳定的公共界面。