Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.lua')
-rw-r--r--test/test.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index cea1a53..b342c36 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1684,7 +1684,6 @@ function nntest.LookupTable()
'2D error on weight [%s]', t))
end
-
-- IO
module.gradInput = torch.Tensor(3,4):zero() --fixes an error
local ferr,berr = jac.testIO(module,input,minval,maxval)