Skip to content

Commit

Permalink
♻️ Refactor default config
Browse files Browse the repository at this point in the history
  • Loading branch information
futabato committed Jun 12, 2024
1 parent 1df5865 commit 2239e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/federatedlearning/default.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ choice_dst_label: 3
# rho_ratio: 200
# # number of trimmed values
# num_trimmed_values: 8
# IID: 1 means the workers are training on IID data (Set to 0 for Non-IID)
iid: 1
# IID: `true` means the workers are training on IID data (Set to `false` for Non-IID)
iid: true
# whether to use unequal data splits for non-i.i.d setting (use 0 for equal splits)
unequal: 0

0 comments on commit 2239e5c

Please sign in to comment.