onnx 1.12.0
Open Neural Network Exchange
ONNX is a format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types.
- Website: https://onnx.ai/
- Licenses: Expat
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install onnx 1.12.0
as follows:
guix install onnx@1.12.0
Or install the latest version:
guix install onnx
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.