Closed sshpark closed 3 years ago
Hi CharlieDinh, I' m Sorry to take up your time. Can you tell me why
self.get_next_test_batch()
is used to do the update in the first step and thenself.get_next_train_batch()
is used to do the update in the second step? Can I do both updates withself.get_next_train_batch()
?
se se fa dou, orz, ......
Hi Sshpark, Sorry for the late reply. I've seen your comment yet. Actually, PerFedAvg requires a one-step update using the test data. So both should be get_next_test_batch. I updated the code.
Hi Sshpark, Sorry for the late reply. I've seen your comment yet. Actually, PerFedAvg �requires a one-step update using the test data. So both should be get_next_test_batch. I updated the code.
Thank you very much for your answer!
https://github.com/CharlieDinh/pFedMe/blob/96863e05e799fb6ad23248c63824b0381d2bec11/FLAlgorithms/users/userperavg.py#L66 Hi CharlieDinh, I' m Sorry to take up your time. Can you tell me why
self.get_next_test_batch()
is used to do the update in the first step and thenself.get_next_train_batch()
is used to do the update in the second step? Can I do both updates withself.get_next_train_batch()
?