caffe Python API 之Accuracy

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

猜你喜欢

转载自www.cnblogs.com/houjun/p/9912467.html
今日推荐