2020-02-28 02:41 AM
Hello
In UM2526 User manual "Getting started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI)"
I found the following section
I think that .h5 model is enough for Cube-AI to generate model in C code for STM32, or should I include .json file as well?
Best Regards
Hossam Alzomor
Solved! Go to Solution.
2020-02-28 03:03 AM
When you have a float model you only give the .h5.
The .json file is an output file of the quantization process, if you select in the UI Keras Quantized model you need to provide the .json file that will tell the tool how to transform the floating point information into quantized values.
Regards
Daniel
2020-02-28 03:03 AM
When you have a float model you only give the .h5.
The .json file is an output file of the quantization process, if you select in the UI Keras Quantized model you need to provide the .json file that will tell the tool how to transform the floating point information into quantized values.
Regards
Daniel