This repository implements the PeFLL algorithm from the paper
PeFLL: Personalized Federated Learning by Learning to Learn [ICLR 2024].
- Required Packages are listed in requirements.txt
- Run:
python train.py
See train.py for the needed command line arguments to run different experiments.
@inproceedings{
scott2024pefll,
title={Pe{FLL}: Personalized Federated Learning by Learning to Learn},
author={Jonathan Scott and Hossein Zakerinia and Christoph H Lampert},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=MrYiwlDRQO}
}