Upload to Main

This commit is contained in:
张菲
2025-10-07 22:42:55 +08:00
commit d3ddab7c5d
218 changed files with 125815 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