Super resolution generative adverserial network from the paper:
https://arxiv.org/abs/1609.04802
and ported from the Keras (python) implementation:
https://github.com/eriklindernoren/Keras-GAN/blob/master/srgan/srgan.py
$initialize
instantiates a new class and builds the
generator and discriminator.
$buildGenerator
build generator.
$buildGenerator
build discriminator.
Tustison NJ