1
0
Fork 0
mirror of synced 2024-06-30 12:10:58 +12:00
waifu2x/train.sh

11 lines
568 B
Bash
Raw Normal View History

2015-05-17 17:42:53 +12:00
#!/bin/sh
th train.lua -method noise -noise_level 1 -model_dir models/anime_style_art -test images/miku_noisy.png
th cleanup_model.lua -model models/anime_style_art/noise1_model.t7 -oformat ascii
2015-05-17 17:42:53 +12:00
th train.lua -method noise -noise_level 2 -model_dir models/anime_style_art -test images/miku_noisy.png
th cleanup_model.lua -model models/anime_style_art/noise2_model.t7 -oformat ascii
2015-05-17 17:42:53 +12:00
th train.lua -method scale -scale 2 -model_dir models/anime_style_art -test images/miku_small.png
th cleanup_model.lua -model models/anime_style_art/scale2.0x_model.t7 -oformat ascii