/pytorch_srcnn

pytorch implementation of Super Resolution CNN as discussed in http://personal.ie.cuhk.edu.hk/~ccloy/files/eccv_2014_deepresolution.pdf

Primary LanguagePython

SRCNN

Implemented with PyTorch

Sample Usage

 > python srcnn_run.py --input_image <input_image> --scale_factor 3.0 --model <model_name> --cuda --output_filename <output_filename>

Training

 > python srcnn_main.py --upscale_factor 3 --batch_size 10 --cuda --test_batch_size 20 --epochs 110 --lr <learning_rate>  --seed 5000