Training: Zero pad experiment work directory numbers.

This commit is contained in:
Brandon Amos 2016-03-04 18:09:55 -05:00
parent 8db6a8ad05
commit e4c4aef3e4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function M.parse(arg)
count = count + 1
end
end
opt.save = paths.concat(opt.cache, count)
opt.save = paths.concat(opt.cache, string.format("%03d", count))
return opt
end