From 364ae0681fd8a72baf2c2271f328f981c7ed7c17 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Thu, 21 May 2015 10:33:46 +0900 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 308b9ae..dc21efb 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Genrating a file list. ``` find /path/to/image/dir -name "*.png" > data/image_list.txt ``` -(You should use PNG! In my case, waifu2x is trained by 3000 PNG images.) +(You should use PNG! In my case, waifu2x is trained with 3000 high-resolution-beautiful-PNG images.) Converting training data. ```