OutOfRangeError (see above for traceback): RandomShuffleQueue '_35_shuffle_batch_4/random_shuffle_qu

孤街醉人 提交于 2020-01-23 08:03:10

OutOfRangeError (see above for traceback): RandomShuffleQueue ‘_35_shuffle_batch_4/random_shuffle_queue’ is closed and has insufficient elements (requested 11, current size 0)
[[Node: shuffle_batch_4 = QueueDequeueManyV2[component_types=[DT_FLOAT, DT_INT64], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/device:CPU:0"](shuffle_batch_4/random_shuffle_queue, shuffle_batch_4/n)]]

这里有一篇关于这个问题的解释,但是我尝试了上面的方法,问题没解决。
https://blog.csdn.net/weixin_39750084/article/details/85239002

看到下面这篇,发现是自己的路径设置错误
https://github.com/tkuanlun350/Tensorflow-SegNet/issues/6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!