I am trying to install tf-explain
.So after installing anaconda and tensorflow now I am trying to install tf-explain
So in order I have used :
pip install tf-explain
and
pip3 install tf-explain
it's result:
Alt@mx:~
$ pip install tf-explain
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tf-explain in ./.local/lib/python3.7/site-packages (0.3.0)
Alt@mx:~
$ pip3 install tf-explain
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tf-explain in ./.local/lib/python3.7/site-packages (0.3.0)
Alt@mx:~
But when in spyder when I am trying to import this:
from tf_explain.callbacks.activations_visualization import ActivationsVisualizationCallback
I got this error:
ModuleNotFoundError: No module named 'tf_explain'
I am using conda base environment.