Aamir Nazir
Aamir Nazir
### Changes Made all the mypy checks pass for nncf/common/utils ### Related tickets Closes Issue #2491
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...
### 🚀 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...
### 🐛 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...