Associate II
August 20, 2024
Solved
Class in the output of the refernece model
- August 20, 2024
- 1 reply
- 947 views
When I used validation app I could see like
notes: - the output of the reference model is used as ground truth/reference value
- 10 samples (5 items per sample)
acc=100.00%, rmse=0.000000147, mae=0.000000066, l2r=0.000000430, nse=1.000, cos=1.000
5 classes (10 samples)
---------------------------------
C0 0 . . . .
C1 . 0 . . .
C2 . . 10 . .
C3 . . . 0 .
C4 . . . . 0
Now I'm writing a inference code by using template app.
How can I process output to know what class is the input data?

