orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Unknown layer: Merge

YonatanSimson opened this issue · comments

The architecture is outdated. Merge layers are no longer used in Keras: keras-team/keras#10377

How can this be fixed?

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

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

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