NameError: name 'embeddings_matrix' is not defined
Closed this issue · 1 comments
NihaHoney commented
NameError Traceback (most recent call last)
in
45 return model
46
---> 47 model = buildModel(embeddings_matrix, MAX_SEQUENCE_LENGTH, lstm_dim=64, hidden_layer_dim=30, num_classes=4)
NameError: name 'embeddings_matrix' is not defined
Please help me in this.... @ sismetanin
@sismetanin
NihaHoney commented
I solved this issue.