Browse Source

add srresnet_12l

nagadomi 8 years ago
parent
commit
f088af9606
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/srcnn.lua

+ 1 - 1
lib/srcnn.lua

@@ -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)