Module: tf.keras.applications

DO NOT EDIT.

This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten.

Modules

convnext module: DO NOT EDIT.

densenet module: DO NOT EDIT.

efficientnet module: DO NOT EDIT.

efficientnet_v2 module: DO NOT EDIT.

imagenet_utils module: DO NOT EDIT.

inception_resnet_v2 module: DO NOT EDIT.

inception_v3 module: DO NOT EDIT.

mobilenet module: DO NOT EDIT.

mobilenet_v2 module: DO NOT EDIT.

mobilenet_v3 module: DO NOT EDIT.

nasnet module: DO NOT EDIT.

resnet module: DO NOT EDIT.

resnet50 module: DO NOT EDIT.

resnet_v2 module: DO NOT EDIT.

vgg16 module: DO NOT EDIT.

vgg19 module: DO NOT EDIT.

xception module: DO NOT EDIT.

Functions

ConvNeXtBase(...): Instantiates the ConvNeXtBase architecture.

ConvNeXtLarge(...): Instantiates the ConvNeXtLarge architecture.

ConvNeXtSmall(...): Instantiates the ConvNeXtSmall architecture.

ConvNeXtTiny(...): Instantiates the ConvNeXtTiny architecture.

ConvNeXtXLarge(...): Instantiates the ConvNeXtXLarge architecture.

DenseNet121(...): Instantiates the Densenet121 architecture.

DenseNet169(...): Instantiates the Densenet169 architecture.

DenseNet201(...): Instantiates the Densenet201 architecture.

EfficientNetB0(...): Instantiates the EfficientNetB0 architecture.

EfficientNetB1(...): Instantiates the EfficientNetB1 architecture.

EfficientNetB2(...): Instantiates the EfficientNetB2 architecture.

EfficientNetB3(...): Instantiates the EfficientNetB3 architecture.

EfficientNetB4(...): Instantiates the EfficientNetB4 architecture.

EfficientNetB5(...): Instantiates the EfficientNetB5 architecture.

EfficientNetB6(...): Instantiates the EfficientNetB6 architecture.

EfficientNetB7(...): Instantiates the EfficientNetB7 architecture.

EfficientNetV2B0(...): Instantiates the EfficientNetV2B0 architecture.

EfficientNetV2B1(...): Instantiates the EfficientNetV2B1 architecture.

EfficientNetV2B2(...): Instantiates the EfficientNetV2B2 architecture.

EfficientNetV2B3(...): Instantiates the EfficientNetV2B3 architecture.

EfficientNetV2L(...): Instantiates the EfficientNetV2L architecture.

EfficientNetV2M(...): Instantiates the EfficientNetV2M architecture.

EfficientNetV2S(...): Instantiates the EfficientNetV2S architecture.

InceptionResNetV2(...): Instantiates the Inception-ResNet v2 architecture.

InceptionV3(...): Instantiates the Inception v3 architecture.

MobileNet(...): Instantiates the MobileNet architecture.

MobileNetV2(...): Instantiates the MobileNetV2 architecture.

MobileNetV3Large(...): Instantiates the MobileNetV3Large architecture.

MobileNetV3Small(...): Instantiates the MobileNetV3Small architecture.

NASNetLarge(...): Instantiates a NASNet model in ImageNet mode.

NASNetMobile(...): Instantiates a Mobile NASNet model in ImageNet mode.

ResNet101(...): Instantiates the ResNet101 architecture.

ResNet101V2(...): Instantiates the ResNet101V2 architecture.

ResNet152(...): Instantiates the ResNet152 architecture.

ResNet152V2(...): Instantiates the ResNet152V2 architecture.

ResNet50(...): Instantiates the ResNet50 architecture.

ResNet50V2(...): Instantiates the ResNet50V2 architecture.

VGG16(...): Instantiates the VGG16 model.

VGG19(...): Instantiates the VGG19 model.

Xception(...): Instantiates the Xception architecture.