Model card for convnextv2-base-k5-in1k-128
ConvNeXtV2-Base (k=5) trained from scratch on ImageNet-1K @128x128.
Training Recipe:
- ConvNeXt supervised recipe -- Table 5.
- BF16 AMP
Model Details
- Model: convnextv2_base
- Model Kwargs:
- kernel_sizes: 5
- Input Size:
- 3x128x128
- Top-1 Accuracy: 82.09399995224
Model Usage
import timm
model = timm.create_model('hf-hub:PRadecki/convnextv2-base-k5-in1k-128', pretrained=True)
model.eval()
- Downloads last month
- 5