How to add more classes to tensorflow's inception so that it can recognise predefined 1000 classes + the new class which I add? Is the any way of doing this
Thank you
How to add more classes to tensorflow's inception so that it can recognise predefined 1000 classes + the new class which I add? Is the any way of doing this
Thank you
You need to retrain the last layer of your inception model with old and new data. See the tensorflow image retraining tutorial for more information.