Skip to content

Commit

Permalink
Update fedavg_fashion_cnn_noniid.yaml to use DirichletPartitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHolmstrom authored and lishenghui committed May 2, 2024
1 parent 2c9b0f9 commit cff545e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions blades/tuned_examples/fedavg_fashion_cnn_noniid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ fedavg_blades:
type: FashionMNIST
num_clients: 60
train_batch_size: 64
iid:
grid_search: [False]
alpha:
grid_search: [10]

partitioner_config:
type: DirichletPartitioner
alpha:
grid_search: [10]
num_clients: 60

evaluation_interval: 50

Expand Down

0 comments on commit cff545e

Please sign in to comment.