DL-Art-School/codes/models/archs
James Betker 4b82d0815d NSG improvements
- Just use resnet blocks for the multiplexer trunk of the generator
- Every block initializes itself, rather than everything at the end
- Cleans up some messy parts of the architecture, including unnecessary
  kernel sizes and places where BN is not used properly.
2020-06-29 10:09:51 -06:00
..
__init__.py
arch_util.py Fix initialization in mhead switched rrdb 2020-06-15 21:32:03 -06:00
AttentionResnet.py Add attention resnet 2020-05-29 20:02:10 -06:00
discriminator_vgg_arch.py Add capability to place additional conv into discriminator 2020-06-23 09:40:33 -06:00
DiscriminatorResnet_arch_passthrough.py Allow passthrough discriminator to have passthrough disabled from config 2020-05-19 09:41:16 -06:00
DiscriminatorResnet_arch.py
feature_arch.py Fix process_video bugs 2020-05-29 12:47:22 -06:00
FlatProcessorNet_arch.py
FlatProcessorNetNew_arch.py
HighToLowResNet.py
NestedSwitchGenerator.py NSG improvements 2020-06-29 10:09:51 -06:00
ResGen_arch.py Apply fixes to resgen 2020-05-24 07:43:23 -06:00
RRDBNet_arch.py Fix initialization in mhead switched rrdb 2020-06-15 21:32:03 -06:00
SRResNet_arch.py
SwitchedResidualGenerator_arch.py NSG improvements 2020-06-29 10:09:51 -06:00