parent
f8119ea058
commit
df5eec6844
14 changed files with 35 additions and 9 deletions
@ -0,0 +1,21 @@ |
|||||||
|
name: "test_MVN_channels" |
||||||
|
input: "input" |
||||||
|
|
||||||
|
input_dim: 2 |
||||||
|
input_dim: 6 |
||||||
|
input_dim: 75 |
||||||
|
input_dim: 113 |
||||||
|
|
||||||
|
layer { |
||||||
|
type: "MVN" |
||||||
|
|
||||||
|
mvn_param { |
||||||
|
eps: 0.1 |
||||||
|
across_channels: false |
||||||
|
normalize_variance: true |
||||||
|
} |
||||||
|
|
||||||
|
name: "output" |
||||||
|
bottom: "input" |
||||||
|
top: "output" |
||||||
|
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue