Unable to find information about filter pruning size reduction on a model
Resolution
NNCF filter pruning algorithm only puts zeros inside convolutional and linear layer parameters of a model and doesn't reduce the size of model.
To remove channels/rows from the model, an additional nGraph pruning transformation is required. To do this, add --transform=Pruning to MO conversion command during model conversion to Intermediate Representation (IR) format.