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

Varaibles init errors #13

Open
divyanshugrover opened this issue Jun 18, 2017 · 2 comments
Open

Varaibles init errors #13

divyanshugrover opened this issue Jun 18, 2017 · 2 comments

Comments

@divyanshugrover
Copy link

I get the error
RandomShuffleQueue '_3_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 12, current size 0)
in train.py train().inputs() call. If I move the init variables statement to before inputs() is called, pool, unpool variables are initialized properly, but during AdamOptimizer init, I get the error for uninitialized variables beta1.

Can you please help fix the variables initialization? I'm on Win 10, python 3.6 x64, TensorFlow 1.2.0

@Rojina99
Copy link

Rojina99 commented Jul 5, 2018

Having same issue. Have you solved it ?

@divyanshugrover
Copy link
Author

@Rojina99 Nope, no luck.

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

2 participants