question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release Note [Preliminary]

Snapshot release of master commit onnx/onnx@bae6333

  • ONNXIFI 1.0
  • Operator Set 8
    • Control Flow Operators graduated from experimental
    • Added new operator Expand
    • Updated operators Max, Min, Mean and Sum to support broadcasting
    • Support output indices in operator MaxPool
    • Varies documentation improvements
  • Introduced Function concept for representing composed operators [experimental]
  • 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
  • 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
Maratyszczacommented, Jul 26, 2018

We plan to release ONNXIFI 1.0 together with ONNX 1.3

3reactions
postrationalcommented, Aug 8, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found