Nguyen Anh Tuan

Results 2 comments of Nguyen Anh Tuan

Worked for me in Ruby 2.1.0 ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin13.0]

First, in [train_test.prototxt](https://github.com/guoyilin/caffe/blob/master/examples/cifar10/triplet_loss/cifar10_quick_train_test.prototxt), add the following layer before the "sampling" layer. ``` layer { name: "accuracy" type: "Accuracy" bottom: "ip1" bottom: "label" top: "accuracy" include { phase: TEST } }...