X-CUBE_AI: validation on desktop error
Hello,
i'm trying to validate the generated C model inside STM32CubeMX.
I'm follow the Getting started documentation (UM2526 - rev 3)
Like page 22, (4.5 Validating the generated C model) i wan't to use custom data-set (CSV file) on inputs and on outputs, but i have an error:

I use previously self-generated values from STM32CubeMX validations files at "/home/user/.stm32cubemx/stm32ai_output/"
Seem to be an issue with shape detection:
With output csv file like this:
# file created : 2019-11-13 15:28:48
# output C-model features - 10/10
9.932567382812500000e+03
1.614522812500000000e+05
-6.814434570312500000e+03
-1.008901718750000000e+05
1.514196777343750000e+03
8.807486328125000000e+03
4.036426171875000000e+04
-3.264179492187500000e+04
-1.473285644531250000e+04
-1.134370546875000000e+05
I have the message: "Using reference output file, shape=(1, 10)"
And if i use csv output file like this:
# file created : 2019-11-13 15:28:48
# output C-model features - 10/10
9.932567382812500000e+03,1.614522812500000000e+05
1.614522812500000000e+05,1.614522812500000000e+05
-6.814434570312500000e+03,1.614522812500000000e+05
-1.008901718750000000e+05,1.614522812500000000e+05
1.514196777343750000e+03,1.614522812500000000e+05
8.807486328125000000e+03,1.614522812500000000e+05
4.036426171875000000e+04,1.614522812500000000e+05
-3.264179492187500000e+04,1.614522812500000000e+05
-1.473285644531250000e+04,1.614522812500000000e+05
-1.134370546875000000e+05,1.614522812500000000e+05
I have the message: "Using reference output file, shape=(10, 2)"
Why shape(x,y) going to shape(y,x)??
Regards,
Julien
