Skip to content

Commit

Permalink
run training with in process executor
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth committed Apr 11, 2024
1 parent 2e1afae commit 4449409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _create_server_app(self):
for i in range(n_clients):
executor = PTInProcessClientAPIExecutor(
task_fn_path="cifar10_fl.main",
#task_fn_args={"batch_size": 1}
task_fn_args={}
)
client_app = ExecutorApp(executors=[executor])
job.to(client_app, f"site-{i}")
Expand Down

0 comments on commit 4449409

Please sign in to comment.