level 2
永远白河愁
楼主
尝试自己制作了数据集后用cnn进行训练。
读取数据进行训练时想通过获取images和labels返回值以便后面feed
代码:images, labels=sess.run([images, labels])
报错:tensorflow.python.framework.errors_impl.OutOfRangeError: RandomShuffleQueue '_1_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 10, current size 0)
求大佬指点![[泪]](/static/emoticons/u6cea.png)

2018年04月16日 15点04分
1
读取数据进行训练时想通过获取images和labels返回值以便后面feed
代码:images, labels=sess.run([images, labels])
报错:tensorflow.python.framework.errors_impl.OutOfRangeError: RandomShuffleQueue '_1_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 10, current size 0)
求大佬指点
