Initial commit
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
0
aggregator-node/Example files/.gitkeep
Normal file
0
aggregator-node/Example files/.gitkeep
Normal file
3
aggregator-node/Example files/clients_list.json
Normal file
3
aggregator-node/Example files/clients_list.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"eligible_clients_ids" : ["1", "2"]
|
||||
}
|
||||
10
aggregator-node/Example files/config_server.json
Normal file
10
aggregator-node/Example files/config_server.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ml_model": "../resources/best_model_no_tuner_40.h5",
|
||||
"num_epochs": 20,
|
||||
"min_working_nodes": 2,
|
||||
"hyperparam_epochs": 10,
|
||||
"hyperparam_batch_size": 2048,
|
||||
"hyperparam_learning_rate": 0.001,
|
||||
"avg_algorithm": "FedAvg",
|
||||
"training_clients_per_round": 2
|
||||
}
|
||||
Reference in New Issue
Block a user