tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.71k stars 1.66k forks source link

Create a deep visualization toolbox #81

Open wchargin opened 7 years ago

wchargin commented 7 years ago

Migrated from the very popular https://github.com/tensorflow/tensorflow/issues/842!

@cesarsalgado says:

I would like TensorFlow to have an official tool similar to this https://github.com/yosinski/deep-visualization-toolbox.

It would be helpful to check if our CNNs were learning useful features, to debug, and to have better insights.

Check this video: https://www.youtube.com/watch?v=AgkfIQ4IGaM

Thoughts?

tengerye commented 6 years ago

Any progress?

nfelt commented 6 years ago

Nothing on our end. I'm not sure if any of the commenters on the old issue have made progress.

partus commented 5 years ago

We have created a platform for real time visualization of networks in keras/tensorflow https://github.com/cyberneuron/RT-CNN-Vis . It's similar in concept with deep-visualization-toolbox. It can be used with almost any keras/tensorflow model and it's extendable with other visualization algorithms.