orobix / retina-unet

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

Incompatible with Keras 2 #28

Closed sumsuddin closed 7 years ago

sumsuddin commented 7 years ago

I was running the repo on keras 1 and it worked fine. Now while upgrading keras from version 1 to 2 some incompatibility issues have arisen. Is there any plan to make it compatible with keras 2

dcorti commented 7 years ago

I'm working on it now, I hope to finish within a week or so

ch977 commented 7 years ago

I get a error: from keras.utils.visualize_util import plot ImportError: No module named visualize_util I check the keras.utils and find no visualize_util So, is this a version problem? Should I use the Keras 1?

sumsuddin commented 7 years ago

Yes, Keras 2 pull request is not merged yet.

dcorti commented 7 years ago

Sorry, did not have time to fix it. However, thanks to @GlastonburyC now the code is compatible with keras 2