FS-TFP/federatedscope/cross_backends/distributed_tf_client_3.yaml

24 lines
413 B
YAML

use_gpu: False
backend: 'tensorflow'
federate:
client_num: 3
mode: 'distributed'
total_round_num: 20
make_global_eval: False
online_aggr: False
distribute:
use: True
server_host: '127.0.0.1'
server_port: 50051
client_host: '127.0.0.1'
client_port: 50054
role: 'client'
trainer:
type: 'general'
eval:
freq: 10
data:
type: 'file'
file_path: 'toy_data/client_3_data'
model:
type: 'lr'