-
Notifications
You must be signed in to change notification settings - Fork 7
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 #4
Comments
The same problem to me. Have you fixed it? |
Yeah,I use python3.6 and tensorflow 1.13.1. Because I found that python3.4 can't use pip. |
I think you can try downgrade tensorflow version to 1.4.0 to see if it helps. |
I have the same problem. I am currently using python3.6 (having the same problem with pip @LOOKCC pointed out) and tensorflow1.4.0 |
If it can help, it happens when I change line 29 "INPUT_SIZE = '300, 300'" with "INPUT_SIZE = '256, 256'" |
hi, I can't find the "net_skeleton.ckpt".Can you help me? thank you! |
Hello, I have the same problem, have you solved the problem? |
Sorry to be a bother. I am running the train_default.sh using the tfrecord file in the google drive link. However, when the training progress goes to 195 steps, an error occured.
I am confused about this error, is there anything wrong with the tfrecord file?
The text was updated successfully, but these errors were encountered: