未验证 提交 79b411b9 编写于 作者: Z Zaida Zhou 提交者: GitHub

fix typo (#3183)

上级 cfdd8013
......@@ -130,7 +130,7 @@ The `model` returned by `deepspeed.initialize` is the DeepSpeed _model
engine_ that we will use to train the model using the forward, backward and
step API. Since the model engine exposes the same forward pass API as
`nn.Module` objects, there is no change in the forward pass.
Thus, we only modify the the backward pass and optimizer/scheduler steps.
Thus, we only modify the backward pass and optimizer/scheduler steps.
Backward propagation is performed by calling `backward(loss)` directly with
the model engine.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册