-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, Thanks for your amazing work. Can I ask how to run the cross dataset transferability experiments with your repo?
Is this the correct command?
python train.py \
--root ${DATA} \
--seed ${SEED} \
--trainer ${TRAINER} \
--dataset-config-file configs/datasets/${DATASET}.yaml \
--config-file configs/trainers/${CFG}.yaml \
--output-dir ${DIR} \
--model-dir ${MODEL_DIR} \
--load-epoch ${LOADEP} \
--eval-only \
DATASET.NUM_SHOTS ${SHOTS} \
DATASET.SUBSAMPLE_CLASSES ${SUB}
Or should I remove the last 2 rows like in https://github.com/muzairkhattak/multimodal-prompt-learning/blob/main/scripts/maple/xd_test_maple.sh
I couldnt find any information on how the tests are actually run.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels