2019-04-02 02:05 AM
I am trying to deploy a pre-trained Mobilenet model using STMCubeMX.ai, but I am facing some issue that I want to report.
Here the link of the project
https://github.com/alessandrocapotondi/mobilenet_stmcube_ai
Here the model I am using:
For the model that I am using, the compression seems to have no effect:
Is it normal? There are any log that I can inspect to check what is going wrong?
PS: i will report another issue regarding the activation size on another topic.
Solved! Go to Solution.
2019-04-02 02:18 AM
Hello,
This is normal, because currently (X-CUBE-AI 3.4.0) the compression algorithm is only applied on the Dense layers. "mobilenet_160_0_25.h5" model have only the convulation layers.
br,
Jean-Michel
2019-04-02 02:18 AM
Hello,
This is normal, because currently (X-CUBE-AI 3.4.0) the compression algorithm is only applied on the Dense layers. "mobilenet_160_0_25.h5" model have only the convulation layers.
br,
Jean-Michel
2019-04-02 02:25 AM
Thanks, I miss such information!