unet
unet copied to clipboard
Run test and return image: gray box
I run your origin code, don't change data or a line code. But result of running test, return a gray box.

Can you help me about this problem?
I solved this probelm by removing one line code in model.py: remove this: conv9 = Conv2D(2, 3, activation = 'relu', padding = 'same', kernel_initializer = 'he_normal')(conv9) it works for me
i m facing same problem. do you find any solution?
我通过在model.py中 删除一行代码解决了该问题:删除此代码: conv9 = Conv2D(2,3,activation ='relu',padding ='same',kernel_initializer ='he_normal')(conv9) 请问测试文件在哪呢,我怎么都没有找到