cancel
Showing results for 
Search instead for 
Did you mean: 

Hardware validation of NN model

Ritesh1
Associate II

I am validating a classification model on STM32H745-DISC0 board. 

The validation is successful but id does not show any accuracy related parameter.

It shows all the parameters except accuracy.

 

rmse

Mae

L2r

mean

std

 

 

 

 

Ritesh

2 REPLIES 2
hamitiya
ST Employee

Hello,

The tool shows accuracy (acc column) means "Classification accuracy". If it is not displayed, it means we were not able to detect your model as a classifier. You can still force this flag with '--classifier' or through the "Advanced Settings" in STM32CubeMX / X-CUBE-AI.

From the embedded documentation:

"

Classification accuracy (acc)

For classifier model type, Classification accuracy is what we usually mean, when the term accuracy is used. ACC is the ratio between of correct predictions to the total number of inputs. This indicator evaluates the performance of the classifier model, if a regressor type is passed, the ACC is NOT calculated and n.a. value is reported

"

 

Best regards,

Yanis


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Thanks for the reply.

 

I forced the model as classifier,  but still it does not show the accuracy. 

 

 

 

 

Ritesh