From f469f493c54b61a1fd39f0649bb588833e843f52 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 16 Nov 2020 20:36:30 +0800 Subject: [PATCH] Update README.md --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 6c3d189..fb4fe8f 100644 --- a/tools/README.md +++ b/tools/README.md @@ -4,7 +4,7 @@ ``` python tools/check_for_lite.py paddle_model/inference_model/__model__ ``` -附:check_for_lite工具并不能完全判断模型是否被支持,PaddleLite详细支持的算子请参考[PaddleLite支持算子集](https://github.com/PaddlePaddle/Paddle-Lite/blob/develop/docs/introduction/support_operation_list.md) +> 附:check_for_lite工具并不能完全判断模型是否被支持,PaddleLite详细支持的算子请参考[PaddleLite支持算子集](https://github.com/PaddlePaddle/Paddle-Lite/blob/develop/docs/introduction/support_operation_list.md) ### 二、模型参数合并 -- GitLab