Skip to content

Commit 6a169b4

Browse files
author
Nicholas Leonard
committed
ExpandAs local fix
1 parent 62db23a commit 6a169b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExpandAs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ExpandAs, parent = torch.class('nn.ExpandAs', 'nn.Module')
1+
local ExpandAs, parent = torch.class('nn.ExpandAs', 'nn.Module')
22
-- expands the second input to match the first
33

44
function ExpandAs:__init()

0 commit comments

Comments
 (0)