keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Low Accuracy on ilsvrc12_val using VGG16 pre-trained network. #99

Closed maxkohlbrenner closed 5 years ago

maxkohlbrenner commented 5 years ago

Hi, according to https://keras.io/applications/#vgg16, the vgg16 pre-trained model has a validation top-1 accuracy of 71.3%. I deployed the network with the given weights and preprocessing function and arrived at a top-1 accuracy of 64.2% on the ilsvrc12 validation set. Can anyone confirm the reported accuracy of the pre-trained network?

Thank you very much for your help! Cheers, Max

taehoonlee commented 5 years ago

@maxkohlbrenner,

I will share my inference codes in the near future. Key recipes for ImageNet are the following:

maxkohlbrenner commented 5 years ago

Thank you very much @taehoonlee! This solved my problem.