X-CUBE-AI error while analyzing a Keras model in Ubuntu
The model I've been using for a year in CubeIDE 1.6.0 on a laptop cannot be analyzed now on a PC in the latest CubeIDE 1.6.1 while using the same X-Cube-AI v5.1.2. (I've tried the most recent v6.0.0 - the same error.)
Ubuntu 20.04 (both laptop and PC).
Model: https://github.com/Shahnawax/HAR-CNN-Keras/blob/master/model.h5
Error log on a PC:
Analyzing model
/home/dizcza/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/5.1.2/Utilities/linux/stm32ai analyze --name network -m /home/dizcza/Downloads/model.h5 --type keras --compression 1 --verbosity 1 --workspace /tmp/mxAI_workspace505704300370625560993010444853274 --output /home/dizcza/.stm32cubemx/stm32ai_output
Neural Network Tools for STM32 v1.3.0 (AI tools v5.1.0)It does not produce a log file (the command ends with a nonzero exit code), therefore I cannot post it.
The same model has been successfully analyzed today on a laptop Ubuntu 20.04 beside me.
