Repository for OpenCV's extra modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
name: "test_LRN_channels" |
|
input: "input" |
|
|
|
input_dim: 2 |
|
input_dim: 6 |
|
input_dim: 75 |
|
input_dim: 113 |
|
|
|
layer { |
|
name: "norm1" |
|
type: "LRN" |
|
lrn_param { |
|
norm_region: ACROSS_CHANNELS; |
|
local_size: 5 |
|
alpha: 1.1 |
|
beta: 0.75 |
|
} |
|
|
|
bottom: "input" |
|
top: "output" |
|
}
|
|
|