problem with textClassifierHATT.py, thank you
Traceback (most recent call last):
File "textClassifierHATT.py", line 203, in
Hello, I have same error with you. Have you fixed it? Thanks
same error... plz help
Try to use keras1.2.2 rather than keras2
I have the same erro. How did you deal with it??I will wait your answer.Thanks a lot !
Sorry, I still cannot solve this issue.
so ,did you find other code which can implementate the paper of Hierarchical Attention Networks for Document Classification?
check this code, https://github.com/thunlp/NSC. Based on their paper, I think NSC+LA is the same Hierarchical Attention Networks. That code works well.
Thank you.check this code,https://github.com/ematvey/deep-text-classifier,Based on the paper of Hierarchical Attention Networks for Document Classification,but have some problem.
https://github.com/ematvey/deep-text-classifier
Thanks a lot for sharing this with me :-)
On Wed, Jul 26, 2017 at 9:56 PM, maoyanying [email protected] wrote:
https://github.com/ematvey/deep-text-classifier
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/richliao/textClassifier/issues/6#issuecomment-318235933, or mute the thread https://github.com/notifications/unsubscribe-auth/AGtvdctDB2m_6VRRZ6p4QrWZ9KxpQ9C2ks5sR-5YgaJpZM4NYn3Q .
Did you run the work of https://github.com/ematvey/deep-text-classifier? @ericalingyuan
Did you try to use keras1.2.2 rather than keras2 in this work?
(Simply use keras1.2. The problem is due to incompatibility.)
I used Keras1.2 still getting the same error, can anyone please help with this?
Hey!! Finally it works - with 1.2.2 version, but not 1.2
How will it work with the latest keras version-2.0.2 ??
it may not work.
It is throwing error at this line--- l_dense_sent = TimeDistributed(Dense(200))(l_lstm_sent) but not at this --- l_dense = TimeDistributed(Dense(200))(l_lstm)
If it is due to version, then should it not throw error at the above line as well
it works with1. 2.2version Keras.