lpq29743 / IAN

A TensorFlow implementation for "Interactive Attention Networks for Aspect-Level Sentiment Classification"
MIT License
99 stars 40 forks source link

get 68% accuracy on restaurant dataset #10

Open gliu9966 opened 5 years ago

gliu9966 commented 5 years ago

How do you solve the overfitting problem?My experimental accuracy is always low

lpq29743 commented 5 years ago

I'm sorry for the late reply. Have you solved the problem you met? Could you give a clear description. As far as I know, dropout and early stopping can ease the over-fitting problem to some extent.

studykz commented 4 years ago

@gliu9966 I want to ask you a question, what is your version of tensorflow running the codes? I meet a question that "AttributeError: module 'tensorflow' has no attribute 'keras'"