DL-Art-School/codes/options/train
James Betker 3cd85f8073 Implement ResGen arch
This is a simpler resnet-based generator which performs mutations
on an input interspersed with interpolate-upsampling. It is a two
part generator:
1) A component that "fixes" LQ images with a long string of resnet
    blocks. This component is intended to remove compression artifacts
    and other noise from a LQ image.
2) A component that can double the image size. The idea is that this
    component be trained so that it can work at most reasonable
    resolutions, such that it can be repeatedly applied to itself to
    perform multiple upsamples.

The motivation here is to simplify what is being done inside of RRDB.
I don't believe the complexity inside of that network is justified.
2020-05-05 11:59:46 -06:00
..
train_EDVR_M.yml Change GT_size to target_size 2020-04-22 00:37:41 -06:00
train_EDVR_woTSA_M.yml Change GT_size to target_size 2020-04-22 00:37:41 -06:00
train_ESRGAN_blacked_colab.yml Add colab option 2020-05-02 17:47:25 -06:00
train_ESRGAN_blacked_xl.yml Implement ResGen arch 2020-05-05 11:59:46 -06:00
train_ESRGAN_blacked.yml Add support for passthrough disc/gen 2020-05-04 14:01:43 -06:00
train_ESRGAN_res.yml Implement ResGen arch 2020-05-05 11:59:46 -06:00
train_ESRGAN.yml Implement ResGen arch 2020-05-05 11:59:46 -06:00
train_GAN_blacked_corrupt_via_transform.yml Misc changes 2020-04-28 11:50:16 -06:00
train_GAN_blacked_corrupt.yml Fixup upconv for the next attempt! 2020-05-01 19:56:14 -06:00
train_SRGAN.yml Change GT_size to target_size 2020-04-22 00:37:41 -06:00
train_SRResNet.yml Change GT_size to target_size 2020-04-22 00:37:41 -06:00