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:
authorLukas Cavigelli <lukasc-ch@users.noreply.github.com>2016-10-20 16:09:29 +0300
committerGitHub <noreply@github.com>2016-10-20 16:09:29 +0300
commit699506783c861eb5b38e28ceb625ffa92ba18e07 (patch)
tree12c0c853b94725cda1f71202d509e6a5303ac353 /Concat.lua
parente7d86eef9e6e092a53858cb55ffc489a96a6be7b (diff)
missed 3 chars moving internal stuff to official report
Diffstat (limited to 'Concat.lua')
-rw-r--r--Concat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Concat.lua b/Concat.lua
index 09792e2..f0cc9f1 100644
--- a/Concat.lua
+++ b/Concat.lua
@@ -1,4 +1,4 @@
-local Concat, parent = torch.class('iis.Concat', 'nn.Container')
+local Concat, parent = torch.class('nn.Concat', 'nn.Container')
function Concat:__init(dimension)
parent.__init(self)