Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Opacus v1.5.2 source code.tar.gz | 2024-08-03 | 1.2 MB | |
Opacus v1.5.2 source code.zip | 2024-08-03 | 1.3 MB | |
README.md | 2024-08-03 | 361 Bytes | |
Totals: 3 Items | 2.5 MB | 0 |
New features Add a function of "double_backward" simplifying the training loop (#661)
Bug fixes Fix issue with setting of param_group for the DPOptimizer wrapper (issue 649) (#660) Fix issue of DDP optimizer for FGC. The step function incorrectly called "original_optimizer.original_optimizer" (#662) Replace "opt_einsum.contract" by "torch.einsum"(#663)