Skip to content

Commit

Permalink
Update vit test script
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardZhang-Cat committed Mar 29, 2024
1 parent 4c872b2 commit f4ccae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_vit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ CUDA_ID=$4 #CUDA index

python test_ood_vit.py \
--name test_${METHOD}_${OUT_DATA} \
--in_datadir ../LoCoOp/data/imagenet/images/val \
--out_datadir ../LoCoOp/data/${OUT_DATA} \
--in_datadir /data/imagenet/images/val \
--out_datadir /data/${OUT_DATA} \
--batch ${BATCH_SIZE} \
--logdir checkpoints/test_log \
--score ${METHOD} \
Expand Down

0 comments on commit f4ccae6

Please sign in to comment.