train.sh 625 B

12345678910
  1. #!/bin/sh
  2. th train.lua -color rgb -method noise -noise_level 1 -model_dir models/anime_style_art_rgb -test images/miku_noisy.png
  3. th cleanup_model.lua -model models/anime_style_art_rgb/noise1_model.t7 -oformat ascii
  4. th train.lua -color rgb -method noise -noise_level 2 -model_dir models/anime_style_art_rgb -test images/miku_noisy.png
  5. th cleanup_model.lua -model models/anime_style_art_rgb/noise2_model.t7 -oformat ascii
  6. th train.lua -color rgb -method scale -scale 2 -model_dir models/anime_style_art_rgb -test images/miku_small.png
  7. th cleanup_model.lua -model models/anime_style_art_rgb/scale2.0x_model.t7 -oformat ascii