Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.38 KB

todo_list.md

File metadata and controls

37 lines (21 loc) · 1.38 KB

TODO

  • support desktop application.

  • support more flexible downloading schema

    • As this request 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 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.

    • because some .js files (like electron.js and even python.js) in the static folder and electron.html in templates folder are legacy of Netron and can be further slimmed.

Some known reference issues/feature requests