richliao / textClassifier

Text classifier for Hierarchical Attention Networks for Document Classification
Apache License 2.0
1.07k stars 379 forks source link

The Attention Layer Implementation missed the context vector #22

Open hzheng2015 opened 6 years ago

hzheng2015 commented 6 years ago

I don't see in anywhere does the implementation initialize a context vector u_w (Eq.6 in the original paper). I think this is missed by the author.