Skip to content

Wrong accuracy on Resnet18 export

Context

Trying to run the provided resnet18.py example, we get the following results : Backend cpu : Pred = 62; Acc = 69. Export CPP : Pred = 62; Acc = 64.

Meaning the export is no longer bit accurate.