OAID / Tengine

Tengine is a lite, high performance, modular inference engine for embedded device
Apache License 2.0
4.62k stars 998 forks source link

trying to convert mobilenetv2 tflite to tengine. missing PAD #311

Open soham24 opened 4 years ago

soham24 commented 4 years ago

These 1ops are not supported {PAD,} Create graph failed errno: 0

AkkiSony commented 3 years ago

@soham24 Did you solve this? I am getting the same error too.

@BUG1989 @debug202006 @kalcohol Please can you help us in this regard?

soham24 commented 3 years ago

@AkkiSony no , I used ncnn and tflite frameworks for my requirements at that time. But it seems tengine is more stable now

AkkiSony commented 3 years ago

@soham24 Hi, Yes, I did use tengine over NPU SDK for converting my yolov3 model. It worked fine.

But, I am currently getting this follwing error 'misssing PAD' on Tengine SDK itself! :/ For my mobilenetv2.tflite model.

@BUG1989 @debug202006 @kalcohol Do you have any solutions for this, please?