-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RandomShuffleQueue 'xxx' is closed and has insufficient elements (requested 8, current size 0) #7
Comments
I have solved this problem. I have encountered this problem due to my mistake, not the author's source code or data. Thanks for the author's contribution :) |
How do you solve it? I've got this problem too. |
I encountered the following problem when I running the main_combine.py for training, and I following the tutorial for that.
It seems that there are some problems with the TFRecord since
tf.train.shuffle_batch
with code error. Maybe it is the wrong shape or something else.I don't know how to do with it. Did any one encourter similar problems before? Looking forward to your reply, thank you!
The text was updated successfully, but these errors were encountered: