Merge pull request #63 from sidhanthholalkere/readme
Fix typo in README.md
This commit is contained in:
commit
13df930f9a
|
@ -172,7 +172,7 @@ def training_step(self, data_batch, batch_nb):
|
||||||
# define your own forward and loss calculation
|
# define your own forward and loss calculation
|
||||||
hidden_states = self.encoder(x)
|
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)
|
# (this is just a toy, non-working example to illustrate)
|
||||||
start_token = '<SOS>'
|
start_token = '<SOS>'
|
||||||
last_hidden = torch.zeros(...)
|
last_hidden = torch.zeros(...)
|
||||||
|
|
Loading…
Reference in New Issue