ONNX 1.3 Release
See original GitHub issueRelease Note [Preliminary]
Snapshot release of master commit onnx/onnx@bae6333
- ONNXIFI 1.0
- Operator Set 8
- Introduced
Functionconcept for representing composed operators [experimental]- MeanVarianceNormalization is our first example of using this feature
- Enhanced shape inference
- Support shape inference for Reshape operator with constant new shape
- More ONNX optimization passes
- Available passes are here
- More operator backend tests
- New test coverage stat page is added
- Opset Version Converter
- Supported operators include: Add, Mul, Gemm, Relu, BatchNorm, Concat, Reshape, Sum, MaxPool, AveragePool, Dropout
- All models in model zoo are covered, except tiny-yolo-v2 (PRelu needs adapter, WIP)
- Quantization coming soon
- We are currently working with the community to collect more feedback and finalize. We expect this to happen quickly and will be released as quickly as possible and out of cycle if needed.
Shall we kick off the effort around the 1.3 release? My initial thoughts:
- We target a clean release from master (not a cherry pick)
- Keep RNN/CF as experimental
- Converge and merge quantization (if possible)
Thoughts?
cc @Maratyszcza @prasanthpul @linkerzhang @lupesko @houseroad @bddppq
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (5 by maintainers)
Top Results From Across the Web
ONNX version 1.3 Released - GitHub
We are excited to announce the v1.3 release of ONNX is now available! For those who aren't aware of or know about the...
Read more >onnx 1.3.0 - PyPI
Release history Release notifications | RSS feed ; 1.12.0. Jun 17, 2022 ; 1.11.0. Feb 17, 2022 ; 1.10.2. Oct 26, 2021 ;...
Read more >ONNX Runtime 1.7.992 documentation
ONNX Runtime is a performance-focused scoring engine for Open Neural ... Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.7.0 ...
Read more >ONNX Runtime compatibility
For example: if an ONNX Runtime release implements ONNX opset 9, it can run models stamped with ONNX opset versions ... 1.3, 1.7,...
Read more >Custom operators for ONNX Runtime in MMCV - Read the Docs
To ease the deployment of ONNX models with custom operators from mmcv.ops in ONNX ... Please be noted that only onnxruntime>=1.5.1 of CPU...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We plan to release ONNXIFI 1.0 together with ONNX 1.3
It would be great if packaging for 1.3 addressed the segmentation fault issues users have been seeing. Here are some of the reports: https://github.com/onnx/onnx/issues/963, https://github.com/onnx/onnx/issues/1056, https://github.com/onnx/onnx/issues/1079, https://github.com/onnx/onnx/issues/1187.