net.acc = caffe.layers.Accuracy(net.fc3,net.label)
输出:
layer {
  name: "acc"
  type: "Accuracy"
  bottom: "fc3"
  bottom: "label"
  top: "acc"
}

 

相关文章: