Skip to content

Commit 6995067

Browse files
authored
missed 3 chars moving internal stuff to official report
1 parent e7d86ee commit 6995067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Concat.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Concat, parent = torch.class('iis.Concat', 'nn.Container')
1+
local Concat, parent = torch.class('nn.Concat', 'nn.Container')
22

33
function Concat:__init(dimension)
44
parent.__init(self)

0 commit comments

Comments
 (0)