SAVRN
Search Contact SAVRN

Open-weight model · Image classification

convnextv2_base.fcmae_ft_in22k_in1k

by PyTorch Image Models timm/convnextv2_base.fcmae_ft_in22k_in1k

A ConvNeXt-V2 image classification model. Pretrained with a fully convolutional masked autoencoder framework (FCMAE) and fine-tuned on ImageNet-22k and then ImageNet-1k. Explore the dataset and runtime metrics of this model in timm model results.

Parameters89M
Context
Weights709.9 MB
Licensecc-by-nc-4.0
AccessOpen weights
Monthly Downloads114.6k

Runs On

What it takes to serve convnextv2_base.fcmae_ft_in22k_in1k (89M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.2 GB 0.2 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.0 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

A ConvNeXt-V2 image classification model. Pretrained with a fully convolutional masked autoencoder framework (FCMAE) and fine-tuned on ImageNet-22k and then ImageNet-1k. Explore the dataset and runtime metrics of this model in timm model results. All timing numbers from eager model PyTorch 1.13 on RTX 3090 w/ AMP.

Excerpt from the card by PyTorch Image Models, licensed cc-by-nc-4.0.

Identity and Version

Repository
timm/convnextv2_base.fcmae_ft_in22k_in1k
Publisher
PyTorch Image Models
Task
Image classification
Modality
Image
Library
timm
Parameters
89M parameters
Languages
Not stated by the source
Revision
9e250ed8f88b436472d2b24af26f82a8aa8c719d
First published
2023-01-05
Last updated
2025-01-21

Files and Weights

5 files, 709.9 MB in total. The weights are 2 files totalling 709.9 MB in bin, safetensors.

Weights2 files · 709.9 MB
Configuration1 file · 902 B
Documentation1 file · 15.9 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights354.9 MB 3b04d2fd7f52
pytorch_model.binWeights355.0 MB 97a4a9add95f
config.jsonConfiguration902 B
README.mdDocumentation15.9 KB
.gitattributesRepository1.5 KB

License and Download

License
cc-by-nc-4.0
Access
Open weights, no gate
Download size
709.9 MB
Download from PyTorch Image Models

Released by PyTorch Image Models through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published709.9 MB
16-bit0.2 GB
8-bit0.1 GB
4-bit0.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About convnextv2_base.fcmae_ft_in22k_in1k

How much GPU memory does convnextv2_base.fcmae_ft_in22k_in1k need?

About 0.2 GB at 16-bit and 0.1 GB at 4-bit: the weights (89M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run convnextv2_base.fcmae_ft_in22k_in1k on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use convnextv2_base.fcmae_ft_in22k_in1k commercially?

Not without separate permission. convnextv2_base.fcmae_ft_in22k_in1k is released under Creative Commons Attribution-NonCommercial 4.0. CC BY-NC 4.0 permits sharing and adapting with credit for non-commercial purposes only. Commercial use needs separate permission from the rights holder.

Similar Models

Model · Image classification

convnextv2-base-22k-384

AI at Meta

ConvNeXt V2 model pretrained using the FCMAE framework and fine-tuned on the ImageNet-22K dataset at resolution 384x384. It was introduced in the paper ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders by Woo et al. and first released in this repository. Disclaimer: The team releasing ConvNeXT V2 did not write a model card for this model so this model card has been written by the Hugging Face team. ConvNeXt V2 is a pure convolutional model (ConvNet) that introduces a fully convolutional masked autoencoder framework (FCMAE) and a new Global Response Normalization (GRN) layer to ConvNeXt. ConvNeXt V2 significantly improves the performance of pure ConvNets on various…

Open weights apache-2.0 89M parameters transformers

A ConvNeXt image classification model. Pretrained on ImageNet-22k and fine-tuned on ImageNet-1k by paper authors. Explore the dataset and runtime metrics of this model in timm model results. All timing numbers from eager model PyTorch 1.13 on RTX 3090 w/ AMP.

Open weights apache-2.0 89M parameters timm

A ConvNeXt image classification model. CLIP image tower weights pretrained in OpenCLIP on LAION and fine-tuned on ImageNet-12k followed by ImageNet-1k in timm bby Ross Wightman. Please see related OpenCLIP model cards for more details on pretrain: https://huggingface.co/laion/CLIP-convnextxxlarge-laion2B-s34B-b82K-augreg-soup https://huggingface.co/laion/CLIP-convnextlarged.laion2B-s26B-b102K-augreg https://huggingface.co/laion/CLIP-convnextbasew-laion2B-s13B-b82K-augreg https://huggingface.co/laion/CLIP-convnextbasew320-laionaesthetic-s13B-b82K - Learning Transferable Visual Models From Natural Language Supervision: https://arxiv.org/abs/2103.00020 Explore the dataset and runtime metrics…

Open weights apache-2.0 89M parameters timm

A Vision Transformer (ViT) image classification model. Trained on ImageNet-21k and fine-tuned on ImageNet-1k (with additional augmentation and regularization) in JAX by paper authors, ported to PyTorch by Ross Wightman. - How to train your ViT? Data, Augmentation, and Regularization in Vision Transformers: https://arxiv.org/abs/2106.10270 - An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale: https://arxiv.org/abs/2010.11929v2 Explore the dataset and runtime metrics of this model in timm model results.

Open weights apache-2.0 87M parameters timm

A Vision Transformer (ViT) image classification model. Trained on ImageNet-21k by paper authors and (re) fine-tuned on ImageNet-1k with additional augmentation and regularization by Ross Wightman. - How to train your ViT? Data, Augmentation, and Regularization in Vision Transformers: https://arxiv.org/abs/2106.10270 - An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale: https://arxiv.org/abs/2010.11929v2 Explore the dataset and runtime metrics of this model in timm model results.

Open weights apache-2.0 87M parameters timm