How can I read data from numpy.ndarray files using queues and readers?
Can I just use tf.WholeFileReader to read the file followed by a tf.decode_raw to convert it to the appropriate type?
How can I read data from numpy.ndarray files using queues and readers?
Can I just use tf.WholeFileReader to read the file followed by a tf.decode_raw to convert it to the appropriate type?