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 Enable AMP optimizations & write sample train images to folder. 2020-04-21 16:28:06 -06:00
loss.py mmsr 2019-08-23 21:42:47 +08:00
lr_scheduler.py mmsr 2019-08-23 21:42:47 +08:00
networks.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
SR_model.py mmsr 2019-08-23 21:42:47 +08:00
SRGAN_model.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
Video_base_model.py mmsr 2019-08-23 21:42:47 +08:00