应用 Applications - Keras 中文文档
https://keras.io/zh/applicationsMobileNet keras.applications.mobilenet.MobileNet(input_shape=None, alpha=1.0, depth_multiplier=1, dropout=1e-3, include_top=True, weights='imagenet', input_tensor=None, pooling=None, classes=1000) 在 ImageNet 上预训练的 MobileNet 模型。 注意,该模型目前只支持 channels_last 的维度顺序(高度、宽度、通道)。