scaffold方法训练 #52
Closed
FanYang221
started this conversation in
General
Replies: 3 comments
-
你说得对。我也只是完全按照原 paper 中的流程来实现算法,如果你想改成 local_epoch with full batch,可以自行修改。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
scaffold的fit方法在外层循环local epoch后,没有内层循环batch size 使用了当前文件里的get_data_batch()方法只返回了一个batch size的数据 ,因此每轮只训练了local_epoch * batch_size 的数据,并不是local_epoch * full batch
Beta Was this translation helpful? Give feedback.
All reactions