Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed Sep 2, 2024
1 parent 76b5949 commit af36e6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/custom-aggregator/client/aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@


class FunctionProvider(FunctionProviderBase):
"""A FunctionProvider class responsible for aggregating model parameters
from multiple clients and performing hyperparameter tuning by adjusting
the learning rate every 20th round. The class logs the current state of
"""A FunctionProvider class responsible for aggregating client model parameters and performing
hyperparameter tuning by adjusting the learning rate every 20th round. The class logs the current state of
the model, learning rate, and round to facilitate monitoring and evaluation.
"""

Expand Down

0 comments on commit af36e6f

Please sign in to comment.