1
0
Fork 0
mirror of synced 2024-05-19 12:22:20 +12:00
waifu2x/train.sh
2015-05-17 14:43:07 +09:00

11 lines
418 B
Bash
Executable file

#!/bin/sh
th train.lua -method noise -noise_level 1 -test images/miku_noise.png
th cleanup_model.lua -model models/noise1_model.t7 -oformat ascii
th train.lua -method noise -noise_level 2 -test images/miku_noise.png
th cleanup_model.lua -model models/noise2_model.t7 -oformat ascii
th train.lua -method scale -scale 2 -test images/miku_small.png
th cleanup_model.lua -model models/scale2.0x_model.t7 -oformat ascii