trainArr = np.zeros((9,2))
def Network:
...
hypothesis = tf.matmul(L2, W3) + b
hypothesis = tf.identity(hypothesis,"hypothesis")
**"trainArr <- hypothesis" ("My Question")**
**我的tensorflow版本是1.14
我的会话在批处理阶段执行,因此该会话无法解决。除了session.eval还有其他方法吗?