decouples / Unet

A demo of Unet to detect edges!
106 stars 74 forks source link

'module' object is not callable #3

Open tony2278 opened 5 years ago

tony2278 commented 5 years ago

merge6 = merge([drop4,up6], mode = 'concat', concat_axis = 3)

'module' object is not callable

unet.py line 120, in get_unet

yaoye1993 commented 5 years ago

me too.how to deal with it?

rememberBr commented 3 years ago

Check your keras version, the merge method is cancelled in subsequent versions, and now it is the Concatenate method used