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
- Update comments in Forward() to clarify that pruning IS taking effect
- Pruned components are zeroed in matrices by PruneRank() method
- Forward pass uses those pruned matrices, so low-importance components contribute zero
- Previous comment was misleading, suggesting pruning didn't apply during forward
Resolves Issue #1 - pruning does take effect, just needed clearer documentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments