Skip to content

Draft: [Fix] Increase precision of exported float parameters

Axel Farrugia requested to merge fix_fp32_wrong_results into dev

Context

As mentioned in this issue, the backend_cpu and export_cpp float results diverge at some point.

Changes

Comparison was made using the aidge_cmp export feature, which compares the export feature maps with the ones we get from the aidge_backend_cpu.

Aidge compare tests :

model fp32 int8
lenet ✔️ ✔️
resnet18 ✔️ ✔️
vgg16 ✔️
Edited by Axel Farrugia

Merge request reports

Loading