logo
Browse Source

Fix typo in README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
Jael Gu 2 years ago
parent
commit
6a98be6120
  1. 3
      README.md

3
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.

Loading…
Cancel
Save