- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page