Frozen-Graph-TensorFlow icon indicating copy to clipboard operation
Frozen-Graph-TensorFlow copied to clipboard

GraphDef version incompatibility

Open haorui-ji opened this issue 5 years ago • 1 comments

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~

haorui-ji avatar Dec 09 '20 22:12 haorui-ji

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.

leimao avatar Dec 12 '20 20:12 leimao