jakeret / tf_unet

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

where do the layers from the layers-parameter "sit" in the u-net architecture? #270

Closed daboe01 closed 5 years ago

daboe01 commented 5 years ago

this is not really an issue. i just did not figure this out from the documentation that i found.

daboe01 commented 5 years ago

looks like the number of layers makes up the "height of the u" and the default is three as is the case in ronneberger's paper.