soups-tmp-stuff / scripts /test_caformer_s36.sh
minhnguyent546's picture
Upload folder using huggingface_hub
23206d2 verified
raw
history blame contribute delete
381 Bytes
#!/usr/bin/env bash
CHECKPOINTS_DIR='//home/khmt/Documents/TQKhangT/mthien/soups/checkpoints-sync/2025-09-01_16-22-06-caformer_s36'
python -m soups.run_test_multiple_checkpoints \
--seed 42 \
--checkpoints_dir "$CHECKPOINTS_DIR" \
--model timm/caformer_s36.sail_in22k_ft_in1k \
--dataset_dir data/ich-split-renamed \
--output_file "${CHECKPOINTS_DIR}/test_results.json"