iterating over `tf.Tensor` is not allowed in Graph execution.
时间: 2023-03-29 22:00:44 浏览: 1007
Lerner -- Python Workout. 50 Essential Exercises -- 2020.pdf
这个问题是关于 TensorFlow 的,可以回答。这个错误通常是因为在图执行期间尝试迭代 tf.Tensor 对象,而这是不允许的。解决方法是使用 TensorFlow 的函数和操作来处理 tf.Tensor 对象,而不是使用 Python 的迭代器。
阅读全文