You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments