|
@@ -222,4 +222,4 @@ class GradientAverager(DecentralizedAverager):
|
|
|
|
|
|
def notify_used_averaged_gradients(self):
|
|
def notify_used_averaged_gradients(self):
|
|
"""Notify averager that the results of a previous averaging round are accounted for"""
|
|
"""Notify averager that the results of a previous averaging round are accounted for"""
|
|
- self._new_averaged_grads = False
|
|
|
|
|
|
+ self._new_averaged_grads = False
|