[example] add fully-convolutional efficiency note + confidence map

- spell out fully-convolutional efficiency
- add confidence map
- fix input size: 451 x 451 is correct for an 8 x 8 output map by the
  equation input size = 227 + 32(d-1) for output map dimension of d
This commit is contained in:
Evan Shelhamer 2014-08-24 15:36:52 -07:00
Родитель 76fd37263a
Коммит 113a21ab70
2 изменённых файлов: 37 добавлений и 24 удалений

Просмотреть файл

@ -2,8 +2,8 @@ name: "CaffeNetConv"
input: "data" input: "data"
input_dim: 1 input_dim: 1
input_dim: 3 input_dim: 3
input_dim: 454 input_dim: 451
input_dim: 454 input_dim: 451
layers { layers {
name: "conv1" name: "conv1"
type: CONVOLUTION type: CONVOLUTION

Различия файлов скрыты, потому что одна или несколько строк слишком длинны