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
``` ```
@@ -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.