Skip to content

Commit

Permalink
Update src/py/flwr/cli/new/templates/app/code/server.tensorflow.py.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Jul 16, 2024
1 parent b62fa54 commit 6ee1c08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def server_fn(context: Context):
min_available_clients=2,
initial_parameters=parameters,
)
config = ServerConfig(num_rounds=num_round)
config = ServerConfig(num_rounds=num_rounds)

return ServerAppComponents(strategy=strategy, config=config)

Expand Down

0 comments on commit 6ee1c08

Please sign in to comment.