DL-Art-School/codes/models
James Betker 328afde9c0 Integrate SPSR into SRGAN_model
SPSR_model really isn't that different from SRGAN_model. Rather than continuing to re-implement
everything I've done in SRGAN_model, port the new stuff from SPSR over.

This really demonstrates the need to refactor SRGAN_model a bit to make it cleaner. It is quite the
beast these days..
2020-08-02 12:55:08 -06:00
..
archs Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
__init__.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
base_model.py
feature_model.py
loss.py Substantial SPSR mods & fixes 2020-08-02 10:45:24 -06:00
lr_scheduler.py Allow multi_step_lr_scheduler to load a new LR schedule when restoring state 2020-07-31 11:21:11 -06:00
networks.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
SPSR_model.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
SR_model.py
SRGAN_model.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00