Skip to content

Commit

Permalink
Print out weights
Browse files Browse the repository at this point in the history
  • Loading branch information
nvidianz committed Mar 3, 2025
1 parent 413e1b4 commit f8be5d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def process_train_result(self, client_task: ClientTask, fl_ctx: FLContext) -> No

return

self.log_info(fl_ctx, f"Weights: {result.get('weights', None)}")

accepted = self.aggregator.accept(result, fl_ctx)
accepted_msg = "ACCEPTED" if accepted else "REJECTED"
self.log_info(
Expand Down

0 comments on commit f8be5d7

Please sign in to comment.