raghakot / keras-vis

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

conv2d_9_input_3:0 is both fed and fetched. #158

Open MatthiasRathbun opened 5 years ago

MatthiasRathbun commented 5 years ago

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.

keisen commented 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!