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.

convert custom .pb model to openvino model

zou__yi
Beginner
490 Views

I build a net with tensorflow1.13.1,and I can train the model with this net, inference with the model and freeze the model.I  get a model.pb file.,but how can I convert this pb file to a openvino  model.bin file?   I know about convert yolov3 model ,so I try to convert it ,but the error message is here:

 [ ERROR ]  Exception occurred during running replacer "Fused_Batch_Norm_is_training_true_catcher" (<class 'extensions.middle.FusedBatchNormTrainingCatch.FusedBatchNormTrainingCatch'>): FusedBatchNorm doesn't support is_training=True. Node segment/conv11/BatchNorm/FusedBatchNorm

 

hope anyone can help

0 Kudos
1 Reply
JAIVIN_J_Intel
Employee
490 Views

Hi,

Are you using the latest version of OpenVINO(2020.1) ? If not, please try using it as the support for FusedBatchNorm operation when mode=’training is added in this release.

If the issue still persists, please mention the command you used to convert the model and more information about the model.

Regards,

Jaivin

0 Kudos
Reply