zhuangdizhu / FedGen

Code and data accompanying the FedGen paper
233 stars 68 forks source link

Partial Parameter Sharing Not Supported #27

Open sitaomin1994 opened 10 months ago

sitaomin1994 commented 10 months ago

It seems the code implemented does not conduct partial parameter sharing. As shown in line 103 of serverpFedGen.py, the partial parameter is default set to False, but in the paper, the pseudo-code shows only the classifier layer of the user's model is shared. Is it a bug or there is something I misunderstand in the code self.aggregate_parameters()