Skip to content

Commit

Permalink
Update fedavg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-hudson authored Jul 19, 2024
1 parent 868a963 commit 38efa54
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flight/strategies/impl/fedavg.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@


class FedAvgAggr(DefaultAggrStrategy):
"""The aggregator for 'FedAvg' and its respective methods.
Args:
DefaultAggrStrategy: The base class providing necessary methods for 'FedAvgAggr'.
"""
"""The aggregator for the FedAvg algorithm and its respective methods."""

def aggregate_params(
self,
Expand Down

0 comments on commit 38efa54

Please sign in to comment.