lim0606 / caffe-googlenet-bn

re-implementation of googlenet batch normalization
131 stars 77 forks source link

error in depoly prototxt file #8

Closed hengck23 closed 8 years ago

hengck23 commented 8 years ago

in deploy.txt, the changes should be made:

# bottom of the file (last layer) layers { bottom: "loss3/classifier" top: "prob" name: "prob" type: "Softmax" } layer { bottom: "loss3/classifier" top: "prob" name: "prob" type: "Softmax" }