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
path: root/test
diff options
context:
space:
mode:
authornicholas-leonard <nicholas@xps.(none)>2014-04-10 21:32:46 +0400
committernicholas-leonard <nick@nikopia.org>2014-04-10 21:42:30 +0400
commit4eea1b0c12473b1f6b1617cac69bc1b0729df125 (patch)
tree36e5ebc8411b06d672a4717aafd90783d2fa3a7b /test
parente5fbc5b3ee23207978b16f017153b4a67b98fcf1 (diff)
Added scaleUpdateByKey method. Refactored fairscale into separate file.
Author: nicholas-leonard <nick@nikopia.org>
Diffstat (limited to 'test')
-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)