2019-09-11 05:33 AM
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.
Solved! Go to Solution.
2019-09-11 05:57 AM
please install tk using the following command:
sudo apt-get install tk
Regards
Daniel
2019-09-11 05:57 AM
please install tk using the following command:
sudo apt-get install tk
Regards
Daniel
2019-09-11 06:23 AM
That seems to work.
Thanks