Skip to content

Commit 8104144

Browse files
authored
Init next tensors dict (#1293)
Signed-off-by: Lerer, Eran <[email protected]>
1 parent f18b685 commit 8104144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openfl/component/aggregator/aggregator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def _save_model(self, round_number, file_path):
352352
]
353353
tensor_dict = {}
354354
tensor_tuple_dict = {}
355+
next_round_tensors = {}
355356
for tk in tensor_keys:
356357
tk_name, _, _, _, _ = tk
357358
tensor_value = self.tensor_db.get_tensor_from_cache(tk)

0 commit comments

Comments
 (0)