TensorFlow random_shuffle_queue is closed and has insufficient elements

后端 未结 6 1280
借酒劲吻你
借酒劲吻你 2020-12-15 05:00

I\'m reading batch of images by getting idea here from tfrecords(converted by this)

My images are cifar images, [32, 32, 3] and as you can see while reading and pas

6条回答
  •  攒了一身酷
    2020-12-15 05:29

    I had the exactly same issue today and later I found it was the input data file I downloaded from "famous data set" (such as https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data) that caused the error: It has some empty lines at the end of the file. Remove the empty lines, the error was gone!

提交回复
热议问题