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
It would be nice to be able to only fine-tune a subset of the model parameters with Opacus. Currently this is not possible since there is a check that module parameters = optimizer parameters (
Hi @timudk , the check was motivated by the issue described in #432
Your usecase makes sense, though. I think ensuring trainable parameters are same between model and optimizer rather than all parameters addresses this issue.
🚀 Feature
It would be nice to be able to only fine-tune a subset of the model parameters with Opacus. Currently this is not possible since there is a check that module parameters = optimizer parameters (
opacus/opacus/privacy_engine.py
Line 385 in 5169ad2
The text was updated successfully, but these errors were encountered: