1
0
Fork 0
mirror of synced 2024-05-20 04:42:19 +12:00

Update README

This commit is contained in:
nagadomi 2016-07-27 05:47:03 +09:00
parent 044d7b952c
commit edebaa8c27

View file

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