orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error about data_format

Liuyu04 opened this issue · comments

Hello:
your unet model use data_format = channel_first, but the maxpooling is channel_last, when i print the model, find it dismatched, i let all channel_first, and training, but the loss can be down, but val_acc always keeps no change. do you know why? Thanks!