albertomontesg / keras-model-zoo

Keras Model Zoo
208 stars 28 forks source link

Can you also make VGG-m model available? #13

Open Hippogriff opened 8 years ago

Hippogriff commented 8 years ago

VGG-M is a very small network but gives reasonable performance. It is helpful in the tasks where we have small dataset of our own and we want extract features from a network which is trained on ImageNet. Thus fine tuning on a small architecture helps in avoiding overfitting.