Unet icon indicating copy to clipboard operation
Unet copied to clipboard

'module' object is not callable

Open tony2278 opened this issue 5 years ago • 2 comments

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

'module' object is not callable

unet.py line 120, in get_unet

tony2278 avatar May 10 '19 03:05 tony2278

me too.how to deal with it?

yaoye1993 avatar Aug 21 '19 04:08 yaoye1993

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

rememberBr avatar Apr 01 '21 12:04 rememberBr