data
conv1
('layer_conv1 bottom name: ', 'data')
relu1
('layer_relu1 bottom name: ', 'conv1')
norm1
('layer_norm1 bottom name: ', 'conv1')
pool1
('layer_pool1 bottom name: ', 'norm1')
conv2
('layer_conv2 bottom name: ', 'pool1')
relu2
('layer_relu2 bottom name: ', 'conv2')
norm2
('layer_norm2 bottom name: ', 'conv2')
pool2
('layer_pool2 bottom name: ', 'norm2')
conv3
('layer_conv3 bottom name: ', 'pool2')
relu3
('layer_relu3 bottom name: ', 'conv3')
conv4
('layer_conv4 bottom name: ', 'conv3')
relu4
('layer_relu4 bottom name: ', 'conv4')
conv5
('layer_conv5 bottom name: ', 'conv4')
relu5
('layer_relu5 bottom name: ', 'conv5')
pool5
('layer_pool5 bottom name: ', 'conv5')
fc6
('layer_fc6 bottom name: ', 'pool5')
relu6
('layer_relu6 bottom name: ', 'fc6')
drop6
('layer_drop6 bottom name: ', 'fc6')
fc7
('layer_fc7 bottom name: ', 'fc6')
relu7
('layer_relu7 bottom name: ', 'fc7')
drop7
('layer_drop7 bottom name: ', 'fc7')
fc8
('layer_fc8 bottom name: ', 'fc7')
prob
('layer_prob bottom name: ', 'fc8')