Skip to content

Opacus v1.1.3

Compare
Choose a tag to compare
@ffuuugor ffuuugor released this 13 Jul 13:36
· 131 commits to main since this release

Improvements

  • Checkpoint support (#429)
  • Support for layers with mix of frozen and trainable params (#437)
  • Optimized einsum (#440)
  • Improved parameter sanity check (#439)

Bug Fixes

  • Fix unfold2d (#443)
  • Switch CI to latest PyTorch version (#434)
  • Typos and editing (#430, #438, #449)

Misc

  • Tutorials on distributed training (#428)