DL-Art-School/codes/models/archs
James Betker 3b4e54c4c5 Add support for passthrough disc/gen
Add RRDBNetXL, which performs processing at multiple image sizes.
Add DiscResnet_passthrough, which allows passthrough of image at different sizes for discrimination.
Adjust the rest of the repo to allow generators that return more than just a single image.
2020-05-04 14:01:43 -06:00
..
dcn
__init__.py
arch_util.py
discriminator_vgg_arch.py Revert "Enable skip-through connections from disc to gen" 2020-04-30 11:45:07 -06:00
DiscriminatorResnet_arch_passthrough.py Add support for passthrough disc/gen 2020-05-04 14:01:43 -06:00
DiscriminatorResnet_arch.py Fixup upconv for the next attempt! 2020-05-01 19:56:14 -06:00
DUF_arch.py
EDVR_arch.py
FlatProcessorNet_arch.py Add more batch norms to FlatProcessorNet_arch 2020-04-30 11:47:21 -06:00
FlatProcessorNetNew_arch.py Full resnet corrupt, no BN 2020-04-30 19:17:30 -06:00
HighToLowResNet.py
RRDBNet_arch.py Fixup upconv for the next attempt! 2020-05-01 19:56:14 -06:00
RRDBNetXL_arch.py Add support for passthrough disc/gen 2020-05-04 14:01:43 -06:00
SRResNet_arch.py
TOF_arch.py