FS-TFP/scripts/distributed_scripts/distributed_configs/distributed_client_2.yaml

24 lines
399 B
YAML

use_gpu: True
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: 50053
role: 'client'
data_idx: 2
trainer:
type: 'general'
eval:
freq: 10
data:
type: 'file'
file_path: 'toy_data/all_data'
model:
type: 'lr'