Replies: 1 comment
|
Yes, I believe that's a typo. The sequence described is:
So the sentence:
is describing the state after parameter synchronization has completed. The next computation performed by the training loop is the forward pass, since the gradients have already been consumed by the optimizer step. Therefore, if the documentation refers to the backward pass immediately following this sequence, it should likely say forward instead. This also matches the standard training order: So yes, I believe "backward" should be "forward" in that context. If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Your question
Ask a clear and concise question about Megatron-LM.
Is
backwardbelow supposed to beforward?All reactions