From db1eb74490518f83c9c440a662071ecb835821c8 Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Wed, 24 Jan 2024 07:29:32 +0100 Subject: [PATCH] codecheck --- fedn/fedn/network/combiner/aggregators/fedopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedn/fedn/network/combiner/aggregators/fedopt.py b/fedn/fedn/network/combiner/aggregators/fedopt.py index 4a30d9794..d94910b53 100644 --- a/fedn/fedn/network/combiner/aggregators/fedopt.py +++ b/fedn/fedn/network/combiner/aggregators/fedopt.py @@ -9,7 +9,7 @@ class Aggregator(AggregatorBase): Implmentation following: https://arxiv.org/pdf/2003.00295.pdf - Aggregate pseudo gradients computed by subtracting the model + Aggregate pseudo gradients computed by subtracting the model update from the global model weights from the previous round. :param id: A reference to id of :class: `fedn.network.combiner.Combiner`