Jiaying Ong

Results 10 comments of Jiaying Ong

Hello! I am a first-time contributor and I'm excited to help! I have written unit tests for [nncf/common/utils/decorators.py](https://app.codecov.io/gh/openvinotoolkit/nncf/blob/develop/nncf/common/utils/decorators.py) and [nncf/common/utils/os.py](https://app.codecov.io/gh/openvinotoolkit/nncf/blob/develop/nncf/common/utils/os.py). May I know if there are other ways to check...

@vshampor @nikita-savelyevv Thank you both for your input. Duly noted and I will implement the ideas you have mentioned at my earliest availability.

Hello, I wrote unit tests for the first 5 files and have made the following [PR](https://github.com/openvinotoolkit/nncf/pull/2468), am continuing with the rest of the tests :)

Hello again, I have been writing tests for nncf/quantization recently and encountered an issue while making tests for [nncf/quantization/algorithms/accuracy_control/algorithm.py](https://github.com/openvinotoolkit/nncf/blob/develop/nncf/quantization/algorithms/accuracy_control/algorithm.py). The function I am testing is `_collect_original_biases_and_weights`. The test code is...

In addition, I would like to clarify if the method through which I am obtaining synthetic models and quantizing them is good practice, or if I should hardcode quantized models.

Hi @andrey-churkin, thank you very much for your help. With your suggestion, I was able to test `_collect_original_biases_and_weights`. 😄 Most functions in `algorithm.py` are now covered, however I am finding...

Hi @RitikaxShakya, apologies for the late reply. I haven't covered all the files. Here is a list that shows which files have already been covered. If the checkbox is ticked,...

Hi @DaniAffCH , since I have started on nncf/torch/quantization, I think it would be awesome if you could work on nncf/torch/sparsity, nncf/torch/pruning, as well as nncf/telemetry. I think nncf/torch/binarization has...