booz-allen-hamilton / DSB3Tutorial

384 stars 197 forks source link

upsampling vs transposed convolution #20

Open jiandai opened 7 years ago

jiandai commented 7 years ago

In your unet architecture, "UpSampling2D" is used for "deconvolution". I saw in this package https://github.com/jakeret/tf_unet the author uses transposed convolution. Does this choice have any impact on the performance?