Namespace Keras.Applications
Classes
AppModelBase
Model base class for keras applications
ImageNetPrediction
Xception
Xception V1 model, with weights pre-trained on ImageNet. On ImageNet, this model gets to a top-1 validation accuracy of 0.790 and a top-5 validation accuracy of 0.945. Note that this model only supports the data format 'channels_last' (height, width, channels). The default input size for this model is 299x299.