Skip to content

Commit

Permalink
Update number of clients
Browse files Browse the repository at this point in the history
  • Loading branch information
sanaAyrml committed Jan 7, 2025
1 parent a7c3ff8 commit 75eb831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion research/rxrx1/fedavg/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
n_server_rounds: 10 # The number of rounds to run FL

# Parameters that describe clients
n_clients: 5 # The number of clients in the FL experiment
n_clients: 4 # The number of clients in the FL experiment
local_epochs: 5 # The number of epochs to complete for client
batch_size: 32 # The batch size for client training
2 changes: 1 addition & 1 deletion research/rxrx1/fedavg/run_fold_experiment.slrm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ do
sleep 20

# Start n number of clients and divert the outputs to their own files
n_clients=5
n_clients=4
for (( c=0; c<${n_clients}; c++ ))
do
CLIENT_NAME="client_${c}"
Expand Down

0 comments on commit 75eb831

Please sign in to comment.