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.

1.5 KiB

onnx-modifier update log

20221026

  • support scrolling to the last page position when updating model
  • support editing initializer feature

20220921

  • add argparse module for custom config
  • fix model parsing issue when the model is load in a drag-and-drop way
  • support editing batch size

20220813

  • support adding model input/output node. issue 7, issue 8, issue 13

  • fix issue that "extra model inputs" emerges after deleting nodes. issue#12

  • update windows executable file.

20220701

  • support renaming model input/output

20220621

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.