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

main.cc line 69 的问题 #4

Open
zhydhkcws opened this issue Oct 17, 2017 · 1 comment
Open

main.cc line 69 的问题 #4

zhydhkcws opened this issue Oct 17, 2017 · 1 comment

Comments

@zhydhkcws
Copy link

想问下 main.cc line 69

weights[i] -= learning_rate_ * req_data.vals[i] / merged.request.size();

应该是

weights[i] -= learning_rate_ * merged.vals[i] / merged.request.size();

的吧?

@dynax
Copy link

dynax commented Feb 1, 2018

同意。我也这么觉得。这里应该是作者笔误。

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