Browse Source
Fix typo in README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
1 changed files with
2 additions and
1 deletions
-
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. |
|
|
It is related to model and dataset. |
|
|
|
|
|
|
|
|
***skip_preprocess***: *bool* |
|
|
***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. |
|
|
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. |
|
|
In this case, the user should guarantee that all the input images are already reprocessed properly, and thus can be fed to model directly. |
|
|
|
|
|
|
|
|