AIWintermuteAI / transfer_learning_sipeed

Image Recognition With Sipeed MaiX and Arduino IDE/Micropython
https://www.instructables.com/id/Transfer-Learning-With-Sipeed-MaiX-and-Arduino-IDE/
26 stars 8 forks source link

Fatal: Layer PAD is not supported #1

Closed mushroom-x closed 5 years ago

mushroom-x commented 5 years ago

Follow the tutorial Image Recogntion With Sipeed MaiX and Arduino IDE/Micropython , that error occur:

$ ./tflite2kmodel.sh xo_model.tflite
uasge: ./tflite2kmodel.sh xxx.tflite
Fatal: Layer PAD is not supported
AIWintermuteAI commented 5 years ago

Hi! There are two sorts of problems that can cause this error: 1) You are using an outdated version of nncase. Developers added support for PAD layer in RC4. 2) The padding size is wrong in Mobilenet script. Capture Capture1 Tell me if it solved your problem!