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 config #44

Merged
merged 2 commits into from
Jun 22, 2022
Merged

fix config #44

merged 2 commits into from
Jun 22, 2022

Conversation

danleifeng
Copy link

@danleifeng danleifeng commented Jun 22, 2022

PR types

Bug fixes

PR changes

Others

Describe

修复pscore版gpups配置不生效问题

@@ -371,19 +371,19 @@ class PSGPUWrapper {
? static_cast<float>(1.0)
: config["mf_create_thresholds"];
float mf_learning_rate = (config.find("mf_learning_rate") == config.end())
? 1.0
Copy link

Choose a reason for hiding this comment

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

所以原始的学习率是 1.0?

Copy link
Author

Choose a reason for hiding this comment

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

原始学习率是0.05

Copy link
Author

Choose a reason for hiding this comment

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

用的是optimizer_conf.h里的默认配置

@xuewujiao xuewujiao merged commit d5011c7 into xuewujiao:gpugraph Jun 22, 2022
lxsbupt pushed a commit to lxsbupt/Paddle that referenced this pull request Dec 17, 2022
* fix config does not take effect; test=develop

* remove useless code;test=develop
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.

4 participants