Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

@feider_feisen, If you able to change a .prototxt file you can replace these line to the following ones:

layer {
  type: "Input"
  name: "DummyData1"
  top: "DummyData1"
  input_param {
    shape {
      dim: 1
      dim: 32
      dim: 125
      dim: 100
    }
  }
}

or

input: "DummyData1"
input_dim: 1
input_dim: 32
input_dim: 125
input_dim: 100