FSRCNN_Tensorflow TensorFlow implementation of Accelerating the Super-Resolution Convolutional Neural Network [1]. This implementation replaces the transpose conv2d layer by a sub-pixel layer [2]. Includes pretrained models for scales x2, x3 and x4. Which were trained on T91-image dataset, and ...