DL-Art-School/codes/models/archs
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
..
__init__.py
arch_util.py
AttentionResnet.py
discriminator_vgg_arch.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
DiscriminatorResnet_arch_passthrough.py
DiscriminatorResnet_arch.py
feature_arch.py
FlatProcessorNet_arch.py
FlatProcessorNetNew_arch.py
HighToLowResNet.py
NestedSwitchGenerator.py
ProgressiveSrg_arch.py
ResGen_arch.py
RRDBNet_arch.py
spinenet_arch.py
SPSR_arch.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
SPSR_util.py Integrate SPSR into SRGAN_model 2020-08-02 12:55:08 -06:00
SRG1_arch_new.py
SRG1_arch.py
SRResNet_arch.py
SwitchedResidualGenerator_arch.py