@ -19,6 +19,7 @@ The update log of `onnx-modifier` can be seen [here](./docs/update_log.md). Curr
- Delete a node and all the nodes rooted on it.
- Recover a deleted node.
- Rename the name of node inputs/outputs
- Edit the attribute of nodes
- Add new nodes (experimental)
@ -86,7 +87,6 @@ By changing the input/output name of nodes, we can change the model forward path
Using `onnx-modifier`, we can achieve this by simply enter a new name for node inputs/outputs in its corresponding input placeholder. The graph topology is updated automatically and instantly, according to the new names.
For example, Now we want remove the preprocess operators (`Sub->Mul->Sub->Transpose`) shown in the following figure. We can
1. Click on the 1st `Conv` node, rename its input (X) as *serving_default_input:0* (the output of node `data_0`).
@ -97,6 +97,12 @@ For example, Now we want remove the preprocess operators (`Sub->Mul->Sub->Trans