MadryLab / trak

A fast, effective data attribution method for neural networks in PyTorch
https://trak.csail.mit.edu/
MIT License
180 stars 26 forks source link

Remove dependency of proj_matrix during scoring #61

Closed JD-ETH closed 10 months ago

JD-ETH commented 10 months ago

finalize feature deletes the proj_matrix, but basic projector assumes it exists. remove dependency.