richliao / textClassifier

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

Problem with output of embedding #19

Open vsbiradar opened 6 years ago

vsbiradar commented 6 years ago

with batchsize 50 the output of embedding should be 50,15,100,100 for HATT but your code gives 50,100,100. It is taking only one sentence. So I think your whole implementation wrong. please check it.