Tutorials#

To get started with Aidge, please follow the Aidge 101 tutorial. This tutorial demonstrates the basic features of the Aidge Framework, importing an ONNX, transforming a neural network graph, performing inference and a cpp export.

For an advanced usage of the Aidge Framework, please refer to the following tutorials.

Aidge DNN fonctionnalities#

Optimize your DNN with Aidge#

Export your DNN with Aidge#

Contributing to Aidge#

You will find all information for contributing to Aidge in the wiki. For example, you can help us extend our operator coverage by adding an operator and its implementation in the Aidge library. The Add an operator and its implementation Tutorial details the steps to follow.

If you encounter any difficulty with the Tutorials, please create an issue here.