Skip to content

1.6.2

Compare
Choose a tag to compare
@jmagoon jmagoon released this 22 Sep 17:21
· 2 commits to initial since this release
f36fbc4
  • Added output blocks for models to prevent navigation to the end of the model graph
  • Added a Top-K output view for tensors that match certain shapes, e.g. (1, N). Classification models now have a more human understandable output.
  • Update to onnxruntime 1.8.1 to support latest ONNX opset.
  • Improve autodetection of input shapes to allow more inputs to pass inference without shape errors.
  • Fixes for RAM overuse
  • Fixes for Mesh API