You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: