Skip to content

Commit

Permalink
Undo changes to test configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 26, 2022
1 parent 3f91e7a commit c616d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/test/federated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cuda: false
scheduler_step_size: 500
scheduler_gamma: 0.2
rounds: 1
epochs: 0
epochs: 2500
lr: 0.05
momentum: 0.011
shuffle: True
Expand All @@ -18,7 +18,7 @@ loss_function: CrossEntropyLoss
clients_per_round: 1
distributed: true
single_machine: false
aggregation: FedAvg
aggregation: Sum
dataset_name: mnist
net_name: FashionMNISTCNN
data_sampler: uniform
Expand Down

0 comments on commit c616d45

Please sign in to comment.