orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network
1.28k stars 468 forks source link

ValueError: Unknown layer: Merge #55

Open YonatanSimson opened 6 years ago

YonatanSimson commented 6 years ago

The architecture is outdated. Merge layers are no longer used in Keras: https://github.com/keras-team/keras/issues/10377

How can this be fixed?

ghost commented 5 years ago

I had to revert back to Keras-1.2, no other option except for altering the entire code.

ai1361720220000 commented 5 years ago

I had to revert back to Keras-1.2, no other option except for altering the entire code.

I have back to Keras-1.2, but the question still exists......QAQ

saeedalahmari3 commented 5 years ago

replace merge with concatenate see here https://keras.io/layers/merge/ for Keras 2.