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
train_EDVR_woTSA_M.yml
train_ESRGAN_blacked_colab.yml
train_ESRGAN_blacked_xl.yml Implement ResGen arch 2020-05-05 11:59:46 -06:00
train_ESRGAN_blacked.yml
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
train_GAN_blacked_corrupt.yml
train_SRGAN.yml
train_SRResNet.yml