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
1. Added pytest to check if all the ops in the generated graph for
resnet18, mobilenet_v3_small, vit_b_16, swin_v2_s and yolov8n models
have valid metatypes in NNCF
2. Added pytest to check if the generated NNCF graph for resnet18,
mobilenet_v3_small, vit_b_16, swin_v2_s and yolov8n match with reference
graphs. (tests/torch/fx/test_models.py)
3. Add metatype mapping for the following:
- linalg_vector_norm
- clamp
- clamp_min
- hardswish_
- dropout_
### Reason for changes
Check if all model ops are supported by NNCF metatypes
### Related tickets
#2778
### Tests
New test file test_models.py added in tests/torch/fx/test_models.py
---------
Co-authored-by: dlyakhov <[email protected]>
🚀 Feature request
The task is to
#2764
Feature Use Case
To enable PTQ quantization for
torch.fx.GrpaphModule
modelsAre you going to submit a PR?
The text was updated successfully, but these errors were encountered: