Skip to content

Commit 8b68efd

Browse files
minor changes
1 parent 3da4dbf commit 8b68efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/checkpoints.lua

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function checkpoint.load(opt)
1818
local epoch = opt.useCheckpoint
1919
if epoch == -1 then
2020
return nil
21+
end
2122
if epoch == 0 then
2223
-- finding the latest epoch, requiring 'latest.t7'
2324
return checkpoint.latest(opt)

0 commit comments

Comments
 (0)