infocusp / tf_cnnvis

CNN visualization tool in TensorFlow
MIT License
781 stars 209 forks source link

Weights visualization #35

Open cesare-montresor opened 6 years ago

cesare-montresor commented 6 years ago

Hi, thank you for your work, is of great help! I'm wondering if your library implements also the view of the weights for each convolutional layer, at different epochs, like Fig.4 and Fig.5 in the paper from Zeiler and Fergus ?

fig 4 fig 5

Thank you ^_^

falaktheoptimist commented 6 years ago

We'll start work on this, but could take some time among other projects.

cesare-montresor commented 6 years ago

Thank you very much for the feedback, I'll stay tuned and let me know if I can facilitate the process ^_^

jangjichang commented 6 years ago

Hi cesare-montreor. I'm jang

I read that the work was successful.

So, can you explain more detail how to use code?

Because I follow steps like this :

pip install tensorflow numpy scipy h5py wget Pillow six scikit-image git clone https://github.com/InFoCusp/tf_cnnvis.git sudo pip install setuptools sudo pip install six sudo python setup.py install sudo python setup.py clean

but i get error while 'sudo python setup.py clean'

please read this article and could you let me what the problem is. https://github.com/InFoCusp/tf_cnnvis/issues/38

harsh-agar commented 5 years ago

Hi @cesare-montresor Were you able to perform weight visualization on Tensorflow? Thanks