unet icon indicating copy to clipboard operation
unet copied to clipboard

Run test and return image: gray box

Open hungbnb-0923 opened this issue 6 years ago • 3 comments

I run your origin code, don't change data or a line code. But result of running test, return a gray box. image

Can you help me about this problem?

hungbnb-0923 avatar Mar 11 '20 08:03 hungbnb-0923

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

jqJing avatar Mar 18 '20 08:03 jqJing

i m facing same problem. do you find any solution?

manvirvirk avatar Apr 06 '20 10:04 manvirvirk

我通过在model.py中 删除一行代码解决了该问题:删除此代码: conv9 = Conv2D(2,3,activation ='relu',padding ='same',kernel_initializer ='he_normal')(conv9) 请问测试文件在哪呢,我怎么都没有找到

happy20200 avatar Jun 17 '20 07:06 happy20200