accuracy of all labels

31 views
Skip to first unread message

antonio cayulao

unread,
Aug 10, 2016, 8:25:27 PM8/10/16
to Caffe Users
Hi,
If I have a 'lenet_iter_10000' trained, How can I do to extract the accuracy of all labels that  with I trained this?
For example I see the final of this:


But all is done from 'perfmat1460659054.npy' If I don't have this file, Is there some way to make the extract all accuracy of labels?

Greetings!

Ahmed Ibrahim

unread,
Aug 11, 2016, 10:52:36 AM8/11/16
to Caffe Users
I did not understand the question well , but if you are talking about per class accuracy you can do something like this 
layer {
  name
: "accuracy"
  type
: "Accuracy"
  bottom
: "fc8"
  bottom
: "label"
  top
: "accuracy"
  top
: "class"  # this will print accuracy per class
  include
{
    phase
: TEST
 
}
}
Reply all
Reply to author
Forward
0 new messages