We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da4dbf commit 8b68efdCopy full SHA for 8b68efd
code/checkpoints.lua
@@ -18,6 +18,7 @@ function checkpoint.load(opt)
18
local epoch = opt.useCheckpoint
19
if epoch == -1 then
20
return nil
21
+ end
22
if epoch == 0 then
23
-- finding the latest epoch, requiring 'latest.t7'
24
return checkpoint.latest(opt)
0 commit comments