DCFCL
June 24, 2026 ยท View on GitHub
Official
Implementation of our Decentralized Dynamic Cooperation of Personalized Models for Federated Continual Learning, NeurIPS' 25 paper.
Usage
- Install some of required packages. You can also install them manually.
pip install -r requirements.txt # install requirements
-
All datasets can be automatically downloaded with
torchvision.datasets. -
To run our models:
python main.py
License
This project is licensed under the MIT License - see the LICENSE file for details.