2024-08-15 08:11 AM - last edited on 2024-08-26 04:41 AM by SofLit
How to input validation image dataset in the stm32cubeMX.
2024-08-26 03:22 AM
In the UI you have 2 Combo "Validation Inputs" "Validation Outputs" to add the npy or npz file containing the validation image dataset.
Otherwise it will be done with random data
If you create an npz file the file will contain both the input and the output of the model. In that case just give the npz file in the Validation inputs field
Regards