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
I have tried to use the pre-trained weights provided in Keras "applications" to reproduce the results for ImageNet dataset. The images are center-cropped and resized according to the paper. Using model.evaluate I got an accuracy of 74.79% which is less than 75.9% claimed on the website (https://keras.io/applications/). I wonder if I need to perform special image preprocessing on the validation set to get to the 75.9% accuracy. thanks!
The text was updated successfully, but these errors were encountered:
I have tried to use the pre-trained weights provided in Keras "applications" to reproduce the results for ImageNet dataset. The images are center-cropped and resized according to the paper. Using model.evaluate I got an accuracy of 74.79% which is less than 75.9% claimed on the website (https://keras.io/applications/). I wonder if I need to perform special image preprocessing on the validation set to get to the 75.9% accuracy. thanks!
The text was updated successfully, but these errors were encountered: