MadryLab / trak

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

Remove dependency of proj_matrix during scoring #61

Closed JD-ETH closed 8 months ago

JD-ETH commented 8 months ago

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