Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: correct quantization name filtering (#196)
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.
- Loading branch information