From 700beb7d1fc0777c4eb5bc11389918287904c406 Mon Sep 17 00:00:00 2001 From: Milana Shhanukova Date: Thu, 11 Nov 2021 10:35:00 +0300 Subject: [PATCH] [POT] Update add node name (#8487) * Update node name to make ports visible * proxy algo * m * mistype for add node name * undo_utils * Update utils.py * Update algorithm.py * undo --- .../pot/algorithms/quantization/bias_correction/algorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pot/openvino/tools/pot/algorithms/quantization/bias_correction/algorithm.py b/tools/pot/openvino/tools/pot/algorithms/quantization/bias_correction/algorithm.py index 68f09a59b24..ddf74a68a87 100644 --- a/tools/pot/openvino/tools/pot/algorithms/quantization/bias_correction/algorithm.py +++ b/tools/pot/openvino/tools/pot/algorithms/quantization/bias_correction/algorithm.py @@ -409,7 +409,7 @@ class BiasCorrection(Algorithm): input_name = biased_after_param_nodes[node.name] statistics_layout[input_name] = {'batch_mean_param_in': agf.batch_mean} self._collected_stat_inputs.append(input_name) - statistics_layout[add_node.name] =\ + statistics_layout[add_node_name] =\ {'mean_per_channel': TensorStatisticAxis(granularity='perchannel', type='mean', inplace_statistics=self.config['inplace_statistics'],