Skip to content

Commit

Permalink
Update timing_util.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragranj authored Nov 21, 2016
1 parent 3935b33 commit 215c792
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions timing_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ warpmodel5:evaluate()
local modelL0, modelL1, modelL2, modelL3, modelL4, modelL5
local modelL1path, modelL2path, modelL3path, modelL4path, modelL5path

modelL1path = paths.concat('models', 'modelL1_C.t7')
modelL2path = paths.concat('models', 'modelL2_C.t7')
modelL3path = paths.concat('models', 'modelL3_C.t7')
modelL4path = paths.concat('models', 'modelL4_C.t7')
modelL5path = paths.concat('models', 'modelL5_C.t7')
modelL1path = paths.concat('models', 'modelL1_3.t7')
modelL2path = paths.concat('models', 'modelL2_3.t7')
modelL3path = paths.concat('models', 'modelL3_3.t7')
modelL4path = paths.concat('models', 'modelL4_3.t7')
modelL5path = paths.concat('models', 'modelL5_3.t7')

modelL1 = torch.load(modelL1path)
if torch.type(modelL1) == 'nn.DataParallelTable' then
Expand Down Expand Up @@ -256,4 +256,4 @@ local testHook = function(id)
end
M.testHook = testHook

return M
return M

0 comments on commit 215c792

Please sign in to comment.