Module candle_transformers::models::convnext
source · Expand description
ConvNeXt implementation.
See “A ConvNet for the 2020s” Liu et al. 2022 https://arxiv.org/abs/2201.03545 and “ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders” Woo et al. 2023 https://arxiv.org/abs/2301.00808 Original code: https://github.com/facebookresearch/ConvNeXt/ https://github.com/facebookresearch/ConvNeXt-V2/ timm: https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/convnext.py