GKalliatakis/Keras-VGG16-places365

Fine Tuning the model

ZoulfikarShmayssani opened this issue · 1 comments

Hello.

How do I fine tune the model in order to add more categories. For example I want to add a category called "hypermarkets".

Thank you in advance.

Hi,

VGG16-places365 models can be used like every other pretrained Keras model (VGG16, ResNet etc.)
In order to add your own categories you need to follow the typical transfer-learning workflow.

Hope it helps