Kenta Murata 9 년 전
부모
커밋
306ee3c76d
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()