DL-Art-School/codes/models/archs
James Betker 26a4a66d1c Bug fixes and new gan mechanism
- Removed a bunch of unnecessary image loggers. These were just consuming space and never being viewed
- Got rid of support of artificial var_ref support. The new pixdisc is what i wanted to implement then - it's much better.
- Add pixgan GAN mechanism. This is purpose-built for the pixdisc. It is intended to promote a healthy discriminator
- Megabatchfactor was applied twice on metrics, fixed that

Adds pix_gan (untested) which swaps a portion of the fake and real image with each other, then expects the discriminator
to properly discriminate the swapped regions.
2020-07-08 17:40:26 -06:00
..
__init__.py
arch_util.py
AttentionResnet.py
discriminator_vgg_arch.py Bug fixes and new gan mechanism 2020-07-08 17:40:26 -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