You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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~
The text was updated successfully, but these errors were encountered:
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.
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~
The text was updated successfully, but these errors were encountered: