We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc0a15 commit 947438eCopy full SHA for 947438e
src/nncf/quantization/algorithms/weight_compression/algorithm.py
@@ -1166,7 +1166,7 @@ def get_statistic_points(
1166
node_with_weight, weight_port_ids[0], graph
1167
)
1168
reduction_axes = (
1169
- (weight_reduction_axis,) if any(weight_dim == 3 for weight_dim in weight_dims) else reduction_axes
+ weight_reduction_axis if any(weight_dim == 3 for weight_dim in weight_dims) else reduction_axes
1170
1171
1172
stat_collector = self._backend_entity.mean_statistic_collector(
0 commit comments