orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a question about building the net

hujianhang2996 opened this issue · comments

when you building the net,you set the data_format to 'channels_last' in Conv layers,but not in Pooling layers and Upsampling layers. I think maybe that is a problem.