DL-Art-School/codes/models
James Betker 3b4e54c4c5 Add support for passthrough disc/gen
Add RRDBNetXL, which performs processing at multiple image sizes.
Add DiscResnet_passthrough, which allows passthrough of image at different sizes for discrimination.
Adjust the rest of the repo to allow generators that return more than just a single image.
2020-05-04 14:01:43 -06:00
..
archs Add support for passthrough disc/gen 2020-05-04 14:01:43 -06:00
__init__.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
base_model.py
loss.py
lr_scheduler.py
networks.py Add support for passthrough disc/gen 2020-05-04 14:01:43 -06:00
SR_model.py Support inference across batches, support inference on cpu, checkpoint 2020-05-04 08:48:25 -06:00
SRGAN_model.py Add support for passthrough disc/gen 2020-05-04 14:01:43 -06:00
Video_base_model.py