Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 340 Bytes

File metadata and controls

19 lines (13 loc) · 340 Bytes

SuperResolutionProject

To install the module in editable mode run

pip install -e .

To run training you must define your own config in yaml format. Look at configs folder. Then run

python torchsr/train.py -c=path_to_your_config

To generate patches out of DIV2K dataset

  python torchsr/data/create_patches.py