1
0
Fork 0
mirror of synced 2024-05-17 03:12:18 +12:00

add srresnet_12l

This commit is contained in:
nagadomi 2016-11-09 03:06:57 +09:00
parent c8271af3ab
commit f088af9606

View file

@ -438,7 +438,7 @@ function srcnn.srresnet_2x(backend, ch)
return model
end
-- large version of srresnet_2x. current best model but slow.
-- large version of srresnet_2x. It's current best model but slow.
function srcnn.srresnet_12l(backend, ch)
local function skip(backend, i, o)
local con = nn.Concat(2)