Skip to main content
Associate II
August 15, 2024
Question

Validation of deep learning model

  • August 15, 2024
  • 1 reply
  • 777 views

How to input validation image dataset in the stm32cubeMX.

 

 

1 reply

fauvarque.daniel
ST Employee
August 26, 2024

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