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
fix: correct quantization name filtering
The quantization filter based on layer names did not work, because
modules walk is done with the Module.apply method, that resolves names
locally, so the "absolute" naming does not work. The fix just prepares a
list out of the names before entering the loop, so the correct reference
is captured.
0 commit comments