jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

Up convolution #155

Closed abbyDC closed 6 years ago

abbyDC commented 6 years ago

Hello! I just want to ask, how should I adjust the up convolution from 2x2 to 3x3 for example. Thank you!

jakeret commented 6 years ago

You can control the upconvolution using the pool_size parameter.