EfficientNet V2 models for Keras.
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.
decode_predictions(...): Decodes the prediction of an ImageNet model.
preprocess_input(...): A placeholder method for backward compatibility.
    © 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
    https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/keras/applications/efficientnet_v2