Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Update visualization docs #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Layer deconvolution visualization
`Guided Backprop <http://arxiv.org/pdf/1412.6806.pdf>`__ based
visualization of convolutional layer activations is also supported via
the :py:class:`DeconvCallback<neon.callbacks.callbacks.DeconvCallback>` class or :py:meth:`add_deconv_callback()<neon.callbacks.callbacks.Callbacks.add_deconv_callback>` function.
Note that unlike the paper, the current version of neon does not support generating convolution visualizations for networks that incoorporate pooling.
For example, one can provide the `--deconv` argument to ``examples/imagenet/allcnn.py`` to ensure that the callback gets added:

.. code-block:: bash
Expand Down