We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd79d5e commit 8a57005Copy full SHA for 8a57005
ConcatTable.lua
@@ -63,6 +63,7 @@ function ConcatTable:updateGradInput(input, gradOutput)
63
end
64
retable(self.gradInput, currentGradInput,
65
function(t, k, v)
66
+ t[k]:resizeAs(v)
67
t[k]:copy(v)
68
69
)
0 commit comments