Skip to content

Commit b12a536

Browse files
committed
fix
1 parent 94a990f commit b12a536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/openvino/test_training.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
574574
nncf_compression_config=[STRUCTURED_MOVEMENT_SPARSITY_CONFIG_FOR_SWIN, DEFAULT_QUANTIZATION_CONFIG],
575575
expected_fake_quantize=28,
576576
expected_int8=28,
577-
expected_binary_masks=40,
577+
expected_binary_masks=48,
578578
compression_metrics=["compression_loss"],
579579
),
580580
"default_quantization,unstructured_movement_sparsity": OVTrainerTestDescriptor(
@@ -591,7 +591,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
591591
nncf_compression_config=[STRUCTURED_MOVEMENT_SPARSITY_CONFIG_FOR_SWIN, DEFAULT_QUANTIZATION_CONFIG],
592592
expected_fake_quantize=28,
593593
expected_int8=28,
594-
expected_binary_masks=40,
594+
expected_binary_masks=48,
595595
compression_metrics=["compression_loss", "distillation_loss", "task_loss"],
596596
),
597597
"distillation,default_quantization,unstructured_movement_sparsity": OVTrainerTestDescriptor(
@@ -749,7 +749,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
749749
"quantization,structured_movement_sparsity": OVTrainerTestDescriptor(
750750
model_id="hf-internal-testing/tiny-random-Wav2Vec2Model",
751751
nncf_compression_config=[QUANTIZATION_CONFIG_FOR_WAV2VEC2, STRUCTURED_MOVEMENT_SPARSITY_CONFIG_FOR_WAV2VEC2],
752-
expected_fake_quantize=48,
752+
expected_fake_quantize=40,
753753
expected_int8=30,
754754
expected_binary_masks=48,
755755
compression_metrics=["compression_loss"],
@@ -766,7 +766,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
766766
model_id="hf-internal-testing/tiny-random-Wav2Vec2Model",
767767
teacher_model_id="hf-internal-testing/tiny-random-Wav2Vec2Model",
768768
nncf_compression_config=[QUANTIZATION_CONFIG_FOR_WAV2VEC2, STRUCTURED_MOVEMENT_SPARSITY_CONFIG_FOR_WAV2VEC2],
769-
expected_fake_quantize=48,
769+
expected_fake_quantize=40,
770770
expected_int8=30,
771771
expected_binary_masks=48,
772772
compression_metrics=["compression_loss", "distillation_loss", "task_loss"],

0 commit comments

Comments
 (0)