-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the current-round info the fl_ctx for BaseModelController (#2916)
* Added the current-round info the fl_ctx for BaseModelController. * reformat. * codestyle fix. * Moved the self.set_fl_context(data) call to broadcast_model(). * Change broadcast_model() to must send a FLModel, not None. * Changed the BaseModelController broadcast_model data default value, and a warning message to debug. * refactoried. * Updated docstring. --------- Co-authored-by: Chester Chen <512707+chesterxgchen@users.noreply.github.com> Co-authored-by: Yuan-Ting Hsieh (謝沅廷) <yuantingh@nvidia.com>
- Loading branch information
1 parent
d62b901
commit 5d71c2c
Showing
2 changed files
with
14 additions
and
12 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
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