Update.
[profiler-torch.git] / test-profiler.lua
index 71127a0..c43995d 100755 (executable)
@@ -51,12 +51,13 @@ local model = nn.Sequential()
        )
    :add(nn.Linear(1000, 100))
 
--- Decor it for profiling
+-- Decorate it for profiling
 
 profiler.decorate(model)
+
 print()
 
-torch.save('model.t7', model)
+-- torch.save('model.t7', model)
 
 -- Create the data and criterion