forked from ecker/DL-Art-School
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.. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| arch_util.py | ||
| AttentionResnet.py | ||
| discriminator_vgg_arch.py | ||
| 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 | ||
| SPSR_util.py | ||
| SRG1_arch_new.py | ||
| SRG1_arch.py | ||
| SRResNet_arch.py | ||
| SwitchedResidualGenerator_arch.py | ||