Module: tf.keras.applications.convnext
Stay organized with collections
Save and categorize content based on your preferences.
ConvNeXt models for Keras.
References:
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.
decode_predictions(...)
: Decodes the prediction of an ImageNet model.
preprocess_input(...)
: A placeholder method for backward compatibility.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2023-03-27 UTC.
[null,null,["Last updated 2023-03-27 UTC."],[],[],null,["# Module: tf.keras.applications.convnext\n\n\u003cbr /\u003e\n\nConvNeXt models for Keras.\n\n#### References:\n\n- [A ConvNet for the 2020s](https://arxiv.org/abs/2201.03545) (CVPR 2022)\n\nFunctions\n---------\n\n[`ConvNeXtBase(...)`](../../../tf/keras/applications/convnext/ConvNeXtBase): Instantiates the ConvNeXtBase architecture.\n\n[`ConvNeXtLarge(...)`](../../../tf/keras/applications/convnext/ConvNeXtLarge): Instantiates the ConvNeXtLarge architecture.\n\n[`ConvNeXtSmall(...)`](../../../tf/keras/applications/convnext/ConvNeXtSmall): Instantiates the ConvNeXtSmall architecture.\n\n[`ConvNeXtTiny(...)`](../../../tf/keras/applications/convnext/ConvNeXtTiny): Instantiates the ConvNeXtTiny architecture.\n\n[`ConvNeXtXLarge(...)`](../../../tf/keras/applications/convnext/ConvNeXtXLarge): Instantiates the ConvNeXtXLarge architecture.\n\n[`decode_predictions(...)`](../../../tf/keras/applications/convnext/decode_predictions): Decodes the prediction of an ImageNet model.\n\n[`preprocess_input(...)`](../../../tf/keras/applications/convnext/preprocess_input): A placeholder method for backward compatibility."]]