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

tensorflow.python.framework.errors_impl.DeadlineExceededError: Timed out waiting for notification #8

Open
ML-enthu opened this issue Mar 14, 2019 · 1 comment

Comments

@ML-enthu
Copy link

Hi,
I have downloaded this code and am able to successfully run the demo.py file. I am getting the above mentioned error while trying to run the train.sh file as "./scripts/train.sh -gpu 0 -image_set train -log_dir ./log/". Is someone else also getting the same error? I am running it on a GEForce RTX 2080 Ti with a single GPU

@AryaPhilip
Copy link

I got the same error: I was able to solve it by updating the following line:

run_options = tf.RunOptions(timeout_in_ms=60000)

Try increasing the timeout_in_ms in this line.

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