aai-institute / pyDVL

pyDVL is a library of stable implementations of algorithms for data valuation and influence function computation
https://pydvl.org
GNU Lesser General Public License v3.0
100 stars 8 forks source link

Implement WoodFisher: Efficient Second-Order Approximation for Neural Network Compression #500

Closed schroedk closed 1 week ago

schroedk commented 7 months ago

Implement WoodFisher: Efficient Second-Order Approximation for Neural Network Compression

Code from the paper: https://github.com/IST-DASLab/WoodFisher

schroedk commented 1 week ago

Algorithm requires to compute the full system matrix, so it does not makes sense to include it. Will close this issue.