You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
Call to following class method in
nncf/common/graph/layer_attributes.py was replaced with call to its
corresponding self-contained legacy function in
nncf/common/graph/utils.py:
- layer_attributes.get_target_dim_for_compression ->
get_target_dim_for_compression_legacy(
layer_attributes: WeightedLayerAttributes)
Locations in /nncf/experimental/common/pruning/
- nodes_grouping.py
Reason for changes:
(openvinotoolkit#3249) Torch and Tensorflow backend-specific methods need to be removed
from common layer attributes and all related calls need to be replaced
by their corresponding legacy function calls
0 commit comments