Skip to content

Commit

Permalink
Fix a bug about a missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Linzh7 committed Oct 4, 2024
1 parent 3140541 commit a1b55fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opacus/privacy_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def _prepare_optimizer(
generator=generator,
secure_mode=self.secure_mode,
normalize_clipping=normalize_clipping,
optim_args=optim_args,
**kwargs,
)

Expand Down

0 comments on commit a1b55fe

Please sign in to comment.