Skip to content

Commit

Permalink
style(framework): Add descriptions of display format.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarhouTam committed Dec 15, 2024
1 parent 72a8d71 commit 10ab426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/fedavg.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,9 +968,9 @@ def run_experiment(self):
)
self.logger.log("=" * 20, self.algorithm_name, "Experiment Results:", "=" * 20)
self.logger.log(
"[green]Display format: (before local fine-tuning) -> "
"(after local fine-tuning)\n",
"So if finetune_epoch = 0, x.xx% -> 0.00% is normal.",
"[green]Display format: (before local fine-tuning) -> (after local fine-tuning)\n",
"So if finetune_epoch = 0, x.xx% -> 0.00% is normal.\n",
"Centralized testing ONLY happens after model aggregation, so the stats between '->' are the same.",
)
all_test_results = {
epoch: {
Expand Down

0 comments on commit 10ab426

Please sign in to comment.