I installed keras_contrib
using:
pip install git+https://www.github.com/keras-team/keras-contrib.git
Now when I run:
from keras_contrib.layers import CRF
It gives the following error:
ModuleNotFoundError: No module named 'keras_contrib'
How can I find out what is this package's path in my computer so that I add it to my python path?