DL-Art-School/codes/models/archs
James Betker a33ec3e22b Fix skips & images samples
- Makes skip connections between the generator and discriminator more
  extensible by adding additional configuration options for them and supporting
  1 and 0 skips.
- Places the temp/ directory with sample images from the training process appear
  in the training directory instead of the codes/ directory.
2020-05-15 13:50:49 -06:00
..
dcn add deform_conv_cuda_kernel.cu 2019-08-27 17:49:12 +08:00
__init__.py mmsr 2019-08-23 21:42:47 +08:00
arch_util.py Remover fixup code from arch_util 2020-04-29 15:17:43 -06:00
biggan_gen_arch.py biggan arch, initial work (not implemented) 2020-05-15 07:40:45 -06:00
biggan_layers.py biggan arch, initial work (not implemented) 2020-05-15 07:40:45 -06:00
biggan_sync_batchnorm.py biggan arch, initial work (not implemented) 2020-05-15 07:40:45 -06:00
discriminator_vgg_arch.py Get rid of skip layers from vgg disc 2020-05-12 10:08:12 -06:00
DiscriminatorResnet_arch_passthrough.py Fix skips & images samples 2020-05-15 13:50:49 -06:00
DiscriminatorResnet_arch.py Fixup upconv for the next attempt! 2020-05-01 19:56:14 -06:00
DUF_arch.py mmsr 2019-08-23 21:42:47 +08:00
EDVR_arch.py mmsr 2019-08-23 21:42:47 +08:00
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 Misc changes 2020-04-28 11:50:16 -06:00
ResGen_arch.py Fix skips & images samples 2020-05-15 13:50:49 -06:00
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 mmsr 2019-08-23 21:42:47 +08:00
TOF_arch.py mmsr 2019-08-23 21:42:47 +08:00