normal state running ok

This commit is contained in:
tqchen
2014-12-07 20:57:29 -08:00
parent b38fa40fa6
commit 2750679270
9 changed files with 203 additions and 30 deletions

View File

@@ -137,7 +137,7 @@ int main(int argc, char *argv[]) {
}
}
model.Normalize();
rabit::CheckPoint(model);
rabit::CheckPoint(&model);
}
// output the model file to somewhere
if (rabit::GetRank() == 0) {