Skip to content

feat/script_compare_layers_aidge_onnx

Context

Since I had problems isolating the issue in a network I wrote with the help of @hrouis a little script that compares layer per layer, the output of an onnx network and its aidge equivalent.

This script is purposed to be called as a function or as a standalone tool so it can be easily be integrated to tests later on.

It misses some small features such as support for nodes with multiple different output and creation of inputs for network with multiple inputs. other than that I feelit doesn't need much more. If you see any feature that needs to be added feel free to tell me.

Merge request reports