FedAwS
¶
Implementation of the Federated Averaging with Spreadout [FedAwS20] algorithm.
References
[FedAwS20]
Felix X. Yu, Ankit Singh Rawat, Aditya Krishna Menon, Sanjiv Kumar. Federated Learning with Only Positive Labels. In ICML (2020). URL: https://proceedings.mlr.press/v119/yu20f/yu20f.pdf
Classes included in fluke.algorithms.fedaws
Classes¶
- class fluke.algorithms.fedaws.SpreadLoss(margin: float, reduction: Literal['mean', 'sum'] = 'mean')[source]¶
Bases:
Module