DL-Art-School/codes/options/train
James Betker 44b89330c2 Support inference across batches, support inference on cpu, checkpoint
This is a checkpoint of a set of long tests with reduced-complexity networks. Some takeaways:
1) A full GAN using the resnet discriminator does appear to converge, but the quality is capped.
2) Likewise, a combination GAN/feature loss does not converge. The feature loss is optimized but
    the model appears unable to fight the discriminator, so the G-loss steadily increases.

Going forwards, I want to try some bigger models. In particular, I want to change the generator
to increase complexity and capacity. I also want to add skip connections between the
disc and generator.
2020-05-04 08:48:25 -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.yml Support inference across batches, support inference on cpu, checkpoint 2020-05-04 08:48:25 -06:00
train_ESRGAN.yml Fixup upconv for the next attempt! 2020-05-01 19:56:14 -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