Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlowMo (BMUF) support for PyTorch distributed training #1553

Open
albertz opened this issue Jun 26, 2024 · 0 comments
Open

SlowMo (BMUF) support for PyTorch distributed training #1553

albertz opened this issue Jun 26, 2024 · 0 comments

Comments

@albertz
Copy link
Member

albertz commented Jun 26, 2024

This is for the parameter averaging method in distributed training. The SlowMo method adds an additional momentum which is used for the outer loop updates (i.e. after param averaging).

Original fairscale code. Code also in Fairseq.

The method is actually conceptually the same as BMUF. Only some of the experiments in the SlowMo paper go a bit beyond that.

  • Chen and Huo, “Scalable Training of Deep Learning Machines by Incremental Block Training with Intra-Block Parallel Optimization and Blockwise Model-Update Filtering.” (BMUF), ICASSP 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant