Training: Zero pad experiment work directory numbers.
This commit is contained in:
parent
8db6a8ad05
commit
e4c4aef3e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue