Skip to content

Commit

Permalink
add running scaffold job
Browse files Browse the repository at this point in the history
  • Loading branch information
falibabaei authored Jul 26, 2024
1 parent 55a878b commit 724a996
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/getting_started/tf/run_jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 724a996

Please sign in to comment.