Hi all
I am trying to convert .pb tensorflow model to blob format using the online blobconverter.
I trained my model and tested it on new data.
During the transformation with blobconverter I keep getting this error when inserting the .pb file :
[ FRAMEWORK ERROR ] Cannot load input model: TensorFlow cannot read the model file: "/tmp/blobconverter/b6e00d0a63854f048baba9621bb7e809/mm/FP16/mm.pb" is incorrect TensorFlow model file.
what is the cause of this issue ? eventhough that I tried different versions of openvino and tensorflow. the model perfoms well in the original format but during conversion I keep getting the same error.