caffe Python API 之Accuracy
net.acc = caffe.layers.Accuracy(net.fc3,net.label) 输出: layer { name: "acc" type: "Accuracy" bottom: "fc3" bottom: "label" top: "acc" }
手与大脑的距离决定了理想与现实的相似度
net.acc = caffe.layers.Accuracy(net.fc3,net.label) 输出: layer { name: "acc" type: "Accuracy" bottom: "fc3" bottom: "label" top: "acc" }