Skip to content

Commit

Permalink
Update client.py (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk authored Jan 4, 2023
1 parent 709c618 commit 88f1f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federatedscope/core/workers/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def callback_funcs_for_evaluate(self, message: Message):
metrics,
rnd=self.state,
role='Client #{}'.format(self.ID),
forms='raw',
forms=['raw'],
return_raw=True)
self._monitor.update_best_result(self.best_results,
formatted_eval_res['Results_raw'],
Expand Down

0 comments on commit 88f1f7f

Please sign in to comment.