DL-Art-School/codes/models
James Betker 0b7193392f Implement unet disc
The latest discriminator architecture was already pretty much a unet. This
one makes that official and uses shared layers. It also upsamples one additional
time and throws out the lowest upsampling result.

The intent is to delete the old vgg pixdisc, but I'll keep it around for a bit since
I'm still trying out a few models with it.
2020-07-10 16:24:42 -06:00
..
archs Implement unet disc 2020-07-10 16:24:42 -06:00
__init__.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
base_model.py Fix inverse temperature curve logic and add upsample factor 2020-06-19 09:18:30 -06:00
loss.py Fix up pixgan loss and pixdisc 2020-07-08 21:27:48 -06:00
lr_scheduler.py Enable forced learning rates 2020-06-07 16:56:05 -06:00
networks.py Implement unet disc 2020-07-10 16:24:42 -06:00
SR_model.py Allow validating in batches, remove val size limit 2020-06-02 08:41:22 -06:00
SRGAN_model.py Implement unet disc 2020-07-10 16:24:42 -06:00