Skip to content

Commit 58d6e57

Browse files
committed
fixed print style of 'Global test'
1 parent 4688d9f commit 58d6e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def model_fn():
4747
print("Loss (client mean): {0}".format(server.global_train_losses[-1]))
4848

4949
global_test_results = server.test_global_model()
50+
print("Global test|")
5051
for metric_name, value in global_test_results.items():
51-
print("Global test|")
5252
print("_" * 10)
5353
print("{0}: {1}".format(metric_name, value))
5454

0 commit comments

Comments
 (0)