How to convert a TensorArray to Numpy Array in Tensorflow 1.0?

后端 未结 0 1462
野性不改
野性不改 2021-01-07 01:17

I have a TensorArray (a) to store the values computed within the tf.while_loop. However, I cannot convert the TensorArray to a Numpy array.

import time
import         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题