From: Francois Fleuret Date: Tue, 6 Dec 2016 16:12:37 +0000 (+0100) Subject: OCD cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=commitdiff_plain;h=68a13164487148de14df6667da34ce2b73666ecd OCD cosmetics. --- 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)