【发布时间】:2016-02-10 04:35:01
【问题描述】:
TensorFlow 有两种方法来评估图的一部分:Session.run 在变量列表上和Tensor.eval。这两者有区别吗?
【问题讨论】:
-
完整命名空间
tf.Tensor.eval()和tf.Session.run(),但连接的是tf.Operation.run()和tf.Tensor.eval(),如 here 中所述
标签: python tensorflow