Home

Awesome

Official Pytorch Implementation for TagFed

This is the implementation code of the CVPR 2024 paper "Traceable Federated Continual Learning"

Framework:

overview

Prerequisites:

* python == 3.6
* torch == 1.2.0
* numpy
* PIL
* torchvision == 0.4.0
* cv2
* scipy == 1.5.2
* sklearn == 0.24.1

Datasets:

Training:

python main.py

Performance:

performance

Acknowledge:

We would like to thank the following related open source works:

  1. [CVPR-2022] Federated Class-Incremental Learning [Code]
  2. [NeurIPS-2019] Compacting, Picking and Growing for Unforgetting Continual Learning Code