raghakot / keras-vis

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

vis to keras-vis #64

Closed TimZaman closed 7 years ago

TimZaman commented 7 years ago

Hi! Congratulations on a really awesome repository. I made some very trippy images.

I think import vis is a bit too generic. Is there any reason why we don't align this to import keras-vis?

To celebrate this great repo; here's my favourite filter I've found, reminds me of a retina: block3_conv2_065.

(I also found usage of the repo fchollet/deep-learning-models, which has been deprecated, it's advised to use fchollet/keras/applications, where it's moved to.)

raghakot commented 7 years ago

Thanks :)

No reason in particular. I wanted to make the import module short. I eventually want to extend this beyond Keras (pytorch in particular) and might have to rename the repo etc. at that time. Will hold off renaming until then.