-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Checkpoint not found #8
Comments
Hello @LecJackS , |
It was 0.6.0 Upgraded to 0.7.1 Worked perfectly as default. Sorry about that :shame: |
Don't be haha 😄 Thanks! |
Hi guys, Would @yenchenlin1994 consider updating the info? Regards :) |
Hello @petrbel , |
@yenchenlin1994 Exactly. I run Ubuntu 15.04 |
hmm ... its's strange. Hello @LecJackS , |
I tried it once again. This is the log without any modification:
And this is with preprended dir:
|
Thx @petrbel , May you enter the Python shell and type import tensorflow
tensorflow.__version__ ? |
Sure! >>> import tensorflow
>>> tensorflow.__version__
'0.7.1' |
Thanks @yenchenlin1994 , I think it's ok this way. Everybody can search the issue and try it :) I'll ask some other guys to try it. |
I tried to run this and this showed on the terminal (on ubuntu):
So I went to the "saved_networks" folder, and "bird-dqn-30000" was there.
Inside the checkpoint file, the content was:
I changed the first line to:
Worked fine.
I don't know if this is a real issue, or just something messy with my system. Just want to let you know.
The text was updated successfully, but these errors were encountered: