Skip to content

Commit

Permalink
w/ previous
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Jan 20, 2024
1 parent 9db63e7 commit f5fb3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced-pytorch/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main():

# Create strategy
strategy = fl.server.strategy.FedAvg(
fraction_fit=0.2,
fraction_fit=1.0,
fraction_evaluate=1.0,
min_fit_clients=2,
min_evaluate_clients=2,
Expand Down

0 comments on commit f5fb3f7

Please sign in to comment.