Namespace Keras.Applications.VGG
Classes
VGG16
VGG16 model, with weights pre-trained on ImageNet. This model can be built both with 'channels_first' data format(channels, height, width) or 'channels_last' data format(height, width, channels). The default input size for this model is 224x224.
VGG19
VGG19 model, with weights pre-trained on ImageNet. This model can be built both with 'channels_first' data format(channels, height, width) or 'channels_last' data format(height, width, channels). The default input size for this model is 224x224.