Skip to content

Conversation

@Linzh7
Copy link
Collaborator

@Linzh7 Linzh7 commented Nov 1, 2024

  1. change the logic of checking if it is distributed computing from isinstance(module, (DPDDP, DDP)) to dist.get_world_size() > 1
  2. add a optim_args in the base class of DPoptimizer to enable the further customize of optimizers.

Linzh7 added 4 commits October 4, 2024 21:03
  - add optim_args in privacy_engine for optimizers with extra args
  - modify the Opacus adaptive optimizer to our AdaptDPSGD-Full version
@Linzh7 Linzh7 requested a review from ikanher November 1, 2024 10:37
@Linzh7 Linzh7 force-pushed the adaptive_optimizer branch from 1f59af5 to 1e8a50d Compare January 7, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants