Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Dec 16, 2024
1 parent c68c1af commit 500563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/combiner/aggregators/fedavg.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def combine_models(self, helper=None, delete_models=True, parameters=None):
else:
model = helper.increment_average(
model, model_next, metadata["num_examples"], total_examples)
data['time_model_aggregration'] += time.time()-tic
data['time_model_aggregation'] += time.time()-tic

nr_aggregated_models += 1
# Delete model from storage
Expand Down

0 comments on commit 500563c

Please sign in to comment.