Skip to content

Releases: MadryLab/trak

TRAK v0.3.2

17 Jan 19:15
96a75b6
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • fix excessive CPU memory load from logging
  • remove unnecessary dependencies between featurizing & scoring methods
  • fix abstraction violation in projectors
  • bring back an example of iterative (as opposed to functional) gradient computer
  • add a ridge regularization option for the computation of the XTX inverse term in the TRAK estimator.

TRAK v0.3.1

11 Nov 16:20
39bf22a
Compare
Choose a tag to compare
  • community extensions in trak/contrib (see CONTRIBUTING.md)
  • updates to docs, tests, and README

TRAK v0.3.0

03 Nov 18:55
76b13ca
Compare
Choose a tag to compare

0.3.0 by @kristian-georgiev and @AlaaKhaddaj in #50

  • Added support for large models and datasets (ChunkedCudaProjector, (much) faster scoring by removing I/O bottlenecks)
  • Allow taking gradients with respect to a selected set of parameter groups (e.g., only wrt last layer)
  • black codestyle
  • bug fixes

TRAK v0.2.2

25 Oct 21:09
5cbe528
Compare
Choose a tag to compare

What's Changed

  • 0.2.2 by @kristian-georgiev in #49

  • more tests

  • better formatting

  • minor bug fixes:

    • controllable random seed for projector

    • fix bug with dtype and device of gradients

    • fix bug with init_projector when device is CPU


Co-authored-by: Sung Min Park spark@mslurm
Co-authored-by: Alaa Khaddaj alaakh@mit.edu

Full Changelog: v0.2.1...v0.2.2

TRAK v0.2.1

02 Jun 15:57
Compare
Choose a tag to compare

What's Changed

  • bug fixes

  • updated docs

Full Changelog: v0.2.0...v0.2.1

TRAK v0.2.0

01 Jun 23:02
1ec07a1
Compare
Choose a tag to compare

Some (mild) backward incompatibilities introduced. In particular,
exp_name is now a required argument when scoring.

What's Changed

  • handle pre-emption for featurizing

  • support scoring & featurizing data shards in parallel

  • reduce memory footprint by ~1.5x

  • migrate to torch.func

  • bump torch dep requirement to 2.0.0 because of torch.func

  • python >=3.8 for pytorch 2.0

  • project and store in float16 by default

  • tie experiment name to scoring targets; simplify saver; add logging

  • save scores as mmap

  • normalization factor for numerical stability

  • clean up quickstart

  • no-op projector

  • pass in an instance of a class for tasks, rather than init inside of gradientcomputer

  • bug fixes


New Contributors

@AlaaKhaddaj made their first contribution in #38


Full Changelog: v0.1.3...v0.2.0

TRAK v0.1.3

19 Apr 18:33
2c2d022
Compare
Choose a tag to compare
TRAK v0.1.3 Pre-release
Pre-release

What's Changed

  • 0.1.3 by @kristian-georgiev in #32

    • allow skipping model IDs in finalize scores

    • allow subclassing of saver and score_computer directly from traker args

    • default to BasicProjector if CudaProjector projeciton step errors out

    • add another type of error that sometime occurs when fast_jl has issues

    • update quickstart notebook

    • Add link to colab with pre-computed trak scores to readme

    • add dropbox links to quickstart nb

    • update training code in quickstart tutorial

    • bump version

Full Changelog: v0.1.2...v0.1.3

TRAK v0.1.2

12 Apr 17:50
8995c3e
Compare
Choose a tag to compare
TRAK v0.1.2 Pre-release
Pre-release

What's Changed

  • Fix a bit typo README by @guspan-tanadi in #18
  • Fix bug with custom model output and add test by @jvendrow in #25
  • 0.1.2 by @kristian-georgiev in #28
    • allow capping the CudaProjector batch size; more helpful error msg for too large batch size
    • Fix mismatch of model parameters during scoring
    • update quickstart notebook
    • Require torch 2.0.0 for fast_jl

New Contributors

Full Changelog: v0.1.1...v0.1.2

TRAK v0.1.1

23 Mar 06:16
Compare
Choose a tag to compare
TRAK v0.1.1 Pre-release
Pre-release

trak v0.1.1

What's Changed

Full Changelog: v0.1.0...v0.1.1

TRAK v0.1.0

19 Mar 20:59
Compare
Choose a tag to compare
TRAK v0.1.0 Pre-release
Pre-release

trak v0.1.0