From 805d68f54efbce8499bb67884d61d9dbbc33edda Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:09:37 +0700 Subject: [PATCH] docs: few shot number in comments --- docs/TRAIN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TRAIN.md b/docs/TRAIN.md index 17042d8..d55fb2c 100644 --- a/docs/TRAIN.md +++ b/docs/TRAIN.md @@ -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 ``` @@ -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. -This repository also supports using official [MaPLe](MaPLe.md), [CoOp](CoOp.md) and [Co-CoOp](Co-CoOp.md) configs and models. \ No newline at end of file +This repository also supports using official [MaPLe](MaPLe.md), [CoOp](CoOp.md) and [Co-CoOp](Co-CoOp.md) configs and models.