Hi !
At first, sorry for that I uploaded this problem as 'requests' at noon, I didn't notice the mistake when I wrote it.
I want to run this code, train it and see the results, but when I start training , the code will automatically quit after this:
OutOfRangeError (see above for traceback): RandomShuffleQueue '_2_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 1, current size 0)
[[Node: shuffle_batch = QueueDequeueManyV2[component_types=[DT_FLOAT, DT_FLOAT], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/device:CPU:0"](shuffle_batch/random_shuffle_queue, shuffle_batch/n)]]
How could this happen and how to do?