How to read bmp files in tensorflow?

后端 未结 0 1096
梦毁少年i
梦毁少年i 2021-01-28 20:30

I\'m trying to read BMP files in TensorFlow in the following way:

reader = tf.TextLineReader()
_, value = reader.read(filename_queue)
filename, label = tf.decode         


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