Fix luacheck warning.
This commit is contained in:
parent
49d195355b
commit
540b7d03c6
|
@ -18,7 +18,7 @@ ffi=require 'ffi'
|
|||
|
||||
-- a cache file of the training metadata (if doesnt exist, will be created)
|
||||
local trainCache = paths.concat(opt.cache, 'trainCache.t7')
|
||||
local testCache = paths.concat(opt.cache, 'testCache.t7')
|
||||
-- local testCache = paths.concat(opt.cache, 'testCache.t7')
|
||||
|
||||
-- Check for existence of opt.data
|
||||
if not os.execute('cd ' .. opt.data) then
|
||||
|
|
Loading…
Reference in New Issue