1
0
Fork 0
mirror of synced 2024-06-27 02:30:34 +12:00
waifu2x/train_ukbench.sh

7 lines
250 B
Bash
Raw Normal View History

#!/bin/sh
2015-11-06 14:08:54 +13:00
th convert_data.lua -data_dir ./data/ukbench
2015-11-06 14:08:54 +13:00
th train.lua -method scale -data_dir ./data/ukbench -model_dir models/ukbench -test images/lena.jpg -thread 4
th tools/cleanup_model.lua -model models/ukbench/scale2.0x_model.t7 -oformat ascii