config.yaml 424 B

1234567891011121314151617181920212223
  1. tid: "fedreid"
  2. server:
  3. test_all: False
  4. clients_per_round: 9
  5. test_every: 10
  6. rounds: 300
  7. batch_size: 32
  8. aggregation_content: "parameters"
  9. resource_heterogeneous:
  10. simulate: False
  11. pre_profile: False
  12. total_time: 0
  13. grouping_strategy: "greedy"
  14. client:
  15. local_epoch: 1
  16. track: False
  17. batch_size: 32
  18. optimizer:
  19. type: "SGD"
  20. lr: 0.05
  21. momentum: 0.9
  22. test_mode: "test_in_client"
  23. test_method: "average"