We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d86ee commit 6995067Copy full SHA for 6995067
Concat.lua
@@ -1,4 +1,4 @@
1
-local Concat, parent = torch.class('iis.Concat', 'nn.Container')
+local Concat, parent = torch.class('nn.Concat', 'nn.Container')
2
3
function Concat:__init(dimension)
4
parent.__init(self)
0 commit comments