Skip to content

Commit

Permalink
ddp typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Gaglione committed Dec 14, 2023
1 parent e7421e4 commit 4021f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/ddp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SeqNet(nn.Module):
x = F.log_softmax(x, dim=1)
out = self.lin3(x)
return out
``
```

Next, a training function must be defined:
```python
Expand Down

0 comments on commit 4021f9d

Please sign in to comment.