[POT] Finetuned model reference update (#12610)

* Finetuned model reference update

* Comment with AVX512 reference value
This commit is contained in:
Daniil Lyakhov 2022-08-17 21:54:39 +02:00 committed by GitHub
parent 6d6f52806b
commit 1ea12a0bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,8 @@ def test_sparsity_with_finetuning_algo(models, tmp_path, model_params):
QUANTIZATION_MODELS = [ QUANTIZATION_MODELS = [
('mobilenet-v2', 'caffe', 'DefaultQuantization', 'performance', {'accuracy@top1': 0.7140, 'accuracy@top5': 0.8970}) #('mobilenet-v2', 'caffe', 'DefaultQuantization', 'performance', {'accuracy@top1': 0.7140, 'accuracy@top5': 0.8970}) #AVX512
('mobilenet-v2', 'caffe', 'DefaultQuantization', 'performance', {'accuracy@top1': 0.7120, 'accuracy@top5': 0.8950})
] ]