这是关于StackOverflow的这些问题的参考
Tensorflow Estimator: Execute an operation at a specific epoch
Tensorflow Estimator: How to run an operation within model_fn
由于eval.()
和tf.nn.sampled_softmax_loss
之类的操作和功能无法与tf.Estimator配合使用,因此从Tensorflow Estimator运行的会话似乎与从常规图形运行的会话不同。
我的问题是,从估算器运行的会话与从图形运行的会话之间有什么区别? Estimator为什么有些操作和功能不起作用?