Commit ef98a97 Nicholas Leonard
committed
1 parent f911b83 commit ef98a97 Copy full SHA for ef98a97
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4188,7 +4188,7 @@ local function firstElement(a)
4188
4188
return torch .type (a ) == ' table' and a [1 ] or a
4189
4189
end
4190
4190
4191
- function rnntest .MaskZero ()
4191
+ function rnntest .MaskZero_main ()
4192
4192
local recurrents = {[' recurrent' ] = recurrentModule (), [' lstm' ] = lstmModule ()}
4193
4193
-- Note we use lstmModule input signature and firstElement to prevent duplicate code
4194
4194
for name , recurrent in pairs (recurrents ) do
@@ -4290,7 +4290,7 @@ function rnntest.MaskZero()
4290
4290
end
4291
4291
end
4292
4292
4293
- function rnntest .TrimZero ()
4293
+ function rnntest .TrimZero_main ()
4294
4294
local recurrents = {[' recurrent' ] = recurrentModule (), [' lstm' ] = lstmModule ()}
4295
4295
-- Note we use lstmModule input signature and firstElement to prevent duplicate code
4296
4296
for name , recurrent in pairs (recurrents ) do
You can’t perform that action at this time.
0 commit comments