DL-Art-School/codes/models
James Betker d95808f4ef Implement downsample GAN
This bad boy is for a workflow where you train a model on disjoint image sets to
downsample a "good" set of images like a "bad" set of images looks. You then
use that downsampler to generate a training set of paired images for supersampling.
2020-04-24 00:00:46 -06:00
..
archs Implement downsample GAN 2020-04-24 00:00:46 -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 Implement downsample GAN 2020-04-24 00:00:46 -06:00
SR_model.py
SRGAN_model.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
Video_base_model.py