Skip to content

Releases: lxuechen/private-transformers

v0.2.3

15 Aug 00:42
Compare
Choose a tag to compare

Merge in rebuttal stuff on spectral analysis.

v0.2.2

21 Jul 06:03
57fa0d9
Compare
Choose a tag to compare

Address minor issues in #25.

v0.2.1

18 Jul 02:33
Compare
Choose a tag to compare
  • The codebase now supports the following additional models

  • Minor rewrite of the privacy engine, sharing code between ghost and default clipping, thus making future maintaining potentially easier.

  • Add example file for fine-tuning of vision Transformers on CIFAR-10.

  • Use callback style implementation for playing with params and gradients after clipping.

  • Allow forward and backward hooks to use additional args and kwargs (not necessarily torch.Tensors).

  • Rewrite privacy accounting and remove GDP + CLT, since it under accounts.

v0.1.0

28 Oct 19:57
Compare
Choose a tag to compare
Initial commit.