Skip to content

Commit

Permalink
Fix a bug in testOnePeriod. (#322)
Browse files Browse the repository at this point in the history
* Forget to finishTestPeriod in testOnePeriod.
* Fix #318
  • Loading branch information
reyoung authored and emailweixu committed Nov 2, 2016
1 parent 5acf136 commit 968464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/trainer/Tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void Tester::testOnePeriod() {
}
testOneDataBatch(dataBatch, &outArgs);
}
finishTestPeriod();
}

void Tester::finishTestPeriod() {
Expand Down

0 comments on commit 968464c

Please sign in to comment.