From 14619e7439d729fd45988b37ca0ddf0dd2a75454 Mon Sep 17 00:00:00 2001 From: Zhang Ge <63796752+ZhangGe6@users.noreply.github.com> Date: Sun, 1 May 2022 12:25:19 +0800 Subject: [PATCH] Update readme_zh-CN.md --- readme_zh-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme_zh-CN.md b/readme_zh-CN.md index 140df4f..5219492 100644 --- a/readme_zh-CN.md +++ b/readme_zh-CN.md @@ -57,7 +57,7 @@ 删除节点有两种模式:`Delete With Children` 和 `Delete Single Node`. 后者只删除当前单个节点;而前者还会自动删除以这个节点为根节点的所有节点,就不用一个一个删除啦。 -> `Deletw With Children`方法基于回溯算法实现。 +> `Delete With Children`方法基于回溯算法实现。 被删除的节点会变灰显示。删除节点的效果如下: @@ -91,4 +91,4 @@ - ONNX Python API [Official doc](https://github.com/onnx/onnx/blob/main/docs/PythonAPIOverview.md), [Leimao's Blog](https://leimao.github.io/blog/ONNX-Python-API/) - ONNX IO Stream [Leimao's Blog](https://leimao.github.io/blog/ONNX-IO-Stream/) - [onnx-utils](https://github.com/saurabh-shandilya/onnx-utils) -- [sweetalert](https://github.com/t4t5/sweetalert) \ No newline at end of file +- [sweetalert](https://github.com/t4t5/sweetalert)