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.

Model optimizer help

Carreel__Simon
259 Views

Hello,

I'm a complete beginner with Deep learning, and I would like to use the Model optimizer to convert a Keras model somebody gave me. But I think that this model is not frozen: I have 3 checkpoint files (config-checkpoint.ipynb, GlobalVar-checkpoint.ipynb, frcnn-checkpoint.ipynb). Which checkpoint should I use? I have also seen that checkpoint should be in ckpt format, so what should I use to convert it?

Thanks

0 Kudos
1 Reply
Shubha_R_Intel
Employee
259 Views

Dearest Carreel, Simon,

Please follow This forum post for instructions on how to convert a Keras model to frozen tensorflow. The checkpoint files you mention config-checkpoint.ipynb, GlobalVar-checkpoint.ipynb, frcnn-checkpoint.ipynb are Jupyter Notebook files which cannot be consumed by OpenVino Model Optimizer. The checkpoint files which Model Optimizer consumes are Checkpoint Files in Tensorflow format.

Hope it helps,

Thanks,

Shubha

 

0 Kudos
Reply