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

  1. Install some of required packages. You can also install them manually.
pip install -r requirements.txt # install requirements
  1. All datasets can be automatically downloaded with torchvision.datasets.

  2. To run our models:

python main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.