jinlanfu / NERmultimodal

Implementation of Adaptive Co-attention Network for Named Entity Recognition in Tweets in AAAI2018.
68 stars 9 forks source link

Exception: Error when checking model input: expected input_3 to have 5 dimensions, but got array with shape (4000, 1) #8

Closed Saichethan closed 5 years ago

Saichethan commented 5 years ago

Getting error message "Exception: Error when checking model input: expected input_3 to have 5 dimensions, but got array with shape (4000, 1)" while executing multimodal.py

how to solve this?

Saichethan commented 5 years ago

@jlfu solved