ONNX dev
Multiple devs:
ONNX Export:
- Add support for
PaddedConv,PaddedConvDW,PaddedMaxPool - Add mecanism to support for different opset
- Add
inputs_dimsandoutput_dimsparameters to avoid having to do a forward_dim - Fix bug when graphview is not connected to a producer as an input
- Update ONNX export to explore the graph in a tological order
ONNX Import:
- Add mecanism to support for different opset
- Fix padding indexation error when imported
- Fix naming error when importing constant
Misc:
- Add a function
aidge_onnx.check_onnx_validity(onnx_path)to check generated ONNX validity. - Add a unittest to import a MobileNetv1 export it and check the validity of the export.
- Update the package with operator refactoring in aidge_core
Edited by Cyril Moineau