Skip to content

Opacus v1.1.0

Compare
Choose a tag to compare
@pierrestock pierrestock released this 15 Mar 12:52
· 139 commits to main since this release

v1.1.0

New Feature

  • Add support for GDP accounting in get_noise_multiplier (#303)

Bug fixes

  • Conservative search for target epsilon in get_noise_multiplier (#348)
  • Warn and ignore "drop_last" when set in DPDataLoader (#357)
  • Fix per-layer clipping in distributed (#347)

Miscellaneous

  • Update code of conduct and file headers
  • Add "Support Ukraine" banner to opacus website homepage
  • Lint fixes