Output accuracies per class.
authorRan <ran.manor@gmail.com>
Sat, 15 Aug 2015 17:09:43 +0000 (20:09 +0300)
committerRan <ran.manor@gmail.com>
Sat, 22 Aug 2015 21:30:45 +0000 (00:30 +0300)
commit374fb8c79c3f23ee36c46d0bcaeb2176037aa4b8
tree6b2e997cba5f688dba7334a188783849b1b19193
parent25b4920cd280d0647cf556cf4a06efd4fa5c4280
Output accuracies per class.

Fixed case where number of samples in class can be zero.

- Fixed ignore_label case, also added a test.
- Two other fixes.

Fixed lint errors.

Small fix.
include/caffe/loss_layers.hpp
src/caffe/layers/accuracy_layer.cpp
src/caffe/test/test_accuracy_layer.cpp