-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐞 fix(pFedSim): Empty self.client_trainable_params at server side
Due to no tracking gradients anymore for tensors in self.global_params_dict, the initialization of self.client_trainable_params needs to be changed. Also delete the arguments `unique_model` and `default_trainer` that pass to `super.__init__()`, which means these two args should be decided by pFedSim's parent class.
- Loading branch information
Showing
1 changed file
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters