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

Adam mhat and vhat updates #90

Open
shivamsharma01 opened this issue Feb 25, 2021 · 0 comments
Open

Adam mhat and vhat updates #90

shivamsharma01 opened this issue Feb 25, 2021 · 0 comments

Comments

@shivamsharma01
Copy link

m_hat = self.m / (1 - self.b1)

While updating mhat and vhat in Adam, shouldn't we also consider the update number(t) for the weight decay?

m_hat = m/(1 - pow(beta,t))

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