Skip to content

Commit 7c74304

Browse files
committed
follow comments: more readable LOG
1 parent 45bd0a5 commit 7c74304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddle/trainer/Tester.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Tester::Tester(const std::shared_ptr<TrainerConfigHelper>& config,
4848
testDataProvider_(testDataProvider) {
4949
if (config_->getOptConfig().use_sparse_remote_updater()) {
5050
LOG(FATAL) << "It's prohibited to set sparse_remote_update "
51-
<< "in some layers if testing will be under going "
52-
<< "in the middle of training. You can do testing "
53-
<< "within separate process.";
51+
<< "when doing train and test jobs in the same "
52+
<< "process. You could run paddle --job=test in "
53+
<< "a separate process.";
5454
}
5555
testEvaluator_.reset(gradientMachine_->makeEvaluator());
5656
if (intconfig_->distributeTest) {

0 commit comments

Comments
 (0)