https://circleci.com/gh/sdpython/deeponnxcustom/tree/main.svg?style=svg Build status Build Status Windows https://codecov.io/gh/sdpython/deeponnxcustom/branch/main/graph/badge.svg https://badge.fury.io/py/deeponnxcustom.svg GitHub Issues MIT License Downloads Forks Stars size

deeponnxcustom: custom ONNX and deep learning#

https://raw.githubusercontent.com/sdpython/deeponnxcustom/main/_doc/sphinxdoc/source/phdoc_static/project_ico.png

documentation

Onnx, onnxruntime, deep learning, pytorch…

python setup.py build_ext --inplace

Generate the setup in subfolder dist:

python setup.py sdist

Generate the documentation in folder dist/html:

python setup.py build_sphinx

Run the unit tests:

python setup.py unittests

To check style:

python -m flake8 deeponnxcustom tests examples

The function check or the command line python -m deeponnxcustom check checks the module is properly installed and returns processing time for a couple of functions or simply:

import deeponnxcustom
deeponnxcustom.check()