Skip to content

Commit 13df930

Browse files
Merge pull request #63 from sidhanthholalkere/readme
Fix typo in README.md
2 parents 6a11284 + 52bdd8e commit 13df930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def training_step(self, data_batch, batch_nb):
172172
# define your own forward and loss calculation
173173
hidden_states = self.encoder(x)
174174

175-
# even as complex as a seq-2seq + attn model
175+
# even as complex as a seq-2-seq + attn model
176176
# (this is just a toy, non-working example to illustrate)
177177
start_token = '<SOS>'
178178
last_hidden = torch.zeros(...)

0 commit comments

Comments
 (0)