OCD cosmetics.
[profiler-torch.git] / test-profiler.lua
index ed6a1cb..6d79e91 100755 (executable)
@@ -55,8 +55,6 @@ local model = nn.Sequential()
 
 profiler.decorate(model)
 
--- torch.save('model.t7', model)
-
 -- Create the data and criterion
 
 local input = torch.Tensor(1000, 1, h, w)