-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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 device dispatch for linear updater. #9507
Conversation
be7dd73
to
720fdd3
Compare
Still need to update documents |
src/linear/updater_coordinate.cc
Outdated
@@ -40,6 +40,7 @@ class CoordinateUpdater : public LinearUpdater { | |||
FromJson(config.at("coordinate_param"), &cparam_); | |||
} | |||
void SaveConfig(Json* p_out) const override { | |||
LOG(INFO) << "Save config for CPU updater."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use it for testing, will change it into log debug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
No description provided.