Skip to content

Commit

Permalink
Added MarkDown formatting to examples/conv_filter_visualization.py (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
joosephook authored and gabrieldemarmiesse committed Feb 11, 2019
1 parent b38b1b9 commit a546ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ nav:
- CIFAR-10 CNN-Capsule: examples/cifar10_cnn_capsule.md
- CIFAR-10 CNN with augmentation (TF): examples/cifar10_cnn_tfaugment2d.md
- CIFAR-10 ResNet: examples/cifar10_resnet.md
- Convolution filter visualization: examples/conv_filter_visualization.md
5 changes: 3 additions & 2 deletions examples/conv_filter_visualization.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""Visualization of the filters of VGG16, via gradient ascent in input space.
"""
#Visualization of the filters of VGG16, via gradient ascent in input space.
This script can run on CPU in a few minutes.
Results example: http://i.imgur.com/4nj4KjN.jpg
Results example: ![Visualization](http://i.imgur.com/4nj4KjN.jpg)
"""
from __future__ import print_function

Expand Down

0 comments on commit a546ad4

Please sign in to comment.