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