Open tony2278 opened 5 years ago
merge6 = merge([drop4,up6], mode = 'concat', concat_axis = 3)
'module' object is not callable
unet.py line 120, in get_unet
me too.how to deal with it?
Check your keras version, the merge method is cancelled in subsequent versions, and now it is the Concatenate method used
merge6 = merge([drop4,up6], mode = 'concat', concat_axis = 3)
'module' object is not callable
unet.py line 120, in get_unet