I did the prepare work as you said in REMADE.md, but when I start training, some error happens, like this:
OutOfRangeError (see above for traceback): PaddingFIFOQueue '_1_get_batch/batch/padding_fifo_queue' is closed and has insufficient elements (requested 1, current size 0)
[[node get_batch/batch (defined at /home/dl/Desktop/RotationDetection/dataloader/dataset/read_tfrecord.py:132) ]]
I did the prepare work as you said in REMADE.md, but when I start training, some error happens, like this:
OutOfRangeError (see above for traceback): PaddingFIFOQueue '_1_get_batch/batch/padding_fifo_queue' is closed and has insufficient elements (requested 1, current size 0) [[node get_batch/batch (defined at /home/dl/Desktop/RotationDetection/dataloader/dataset/read_tfrecord.py:132) ]]
So, how to start training my own datasets?