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

Fixed auto-tuning process to correctly bubble up parameters #744

Merged
merged 6 commits into from Jan 10, 2019

Conversation

tgaddair
Copy link
Collaborator

No description provided.

@tgaddair tgaddair requested a review from alsrgv January 10, 2019 03:17
@@ -182,8 +182,12 @@ void ParameterManager::Tune(double score) {
// Only do the tuning on the coordinator to ensure consistency.
if (rank_ == root_rank_) {
bool finished_tuning = true;
double last_score = score;
Copy link
Member

Choose a reason for hiding this comment

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

Should we replace s/best_score/new_best_score/ and s/last_score/best_score/ for clarity?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

Copy link
Member

@alsrgv alsrgv left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@tgaddair tgaddair merged commit e5a4de0 into master Jan 10, 2019
@tgaddair tgaddair deleted the tune-fix branch January 10, 2019 20:52
jeffdaily pushed a commit to ROCm/horovod that referenced this pull request Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants