Closed
Description
🚀 The feature
Unlike our test_classification_model
tests, the test_quantized_classification_model
doesn't check the model against an expected value. This means that if we break the Quantization model, we won't be able to detect it:
Lines 676 to 717 in 2e0949e
We should adapt the tests (add new, modify or reuse existing) to cover for this case.
Motivation, pitch
Switch the following activation from Hardsigmoid
to Hardswish
and run the tests from mobilenet_v3_large.
None of the tests will fail but the model will be completely broken. This shows we have a massive hole on our Quantization tests.
cc @pmeier