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
I would like to use pre-trained word2vec embedding.
vocab_size = 149
VOCAB_REP_DIM = 100
WINDOW_SIZE = 10
But I got this error
ValueError: Error when checking input: expected embedding_1_input to have 2 dimensions, but got array with shape (152548, 10, 149)
Anyone know how to use pre-trained word embedding here?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I would like to use pre-trained word2vec embedding.
vocab_size = 149
VOCAB_REP_DIM = 100
WINDOW_SIZE = 10
But I got this error
ValueError: Error when checking input: expected embedding_1_input to have 2 dimensions, but got array with shape (152548, 10, 149)
Anyone know how to use pre-trained word embedding here?
Thanks in advance
The text was updated successfully, but these errors were encountered: