Browse Source
Fix typo in README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -56,7 +56,7 @@ Create the operator via the following factory method |
|
|
|
Refer [Timm Docs](https://fastai.github.io/timmdocs/#List-Models-with-Pretrained-Weights) to get a full list of supported models. |
|
|
|
|
|
|
|
|
|
|
|
***num_classes***: *1000* |
|
|
|
***num_classes***: *int* |
|
|
|
|
|
|
|
The number of classes. The default value is 1000. |
|
|
|
It is related to model and dataset. |
|
|
|