Skip to content

Commit

Permalink
update log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kshpv committed Sep 20, 2023
1 parent 4135289 commit 7bd9e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/openvino/quantization/quantize_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def native_quantize_if_op_impl(
if_ops_number = get_number_if_op(model)
all_models_number = if_ops_number * 2 + 1
nncf_logger.info(
f"The model consists of {if_ops_number} If node with then and else bodies. Iteratively main model and all If bodies will be quantized."
f"The model consists of {if_ops_number} If node(-s) with then and else bodies. Main model and all If bodies will be quantized recursively."
)
quantized_model, _ = apply_algorithm_if_bodies(
quantization_algorithm, model, graph, calibration_dataset, subset_size, 1, all_models_number
Expand Down

0 comments on commit 7bd9e2e

Please sign in to comment.