Open MatthiasRathbun opened 5 years ago
Hi @MatthiasRathbun .
Probably, You used keras-vis 0.4.1 which was installed via PiPY, didn't you. The version has some problems, so please try to re-install keras-vis again such as below:
pip install git+https://github.com/raghakot/keras-vis.git -U
Thanks!
Whenever I run mnist attention example I get the below error
InvalidArgumentError: conv2d_9_input_3:0 is both fed and fetched.
I tried re installing keras vis as I am on google colaboratory, but that fix did not work.