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.

How to optimize vgg_16 for tensorflow? (OpenVINO 2018.R3)

li__lang
Beginner
449 Views

In the website: https://software.intel.com/en-us/articles/OpenVINO-Using-TensorFlow,

it says "Supported Unfrozen Topologies with links to the associated Slim Model Classification download files". And the topologies contain VGG_16, 

then I downloaded vgg_16_2016_08_28.tar.gz which has a compressed file named vgg_16.ckpt. 

How can I optimize vgg_16.ckpt?

0 Kudos
4 Replies
Monique_J_Intel
Employee
449 Views

Hi Lang,

When you say optimize what do you mean by that?

Are you asking how to convert the checkpoint files to IR(Intermediate Representation-.xml &.bin files)?

Kind Regards,

Monique Jones

0 Kudos
li__lang
Beginner
449 Views

Hi Monique,

Yes, I want to know how to convert the checkpoint files to IR(Intermediate Representation-.xml &.bin files).

But, the  compressed file which is vgg_16_2016_08_28.tar.gz has only one file (vgg_16.ckpt)!

Kind Regards,

Lang Li

0 Kudos
Gdeep
Beginner
449 Views
Hi Lang Use this command for generating .XML and .bin files mo_tf.py --input_model .pb --input_checkpoint
0 Kudos
li__lang
Beginner
449 Views

Hi Gagan

how can I get the .pb file and the checkpoint file? The .tar.gz file has only one file (vgg_16.ckpt).

Kind Regards,

Lang Li

0 Kudos
Reply