Contents

onnxmltools 1.12.0

0

Converts Machine Learning models to ONNX

Converts Machine Learning models to ONNX

Stars: 931, Watchers: 931, Forks: 175, Open Issues: 123

The onnx/onnxmltools repo was created 6 years ago and the last code push was 6 days ago.
The project is popular with 931 github stars!

How to Install onnxmltools

You can install onnxmltools using pip

pip install onnxmltools

or add it to a project with poetry

poetry add onnxmltools

Package Details

Author
ONNX
License
Apache License v2.0
Homepage
https://github.com/onnx/onnxmltools
PyPi:
https://pypi.org/project/onnxmltools/
GitHub Repo:
https://github.com/onnx/onnxmltools

Classifiers

No  onnxmltools  pypi packages just yet.

Errors

A list of common onnxmltools errors.

Code Examples

Here are some onnxmltools code examples and snippets.

GitHub Issues

The onnxmltools package has 123 open issues on GitHub

  • Array input type for word2vec
  • the axis for activation is incorrect while convert from CoreML to ONNX
  • Unsupported shape calculation for operator visionFeaturePrint - Converting CoreML to ONNX

See more issues on GitHub

Related Packages & Articles

onnx 1.16.0

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source 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. Currently we focus on the capabilities needed for inferencing (scoring).

keras2onnx 1.7.0

Converts Machine Learning models to ONNX for use in Windows ML

horovod 0.28.1

Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. It falls under the category of distributed computing libraries. Built on top of TensorFlow, PyTorch, and other popular deep learning frameworks, Horovod simplifies the process of scaling up your model training by handling the complexities of distributed training under the hood.

dtreeviz 2.2.2

A Python 3 library for sci-kit learn, XGBoost, LightGBM, Spark, and TensorFlow decision tree visualization