Skip to content

Commit

Permalink
dont process config in eval
Browse files Browse the repository at this point in the history
  • Loading branch information
scarere committed Nov 18, 2024
1 parent 593331d commit b51bcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fl4health/clients/basic_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def evaluate(self, parameters: NDArrays, config: Config) -> Tuple[float, int, Di
self.setup_client(config)

start_time = datetime.datetime.now()
_, _, current_server_round, _, _ = self.process_config(config)
current_server_round = narrow_dict_type(config, "current_server_round", int)

pack_losses_with_val_metrics = set_pack_losses_with_val_metrics(config)

Expand Down

0 comments on commit b51bcf7

Please sign in to comment.