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
The readme says the embeddings should be of shape (n_sentences, 3, max_sentence_length, 1024). After training, my embeddings came out to be an array of (n_words_in_corpus, 512). Does anyone understand how this happened or what this means?
Thanks!
The text was updated successfully, but these errors were encountered:
The readme says the embeddings should be of shape (n_sentences, 3, max_sentence_length, 1024). After training, my embeddings came out to be an array of (n_words_in_corpus, 512). Does anyone understand how this happened or what this means?
Thanks!
The text was updated successfully, but these errors were encountered: