瀏覽代碼

add srresnet_12l

nagadomi 8 年之前
父節點
當前提交
f088af9606
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/srcnn.lua

+ 1 - 1
lib/srcnn.lua

@@ -438,7 +438,7 @@ function srcnn.srresnet_2x(backend, ch)
    return model
    return model
 end
 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)
 function srcnn.srresnet_12l(backend, ch)
    local function skip(backend, i, o)
    local function skip(backend, i, o)
       local con = nn.Concat(2)
       local con = nn.Concat(2)