keras-fcn icon indicating copy to clipboard operation
keras-fcn copied to clipboard

missing backend when not installed from source

Open parya-j opened this issue 7 years ago • 3 comments

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.

parya-j avatar Jan 05 '18 00:01 parya-j

I got the same error!

sid-kap avatar Jan 24 '18 02:01 sid-kap

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

epicfaace avatar Feb 11 '18 04:02 epicfaace

what is meant by "feat" in this and why is it needed?

Neha-swan avatar May 25 '18 02:05 Neha-swan