Skip to content

Commit

Permalink
output prediction scores to file; new option -testAfterAll
Browse files Browse the repository at this point in the history
  • Loading branch information
muhanzhang committed May 9, 2018
1 parent e40df67 commit 7820072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,8 @@ errLogger = optim.Logger(paths.concat(opt.save, opt.dataName, 'error.log' ))
-- training and testing
valAcc = 0
valErr = 0
testAcc = 0
testErr = 0
bestValAcc = 0
bestTrainAcc = 0
bestValErr = math.huge
Expand Down

0 comments on commit 7820072

Please sign in to comment.