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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2011-07-29 01:39:39 +0400
committerClement Farabet <clement.farabet@gmail.com>2011-07-29 01:39:39 +0400
commit86b6cb4fc2c29e1232a1c70a38ae82d23260f615 (patch)
tree732af38ad53deffa889cc16d79d204d6045e7485 /SpatialLinear.lua
parentd7ca10c90eccbd1ab47fee193fe5db1603daf16f (diff)
Removed omp locks.
Diffstat (limited to 'SpatialLinear.lua')
-rw-r--r--SpatialLinear.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpatialLinear.lua b/SpatialLinear.lua
index 56231d1..1cf850e 100644
--- a/SpatialLinear.lua
+++ b/SpatialLinear.lua
@@ -1,4 +1,4 @@
-local SpatialLinear, parent = torch.class('nn.SpatialLinear', 'nn.OmpModule')
+local SpatialLinear, parent = torch.class('nn.SpatialLinear', 'nn.Module')
function SpatialLinear:__init(fanin, fanout)
parent.__init(self)