-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Description
初始化服务器模型的时候使用了self.global_model = models.get_model(self.conf["model_name"])
但是在添加参与客户端的时候,为什么也是使用self.local_model = models.get_model(self.conf["model_name"])
初始化函数参数里的model没有被使用,我觉得应该改为self.local_model=model, local_train函数不需要model参数,在前面每个通讯选中参与者时将参与者的self.model设置成新的全局模型会不会好一点。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels