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 62db23a commit 6a169b4Copy full SHA for 6a169b4
ExpandAs.lua
@@ -1,4 +1,4 @@
1
-ExpandAs, parent = torch.class('nn.ExpandAs', 'nn.Module')
+local ExpandAs, parent = torch.class('nn.ExpandAs', 'nn.Module')
2
-- expands the second input to match the first
3
4
function ExpandAs:__init()
0 commit comments