Merge pull request #4 from guspan-tanadi/main

docs: few shot number in comments
This commit is contained in:
Muhammad Uzair Khattak
2023-09-15 14:42:54 +05:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ bash scripts/promptsrc/few_shot.sh imagenet 2
bash scripts/promptsrc/few_shot.sh imagenet 4
# train and test on given dataset for K=8 shot
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
```