keras-fcn
keras-fcn copied to clipboard
missing backend when not installed from source
hi
I tried installing using the :
$ pip install git+https://github.com/JihongJu/keras-fcn.git
when trying to import, it gives me this error :
..... import keras_fcn.backend as K1 ImportError: No module named backend
when installed from source though, this error goes away.
I got the same error!
If you are using tensorflow and want a short-term solution, try using my fork (which just combines the tensorflow backend into a single backend.py file)
$pip install git+https://github.com/epicfaace/keras-fcn.git
what is meant by "feat" in this and why is it needed?