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

Fixed bias correction error in adam optimizer #107

Conversation

Chris-Nicholls
Copy link

The algorithm described in section 2 of the Adam paper (https://arxiv.org/pdf/1412.6980.pdf) differs slightly from the current implementation.

image

The lines for m-hat and v-hat correspond to the lines in this pull request for biasCorr1 and biasCorr2.

@ratajczak
Copy link

it duplicates #70

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.

2 participants