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.