Merge pull request #63 from sidhanthholalkere/readme

Fix typo in README.md
This commit is contained in:
William Falcon 2019-08-07 14:24:13 -04:00 committed by GitHub
commit 13df930f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def training_step(self, data_batch, batch_nb):
# define your own forward and loss calculation
hidden_states = self.encoder(x)
# even as complex as a seq-2seq + attn model
# even as complex as a seq-2-seq + attn model
# (this is just a toy, non-working example to illustrate)
start_token = '<SOS>'
last_hidden = torch.zeros(...)