TensorFlow-ESPCN icon indicating copy to clipboard operation
TensorFlow-ESPCN copied to clipboard

TensorFlow implementation of the Efficient Sub-Pixel Convolutional Neural Network

Results 3 TensorFlow-ESPCN issues
Sort by recently updated
recently updated
newest added

hello, i used your codebase to do some experiment, however, i got a poor PSNR. Have you got a PSNR as the paper presented? thanks!

I want to know why you cancel Gaussian fuzzy logic. If I'm not mistaken, the paper will train y-channel network (YCrCb) according to srcnn. Thank you for your help.

I suppose there's a little bug in the `_phase_shift` function, cause if `bsize` is 1 then after `tf.squeeze(x)` the batch dimension would also disappear. Maybe `tf.squeeze(x, 1)` instead?