Skip to content

Releases: suous/RepNeXt

RepNeXt v1.0

26 Jun 00:15
Compare
Choose a tag to compare

Uploaded checkpoints.

├── ablation
│   ├── convnext_femto_120e_baseline_7237.pth
│   ├── convnext_femto_120e_replaced_7419.pth
│   └── convnext_femto_120e_replaced_7428.pth
├── classification
│   ├── repnext_m0_distill_300e.pth
│   ├── repnext_m1_distill_300e.pth
│   ├── repnext_m2_distill_300e.pth
│   ├── repnext_m3_distill_300e.pth
│   ├── repnext_m4_distill_300e.pth
│   └── repnext_m5_distill_300e.pth
├── coreml
│   ├── repnext_m0_distill_300e_224.mlmodel
│   ├── repnext_m1_distill_300e_224.mlmodel
│   ├── repnext_m2_distill_300e_224.mlmodel
│   ├── repnext_m3_distill_300e_224.mlmodel
│   ├── repnext_m4_distill_300e_224.mlmodel
│   └── repnext_m5_distill_300e_224.mlmodel
├── detection
│   ├── repnext_m3_coco.pth
│   ├── repnext_m4_coco.pth
│   └── repnext_m5_coco.pth
├── fused
│   ├── repnext_m0_distill_300e_fused.pt
│   ├── repnext_m1_distill_300e_fused.pt
│   ├── repnext_m2_distill_300e_fused.pt
│   ├── repnext_m3_distill_300e_fused.pt
│   ├── repnext_m4_distill_300e_fused.pt
│   └── repnext_m5_distill_300e_fused.pt
├── segmentation
│   ├── repnext_m3_ade20k.pth
│   ├── repnext_m4_ade20k.pth
│   └── repnext_m5_ade20k.pth
└── strategy
    ├── repnext_m0_sz224_4xbs256_ep300_distill.pth.tar
    ├── repnext_m0_sz224_4xbs512_ep300.pth.tar
    ├── repnext_m1_sz224_4xbs256_ep300_distill.pth.tar
    ├── repnext_m1_sz224_4xbs512_ep300.pth.tar
    ├── repnext_m2_sz224_4xbs256_ep300_distill.pth.tar
    └── repnext_m2_sz224_4xbs512_ep300.pth.tar