Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

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