Image classification
Family-owned implementations of the image classification task interface.
Classification follows the Hugging Face task taxonomy. See the Hugging Face Image classification task page for the ecosystem-level task definition.
Model families
| Model family | Declared recipes | Exact checkpoint examples | Runtime CLI |
|---|---|---|---|
timm_densenet | 1 | timm/densenet121.ra_in1k | trtmc classify |
timm_efficientnet | 1 | timm/efficientnet_b0.ra_in1k | trtmc classify |
timm_inception | 1 | timm/inception_v3.tv_in1k | trtmc classify |
timm_mnasnet | 1 | timm/mnasnet_100.rmsp_in1k | trtmc classify |
timm_mobilenetv2 | 1 | timm/mobilenetv2_100.ra_in1k | trtmc classify |
timm_mobilenetv3 | 1 | timm/mobilenetv3_large_100.ra_in1k | trtmc classify |
timm_repvgg | 1 | timm/repvgg_a2.rvgg_in1k | trtmc classify |
timm_resnet | 1 | timm/resnet50.a1_in1k | trtmc classify |
timm_vgg | 1 | timm/vgg16.tv_in1k | trtmc classify |
timm_vit | 2 | timm/vit_base_patch16_224.augreg_in21k_ft_in1k | trtmc classify |