Pytorch Srcnn Save

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

Project README

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
Open Source Agenda is not affiliated with "Pytorch Srcnn" Project. README Source: kawaiibilli/pytorch_srcnn
Stars
59
Open Issues
4
Last Commit
6 years ago
Tags

Open Source Agenda Badge

Open Source Agenda Rating