TsingZ0 / PFLlib

37 traditional FL (tFL) or personalized FL (pFL) algorithms, 3 scenarios, and 20 datasets.
GNU General Public License v2.0
1.35k stars 283 forks source link

Model-heterogenous methods #154

Closed briannamueller closed 9 months ago

briannamueller commented 9 months ago

For knowledge-distillation based methods that allow heterogenous client models such as FedKD , FML, and FedProto, does this code base support the functionality to run experiments where clients have different local model architectures?

TsingZ0 commented 9 months ago

This codebase does not naturally support heterogeneous models. Please refer to our HtFL project, which is built on this codebase.

We have already mentioned this in the README file. :-)

briannamueller commented 9 months ago

apologies for missing that, thank you!