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:
Calls to following class methods in
nncf/common/graph/layer_attributes.py were replaced with calls to their
corresponding self-contained legacy functions in
nncf/common/graph/utils.py:
- layer_attributes.get_weight_shape ->
get_weight_shape_legacy(layer_attributes: WeightedLayerAttributes)
- layer_attributes.get_bias_shape ->
get_bias_shape_legacy(layer_attributes: WeightedLayerAttributes)
Locations in /nncf/experimental/torch/sparsity/movement/ folder
- layers.py
- structured_mask_handler.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