The source project of this merge request has been removed.
Aidge export to colibry
Context
Add an export to Colibry. The export support both Float and Quantized (PTQ & QAT) models
Modified files
Operators to be exported + exports script + tests
Detailed major modifications
- For QAT: To export to colibry we need to have some infos of scaling for each layer so we shouldn't fuse the scaling and quantizers in the qat LSQ script : https://gitlab.eclipse.org/eclipse/aidge/aidge/-/blob/main/aidge/aidge_quantization/src/QAT/QAT_LSQ.cpp?ref_type=heads#L314
Edited by Anas Benalla