You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look like eliminate_dead_code should be run ones after apply all bias_update transormation.
Or maybe will be better to use something like self.erase_node(old_constant_node) to remove only old constant node to avoid loops for all nodes.
As i understand eliminate_dead_code here removes only old constant node. And it's actual for all usage eliminate_dead_code in transformation.py.
We can do it, but we should give up on transformations and move to commands for that. Leaf insertion transformation not expecting eliminate_dead_code call yet model transformer could not split bias correction and leaf insertion commands apart
Feature Use Case
No response
Are you going to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
🚀 Feature request
https://github.com/openvinotoolkit/nncf/pull/2882/files#r1735077003
Look like eliminate_dead_code should be run ones after apply all bias_update transormation.
Or maybe will be better to use something like self.erase_node(old_constant_node) to remove only old constant node to avoid loops for all nodes.
As i understand eliminate_dead_code here removes only old constant node. And it's actual for all usage eliminate_dead_code in transformation.py.
We can do it, but we should give up on transformations and move to commands for that. Leaf insertion transformation not expecting eliminate_dead_code call yet model transformer could not split bias correction and leaf insertion commands apart
Feature Use Case
No response
Are you going to submit a PR?
The text was updated successfully, but these errors were encountered: