From af36e6fecf569b14a72cf080cba825f187c8405d Mon Sep 17 00:00:00 2001 From: viktorvaladi Date: Mon, 2 Sep 2024 10:12:17 +0200 Subject: [PATCH] linter fix --- examples/custom-aggregator/client/aggregator.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/custom-aggregator/client/aggregator.py b/examples/custom-aggregator/client/aggregator.py index a4816623b..40aa04ee4 100644 --- a/examples/custom-aggregator/client/aggregator.py +++ b/examples/custom-aggregator/client/aggregator.py @@ -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. """