Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrvinod authored Mar 18, 2019
1 parent e258397 commit b3b8263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ decoder.load_pretrained_embeddings(pretrained_embeddings) # pretrained_embeddin
decoder.fine_tune_embeddings(True) # or False
```

Also make sure to change the `emb_dim` parameter to the size of your pre-trained embeddings. This should automatically adjust the input size of the decoder LSTM to accomodate them.
Also make sure to change the `emb_dim` parameter from its current value of `512` to the size of your pre-trained embeddings. This should automatically adjust the input size of the decoder LSTM to accomodate them.

---

Expand Down

0 comments on commit b3b8263

Please sign in to comment.