LRN¶
- class
dragon.vm.caffe.core.layers.
LRN
(layer_param)[source]¶ Apply the local response normalization. [Krizhevsky et.al, 2012].
Examples:
layer { type: "LRN" bottom: "conv2" top: "conv2/norm" lrn_param { local_size: 5 alpha: 1. beta: 0.75 k: 1. } }