Skip to content

Releases: zhenhuaw-me/onnxcli

onnxcli 0.2.1

13 Nov 04:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

onnxcli 0.2.0

08 Jan 15:18
7735286
Compare
Choose a tag to compare
onnxcli 0.2.0 Pre-release
Pre-release
  • inspect: fix several bugs and render issue.
  • draw: now support duplicate names of tensor and node
  • optimize: use onnxoptimizer as backend
  • update online help and docs.

Full Changelog: v0.1.0...v0.2.0

onnxcli 0.1.0

24 Dec 15:43
Compare
Choose a tag to compare
onnxcli 0.1.0 Pre-release
Pre-release
  • infershape: Run Shape Inference on given ONNX model
  • extract: Extract sub model with given input and output tensor names.
  • inspect: Prints the information of nodes tensors of the given model
  • draw: Draw the graph with the given ONNX model. Save you from Netron.
  • update docs