DL-Art-School/codes/models/archs
James Betker 0b7193392f Implement unet disc
The latest discriminator architecture was already pretty much a unet. This
one makes that official and uses shared layers. It also upsamples one additional
time and throws out the lowest upsampling result.

The intent is to delete the old vgg pixdisc, but I'll keep it around for a bit since
I'm still trying out a few models with it.
2020-07-10 16:24:42 -06:00
..
__init__.py
arch_util.py
AttentionResnet.py
discriminator_vgg_arch.py Implement unet disc 2020-07-10 16:24:42 -06:00
DiscriminatorResnet_arch_passthrough.py
DiscriminatorResnet_arch.py
feature_arch.py
FlatProcessorNet_arch.py
FlatProcessorNetNew_arch.py
HighToLowResNet.py
NestedSwitchGenerator.py
ResGen_arch.py
RRDBNet_arch.py
spinenet_arch.py
SRG1_arch_new.py
SRG1_arch.py
SRResNet_arch.py
SwitchedResidualGenerator_arch.py