1
0
Fork 0
mirror of synced 2024-06-27 02:30:34 +12:00
waifu2x/train.sh
2015-05-21 12:23:11 +09:00

11 lines
418 B
Bash
Executable file

#!/bin/sh
th train.lua -method noise -noise_level 1 -test images/miku_noisy.png
th cleanup_model.lua -model models/noise1_model.t7 -oformat ascii
th train.lua -method noise -noise_level 2 -test images/miku_noisy.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