raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.97k stars 664 forks source link

ImportError: No module named vis.visualization #156

Closed a6225301 closed 5 years ago

a6225301 commented 5 years ago

image Hi, i have used the pip install keras-vis to install this package, and it seems work well. But when i try to implement the example of minist attention, it occurred the error with ‘ImportError: No module named vis.visualization'.

TJROY commented 4 years ago

pip install keras-vis

mohammadjavadnouri commented 4 years ago

I have the same issue. Tried: conda install keras-vis but it even couldn't find the package.

Curovearth commented 3 years ago

pip install keras-vis worked upto some extent also triedpip install tf-keras-vis ... worked

anubratabhowmick commented 3 years ago

Tried both pip install keras-vis and pip install tf-keras-vis .. Didn't work..

RegmiYogesh commented 2 years ago

pip install keras-vis working, thanks a lot

Benblue3 commented 2 years ago

pip install tf-keras-vis working!! thx a lot!!!