zhixuhao / unet

unet for image segmentation
MIT License
4.6k stars 2k forks source link

merge TypeError #62

Closed ianbenlolo closed 6 years ago

ianbenlolo commented 6 years ago

Every time i try simply creating the model and getting the model summary (the exact same model as in data.py) i get TypeError: 'module' object is not callable. Any clue why this is? Also, what is concat_axis and why is it 3? I can't seem to find the merge function anywhere in the api..

Thanks

ajithvcoder commented 6 years ago

@ianbenlolo you can go through this issue https://github.com/zhixuhao/unet/issues/46