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
来源:CSDN
作者:weixin_44878860
链接:https://blog.csdn.net/weixin_44878860/article/details/103934527