FS-TFP/scripts/example_configs/toy_sha.yaml

23 lines
335 B
YAML

use_gpu: True
federate:
mode: 'standalone'
total_round_num: 10
make_global_eval: False
client_num: 5
seed: 12345
trainer:
type: 'general'
eval:
freq: 5
model:
type: 'lr'
data:
type: 'toy'
hpo:
scheduler: sha
num_workers: 0
init_cand_num: 5
ss: scripts/example_configs/toy_hpo_ss.yaml
sha:
budgets: [1, 1]