0
私は公式TensorFlowのウェブサイトからcifar10という名前TensorFlowチュートリアルプログラムを実行しますが、私は次のエラーを得た実行中:TensorFlow _1_shuffle_batch/random_shuffle_queueエラー
OutOfRangeError (see above for traceback): RandomShuffleQueue '_1_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 128, current size 64)
[[Node: shuffle_batch = QueueDequeueMany[_class=["loc:@shuffle_batch/random_shuffle_queue"], component_types=[DT_FLOAT, DT_INT32], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/cpu:0"](shuffle_batch/random_shuffle_queue, shuffle_batch/n)]]
エラーは何を意味するのでしょうか?どうすれば解決できますか?私を助けてください。