Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Pad layer not recognized by tflite micro.
-
Hello,
I'm using mobilenet to make an edge ia classification. I tried with V1 and V2 (V3 seems way too big to do the job). And i face the same problem for both :
Didn't find op for builtin opcode 'PAD' version '2'. An older version of this builtin might be suppo?
Failed to get registration from op code PAD
I saw AddPad() in the files, probably a version issue then. It's very annoying because both model use a lot of padding in the layers.
Any ideas ?
Thanks
Simon
-
I changed to mobilenet v2 in a sequential model with keras and it worked. Seems pad version wasn't good for the sdk.
-
Hello, @sisimonis-5-1-1
Thank you for sharing your solution. It might be helpful for other developers in the future.