Commit 40f5462d by xiaotong

updates of XTrainer

parent 554bdfd6
...@@ -112,7 +112,7 @@ void XTrainer::Run(XConfig * config, DataDistributeBase * dataDistributor, ...@@ -112,7 +112,7 @@ void XTrainer::Run(XConfig * config, DataDistributeBase * dataDistributor,
leader.Start(); leader.Start();
/* train the model */ /* train the model */
for (int epoch = 0; epoch < nepoch; epoch++) { for (epoch = 0; epoch < nepoch; epoch++) {
bool ok = true; bool ok = true;
dataDistributor->Start(); dataDistributor->Start();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论