Skip to content

Commit

Permalink
fixed the cross validation wrong config for swarm_script_executor_cif…
Browse files Browse the repository at this point in the history
…ar10.
  • Loading branch information
yhwen committed Aug 8, 2024
1 parent f8a3735 commit abbceae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
job.to(Net(), "server")

for i in range(n_clients):
executor = ScriptExecutor(task_script_path=train_script)
executor = ScriptExecutor(task_script_path=train_script, evaluate_task_name="validate")
job.to(executor, f"site-{i}", gpu=0, tasks=["train", "validate", "submit_model"])

# In swarm learning, each client acts also as an aggregator
Expand Down

0 comments on commit abbceae

Please sign in to comment.