rruisong / pytorch_federated_learning

PyTorch Federated Learning (easy to use and extend)
MIT License
205 stars 27 forks source link

How to integrate a class-incremental learning setting into this awesome framework? #8

Closed xingaocs closed 6 months ago

xingaocs commented 9 months ago

I don't know how to do it.....

rruisong commented 9 months ago

You might need to rewrite the dataloader related to your local data to meet the specific requirements of Class-IL.