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

Update the way of decaying the learning rate #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

philokey
Copy link
Contributor

Avoid the problem of training speed become slower iteration by iteration mentioned in this issue

@ICapalija
Copy link
Contributor

In your code learning rate is going to be changed just once, but don't you think that a better approach is to allow multiple corrections of learning rate. Please check my commit c018d83

@philokey
Copy link
Contributor Author

philokey commented Nov 3, 2016

No, it will decay every cfg.TRAIN.STEPSIZE steps with a base of 0.1:
You can get more details here.

@ICapalija
Copy link
Contributor

Yes, you are right. I have been testing the wrong code :(

Copy link
Contributor

@ahmedammar ahmedammar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have included this commit in my pull request #28

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

Successfully merging this pull request may close these issues.

3 participants