From 79a20ee9e13d612b44bebe1581aa83cf467c281b Mon Sep 17 00:00:00 2001 From: Jason Chou Date: Tue, 5 Sep 2023 12:44:05 -0700 Subject: [PATCH] `doest not` -> `does not` (#621) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4635b39b9..4922e47b8 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ python -m training.main \ ``` Note: `imagenet-val` is the path to the *validation* set of ImageNet for zero-shot evaluation, not the training set! -You can remove this argument if you do not want to perform zero-shot evaluation on ImageNet throughout training. Note that the `val` folder should contain subfolders. If it doest not, please use [this script](https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh). +You can remove this argument if you do not want to perform zero-shot evaluation on ImageNet throughout training. Note that the `val` folder should contain subfolders. If it does not, please use [this script](https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh). ### Multi-GPU and Beyond