Hi,
I have a Sipeed M1s board & use provide blai_toolchain checker/simulator
I have spend quite some time trying to port my tflite modes to BL808 NPU but without success 🙁
Here are some outputs:
1) "TFLITE CANNOT FIND INPUT LAYER"
I get this error on several tflite models that run perfectly on other platforms. Is there a FIX?
2) simulator output:
Network Inference Progess: 31.00 / 100.00
[WARNING] UNSUPPORT LAYER [31 - LEAKY_RELU], customize it in sdk [a]
ERROR: tensorflow/lite/kernels/kernel_util.cc:218 false was not true.
[a] No explanation on HOW to <<customize in sdk>> for LEAKY_RELU
Then it crashes on next layer (RESIZE_BILINEAR) with no explanation too ...
Since the tool does not provide ANY help/verbose output (or code provided), I cannot solve any problem. Do you plan to provide a better tool in the future ? It would be really nice to have a decent tool to help AI development in this board 🙂