如何将张量转换为numpy数组?

时间:2020-02-07 08:17:15

标签: arrays numpy tensorflow

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还有其他方法吗?

0 个答案:

没有答案