orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Specify Keras and TF versions

GGDRriedel opened this issue · comments

I am trying to set up an anaconda environment to get this running but to no result. Default conda packages for Python 2.7 (nowhere does it say that this needs 2.7 btw, only noticeable when the first print error arrives) run into problems as TF is finnicky.

Can you please produce an environment.yml ?

Or more specifically, on windows this doesn't seem to be executable anymore since Keras+TF are not available for Python 2.7 on windows

nowhere does it say that this needs 2.7 btw, only noticeable when the first print error arrives

I had to change the print statements to python 3.6 syntax.

The code has been tested for Keras version 1.1.0. Not sure what the Tensorflow version is.

EDIT:- Tensorflow Version 0.12 seems to work.