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

update paddle configure #98

Merged
merged 4 commits into from
May 26, 2017
Merged

Conversation

Yancey1989
Copy link
Collaborator

Fixed #59

@@ -80,7 +80,7 @@ func parseConfig(configFile string) *submitConfig {
}
// put active config
for _, item := range config.DC {
if item.Active {
if item.Name == config.CurrentDatacenter {
config.ActiveConfig = &item
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should break here. &item will change in next loop.

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
Collaborator

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

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

If this PR merged, we have to make a new release version and upload new binaries, so that users see the document will be different to the binaries

@Yancey1989 Yancey1989 merged commit de9386f into PaddlePaddle:develop May 26, 2017
@Yancey1989 Yancey1989 deleted the activate_dc branch May 26, 2017 11:34
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.

2 participants