From 68a13164487148de14df6667da34ce2b73666ecd Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 6 Dec 2016 17:12:37 +0100 Subject: [PATCH] OCD cosmetics. --- test-profiler.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-profiler.lua b/test-profiler.lua index ed6a1cb..6d79e91 100755 --- a/test-profiler.lua +++ b/test-profiler.lua @@ -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) -- 2.20.1