【发布时间】:2017-11-14 03:42:10
【问题描述】:
TensorFlow 的许多示例应用程序创建 Experiments 并通过调用 tf.contrib.data.learn_runner.run 运行 Experiment 的方法之一。看起来Experiment 本质上是Estimator 的包装器。
创建和运行Experiment 所需的代码看起来比创建、训练和评估Estimator 所需的代码复杂。我确信使用Experiments 有一个优势,但我不知道它是什么。有人可以填我吗?
【问题讨论】:
标签: python tensorflow machine-learning deep-learning tensorflow-estimator