From edebaa8c278f645ca2fb3b9409db34b2234c490c Mon Sep 17 00:00:00 2001 From: nagadomi Date: Wed, 27 Jul 2016 05:47:03 +0900 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c29f27..05794e5 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,8 @@ avconv -f image2 -framerate 24 -i new_frames/%d.png -i audio.mp3 -r 24 -vcodec l ``` ## Train Your Own Model -Notes: If you have cuDNN library, you can use cudnn kernel with `-backend cudnn` option. And you can convert trained cudnn model to cunn model with `tools/rebuild.lua`. +Note1: If you have cuDNN library, you can use cudnn kernel with `-backend cudnn` option. And, you can convert trained cudnn model to cunn model with `tools/rebuild.lua`. +Note2: The command that was used to train for waifu2x's pretraind models is available at `appendx/train_upconv_7_art.sh`, `appendx/train_upconv_7_photo.sh`. Maybe it is helpful. ### Data Preparation