raghakot / keras-vis

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

MNIST example #46

Closed agodatt closed 7 years ago

agodatt commented 7 years ago

Put together a MNIST example for keras-vis here: https://gist.github.com/agodatt/70cb02b7172ffe2ed36020f5787daf18 , but I am not getting intuitive results. Could you point out why this is not working? Thanks!

raghakot commented 7 years ago

I added notebooks for MNIST in examples/ using your network architecture. Hope that clarifies how to debug such issues.

Feel free to reopen if you have more questions.