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 215c792 commit 4cb583b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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_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')
modelL1path = paths.concat('models', 'modelL1_4.t7')
modelL2path = paths.concat('models', 'modelL2_4.t7')
modelL3path = paths.concat('models', 'modelL3_4.t7')
modelL4path = paths.concat('models', 'modelL4_4.t7')
modelL5path = paths.concat('models', 'modelL5_4.t7')

modelL1 = torch.load(modelL1path)
if torch.type(modelL1) == 'nn.DataParallelTable' then
Expand Down

0 comments on commit 4cb583b

Please sign in to comment.