Frozen-Graph-TensorFlow
Frozen-Graph-TensorFlow copied to clipboard
GraphDef version incompatibility
Hi
I've encountered a problem that when I'm loading the frozen graph with your example code:
ValueError: Converting GraphDef to Graph has failed. The binary trying to import the GraphDef was built when GraphDef version was 440. The GraphDef was produced by a binary built when GraphDef version was 527. The difference between these versions is larger than TensorFlow's forward compatibility guarantee.
Any ideas how to solve this problem?
Thank you~
You did not provide a command to reproduce. I have updated the repo recently and please use the Docker container to reproduce the examples. I don't help troubleshooting without using a Docker container.