Keras import "NOT IMPLEMENTED: Unsupported layer type: ReLU"
Dear Community,
I am trying to import a standard Mobilenet Model from Keras.
Unfortunally I am getting this error during the load of the model inside cubemx.ai:
[AI:Generator] Command ***/STM32Cube/Repository//Packs/STMicroelectronics/X-CUBE-AI/3.4.0/Utilities/windows/generatecode --auto -c C:/Users/ALESSA~1/AppData/Local/Temp/mxAI256000625112004454394714515898287/config.ai
[AI:Generator] NOT IMPLEMENTED: Unsupported layer type: ReLU
[AI:Generator] Python generation ended
[AI:Generator] Invalid networkAccording to the user manual UM2526 (Page 46) https://www.st.com/resource/en/user_manual/dm00570145.pdf should be supported.
Activation: nonlinear activation layer, decoded also when part of Conv2D, DepthwiseConv2D, SeparableConv2D, or Dense. The following attributes are supported:
– nonlinearity: type of nonlinear activation; the following functions are supported: linear, relu, relu6, softmax, tanh, sigmoid, and hard_sigmoid.
Some of you has some insight about the problem?
Thanks,
Alessandro

