You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
777 B
Markdown

# 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.
## 20220612
- update graph automatically as soon as a modification is invoked.
- fix `shared arguments` issue.
- support editing the attributes and the name of inputs/outputs directly in the placeholders in the sidebar.
- newly support features:
- Add new nodes.
- edit the attributes of nodes.
- re-organize the layouts of buttons.
## 20220510
fix external data loading error for unix platform.
## 20220501
- the first public version.
- support features:
- delete/recover node.
- rename the input and output of nodes.
- use sweetalert for nice alert.