Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

IR Model and Tensorflow Versioning

Mspiz
New Contributor I
358 Views

Hi,

Is the IR transformation model dependent from Tensorflow version?

I mean, can I convert to IR a model trained with Tensorflow 0.12 , or there is some restriction in the conversion process ?

0 Kudos
3 Replies
Mark_L_Intel1
Moderator
358 Views

Hi Carmine,

Model optimizer is more focusing on the model version rather than the framework version, so shouldn't the question be:

For specific model, doesn't its version validated by model optimizer can be trained by Tensorflow 0.12?

Mark

0 Kudos
Mspiz
New Contributor I
358 Views

Hi Mark,

thanks to addressing me on the question proposal, do you know also the right answer ? ;)

Cheers,

Carmine

0 Kudos
Mark_L_Intel1
Moderator
358 Views

Hi Carmine,

Looks like I was wrong, you can check the following file, in Rel 3, this should be at line 51, it seems support TensorFlow >=1.2.0:

<OpenVINO install dir>/deployment_tools/model_optimizer/mo/utils/versions_checker.py

Let me know if it helps.

Mark

0 Kudos
Reply