You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I built caffe-dev and tried "out of the box" bvlc_googlenet model. The top-5 score I get is for ilsvrc2012 validation set is:
Test net output #8: loss3/top-5 = 0.831125
While the expected score (according to wiki) is 0.89.
I suspect I did not prepare my validation set properly.
I used script examples/imagenet/create_imagenet.sh to create the images lmdb setting RESIZE_HEIGHT and RESIZE_WIDTH to 227.