def _testKerasModel(self, include_top): return vgg16.VGG16(weights="imagenet", include_top=include_top)