Deep Visualization Toolbox for MxNet

Hi MxNet’ers!

Is there a way to visualize ConvNet filters and layers similar to this tool for Caffe:
https://github.com/yosinski/deep-visualization-toolbox ?

(I know there is MxBoard, but it doesn’t do what above tool does)

Cheers!

Hi @dlmon777,

Well I’ve not seen anything quite like that tool before, but there’s an interesting tutorial about GradCam found here that might be of interest. You can then wire up the output from this method to MXBoard for a visualization similar to this.

1 Like

There is a tool, which is similar with deep-visualization-toolbox in concept https://github.com/cyberneuron/RT-CNN-Vis . Implemented in tensorflow/keras , works in real-time. Should work with almost any CNN network. Multiple visualization techniques are involved.