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~
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~