Using non glove embeddings giving error: RuntimeError: The expanded size of the tensor (2048) must match the existing size (2148) at non-singleton dimension 1 #1177
Labels
question
Further information is requested
Im using a SequenceTagger model but everytime I use word embeddings other than 'glove' im getting the following error:
RuntimeError: The expanded size of the tensor (2048) must match the existing size (2148) at non-singleton dimension 1. Target sizes: [9, 2048]. Tensor sizes: [9, 2148]
Ive tried this using stacked and non-stacked embeddings:
Ive also tried the suggested stacked embeddings as per the documents and have the same kind of error:
Is there
The text was updated successfully, but these errors were encountered: