Release of PromptSRC with pretrained models.

This commit is contained in:
uzair khattak
2023-07-13 23:43:31 +05:00
commit 8be7dcff6b
132 changed files with 106641 additions and 0 deletions

10
lpclip/linear_probe.sh Normal file
View File

@@ -0,0 +1,10 @@
feature_dir=clip_feat
for DATASET in OxfordPets
do
python linear_probe.py \
--dataset ${DATASET} \
--feature_dir ${feature_dir} \
--num_step 8 \
--num_run 3
done