update to-do list

1123
ZhangGe6 4 years ago
parent 062a5d166b
commit 637aeea7f1

@ -4,7 +4,8 @@
- support more flexible downloading schema
- As this [request](https://github.com/ZhangGe6/onnx-modifier/pull/5) notes, the current downloading schema prevents `onnx-modifier ` from being deployed remotely as a service.
- support adding more complicated nodes (which has some simple parameters).
- support adding more complicated nodes (which has some simple parameters like `reshape`).
- support adding model input/output node.
- support combine models.
- support user-defined input/output number when the type of node's input/output is list.
- slim the codes.

@ -1,5 +1,12 @@
# onnx-modifier update log
## 20220701
support renaming model input/output
## 20220621
add Dockerfile
- thanks to [fengwang](https://github.com/fengwang)
## 20220620
add Windows executable file.

Loading…
Cancel
Save