jakeret / tf_unet

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

prediction error #191

Closed ZhangTeng2017 closed 6 years ago

ZhangTeng2017 commented 6 years ago

When I use Unet to predict, there are many Nan value, it should be pixel_wise_softmax_2 function, the convolution output value is about 400 or so.Have you encountered a similar situation?