docs: few shot number in comments

This commit is contained in:
Guspan Tanadi
2023-09-15 10:09:37 +07:00
committed by GitHub
parent 5db4687161
commit 805d68f54e

View File

@@ -134,7 +134,7 @@ bash scripts/promptsrc/few_shot.sh imagenet 2
bash scripts/promptsrc/few_shot.sh imagenet 4 bash scripts/promptsrc/few_shot.sh imagenet 4
# train and test on given dataset for K=8 shot # train and test on given dataset for K=8 shot
bash scripts/promptsrc/few_shot.sh imagenet 8 bash scripts/promptsrc/few_shot.sh imagenet 8
# train and test on given dataset for K=17 shot # train and test on given dataset for K=16 shot
bash scripts/promptsrc/few_shot.sh imagenet 16 bash scripts/promptsrc/few_shot.sh imagenet 16
``` ```