Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conan7882 authored May 30, 2018
1 parent 82d003c commit 26f57d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/deconv/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CNN Feature Visuallization via Deconvnet (Transposed Convolutional Layers)
# CNN Feature Visuallization via Deconvnet

- TensorFlow implementation of [
Visualizing and Understanding Convolutional Networks](https://arxiv.org/abs/1311.2901) (ECCV'14).
- The features are visualized by mapping activations back to the input pixel space through several unpooling layers and deconvolutional layers (transposed convolutional layers).
- The features are visualized by mapping activations back to the input pixel space through several unpooling layers and deconvolutional layers.
- This implementation takes [VGG19](https://arxiv.org/abs/1409.1556) as example.

## Requirements
Expand Down

0 comments on commit 26f57d4

Please sign in to comment.