Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

learning rate of the embedding layer #14

Open
xiaomengyc opened this issue Jun 19, 2017 · 0 comments
Open

learning rate of the embedding layer #14

xiaomengyc opened this issue Jun 19, 2017 · 0 comments

Comments

@xiaomengyc
Copy link

xiaomengyc commented Jun 19, 2017

I implemented this network in Keras, but got very bad results. After looking for the differences with your Theano codes, I found that you set the learning rate of embedding layer as a very big value 80.
options['w_emb_lr'] = numpy.float32(80)
I tried to comment this line and the results of your Theano version dropped. It turns out this option is very important. Could you please explain the reason for this option? I will be grateful if you could give a suggestion of a paper related to this issue!
Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant