瀏覽代碼

Merge pull request #48 from mrkn/patch-1

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

+ 1 - 1
lib/srcnn.lua

@@ -41,7 +41,7 @@ function srcnn.waifu2x(color)
    return model, 7
 end
 
--- current 4x is worse then 2x * 2
+-- current 4x is worse than 2x * 2
 function srcnn.waifu4x(color)
    local model = nn.Sequential()