Aamir Nazir

Results 5 issues of Aamir Nazir

### Changes Made all the mypy checks pass for nncf/common/utils ### Related tickets Closes Issue #2491

NNCF TF
NNCF Common

Notebook which includes quantizing and compressing Stable diffusion v3 model with Torch FX.

### Changes 1. Create a new registry for FX metatypes 2. Create new metatype `FXEmbeddingMetatype` for torch FX embedding metatype ### Reason for changes The current torch embedding metatype, which...

NNCF PT
experimental

### 🚀 Feature request Currently, the Torch FX backend supports FX representation(`torch.fx.GraphModule()` object) extracted using `capture_pre_autograd_graph()` which has a slightly different representation and is a deprecated feature. This feature request...

enhancement

### 🐛 Describe the bug Operator Metatype `DeformConv2dOp` is mentioned in `nncf/nncf/torch/graph/operator_metatypes.py` which uses the namespace `torch.nn.functional` whereas the function `deform_conv2d` belongs to `torchvision.ops.deform_conv2d`. As seen in the code output...

bug