Latest bug fixes for the UNet+ classifier, which is the classifier based on the original but with a few extra options. The bug was not allowing a user to use this classifier because it defines it's own build function but it was instead calling its super class build which uses the existing model.build which did not exist in this case.