albertomontesg / keras-model-zoo

Keras Model Zoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you also make VGG-m model available?

Hippogriff opened this issue · comments

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.