Closed a6225301 closed 5 years ago
pip install keras-vis
I have the same issue. Tried: conda install keras-vis but it even couldn't find the package.
pip install keras-vis
worked upto some extent also triedpip install tf-keras-vis
... worked
Tried both pip install keras-vis and pip install tf-keras-vis .. Didn't work..
pip install keras-vis working, thanks a lot
pip install tf-keras-vis working!! thx a lot!!!
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'.