XCUBE-AI Keras model Analysis/Validation error.
I have encountered error while executing validation on my first Keras model using XCUBE.AI extension. The error message below,
----------------------------------------------------------------------------------------------------------------------------------
Analyzing model
Neural Network Tools for STM32 v1.2.0 (AI tools v5.0.0)
TOOL ERROR: Traceback (most recent call last):
File "C:\Users\moham\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\5.0.0\Utilities\windows\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\moham\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\5.0.0\Utilities\windows\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\moham\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\5.0.0\Utilities\windows\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "imp.py", line 242, in load_module
File "imp.py", line 342, in load_dynamic
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
----------------------------------------------------------------------------------------------------------------------------------
I'm using
STMCubeMx version 5.6.1
XCUBE.AI version 5.0.0
I installed "microsoft Visual C++ 2015,2017,2019 Redistributable Update 3" as recommended in another thread.
Could you please support as I'm stuck with this error for 3 days now?
