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
Check that you are up-to-date with the master branch of keras-vis. You can update with:
pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
If running on TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found here.
If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with:
pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps
Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
May be a dumb question, but I find myself running code in different environments and I'd like to be sure I'm running the correct version of Keras-vis. How can I do that, since there's no __version__ attribute?
importvisprint(vis.__version__)
AttributeError: module 'vis' has no attribute '__version__'
Is there another way of checking this within the code (i.e. no pip freeze | grep keras-vis)?
The text was updated successfully, but these errors were encountered:
Check that you are up-to-date with the master branch of keras-vis. You can update with:
pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
If running on TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found here.
If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with:
pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps
Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
May be a dumb question, but I find myself running code in different environments and I'd like to be sure I'm running the correct version of Keras-vis. How can I do that, since there's no
__version__
attribute?AttributeError: module 'vis' has no attribute '__version__'
Is there another way of checking this within the code (i.e. no
pip freeze | grep keras-vis
)?The text was updated successfully, but these errors were encountered: