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

Fix solver not updating weights correctly #414

Merged
merged 2 commits into from
Jun 30, 2020
Merged

Fix solver not updating weights correctly #414

merged 2 commits into from
Jun 30, 2020

Conversation

wzzhu
Copy link
Contributor

@wzzhu wzzhu commented Jun 24, 2020

Due to the bug in tensor.Mul when gorgonia/tensor#70, the AdamSolver/VanillaSolver/Momentum are affected when using scalar as the first argument in tensor.Mul call.
Including some cleanup of typos and unused commented out code.

Due to the bug in tensor.Mul when gorgonia/tensor#70, the AdamSolver/VanillaSolver/Momentum  are affected when using scalar as the first argument in tensor.Mul call.
Including some cleanup of typos and unused commented out code.
@coveralls
Copy link

coveralls commented Jun 24, 2020

Coverage Status

Coverage decreased (-0.01%) to 64.588% when pulling eaf4320 on wzzhu:master into 90aa3d4 on gorgonia:master.

@chewxy chewxy merged commit 88459b4 into gorgonia:master Jun 30, 2020
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.

None yet

3 participants