Namespace Keras.Applications.Inception
Classes
InceptionResNetV2
Inception-ResNet V2 model, with weights pre-trained on ImageNet. This model and 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 299x299.