Namespace Keras.Applications.MobileNet
Classes
MobileNetV1
MobileNet model, with weights pre-trained on ImageNet. Note that this model only supports the data format 'channels_last' (height, width, channels). The default input size for this model is 224x224.
MobileNetV2
MobileNet model, with weights pre-trained on ImageNet. Note that this model only supports the data format 'channels_last' (height, width, channels). The default input size for this model is 224x224.