Reputation: 51
I try to optimize my model using 'MvNCCompile' but it doesn't accept my frozen TF2 graph. 'Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.'.
Can I somehow convert my TF2 (keras) model to TF1 graph format so it can be used? Or is there another way to get the TF2 Keras model to be accepted by the Intel optimisation tool?
Upvotes: 0
Views: 134
Reputation: 345
Hm. MvNCCompile is a deprecated tool to work with NCS2. I suggest you to try the latest version of OpenVINO: https://docs.openvinotoolkit.org/
Upvotes: 0