Tensorflow Estimator中的会话与使用普通图的会话有何不同?

时间:2018-12-02 08:15:10

标签: python tensorflow tensorflow-estimator

这是关于StackOverflow的这些问题的参考

Tensorflow Estimator: Execute an operation at a specific epoch

Tensorflow Estimator: How to run an operation within model_fn

Converting Tensorflow Graph to use Tensorflow Estimator, getting 'TypeError: data type not understood', at loss function

Question on Tensorflow Estimator practices, should Tensorflow Operations be conducted in `my_model`, or elsewhere?

由于eval.()tf.nn.sampled_softmax_loss之类的操作和功能无法与tf.Estimator配合使用,因此从Tensorflow Estimator运行的会话似乎与从常规图形运行的会话不同。

我的问题是,从估算器运行的会话与从图形运行的会话之间有什么区别? Estimator为什么有些操作和功能不起作用?

0 个答案:

没有答案