Error no "wish" detected with X-CUBE-AI
I'm trying to create the KWS model found on
https://github.com/Shahnawax/KWS-ANN-KERAS
and I'm trying to implement it on an STM32F412G-DISCO MCU.
I've followed the lines of
by installing STM32CubeMX and then the X-Cube-AI component.
When I load my Keras model as an h5 file and analyze it it works fine, but when I want to try to "validate on desktop" I've got the error seen on the screenshot
Error no "wish" detected. You have to install it manually
I'd like to but I don't know where to find it. I'm running on Ubuntu 18.04 LTS.
