issues
search
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
30
stars
9
forks
source link
Rename the modules metric, model_util, and script
#139
Closed
jiaqima
closed
1 month ago
jiaqima
commented
1 month ago
Description
1. Motivation and Context
This PR addresses #26 and #29.
2. Summary of the change
Renamed dattri.metrics, dattri.model_utils, dattri.scripts to dattri.metric, dattri.model_util, dattri.script for naming consistency.
Imported main functions under dattri.metric in dattri/metric/
init
.py
Searched across the repo to make changes referencing these changed places.
3. What tests have been added/updated for the change?
[X] N/A: No test will be added. No new functionality. Existing tests should be fine.
Description
1. Motivation and Context
This PR addresses #26 and #29.
2. Summary of the change
3. What tests have been added/updated for the change?