From 724a996738246d62ca5c9bbc18f928c306b1ab19 Mon Sep 17 00:00:00 2001 From: falibabaei <66964597+falibabaei@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:13:30 +0200 Subject: [PATCH] add running scaffold job --- examples/getting_started/tf/run_jobs.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/getting_started/tf/run_jobs.sh b/examples/getting_started/tf/run_jobs.sh index 1446bd0463..0a9b8997f4 100755 --- a/examples/getting_started/tf/run_jobs.sh +++ b/examples/getting_started/tf/run_jobs.sh @@ -54,3 +54,13 @@ python ./tf_fl_script_executor_cifar10.py \ --epochs 4 \ --alpha 0.1 \ --gpu $GPU_INDX + +# Run scaffold job +python ./tf_fl_script_executor_cifar10.py \ + --algo scaffold \ + --n_clients 8 \ + --num_rounds 50 \ + --batch_size 64 \ + --epochs 4 \ + --alpha 0.1 \ + --gpu $GPU_INDX