标签: tensorflow
如何使用队列和读者从numpy.ndarray文件中读取数据?
我可以使用tf.WholeFileReader来读取文件,然后使用tf.decode_raw将其转换为相应的类型吗?