Hi,
As I was not successful in converting MobileNet SSD model, so I have temporarily moved on to a classification model.
I trained a model and converted it to tflite format. During my conversion of my model into .tmfile, I am getting the following error.
Please find the model in the above link. Hope you can download the model.
Thanks for your help!
@Frank Did you check the tflite model? Were you able to generate the .tmfile? If yes, please let me know where am I going wrong. Thank you in advance!
@Frank But, I saw it in the official website that there is support for tflite.
Link: Model Convert Tool — Tengine documentation
I’m trying to convert MobilenetV2 frozen graph into *tmfile format and getting error:
---- Tengine Convert Tool ----
Version : v1.0, 16:55:24 Aug 25 2022
Status : float32
These ops are not in tensorflow serializer:
[ NoOp ]
[ Enter ]
[ Switch ]
[ AddV2 ]
[ NextIteration ]
[ Merge ]
[ TensorListFromTensor ]
[ TensorListReserve ]
[ Pack ]
[ TensorListSetItem ]
[ LogicalAnd ]
[ LoopCond ]
[ TensorListGetItem ]
[ Unpack ]
[ Fill ]
[ Range ]
[ Tile ]
[ Slice ]
[ Exit ]
[ StopGradient ]
[ TensorListStack ]
[ FusedBatchNormV3 ]
[ NonMaxSuppressionV5 ]
[ GatherV2 ]
[ Select ]
[ Shape ]
[ Assert ]
[ Where ]
[ Size ]
Create graph failed
Upd. tried to convert tensorflow efficiendet model, getting the same error