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 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
``` ```
@@ -166,4 +166,4 @@ scripts
``` ```
Please use the corresponding config and script files and follow the same instructions as provided for PromptSRC for training and testing. Please use the corresponding config and script files and follow the same instructions as provided for PromptSRC for training and testing.
This repository also supports using official [MaPLe](MaPLe.md), [CoOp](CoOp.md) and [Co-CoOp](Co-CoOp.md) configs and models. This repository also supports using official [MaPLe](MaPLe.md), [CoOp](CoOp.md) and [Co-CoOp](Co-CoOp.md) configs and models.