diff --git a/openfl/component/aggregator/aggregator.py b/openfl/component/aggregator/aggregator.py index d0fb33408c..d51ea68291 100644 --- a/openfl/component/aggregator/aggregator.py +++ b/openfl/component/aggregator/aggregator.py @@ -352,6 +352,7 @@ def _save_model(self, round_number, file_path): ] tensor_dict = {} tensor_tuple_dict = {} + next_round_tensors = {} for tk in tensor_keys: tk_name, _, _, _, _ = tk tensor_value = self.tensor_db.get_tensor_from_cache(tk)