Open Neural Network Exchange
The Open Neural Network Exchange (ONNX) is an open-source artificial intelligence ecosystem.[1] ONNX is available on GitHub.
Developer(s) | Facebook, Microsoft |
---|---|
Initial release | September 2017 |
Stable release | v1.7.0
/ May 8, 2020 |
Repository | |
Written in | C++, Python |
Operating system | Windows, Linux |
Type | Artificial intelligence ecosystem |
License | MIT License |
Website | onnx |
History
In September 2017 Facebook and Microsoft introduced a system for switching between machine learning frameworks such as PyTorch and Caffe2. Later, IBM, Huawei, Intel, AMD, ARM and Qualcomm announced support for the initiative.[1]
In October 2017, Microsoft announced that it would add its Cognitive Toolkit and Project Brainwave platform to the initiative.[1]
In November 2019 ONNX was accepted as graduate project in Linux Foundation AI.
Intent
The initiative targets:
Framework interoperability
Allow developers to more easily move between frameworks, some of which may be more desirable for specific phases of the development process, such as fast training, network architecture flexibility or inferencing on mobile devices.[2]
Shared optimization
Allow hardware vendors and others to improve the performance of artificial neural networks of multiple frameworks at once by targeting the ONNX representation.[2]
Contents
ONNX provides definitions of an extensible computation graph model, built-in operators and standard data types, focused on inferencing (evaluation).[2]
Each computation dataflow graph is a list of nodes that form an acyclic graph. Nodes have inputs and outputs. Each node is a call to an operator. Metadata documents the graph. Built-in operators are to be available on each ONNX-supporting framework.[2]
Other partnerships
Microsoft and Facebook are part of the Partnership on AI along with Apple, Amazon, Google and IBM that works to increase public awareness and boost research.[1]
See also
- Neural Network Exchange Format
- Comparison of deep learning software
References
- "Microsoft and Facebook's open AI ecosystem gains more support". Engadget. Retrieved 2017-10-11.
- "Microsoft and Facebook create open ecosystem for AI model interoperability - Microsoft Cognitive Toolkit". Microsoft Cognitive Toolkit. 2017-09-07. Retrieved 2017-10-11.
External links
- Boyd, Eric (2017-09-07). "Microsoft and Facebook create open ecosystem for AI model interoperability - Microsoft Cognitive Toolkit". Microsoft Cognitive Toolkit. Retrieved 2017-10-11.
- onnx: Open Neural Network Exchange, Open Neural Network Exchange, 2017-10-11, retrieved 2017-10-11