-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Good First Issue][NNCF][Tests]: Refactor weights compression tests into a template tests. #3129
Comments
CC: AHB102 |
Hi @AHB102, Are you working on this issue? :) |
@rk119 Yeah. |
Alright! |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @AHB102, Are you still working on this issue? |
@rk119 I've started on this, but I'm tied up with other things at the moment. Could you please take care of this? Sorry for the inconvenience. |
@AHB102 it's alright. I presume that this issue is complete in another PR already :) |
@ljaljushkin Okay then, I would like to work on this issue as well :) if it's alright |
@ljaljushkin @rk119 @AHB102 May I help out on this issue? |
@shumaari I'm afraid not, issue is quite straightforward for splitting. |
@ljaljushkin thank you, will take #3249 instead. |
Let's unassign that task due to current assignee's inactivity. |
@ljaljushkin Feel free to leave this issue open to other potential contributors as I have other commitments to attend to presently :) |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @ljaljushkin @alexsu52 Link to changes: develop...raghavx1:nncf:develop Thank You |
|
Context
Majority of the NNCF PTQ tests are using templates: for example tests for Fast Bias Correction or MinMax algorithm.
The structure is following: there is a template file like this, and each backend implements abstract methods of the template file like this.
What needs to be done?
The task is to:
class TemplateTestWeightsCompression
) for weights compression in thetest_weights_compression.py
file in this directory: https://github.com/openvinotoolkit/nncf/tree/develop/tests/cross_fw/test_templates** https://github.com/openvinotoolkit/nncf/blob/develop/tests/torch/ptq/test_weights_compression.py
** https://github.com/openvinotoolkit/nncf/blob/develop/tests/torch/fx/test_compress_weights.py
to implement the template.
The template should implement following common tests:
Please use this two template files as a reference:
https://github.com/openvinotoolkit/nncf/blob/develop/tests/torch/fx/test_fast_bias_correction.py
https://github.com/openvinotoolkit/nncf/blob/develop/tests/torch/ptq/test_fast_bias_correction.py
Example Pull Requests
#2856
Resources
Contact points
@daniil-lyakhov
Ticket
No response
The text was updated successfully, but these errors were encountered: