Skip to content

Releases: TRAIS-Lab/dattri

dattri release 0.2.0

28 Oct 03:12
0b7e95f
Compare
Choose a tag to compare

What's Changed

  • [dattri.metrics] Add brittleness test by @SeanZh30 in #114
  • [dattri] backward compatibility by @TheaperDeng in #125
  • [dattri.algorithm] Add KNN data shapley by @sx-liu in #122
  • [dattri.algorithm] Fix misalignment in KNN shapley by @sx-liu in #126
  • [dattri.task] add partial parameter support for target/loss function and their gradient func by @TheaperDeng in #118
  • Improve docstring in dattri.func and dattri.metrics by @jiaqima in #127
  • [dattri.metrics] change the shape of score in lds to improve consistency by @TheaperDeng in #132
  • [dattri.algorithm] Refactoring of BaseInnerProductAttributor by @TheaperDeng in #133
  • Fix typos and improve docstrings by @jiaqima in #134
  • [dattri.func] Re-implementation of Arnoldi projector by @tingwl0122 in #135
  • [dattri experiments] benchmark script for mnist, cifar and shakespeare by @TheaperDeng in #128
  • [dattri.algorithm] add partial parameters support for IF, TracIN, Grad-Dot/Cos, TRAK by @TheaperDeng in #137
  • Rename the modules metric, model_util, and script by @jiaqima in #139
  • [dattri.task] Rename index in task to ckpt_idx by @jiaqima in #141
  • [dattri.algorithm] relax the requirement to the loss_func. by @TheaperDeng in #140
  • [Examples] refactor examples and add github action to automatically validate the scripts. by @TheaperDeng in #138
  • [dattri.algorithm] Changes to the implementation of DataInf. by @charles-pyj in #123
  • [dattri.experiments] Add MusicTransformer experiment by @tingwl0122 in #142
  • Add paper info by @jiaqima in #144
  • Update citation format by @sleepymalc in #145
  • [Document] support multiple document at the same time. by @TheaperDeng in #147
  • [installation] fix installation and some name typo by @TheaperDeng in #146
  • [dattri.algorithm, dattri.func] Refactor the implementation of EKFAC by @sx-liu in #143
  • Minor improvements on READMEs and docs by @jiaqima in #149
  • [branch-0.2 readme] fix installation method in readme by @TheaperDeng in #151
  • [branch-0.2] Update the version number by @TheaperDeng in #152

New Contributors

Full Changelog: v0.1.0...v0.2.0

dattri release 0.1.0

24 Jul 03:30
5ce7a8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/TRAIS-Lab/dattri/commits/v0.1.0