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

Implement learning rate schedule #31

Open
ma2rten opened this issue Jun 28, 2015 · 1 comment
Open

Implement learning rate schedule #31

ma2rten opened this issue Jun 28, 2015 · 1 comment

Comments

@ma2rten
Copy link

ma2rten commented Jun 28, 2015

I was able to get better results with SGD on my own dataset with this library, if I use SGD and half the learning rate after each epoch, than using Eddy without such a learning rate schedule.

It would be nice if this was an official feature. I would make a pull request, but I am not sure what the best way is to implement it.

@youralien
Copy link

Mind posting your unofficial working code? I would be very excited to see what you have, and perhaps, it would give us a starting point for making it an official feature.

There's definitely already a great selection of update rules in Passage, I'm wondering if you've tried any of them for your task in substitution for scheduled-halving-SGD

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

2 participants