Skip to content
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

OutOfRangeError #35

Open
kokhazade opened this issue May 15, 2023 · 0 comments
Open

OutOfRangeError #35

kokhazade opened this issue May 15, 2023 · 0 comments

Comments

@kokhazade
Copy link

kokhazade commented May 15, 2023

Hi @yscacaca ,

Thank you for sharing your source code.
I tried to run your source code but faced the below error:

OutOfRangeError (see above for traceback): RandomShuffleQueue '_2_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 64, current size 14

I tried to change tensorflow version 10 times between 1.1 to 1.10 with python 2.7 and it didn't solve the problem.
I've read the previous issues on this problem and didn't find a proper solution.
Is it possible to share the packages versions here? like python, tensorflow, ...
Or share all requirement packages versions as a yml file?

It gives me the error on the below line:
example_batch, label_batch = tf.train.shuffle_batch( [example, label], batch_size=batch_size, num_threads=16, capacity=capacity, min_after_dequeue=min_after_dequeue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant