forked from LabeliaLabs/distributed-learning-contributivity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_quick_debug.yml
More file actions
30 lines (30 loc) · 745 Bytes
/
config_quick_debug.yml
File metadata and controls
30 lines (30 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
experiment_name: debug_config
n_repeats: 1
scenario_params_list:
- dataset:
'mnist':
- 'random_initialization'
partners_count:
- 3
amounts_per_partner:
- [ 0.2, 0.5, 0.3 ]
samples_split_option:
- 'random'
- 'stratified'
- [ 'advanced', [ [ 4, 'shared' ], [ 6, 'shared' ], [ 4, 'specific' ] ] ]
multi_partner_learning_approach:
- 'fedavg'
aggregation:
- 'uniform'
contributivity_methods:
- [ "Federated SBS constant", "Federated SBS linear", "Federated SBS quadratic", "Shapley values", "Independent scores", "TMCS" ]
gradient_updates_per_pass_count:
- 5
is_quick_demo:
- True
dataset_proportion:
- 1
epoch_count:
- 2
minibatch_count:
- 2