soups-tmp-stuff / scripts /soup_coatnet_0_random.sh
minhnguyent546's picture
Upload folder using huggingface_hub
23206d2 verified
raw
history blame contribute delete
415 Bytes
#!/usr/bin/env bash
CHECKPOINTS_DIR='/home/khmt/Documents/TQKhangT/mthien/soups/checkpoints-sync/2025-08-23_10-38-52-coatnet_0_random/accuracy'
python -m soups.run_test_with_model_soups \
--seed 42 \
--checkpoint_path "$CHECKPOINTS_DIR" \
--model timm/coatnet_0_rw_224.sw_in1k \
--uniform_soup \
--greedy_soup \
--dataset_dir data/ich-split-renamed \
--output_dir "${CHECKPOINTS_DIR}/soups_results"