Skip to content

Opacus v1.1.1

Compare
Choose a tag to compare
@karthikprasad karthikprasad released this 08 Apr 18:54
· 126 commits to main since this release

Bug fixes

  • Fix accountant when using number of steps instead of epochs
  • Add params check when converting BatchNorm to GroupNorm (#390)
  • Fix typo in gdp accountant mechansim name (#386)
  • Fix linter errors (#392)
  • Add friendly and detailed message for unsupported layers (#401)
  • Run linter on nightly workflow (#399)
  • Add warning for Gaussian DP accounting (#400)
  • Clone replacement modules on the same device as original (#356)
  • Implementing 3D dilation (#408)
  • fix(batch_memory_manager): Ensures split_idxs use native python types (#410)

Miscellaneous

  • Migrate nightly CircleCI flows to scheduled pipelines (#402)
  • Migrate from ubuntu 16.04 to 20.04 on CircleCI (#403)