DL-Art-School/codes/models/archs
James Betker dbf6147504 Add switched discriminator
The logic is that the discriminator may be incapable of providing a truly
targeted loss for all image regions since it has to be too generic
(basically the same argument for the switched generator). So add some
switches in! See how it works!
2020-07-22 20:52:59 -06:00
..
__init__.py
arch_util.py Huge set of mods to support progressive generator growth 2020-07-18 14:18:48 -06:00
AttentionResnet.py
discriminator_vgg_arch.py Add switched discriminator 2020-07-22 20:52:59 -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 Add a way to disable grad on portions of the generator graph to save memory 2020-07-22 11:40:42 -06:00
ResGen_arch.py
RRDBNet_arch.py
spinenet_arch.py
SRG1_arch_new.py
SRG1_arch.py
SRResNet_arch.py
SwitchedResidualGenerator_arch.py Assert that temperature is set properly in eval mode. 2020-07-22 20:50:59 -06:00