From 6a98be6120919906353aee5080a1d3bbae0be902 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 31 Mar 2022 20:05:09 +0800 Subject: [PATCH] Fix typo in README Signed-off-by: Jael Gu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26440ab..350ba3e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ Refer [Timm Docs](https://fastai.github.io/timmdocs/#List-Models-with-Pretrained It is related to model and dataset. ​ ***skip_preprocess***: *bool* -Flag to control whether to skip image preprocess, defaults to False. + +​ Flag to control whether to skip image preprocess, defaults to False. If set to True, image preprocess steps such as transform, normalization will be skipped. In this case, the user should guarantee that all the input images are already reprocessed properly, and thus can be fed to model directly.