提交 9b4fce78 编写于 作者: P PAN Jiacheng 提交者: Xiangquan Xiao

Prediction: bug fix for offline modes. (#8278)

上级 9ca83607
......@@ -171,6 +171,9 @@ void MessageProcess::OnPerception(
// Make evaluations
EvaluatorManager::Instance()->Run();
if (FLAGS_prediction_offline_mode == 2) {
return;
}
// Make predictions
PredictorManager::Instance()->Run();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册