nncf icon indicating copy to clipboard operation
nncf copied to clipboard

[Good First Issue][NNCF][TorchFX]: Test model transformer

Open daniil-lyakhov opened this issue 7 months ago • 0 comments

Greetings🐱! As a part of https://github.com/openvinotoolkit/nncf/issues/2766 TorchFX PTQ backend support, we are gladly presenting to you following issue

Context

The task is to cover FXModelTransformer by simple unit tests as it done for other backends: https://github.com/openvinotoolkit/nncf/blob/develop/tests/onnx/test_model_transformer.py

Note

TorchFX backend is not merged to the NNCF develop branch yet, please use following PR as the base: https://github.com/openvinotoolkit/nncf/pull/2764

What needs to be done?

Unit tests in file tests/torch_fx/test_model_transformer.py :

  • tests_module_insertion_transformation
  • test_leaf_module_insertion_transformation
  • test_bias_update_transformation
  • test_qdq_insertion_transformation

Example Pull Requests

No response

Resources

Contact points

@daniil-lyakhov

Ticket

141640

daniil-lyakhov avatar Jul 01 '24 16:07 daniil-lyakhov