-
Notifications
You must be signed in to change notification settings - Fork 47
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
CKPT_model #4
Comments
Yes it is possible. You can convert a "model.ckpt" to a ".pb". You can follow the "How to evaluate my own model" section in this tutorial on my other repository: |
sorry for bothering you but i tried to use your tutorial and failed File "test_all.py", line 262, in |
If you are able to generate the frozen probobuf, you are very close to your goal :) You need to change the input name in line 173, 221 and 227 in |
Hello again, I really enjoy your program
But can you help me with such question: this tool works with ImageNet model ".pb"
But is it possible to import "model.ckpt" ?
Thanks in advance
The text was updated successfully, but these errors were encountered: