diff --git a/docs/zh_CN_tmp/models_training/classification.md b/docs/zh_CN_tmp/models_training/classification.md index ad6befa8cebb59ef901dc1f2e2f3cfdbf347fa96..5ce77c3e4f948fce36f8ae3e791b6588e185ff63 100644 --- a/docs/zh_CN_tmp/models_training/classification.md +++ b/docs/zh_CN_tmp/models_training/classification.md @@ -296,7 +296,7 @@ python3 python/predict_cls.py \ + `Global.use_fp16`:是否启用`FP16`,默认为`False`。 -**注意**: 如果使用`Transformer`系列模型,如`DeiT_***_384`, `ViT_***_384`等,请注意模型的输入数据尺寸,需要设置参数`resize_short=384`, `resize=384`。 +注意: 如果使用`Transformer`系列模型,如`DeiT_***_384`, `ViT_***_384`等,请注意模型的输入数据尺寸,需要设置参数`resize_short=384`, `resize=384`。 -* 如果你希望提升评测模型速度,使用gpu评测时,建议开启TensorRT加速预测,使用cpu评测时,建议开启MKL-DNN加速预测。 +如果你希望提升评测模型速度,使用gpu评测时,建议开启TensorRT加速预测,使用cpu评测时,建议开启MKL-DNN加速预测。 ```