X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=test-profiler.lua;fp=test-profiler.lua;h=6d79e91ff42057fabf63be9938799e3012a87db3;hp=ed6a1cb695e566af881fbaa7024fc34d98e5393d;hb=68a13164487148de14df6667da34ce2b73666ecd;hpb=9e12d0e90f4c03891fb1fa1f61870b92930f26ad 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)