1
0
Fork 0
mirror of synced 2024-06-13 16:34:32 +12:00

Merge pull request #48 from mrkn/patch-1

Fix typo
This commit is contained in:
nagadomi 2015-08-30 18:57:59 +09:00
commit 42d11a9be0

View file

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