python scripts/sweep_backbones.py --config configs/rtx6000_ada_train.yaml --epochs 10 \
--backbones vit_base_patch16_224 eva02_base_patch14_224 convnext_large \
--out_root runs/sweep --seed 42After it finishes, see runs/sweep/summary.json for metrics per backbone.
Update configs/default.yaml (or a new config) with the chosen model.backbone_name and run the usual trainer.
python scripts/ensemble_evaluate.py --config configs/rtx6000_ada_eval_heavy.yaml \
--checkpoints runs/sweep/vit_base_patch16_224/best.pt runs/sweep/eva02_base_patch14_224/best.pt