Skip to content

Commit b3b8263

Browse files
authored
Update README.md
1 parent e258397 commit b3b8263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ decoder.load_pretrained_embeddings(pretrained_embeddings) # pretrained_embeddin
484484
decoder.fine_tune_embeddings(True) # or False
485485
```
486486

487-
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.
487+
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.
488488

489489
---
490490

0 commit comments

Comments
 (0)