alexander-rakhlin/CNN-for-Sentence-Classification-in-Keras

CNN-static

AK-mocha opened this issue · 2 comments

Hi thank you for shaping with your code.

When CNN-static work correctly, how many performance can we expect to get?
I got good performance of CNN-rand and CNN-non-static which are 88-90% after 5 epochs. However, CNN-static got around 65 after even 50 epochs.

In order to work CNN-static right, should I change some parameters?

If giving advice, I really appreciate you.

CNN-static has inferior performance. Try to increase embedding dimension.

There was a bug with weights embedding. CNN-static does much better, please see updated version.