You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BatchMemoryManager support for multiple optimizers with some of which are DPOptimizer.
Motivation
Hi! I am trying to implement BatchMemoryManager when training GAN.
It seems that BatchMemoryManager need the optimizer, but I got two optimizers here. One optimizerG for generator and the other optimizerD for discriminator. Moreover, optimizerD is made private by Opacus while optimizerG is not. So how can I use BatchMemoryManager here?
Pitch
Alternatives
Additional context
The text was updated successfully, but these errors were encountered:
🚀 Feature
BatchMemoryManager support for multiple optimizers with some of which are DPOptimizer.
Motivation
Hi! I am trying to implement BatchMemoryManager when training GAN.
It seems that BatchMemoryManager need the optimizer, but I got two optimizers here. One optimizerG for generator and the other optimizerD for discriminator. Moreover, optimizerD is made private by Opacus while optimizerG is not. So how can I use BatchMemoryManager here?
Pitch
Alternatives
Additional context
The text was updated successfully, but these errors were encountered: