summaryrefslogtreecommitdiff
path: root/res/BVLCCaffeTests/Scale_000/test.prototxt
blob: 2f628ec6c17bd5f81cfb51240cb997a60f39b8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
layer {
  name: "data"
  type: "Input"
  top: "data"
  input_param { shape: { dim: 1 dim: 3 dim: 16 dim: 16 } }
}
layer {
  name: "scale"
  type: "Scale"
  bottom: "data"
  top: "scale"
  scale_param {
    filler { type: "gaussian" std: 0.01 }
    bias_term: false
  }
}