wbhu / DnCNN-tensorflow

:octocat::octocat:A tensorflow implement of the paper "Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising"
GNU General Public License v3.0
363 stars 150 forks source link

DnCNN last layer #45

Open eastchun opened 5 years ago

eastchun commented 5 years ago

DnCNN last layer: with tf.variable_scope('block17'): ---> ('block20')

Ant-dong commented 5 years ago

why not block21 in DnCNN last layer. I guess that author can increase layer in debug, but there is not change in the output layer.