Update readme_zh-CN.md

1123
Zhang Ge 4 years ago committed by GitHub
parent 4ac2912042
commit 14619e7439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
- [sweetalert](https://github.com/t4t5/sweetalert)

Loading…
Cancel
Save