-
Notifications
You must be signed in to change notification settings - Fork 240
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] Make NNCF common utils code pass mypy checks #2491
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
.take |
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. |
I am currently working on the issue. Facing a few problems but trying to solve them..will give the updates in a few days |
Hello @tvilight4, is there anything we can help you with? |
@p-wysocki I am new to type hinting and so figuring out the solution is taking time, Do the location of the function calls matter in the codebase? If yes it would be great if you could tell me where the function is_tensorflow_model(model: TModel) being called...as |
Hello @tvilight4, usually the best way to fix mypy errors is to google them - quite often you even can find copy and paste fixes for the errors. It seems that particular one could be changed by modifying the import line: https://stackoverflow.com/questions/68695851/mypy-cannot-find-implementation-or-library-stub-for-module |
Hello @tvilight4, do you need any help? |
@p-wysocki I a working on it but will need time till 20 march due to my university exams going on. |
Hello @tvilight4, are you still working on this? |
Sorry @p-wysocki I have not been able to work on this issue due to other urgent commitments. |
Don't worry, there are no deadlines in Good First Issues, we're just looking for abandoned tasks for other people to pick up. :) For now I'm reopening the task, but feel free to pick up something else or even this one from our board as soon as you have some time! cc @vshampor could you please reopen the task? |
I would like to take this issue when it opens @p-wysocki |
.take |
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
@alexsu52 I am trying to define the |
@anzr299, casting is applicable solution for this case. Let's discuss this in more detail in PR. |
Sure, just to clarify, I think the issue referred to by @MaximProshin is #2637. |
Hello @anzr299, are you still working on that issue? Do you need any help? |
Hi @p-wysocki, I was busy for the past few days. I will continue working on this issue now. |
### Changes Made all the mypy checks pass for nncf/common/utils ### Related tickets Closes Issue #2491
@anzr299, thanks for the contribution! |
This is exactly like #2495 (see the description and tasks there), but the target code path for this one is
nncf/common/utils
instead ofnncf/common/graph
.The text was updated successfully, but these errors were encountered: