Skip to content Skip to sidebar Skip to footer
Showing posts with the label Multiclass Classification

Error When Checking Target: Expected Dense_20 To Have Shape (none, 3) But Got Array With Shape (1200, 1)

With VGG 16 using Keras, I'm trying to run a three class classification problem and here is the… Read more Error When Checking Target: Expected Dense_20 To Have Shape (none, 3) But Got Array With Shape (1200, 1)

How To Add A New Class To An Existing Classifier In Deep Learning?

I trained a deep learning model to classify the given images into three classes. Now I want to add … Read more How To Add A New Class To An Existing Classifier In Deep Learning?