Closed LynnHo closed 7 years ago
@igul222 Thanks for your good code!
I am confused about why you use SubpixelConv2D for shortcut upsampling but not Deconv2D? SubpixelConv2D brings better results?
it should work better, but it's also slower. using it only in the shortcuts is a compromise.
@igul222 Thanks for your good code!
I am confused about why you use SubpixelConv2D for shortcut upsampling but not Deconv2D? SubpixelConv2D brings better results?