张量流渴望执行和基于图的执行之间有什么区别?

时间:2019-04-08 10:21:48

标签: tensorflow

我有这个问题,因为我发现setState((){ //increment and decrement height of AnimatedContainer }) 中的某些功能无法与eager_execution一起使用。

例如,当我运行with tf.Session() as sess循环时,可以在运行eager_execution的错误range时使用TypeError: Tensor objects are only iterable when eager execution is enabled.。 (也似乎sess不起作用)

这种不一致让我很烦,有人可以解释吗?另外,我认为if ... else在帮助立即验证我的编码方面会有所帮助,但是如果它与eager_execution不符,对我来说就没有意义。如何解决这个问题(以tf.graph模式进行编码并以eager进行编译时)?

0 个答案:

没有答案