raghakot / keras-vis

Neural network visualization toolkit for keras

Home Page:https://raghakot.github.io/keras-vis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello there ..I have installed keras-vis package and my pip version is 19.1.1 but when i write

sarthakforwet opened this issue · comments

  • 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).

I believe this issue and #195 are duplicates, so although I'll close this issue, please feel free to reopen it if I made a mistake.