TRAIS-Lab / dattri

`dattri` is a PyTorch library for developing, benchmarking, and deploying efficient data attribution algorithms.
https://trais-lab.github.io/dattri/
MIT License
28 stars 8 forks source link

[dattri.algorithm] Add TracIn Attributor #54

Closed tingwl0122 closed 4 months ago

tingwl0122 commented 4 months ago

Description

This PR implements TracIn Attributor as another TDA algorithm family.

1. Motivation and Context

To implement TracIn-related TDA methods

2. Summary of the change

Note

3. What tests have been added/updated for the change?