Fine Tuning the model
ZoulfikarShmayssani opened this issue · 1 comments
ZoulfikarShmayssani commented
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.
GKalliatakis commented
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