1
0
Fork 0
mirror of synced 2024-05-19 20:32:22 +12:00
This commit is contained in:
Kenta Murata 2015-08-30 10:47:20 +09:00
parent 6cab1329dd
commit 306ee3c76d

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