Convnext tiny
The classification variant of the ConvNeXt Tiny architecture.
Architecture Variable | Value |
---|---|
Key in architecture_dict | "2D.ConvNeXtTiny" |
Input_shape | (224, 224) |
Standardization | None |
Warning
ConvNeXt models expect their inputs to be float or uint8 tensors of pixels with values in the [0-255] range. Standardization is applied inside the architecture.
Reference - Implementation
https://www.tensorflow.org/api_docs/python/tf/keras/applications/convnext
Reference - Publication
Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, Saining Xie.
10 Jan 2022. A ConvNet for the 2020s.
https://arxiv.org/abs/2201.03545