Skip to content

Commit

Permalink
rename hyperparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
TsingZ0 committed May 21, 2023
1 parent d49782a commit 0a05cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(args):
help="Local learning rate")
parser.add_argument('-gr', "--global_rounds", type=int, default=1000)
parser.add_argument('-ls', "--local_steps", type=int, default=1)
parser.add_argument('-algo', "--algorithm", type=str, default="FedGP")
parser.add_argument('-algo', "--algorithm", type=str, default="FedALA")
parser.add_argument('-jr', "--join_ratio", type=float, default=1.0,
help="Ratio of clients per round")
parser.add_argument('-rjr', "--random_join_ratio", type=bool, default=False,
Expand Down

0 comments on commit 0a05cfe

Please sign in to comment.