Daniil Lyakhov

Results 33 issues of Daniil Lyakhov

### Details: QAT documentation for NNCF Torch and NNCF Tensorflow is spitted on two pages * quantization-aware-training-pytorch.rst is QAT by `nncf.quantize` method documentation * quantization-aware-training-tensorflow.rst file is a copy of...

category: docs

New scheduler which delayed reduce on plateau on given number of epoch. Useful when model is not compressed yet and scheduler shouldn't drop lr

### Changes `model.nncf.get_config` method and `nncf.torch.load_from_config` function are presented ### Reason for changes To enable saving/loading NNCFNetwork transformations ### Related tickets 129586 ### Tests `tests/torch/test_serialization.py` is updated

NNCF PT

On top of https://github.com/openvinotoolkit/nncf/pull/2659 ### Changes Mobilenet v2 save/load example, possible to export to both onnx and openvino ### Reason for changes Showcase for save/load model functionality ### Related tickets...

documentation
NNCF PT

# My view on NNCF documentation: * Algorithms: * Quantization * PTQ * QAT ( nncf.quantize (with note: you can quantize TF models and use additional algorithms (HAWQ), please refer...

documentation

### Changes * NNCF wrapping for Tensor input parameters is skipped when actual parameter is not a tensor ### Reason for changes * To support models which could accept different...

NNCF PT

### Changes Deterministic execution is enabled for rb sparsity integration test ### Reason for changes To prevent sporadic test failure ### Related tickets 138817 ### Tests I've run test several...

NNCF TF

### Changes Resnet18 examples updated to showcase NNCF Torch save/load capabilities ### Reason for changes To showcase NNCF Torch save/load capabilities ### Related tickets 129586 ### Tests test_examples/382/

### Changes * Torch FX experimental PTQ backed is presented (MinMax, FBC) * Torch metatypes are updated with new namespace: ATEN * Some Torch metatypes are updated by new operations...

NNCF PT
NNCF Common
experimental
NNCF PTQ

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...

good first issue