keras-team / keras-applications

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

vgg16 has no dropout #153

Open don-tpanic opened 4 years ago

don-tpanic commented 4 years ago

I notice there is no dropout in the vgg16 code whereas dropout was used in the original paper. I wonder if there is a reason for removing it and whether the pretrained weights were learned with or without dropout?

Thank you

don-tpanic commented 4 years ago

Waiting..