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
After successful installation of tf_cnnvis, I was able to import tf_cnnvis but running example 1 using python 3 in jupyter notebook throws the following error:
NameError: name 'activation_visualization' is not defined
I have followed the same steps as given in readMe file. Is there anything that needs to be done after installation to be able to use activation and deactivation functions?
The text was updated successfully, but these errors were encountered:
Nope, not unless you have 2 python versions on your machine and you ran setup.py using python 2 and the jupyter notebook is trying to import using python3.
Thanks, @falaktheoptimist for the response. I have 2 python versions but I executed setup.py file using python 3 which is why I am able to import tf_cnnvis module. Since my Jupyter notebook kernel is also using python3 and I am still not able to use inbuilt functions, I am not able to figure out the issue.
Any suggestion will be helpful.
If you were able to run the command from tf_cnnvis import * without any error and are still getting the error saying activation_visualization is not defined, then I'm not sure what could be the error here. Please post the error log here - maybe that would help with the debugging
After successful installation of tf_cnnvis, I was able to import tf_cnnvis but running example 1 using python 3 in jupyter notebook throws the following error:
NameError: name 'activation_visualization' is not defined
I have followed the same steps as given in readMe file. Is there anything that needs to be done after installation to be able to use activation and deactivation functions?
The text was updated successfully, but these errors were encountered: