I0809 13:12:25.560395 Â 3624 solver.cpp:44] Initializing solver from parameters:Â
train_net: "deep6DoF_auto_train_net.prototxt"
test_net: "deep6DoF_auto_test_net.prototxt"
test_iter: 50
test_interval: 100
base_lr: 0.001
display: 50
max_iter: 500
lr_policy: "step"
gamma: 0.1
momentum: 0.9
weight_decay: 0.5
stepsize: 150
snapshot: 5000
snapshot_prefix: "snapshots/train"
delta: 1e-08
test_initialization: true
momentum2: 0.999
I0809 13:12:25.562652 Â 3624 solver.cpp:77] Creating training net from train_net file: deep6DoF_auto_train_net.prototxt
I0809 13:12:25.564133 Â 3624 upgrade_proto.cpp:67] Attempting to upgrade input file specified using deprecated input fields: deep6DoF_auto_train_net.prototxt
I0809 13:12:25.564175 Â 3624 upgrade_proto.cpp:70] Successfully upgraded file specified using deprecated input fields.
W0809 13:12:25.564185 Â 3624 upgrade_proto.cpp:72] Note that future Caffe releases will only support input layers and not input fields.
I0809 13:12:25.564687 Â 3624 net.cpp:51] Initializing net from parameters:Â
state {
 phase: TRAIN
}
layer {
 name: "input"
 type: "Input"
 top: "clip"
 input_param {
  shape {
   dim: 1
   dim: 51
  }
 }
}
layer {
 name: "data"
 type: "Data"
 top: "data"
 data_param {
  source: "/home/yasin/lmdb_dataset/train_lmdb"
  batch_size: 1
  backend: LMDB
 }
}
layer {
 name: "label"
 type: "Data"
 top: "label"
 data_param {
  source: "/home/yasin/lmdb_dataset/train_label_lmdb"
  batch_size: 1
  backend: LMDB
 }
}
layer {
 name: "label_wpqr"
 type: "Slice"
 bottom: "label"
 top: "label_wpqr"
 top: "label_xyz"
 slice_param {
  slice_point: 4
  axis: 1
 }
}
layer {
 name: "conv1"
 type: "Convolution"
 bottom: "data"
 top: "conv1"
 convolution_param {
  num_output: 64
  pad: 3
  kernel_size: 7
  stride: 2
  weight_filler {
   type: "gaussian"
   std: 0.015
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu1"
 type: "ReLU"
 bottom: "conv1"
 top: "conv1"
}
layer {
 name: "pool1"
 type: "Pooling"
 bottom: "conv1"
 top: "pool1"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 2
  pad: 0
 }
}
layer {
 name: "norm1"
 type: "LRN"
 bottom: "pool1"
 top: "norm1"
 lrn_param {
  local_size: 5
  alpha: 0.0001
  beta: 0.75
 }
}
layer {
 name: "reduction2"
 type: "Convolution"
 bottom: "norm1"
 top: "reduction2"
 convolution_param {
  num_output: 64
  pad: 0
  kernel_size: 1
  group: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_reduction2"
 type: "ReLU"
 bottom: "reduction2"
 top: "reduction2"
}
layer {
 name: "conv2"
 type: "Convolution"
 bottom: "conv1"
 top: "conv2"
 convolution_param {
  num_output: 192
  pad: 1
  kernel_size: 3
  group: 1
  weight_filler {
   type: "gaussian"
   std: 0.02
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu2"
 type: "ReLU"
 bottom: "conv2"
 top: "conv2"
}
layer {
 name: "norm2"
 type: "LRN"
 bottom: "conv2"
 top: "norm2"
 lrn_param {
  local_size: 5
  alpha: 0.0001
  beta: 0.75
 }
}
layer {
 name: "pool2"
 type: "Pooling"
 bottom: "norm2"
 top: "pool2"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 2
  pad: 0
 }
}
layer {
 name: "icp1_reduction1"
 type: "Convolution"
 bottom: "pool2"
 top: "icp1_reduction1"
 convolution_param {
  num_output: 96
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp1_reduction1"
 type: "ReLU"
 bottom: "icp1_reduction1"
 top: "icp1_reduction1"
}
layer {
 name: "icp1_reduction2"
 type: "Convolution"
 bottom: "pool2"
 top: "icp1_reduction2"
 convolution_param {
  num_output: 16
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp1_reduction2"
 type: "ReLU"
 bottom: "icp1_reduction2"
 top: "icp1_reduction2"
}
layer {
 name: "icp1_pool"
 type: "Pooling"
 bottom: "pool2"
 top: "icp1_pool"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 1
  pad: 1
 }
}
layer {
 name: "icp1_out0"
 type: "Convolution"
 bottom: "pool2"
 top: "icp1_out0"
 convolution_param {
  num_output: 64
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp1_out0"
 type: "ReLU"
 bottom: "icp1_out0"
 top: "icp1_out0"
}
layer {
 name: "icp1_out1"
 type: "Convolution"
 bottom: "icp1_reduction1"
 top: "icp1_out1"
 convolution_param {
  num_output: 128
  pad: 1
  kernel_size: 3
  weight_filler {
   type: "gaussian"
   std: 0.04
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp1_out1"
 type: "ReLU"
 bottom: "icp1_out1"
 top: "icp1_out1"
}
layer {
 name: "icp1_out2"
 type: "Convolution"
 bottom: "icp1_reduction2"
 top: "icp1_out2"
 convolution_param {
  num_output: 32
  pad: 2
  kernel_size: 5
  weight_filler {
   type: "gaussian"
   std: 0.08
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp1_out2"
 type: "ReLU"
 bottom: "icp1_out2"
 top: "icp1_out2"
}
layer {
 name: "icp1_out3"
 type: "Convolution"
 bottom: "icp1_pool"
 top: "icp1_out3"
 convolution_param {
  num_output: 32
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp1_out3"
 type: "ReLU"
 bottom: "icp1_out3"
 top: "icp1_out3"
}
layer {
 name: "icp2_in"
 type: "Concat"
 bottom: "icp1_out0"
 bottom: "icp1_out1"
 bottom: "icp1_out2"
 bottom: "icp1_out3"
 top: "icp2_in"
}
layer {
 name: "icp2_reduction1"
 type: "Convolution"
 bottom: "icp2_in"
 top: "icp2_reduction1"
 convolution_param {
  num_output: 128
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp2_reduction1"
 type: "ReLU"
 bottom: "icp2_reduction1"
 top: "icp2_reduction1"
}
layer {
 name: "icp2_reduction2"
 type: "Convolution"
 bottom: "icp2_in"
 top: "icp2_reduction2"
 convolution_param {
  num_output: 32
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp2_reduction2"
 type: "ReLU"
 bottom: "icp2_reduction2"
 top: "icp2_reduction2"
}
layer {
 name: "icp2_pool"
 type: "Pooling"
 bottom: "icp2_in"
 top: "icp2_pool"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 1
  pad: 1
 }
}
layer {
 name: "icp2_out0"
 type: "Convolution"
 bottom: "icp2_in"
 top: "icp2_out0"
 convolution_param {
  num_output: 128
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp2_out0"
 type: "ReLU"
 bottom: "icp2_out0"
 top: "icp2_out0"
}
layer {
 name: "icp2_out1"
 type: "Convolution"
 bottom: "icp2_reduction1"
 top: "icp2_out1"
 convolution_param {
  num_output: 192
  pad: 1
  kernel_size: 3
  weight_filler {
   type: "gaussian"
   std: 0.04
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp2_out1"
 type: "ReLU"
 bottom: "icp2_out1"
 top: "icp2_out1"
}
layer {
 name: "icp2_out2"
 type: "Convolution"
 bottom: "icp2_reduction2"
 top: "icp2_out2"
 convolution_param {
  num_output: 96
  pad: 2
  kernel_size: 5
  weight_filler {
   type: "gaussian"
   std: 0.08
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp2_out2"
 type: "ReLU"
 bottom: "icp2_out2"
 top: "icp2_out2"
}
layer {
 name: "icp2_out3"
 type: "Convolution"
 bottom: "icp2_pool"
 top: "icp2_out3"
 convolution_param {
  num_output: 64
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp2_out3"
 type: "ReLU"
 bottom: "icp2_out3"
 top: "icp2_out3"
}
layer {
 name: "icp2_out"
 type: "Concat"
 bottom: "icp2_out0"
 bottom: "icp2_out1"
 bottom: "icp2_out2"
 bottom: "icp2_out3"
 top: "icp2_out"
}
layer {
 name: "icp3_in"
 type: "Pooling"
 bottom: "icp2_out"
 top: "icp3_in"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 2
  pad: 0
 }
}
layer {
 name: "icp3_reduction1"
 type: "Convolution"
 bottom: "icp3_in"
 top: "icp3_reduction1"
 convolution_param {
  num_output: 96
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp3_reduction1"
 type: "ReLU"
 bottom: "icp3_reduction1"
 top: "icp3_reduction1"
}
layer {
 name: "icp3_reduction2"
 type: "Convolution"
 bottom: "icp3_in"
 top: "icp3_reduction2"
 convolution_param {
  num_output: 16
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp3_reduction2"
 type: "ReLU"
 bottom: "icp3_reduction2"
 top: "icp3_reduction2"
}
layer {
 name: "icp3_pool"
 type: "Pooling"
 bottom: "icp3_in"
 top: "icp3_pool"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 1
  pad: 1
 }
}
layer {
 name: "icp3_out0"
 type: "Convolution"
 bottom: "icp3_in"
 top: "icp3_out0"
 convolution_param {
  num_output: 192
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp3_out0"
 type: "ReLU"
 bottom: "icp3_out0"
 top: "icp3_out0"
}
layer {
 name: "icp3_out1"
 type: "Convolution"
 bottom: "icp3_reduction1"
 top: "icp3_out1"
 convolution_param {
  num_output: 208
  pad: 1
  kernel_size: 3
  weight_filler {
   type: "gaussian"
   std: 0.04
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp3_out1"
 type: "ReLU"
 bottom: "icp3_out1"
 top: "icp3_out1"
}
layer {
 name: "icp3_out2"
 type: "Convolution"
 bottom: "icp3_reduction2"
 top: "icp3_out2"
 convolution_param {
  num_output: 48
  pad: 2
  kernel_size: 5
  weight_filler {
   type: "gaussian"
   std: 0.08
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp3_out2"
 type: "ReLU"
 bottom: "icp3_out2"
 top: "icp3_out2"
}
layer {
 name: "icp3_out3"
 type: "Convolution"
 bottom: "icp3_pool"
 top: "icp3_out3"
 convolution_param {
  num_output: 64
  pad: 0
  kernel_size: 1
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "relu_icp3_out3"
 type: "ReLU"
 bottom: "icp3_out3"
 top: "icp3_out3"
}
layer {
 name: "icp4_in"
 type: "Concat"
 bottom: "icp3_out0"
 bottom: "icp3_out1"
 bottom: "icp3_out2"
 bottom: "icp3_out3"
 top: "icp4_in"
}
layer {
 name: "lstm1"
 type: "LSTM"
 bottom: "icp4_in"
 bottom: "clip"
 top: "lstm1"
 recurrent_param {
  num_output: 1000
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "lstm2"
 type: "LSTM"
 bottom: "lstm1"
 bottom: "clip"
 top: "lstm2"
 recurrent_param {
  num_output: 1000
  weight_filler {
   type: "xavier"
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "reg_pool"
 type: "Pooling"
 bottom: "lstm2"
 top: "reg_pool"
 pooling_param {
  pool: AVE
  kernel_size: 7
  stride: 1
  pad: 0
 }
}
layer {
 name: "reg_fc1"
 type: "InnerProduct"
 bottom: "reg_pool"
 top: "reg_fc1"
 inner_product_param {
  num_output: 2048
  weight_filler {
   type: "gaussian"
   std: 0.01
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "reg_relu"
 type: "ReLU"
 bottom: "reg_fc1"
 top: "reg_fc1"
}
layer {
 name: "reg_dropout"
 type: "Dropout"
 bottom: "reg_fc1"
 top: "reg_dropout"
 dropout_param {
  dropout_ratio: 0.5
 }
}
layer {
 name: "reg_fc2_xyz"
 type: "InnerProduct"
 bottom: "reg_dropout"
 top: "reg_fc2_xyz"
 inner_product_param {
  num_output: 3
  weight_filler {
   type: "gaussian"
   std: 0.5
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "reg_loss_xyz"
 type: "EuclideanLoss"
 bottom: "reg_fc2_xyz"
 bottom: "label_xyz"
 top: "reg_loss_xyz"
}
layer {
 name: "reg_fc2_wpqr"
 type: "InnerProduct"
 bottom: "reg_dropout"
 top: "reg_fc2_wpqr"
 inner_product_param {
  num_output: 4
  weight_filler {
   type: "gaussian"
   std: 0.5
  }
  bias_filler {
   type: "constant"
   value: 0
  }
 }
}
layer {
 name: "reg_loss_wpqr"
 type: "EuclideanLoss"
 bottom: "reg_fc2_wpqr"
 bottom: "label_wpqr"
 top: "reg_loss_wpqr"
}
I0809 13:12:25.565456 Â 3624 layer_factory.hpp:77] Creating layer input
I0809 13:12:25.565492 Â 3624 net.cpp:84] Creating Layer input
I0809 13:12:25.565503 Â 3624 net.cpp:380] input -> clip
I0809 13:12:25.565529 Â 3624 net.cpp:122] Setting up input
I0809 13:12:25.565573 Â 3624 net.cpp:129] Top shape: 1 51 (51)
I0809 13:12:25.565582 Â 3624 net.cpp:137] Memory required for data: 204
I0809 13:12:25.565590 Â 3624 layer_factory.hpp:77] Creating layer clip_input_0_split
I0809 13:12:25.565620 Â 3624 net.cpp:84] Creating Layer clip_input_0_split
I0809 13:12:25.565647 Â 3624 net.cpp:406] clip_input_0_split <- clip
I0809 13:12:25.565660 Â 3624 net.cpp:380] clip_input_0_split -> clip_input_0_split_0
I0809 13:12:25.565673 Â 3624 net.cpp:380] clip_input_0_split -> clip_input_0_split_1
I0809 13:12:25.565690 Â 3624 net.cpp:122] Setting up clip_input_0_split
I0809 13:12:25.565702 Â 3624 net.cpp:129] Top shape: 1 51 (51)
I0809 13:12:25.565728 Â 3624 net.cpp:129] Top shape: 1 51 (51)
I0809 13:12:25.565737 Â 3624 net.cpp:137] Memory required for data: 612
I0809 13:12:25.565743 Â 3624 layer_factory.hpp:77] Creating layer data
I0809 13:12:25.565876 Â 3624 db_lmdb.cpp:35] Opened lmdb /home/yasin/lmdb_dataset/train_lmdb
I0809 13:12:25.565922 Â 3624 net.cpp:84] Creating Layer data
I0809 13:12:25.565939 Â 3624 net.cpp:380] data -> data
I0809 13:12:25.567041 Â 3624 data_layer.cpp:45] output data size: 1,4,480,640
I0809 13:12:25.567515 Â 3624 net.cpp:122] Setting up data
I0809 13:12:25.567546 Â 3624 net.cpp:129] Top shape: 1 4 480 640 (1228800)
I0809 13:12:25.567555 Â 3624 net.cpp:137] Memory required for data: 4915812
I0809 13:12:25.567579 Â 3624 layer_factory.hpp:77] Creating layer label
I0809 13:12:25.568075 Â 3624 db_lmdb.cpp:35] Opened lmdb /home/yasin/lmdb_dataset/train_label_lmdb
I0809 13:12:25.568128 Â 3624 net.cpp:84] Creating Layer label
I0809 13:12:25.568142 Â 3624 net.cpp:380] label -> label
I0809 13:12:25.569280 Â 3624 data_layer.cpp:45] output data size: 1,4,480,640
I0809 13:12:25.570099 Â 3624 net.cpp:122] Setting up label
I0809 13:12:25.570135 Â 3624 net.cpp:129] Top shape: 1 4 480 640 (1228800)
I0809 13:12:25.570144 Â 3624 net.cpp:137] Memory required for data: 9831012
I0809 13:12:25.570154 Â 3624 layer_factory.hpp:77] Creating layer label_wpqr
I0809 13:12:25.570173 Â 3624 net.cpp:84] Creating Layer label_wpqr
I0809 13:12:25.570220 Â 3624 net.cpp:406] label_wpqr <- label
I0809 13:12:25.570236 Â 3624 net.cpp:380] label_wpqr -> label_wpqr
I0809 13:12:25.570264 Â 3624 net.cpp:380] label_wpqr -> label_xyz
I0809 13:12:25.570294 Â 3624 net.cpp:122] Setting up label_wpqr
I0809 13:12:25.570323 Â 3624 net.cpp:129] Top shape: 1 4 480 640 (1228800)
I0809 13:12:25.570333 Â 3624 net.cpp:129] Top shape: 1 0 480 640 (0)
I0809 13:12:25.570340 Â 3624 net.cpp:137] Memory required for data: 14746212
I0809 13:12:25.570348 Â 3624 layer_factory.hpp:77] Creating layer conv1
I0809 13:12:25.570369 Â 3624 net.cpp:84] Creating Layer conv1
I0809 13:12:25.570392 Â 3624 net.cpp:406] conv1 <- data
I0809 13:12:25.570405 Â 3624 net.cpp:380] conv1 -> conv1
I0809 13:12:25.570736 Â 3624 net.cpp:122] Setting up conv1
I0809 13:12:25.570772 Â 3624 net.cpp:129] Top shape: 1 64 240 320 (4915200)
I0809 13:12:25.570780 Â 3624 net.cpp:137] Memory required for data: 34407012
I0809 13:12:25.570797 Â 3624 layer_factory.hpp:77] Creating layer relu1
I0809 13:12:25.570809 Â 3624 net.cpp:84] Creating Layer relu1
I0809 13:12:25.570821 Â 3624 net.cpp:406] relu1 <- conv1
I0809 13:12:25.570833 Â 3624 net.cpp:367] relu1 -> conv1 (in-place)
I0809 13:12:25.570861 Â 3624 net.cpp:122] Setting up relu1
I0809 13:12:25.570873 Â 3624 net.cpp:129] Top shape: 1 64 240 320 (4915200)
I0809 13:12:25.570896 Â 3624 net.cpp:137] Memory required for data: 54067812
I0809 13:12:25.570921 Â 3624 layer_factory.hpp:77] Creating layer conv1_relu1_0_split
I0809 13:12:25.570952 Â 3624 net.cpp:84] Creating Layer conv1_relu1_0_split
I0809 13:12:25.570961 Â 3624 net.cpp:406] conv1_relu1_0_split <- conv1
I0809 13:12:25.570987 Â 3624 net.cpp:380] conv1_relu1_0_split -> conv1_relu1_0_split_0
I0809 13:12:25.571005 Â 3624 net.cpp:380] conv1_relu1_0_split -> conv1_relu1_0_split_1
I0809 13:12:25.571019 Â 3624 net.cpp:122] Setting up conv1_relu1_0_split
I0809 13:12:25.571030 Â 3624 net.cpp:129] Top shape: 1 64 240 320 (4915200)
I0809 13:12:25.571056 Â 3624 net.cpp:129] Top shape: 1 64 240 320 (4915200)
I0809 13:12:25.571064 Â 3624 net.cpp:137] Memory required for data: 93389412
I0809 13:12:25.571071 Â 3624 layer_factory.hpp:77] Creating layer pool1
I0809 13:12:25.571087 Â 3624 net.cpp:84] Creating Layer pool1
I0809 13:12:25.571099 Â 3624 net.cpp:406] pool1 <- conv1_relu1_0_split_0
I0809 13:12:25.571130 Â 3624 net.cpp:380] pool1 -> pool1
I0809 13:12:25.571156 Â 3624 net.cpp:122] Setting up pool1
I0809 13:12:25.571183 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.571190 Â 3624 net.cpp:137] Memory required for data: 98304612
I0809 13:12:25.571198 Â 3624 layer_factory.hpp:77] Creating layer norm1
I0809 13:12:25.571214 Â 3624 net.cpp:84] Creating Layer norm1
I0809 13:12:25.571223 Â 3624 net.cpp:406] norm1 <- pool1
I0809 13:12:25.571250 Â 3624 net.cpp:380] norm1 -> norm1
I0809 13:12:25.571264 Â 3624 net.cpp:122] Setting up norm1
I0809 13:12:25.571275 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.571282 Â 3624 net.cpp:137] Memory required for data: 103219812
I0809 13:12:25.571290 Â 3624 layer_factory.hpp:77] Creating layer reduction2
I0809 13:12:25.571321 Â 3624 net.cpp:84] Creating Layer reduction2
I0809 13:12:25.571331 Â 3624 net.cpp:406] reduction2 <- norm1
I0809 13:12:25.571344 Â 3624 net.cpp:380] reduction2 -> reduction2
I0809 13:12:25.571439 Â 3624 net.cpp:122] Setting up reduction2
I0809 13:12:25.571487 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.571497 Â 3624 net.cpp:137] Memory required for data: 108135012
I0809 13:12:25.571512 Â 3624 layer_factory.hpp:77] Creating layer relu_reduction2
I0809 13:12:25.571527 Â 3624 net.cpp:84] Creating Layer relu_reduction2
I0809 13:12:25.571550 Â 3624 net.cpp:406] relu_reduction2 <- reduction2
I0809 13:12:25.571561 Â 3624 net.cpp:367] relu_reduction2 -> reduction2 (in-place)
I0809 13:12:25.571573 Â 3624 net.cpp:122] Setting up relu_reduction2
I0809 13:12:25.571583 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.571596 Â 3624 net.cpp:137] Memory required for data: 113050212
I0809 13:12:25.571606 Â 3624 layer_factory.hpp:77] Creating layer conv2
I0809 13:12:25.571624 Â 3624 net.cpp:84] Creating Layer conv2
I0809 13:12:25.571648 Â 3624 net.cpp:406] conv2 <- conv1_relu1_0_split_1
I0809 13:12:25.571661 Â 3624 net.cpp:380] conv2 -> conv2
I0809 13:12:25.573698 Â 3624 net.cpp:122] Setting up conv2
I0809 13:12:25.573761 Â 3624 net.cpp:129] Top shape: 1 192 240 320 (14745600)
I0809 13:12:25.573770 Â 3624 net.cpp:137] Memory required for data: 172032612
I0809 13:12:25.573791 Â 3624 layer_factory.hpp:77] Creating layer relu2
I0809 13:12:25.573807 Â 3624 net.cpp:84] Creating Layer relu2
I0809 13:12:25.573817 Â 3624 net.cpp:406] relu2 <- conv2
I0809 13:12:25.573829 Â 3624 net.cpp:367] relu2 -> conv2 (in-place)
I0809 13:12:25.573922 Â 3624 net.cpp:122] Setting up relu2
I0809 13:12:25.573940 Â 3624 net.cpp:129] Top shape: 1 192 240 320 (14745600)
I0809 13:12:25.573947 Â 3624 net.cpp:137] Memory required for data: 231015012
I0809 13:12:25.573956 Â 3624 layer_factory.hpp:77] Creating layer norm2
I0809 13:12:25.573968 Â 3624 net.cpp:84] Creating Layer norm2
I0809 13:12:25.573977 Â 3624 net.cpp:406] norm2 <- conv2
I0809 13:12:25.573990 Â 3624 net.cpp:380] norm2 -> norm2
I0809 13:12:25.574005 Â 3624 net.cpp:122] Setting up norm2
I0809 13:12:25.574015 Â 3624 net.cpp:129] Top shape: 1 192 240 320 (14745600)
I0809 13:12:25.574023 Â 3624 net.cpp:137] Memory required for data: 289997412
I0809 13:12:25.574030 Â 3624 layer_factory.hpp:77] Creating layer pool2
I0809 13:12:25.574043 Â 3624 net.cpp:84] Creating Layer pool2
I0809 13:12:25.574050 Â 3624 net.cpp:406] pool2 <- norm2
I0809 13:12:25.574060 Â 3624 net.cpp:380] pool2 -> pool2
I0809 13:12:25.574075 Â 3624 net.cpp:122] Setting up pool2
I0809 13:12:25.574084 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.574091 Â 3624 net.cpp:137] Memory required for data: 304743012
I0809 13:12:25.574100 Â 3624 layer_factory.hpp:77] Creating layer pool2_pool2_0_split
I0809 13:12:25.574116 Â 3624 net.cpp:84] Creating Layer pool2_pool2_0_split
I0809 13:12:25.574124 Â 3624 net.cpp:406] pool2_pool2_0_split <- pool2
I0809 13:12:25.574134 Â 3624 net.cpp:380] pool2_pool2_0_split -> pool2_pool2_0_split_0
I0809 13:12:25.574151 Â 3624 net.cpp:380] pool2_pool2_0_split -> pool2_pool2_0_split_1
I0809 13:12:25.574164 Â 3624 net.cpp:380] pool2_pool2_0_split -> pool2_pool2_0_split_2
I0809 13:12:25.574177 Â 3624 net.cpp:380] pool2_pool2_0_split -> pool2_pool2_0_split_3
I0809 13:12:25.574190 Â 3624 net.cpp:122] Setting up pool2_pool2_0_split
I0809 13:12:25.574200 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.574209 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.574218 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.574226 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.574234 Â 3624 net.cpp:137] Memory required for data: 363725412
I0809 13:12:25.574241 Â 3624 layer_factory.hpp:77] Creating layer icp1_reduction1
I0809 13:12:25.574259 Â 3624 net.cpp:84] Creating Layer icp1_reduction1
I0809 13:12:25.574267 Â 3624 net.cpp:406] icp1_reduction1 <- pool2_pool2_0_split_0
I0809 13:12:25.574280 Â 3624 net.cpp:380] icp1_reduction1 -> icp1_reduction1
I0809 13:12:25.574645 Â 3624 net.cpp:122] Setting up icp1_reduction1
I0809 13:12:25.574681 Â 3624 net.cpp:129] Top shape: 1 96 120 160 (1843200)
I0809 13:12:25.574689 Â 3624 net.cpp:137] Memory required for data: 371098212
I0809 13:12:25.574702 Â 3624 layer_factory.hpp:77] Creating layer relu_icp1_reduction1
I0809 13:12:25.574729 Â 3624 net.cpp:84] Creating Layer relu_icp1_reduction1
I0809 13:12:25.574739 Â 3624 net.cpp:406] relu_icp1_reduction1 <- icp1_reduction1
I0809 13:12:25.574767 Â 3624 net.cpp:367] relu_icp1_reduction1 -> icp1_reduction1 (in-place)
I0809 13:12:25.574782 Â 3624 net.cpp:122] Setting up relu_icp1_reduction1
I0809 13:12:25.574806 Â 3624 net.cpp:129] Top shape: 1 96 120 160 (1843200)
I0809 13:12:25.574815 Â 3624 net.cpp:137] Memory required for data: 378471012
I0809 13:12:25.574822 Â 3624 layer_factory.hpp:77] Creating layer icp1_reduction2
I0809 13:12:25.574851 Â 3624 net.cpp:84] Creating Layer icp1_reduction2
I0809 13:12:25.574861 Â 3624 net.cpp:406] icp1_reduction2 <- pool2_pool2_0_split_1
I0809 13:12:25.574887 Â 3624 net.cpp:380] icp1_reduction2 -> icp1_reduction2
I0809 13:12:25.574972 Â 3624 net.cpp:122] Setting up icp1_reduction2
I0809 13:12:25.575001 Â 3624 net.cpp:129] Top shape: 1 16 120 160 (307200)
I0809 13:12:25.575009 Â 3624 net.cpp:137] Memory required for data: 379699812
I0809 13:12:25.575026 Â 3624 layer_factory.hpp:77] Creating layer relu_icp1_reduction2
I0809 13:12:25.575037 Â 3624 net.cpp:84] Creating Layer relu_icp1_reduction2
I0809 13:12:25.575047 Â 3624 net.cpp:406] relu_icp1_reduction2 <- icp1_reduction2
I0809 13:12:25.575057 Â 3624 net.cpp:367] relu_icp1_reduction2 -> icp1_reduction2 (in-place)
I0809 13:12:25.575067 Â 3624 net.cpp:122] Setting up relu_icp1_reduction2
I0809 13:12:25.575076 Â 3624 net.cpp:129] Top shape: 1 16 120 160 (307200)
I0809 13:12:25.575083 Â 3624 net.cpp:137] Memory required for data: 380928612
I0809 13:12:25.575090 Â 3624 layer_factory.hpp:77] Creating layer icp1_pool
I0809 13:12:25.575103 Â 3624 net.cpp:84] Creating Layer icp1_pool
I0809 13:12:25.575111 Â 3624 net.cpp:406] icp1_pool <- pool2_pool2_0_split_2
I0809 13:12:25.575121 Â 3624 net.cpp:380] icp1_pool -> icp1_pool
I0809 13:12:25.575136 Â 3624 net.cpp:122] Setting up icp1_pool
I0809 13:12:25.575146 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.575153 Â 3624 net.cpp:137] Memory required for data: 395674212
I0809 13:12:25.575160 Â 3624 layer_factory.hpp:77] Creating layer icp1_out0
I0809 13:12:25.575175 Â 3624 net.cpp:84] Creating Layer icp1_out0
I0809 13:12:25.575183 Â 3624 net.cpp:406] icp1_out0 <- pool2_pool2_0_split_3
I0809 13:12:25.575199 Â 3624 net.cpp:380] icp1_out0 -> icp1_out0
I0809 13:12:25.575389 Â 3624 net.cpp:122] Setting up icp1_out0
I0809 13:12:25.575428 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.575470 Â 3624 net.cpp:137] Memory required for data: 400589412
I0809 13:12:25.575484 Â 3624 layer_factory.hpp:77] Creating layer relu_icp1_out0
I0809 13:12:25.575496 Â 3624 net.cpp:84] Creating Layer relu_icp1_out0
I0809 13:12:25.575521 Â 3624 net.cpp:406] relu_icp1_out0 <- icp1_out0
I0809 13:12:25.575538 Â 3624 net.cpp:367] relu_icp1_out0 -> icp1_out0 (in-place)
I0809 13:12:25.575567 Â 3624 net.cpp:122] Setting up relu_icp1_out0
I0809 13:12:25.575578 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.575600 Â 3624 net.cpp:137] Memory required for data: 405504612
I0809 13:12:25.575609 Â 3624 layer_factory.hpp:77] Creating layer icp1_out1
I0809 13:12:25.575626 Â 3624 net.cpp:84] Creating Layer icp1_out1
I0809 13:12:25.575650 Â 3624 net.cpp:406] icp1_out1 <- icp1_reduction1
I0809 13:12:25.575662 Â 3624 net.cpp:380] icp1_out1 -> icp1_out1
I0809 13:12:25.577116 Â 3624 net.cpp:122] Setting up icp1_out1
I0809 13:12:25.577173 Â 3624 net.cpp:129] Top shape: 1 128 120 160 (2457600)
I0809 13:12:25.577181 Â 3624 net.cpp:137] Memory required for data: 415335012
I0809 13:12:25.577227 Â 3624 layer_factory.hpp:77] Creating layer relu_icp1_out1
I0809 13:12:25.577258 Â 3624 net.cpp:84] Creating Layer relu_icp1_out1
I0809 13:12:25.577288 Â 3624 net.cpp:406] relu_icp1_out1 <- icp1_out1
I0809 13:12:25.577307 Â 3624 net.cpp:367] relu_icp1_out1 -> icp1_out1 (in-place)
I0809 13:12:25.577354 Â 3624 net.cpp:122] Setting up relu_icp1_out1
I0809 13:12:25.577366 Â 3624 net.cpp:129] Top shape: 1 128 120 160 (2457600)
I0809 13:12:25.577374 Â 3624 net.cpp:137] Memory required for data: 425165412
I0809 13:12:25.577381 Â 3624 layer_factory.hpp:77] Creating layer icp1_out2
I0809 13:12:25.577401 Â 3624 net.cpp:84] Creating Layer icp1_out2
I0809 13:12:25.577430 Â 3624 net.cpp:406] icp1_out2 <- icp1_reduction2
I0809 13:12:25.577457 Â 3624 net.cpp:380] icp1_out2 -> icp1_out2
I0809 13:12:25.578202 Â 3624 net.cpp:122] Setting up icp1_out2
I0809 13:12:25.578274 Â 3624 net.cpp:129] Top shape: 1 32 120 160 (614400)
I0809 13:12:25.578284 Â 3624 net.cpp:137] Memory required for data: 427623012
I0809 13:12:25.578320 Â 3624 layer_factory.hpp:77] Creating layer relu_icp1_out2
I0809 13:12:25.578344 Â 3624 net.cpp:84] Creating Layer relu_icp1_out2
I0809 13:12:25.578374 Â 3624 net.cpp:406] relu_icp1_out2 <- icp1_out2
I0809 13:12:25.578405 Â 3624 net.cpp:367] relu_icp1_out2 -> icp1_out2 (in-place)
I0809 13:12:25.578439 Â 3624 net.cpp:122] Setting up relu_icp1_out2
I0809 13:12:25.578465 Â 3624 net.cpp:129] Top shape: 1 32 120 160 (614400)
I0809 13:12:25.578478 Â 3624 net.cpp:137] Memory required for data: 430080612
I0809 13:12:25.578501 Â 3624 layer_factory.hpp:77] Creating layer icp1_out3
I0809 13:12:25.578519 Â 3624 net.cpp:84] Creating Layer icp1_out3
I0809 13:12:25.578543 Â 3624 net.cpp:406] icp1_out3 <- icp1_pool
I0809 13:12:25.578557 Â 3624 net.cpp:380] icp1_out3 -> icp1_out3
I0809 13:12:25.578737 Â 3624 net.cpp:122] Setting up icp1_out3
I0809 13:12:25.578773 Â 3624 net.cpp:129] Top shape: 1 32 120 160 (614400)
I0809 13:12:25.578780 Â 3624 net.cpp:137] Memory required for data: 432538212
I0809 13:12:25.578835 Â 3624 layer_factory.hpp:77] Creating layer relu_icp1_out3
I0809 13:12:25.578866 Â 3624 net.cpp:84] Creating Layer relu_icp1_out3
I0809 13:12:25.578874 Â 3624 net.cpp:406] relu_icp1_out3 <- icp1_out3
I0809 13:12:25.578902 Â 3624 net.cpp:367] relu_icp1_out3 -> icp1_out3 (in-place)
I0809 13:12:25.578915 Â 3624 net.cpp:122] Setting up relu_icp1_out3
I0809 13:12:25.578940 Â 3624 net.cpp:129] Top shape: 1 32 120 160 (614400)
I0809 13:12:25.578948 Â 3624 net.cpp:137] Memory required for data: 434995812
I0809 13:12:25.578955 Â 3624 layer_factory.hpp:77] Creating layer icp2_in
I0809 13:12:25.578980 Â 3624 net.cpp:84] Creating Layer icp2_in
I0809 13:12:25.578989 Â 3624 net.cpp:406] icp2_in <- icp1_out0
I0809 13:12:25.579027 Â 3624 net.cpp:406] icp2_in <- icp1_out1
I0809 13:12:25.579037 Â 3624 net.cpp:406] icp2_in <- icp1_out2
I0809 13:12:25.579047 Â 3624 net.cpp:406] icp2_in <- icp1_out3
I0809 13:12:25.579074 Â 3624 net.cpp:380] icp2_in -> icp2_in
I0809 13:12:25.579109 Â 3624 net.cpp:122] Setting up icp2_in
I0809 13:12:25.579138 Â 3624 net.cpp:129] Top shape: 1 256 120 160 (4915200)
I0809 13:12:25.579164 Â 3624 net.cpp:137] Memory required for data: 454656612
I0809 13:12:25.579186 Â 3624 layer_factory.hpp:77] Creating layer icp2_in_icp2_in_0_split
I0809 13:12:25.579200 Â 3624 net.cpp:84] Creating Layer icp2_in_icp2_in_0_split
I0809 13:12:25.579213 Â 3624 net.cpp:406] icp2_in_icp2_in_0_split <- icp2_in
I0809 13:12:25.579231 Â 3624 net.cpp:380] icp2_in_icp2_in_0_split -> icp2_in_icp2_in_0_split_0
I0809 13:12:25.579262 Â 3624 net.cpp:380] icp2_in_icp2_in_0_split -> icp2_in_icp2_in_0_split_1
I0809 13:12:25.579277 Â 3624 net.cpp:380] icp2_in_icp2_in_0_split -> icp2_in_icp2_in_0_split_2
I0809 13:12:25.579306 Â 3624 net.cpp:380] icp2_in_icp2_in_0_split -> icp2_in_icp2_in_0_split_3
I0809 13:12:25.579334 Â 3624 net.cpp:122] Setting up icp2_in_icp2_in_0_split
I0809 13:12:25.579365 Â 3624 net.cpp:129] Top shape: 1 256 120 160 (4915200)
I0809 13:12:25.579375 Â 3624 net.cpp:129] Top shape: 1 256 120 160 (4915200)
I0809 13:12:25.579383 Â 3624 net.cpp:129] Top shape: 1 256 120 160 (4915200)
I0809 13:12:25.579392 Â 3624 net.cpp:129] Top shape: 1 256 120 160 (4915200)
I0809 13:12:25.579419 Â 3624 net.cpp:137] Memory required for data: 533299812
I0809 13:12:25.579432 Â 3624 layer_factory.hpp:77] Creating layer icp2_reduction1
I0809 13:12:25.579479 Â 3624 net.cpp:84] Creating Layer icp2_reduction1
I0809 13:12:25.579504 Â 3624 net.cpp:406] icp2_reduction1 <- icp2_in_icp2_in_0_split_0
I0809 13:12:25.579519 Â 3624 net.cpp:380] icp2_reduction1 -> icp2_reduction1
I0809 13:12:25.580039 Â 3624 net.cpp:122] Setting up icp2_reduction1
I0809 13:12:25.580895 Â 3624 net.cpp:129] Top shape: 1 128 120 160 (2457600)
I0809 13:12:25.580935 Â 3624 net.cpp:137] Memory required for data: 543130212
I0809 13:12:25.580951 Â 3624 layer_factory.hpp:77] Creating layer relu_icp2_reduction1
I0809 13:12:25.580981 Â 3624 net.cpp:84] Creating Layer relu_icp2_reduction1
I0809 13:12:25.580991 Â 3624 net.cpp:406] relu_icp2_reduction1 <- icp2_reduction1
I0809 13:12:25.581017 Â 3624 net.cpp:367] relu_icp2_reduction1 -> icp2_reduction1 (in-place)
I0809 13:12:25.581033 Â 3624 net.cpp:122] Setting up relu_icp2_reduction1
I0809 13:12:25.581058 Â 3624 net.cpp:129] Top shape: 1 128 120 160 (2457600)
I0809 13:12:25.581066 Â 3624 net.cpp:137] Memory required for data: 552960612
I0809 13:12:25.581074 Â 3624 layer_factory.hpp:77] Creating layer icp2_reduction2
I0809 13:12:25.581105 Â 3624 net.cpp:84] Creating Layer icp2_reduction2
I0809 13:12:25.581115 Â 3624 net.cpp:406] icp2_reduction2 <- icp2_in_icp2_in_0_split_1
I0809 13:12:25.581142 Â 3624 net.cpp:380] icp2_reduction2 -> icp2_reduction2
I0809 13:12:25.581928 Â 3624 net.cpp:122] Setting up icp2_reduction2
I0809 13:12:25.581996 Â 3624 net.cpp:129] Top shape: 1 32 120 160 (614400)
I0809 13:12:25.582005 Â 3624 net.cpp:137] Memory required for data: 555418212
I0809 13:12:25.582051 Â 3624 layer_factory.hpp:77] Creating layer relu_icp2_reduction2
I0809 13:12:25.582070 Â 3624 net.cpp:84] Creating Layer relu_icp2_reduction2
I0809 13:12:25.582096 Â 3624 net.cpp:406] relu_icp2_reduction2 <- icp2_reduction2
I0809 13:12:25.582113 Â 3624 net.cpp:367] relu_icp2_reduction2 -> icp2_reduction2 (in-place)
I0809 13:12:25.582134 Â 3624 net.cpp:122] Setting up relu_icp2_reduction2
I0809 13:12:25.582147 Â 3624 net.cpp:129] Top shape: 1 32 120 160 (614400)
I0809 13:12:25.582159 Â 3624 net.cpp:137] Memory required for data: 557875812
I0809 13:12:25.582170 Â 3624 layer_factory.hpp:77] Creating layer icp2_pool
I0809 13:12:25.582186 Â 3624 net.cpp:84] Creating Layer icp2_pool
I0809 13:12:25.582211 Â 3624 net.cpp:406] icp2_pool <- icp2_in_icp2_in_0_split_2
I0809 13:12:25.582226 Â 3624 net.cpp:380] icp2_pool -> icp2_pool
I0809 13:12:25.582250 Â 3624 net.cpp:122] Setting up icp2_pool
I0809 13:12:25.582263 Â 3624 net.cpp:129] Top shape: 1 256 120 160 (4915200)
I0809 13:12:25.582276 Â 3624 net.cpp:137] Memory required for data: 577536612
I0809 13:12:25.582288 Â 3624 layer_factory.hpp:77] Creating layer icp2_out0
I0809 13:12:25.582311 Â 3624 net.cpp:84] Creating Layer icp2_out0
I0809 13:12:25.582336 Â 3624 net.cpp:406] icp2_out0 <- icp2_in_icp2_in_0_split_3
I0809 13:12:25.582351 Â 3624 net.cpp:380] icp2_out0 -> icp2_out0
I0809 13:12:25.583084 Â 3624 net.cpp:122] Setting up icp2_out0
I0809 13:12:25.583168 Â 3624 net.cpp:129] Top shape: 1 128 120 160 (2457600)
I0809 13:12:25.583176 Â 3624 net.cpp:137] Memory required for data: 587367012
I0809 13:12:25.583194 Â 3624 layer_factory.hpp:77] Creating layer relu_icp2_out0
I0809 13:12:25.583215 Â 3624 net.cpp:84] Creating Layer relu_icp2_out0
I0809 13:12:25.583228 Â 3624 net.cpp:406] relu_icp2_out0 <- icp2_out0
I0809 13:12:25.583245 Â 3624 net.cpp:367] relu_icp2_out0 -> icp2_out0 (in-place)
I0809 13:12:25.583281 Â 3624 net.cpp:122] Setting up relu_icp2_out0
I0809 13:12:25.583292 Â 3624 net.cpp:129] Top shape: 1 128 120 160 (2457600)
I0809 13:12:25.583298 Â 3624 net.cpp:137] Memory required for data: 597197412
I0809 13:12:25.583309 Â 3624 layer_factory.hpp:77] Creating layer icp2_out1
I0809 13:12:25.583328 Â 3624 net.cpp:84] Creating Layer icp2_out1
I0809 13:12:25.583353 Â 3624 net.cpp:406] icp2_out1 <- icp2_reduction1
I0809 13:12:25.583387 Â 3624 net.cpp:380] icp2_out1 -> icp2_out1
I0809 13:12:25.587761 Â 3624 net.cpp:122] Setting up icp2_out1
I0809 13:12:25.587841 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.587854 Â 3624 net.cpp:137] Memory required for data: 611943012
I0809 13:12:25.587877 Â 3624 layer_factory.hpp:77] Creating layer relu_icp2_out1
I0809 13:12:25.587904 Â 3624 net.cpp:84] Creating Layer relu_icp2_out1
I0809 13:12:25.587921 Â 3624 net.cpp:406] relu_icp2_out1 <- icp2_out1
I0809 13:12:25.587941 Â 3624 net.cpp:367] relu_icp2_out1 -> icp2_out1 (in-place)
I0809 13:12:25.587965 Â 3624 net.cpp:122] Setting up relu_icp2_out1
I0809 13:12:25.587996 Â 3624 net.cpp:129] Top shape: 1 192 120 160 (3686400)
I0809 13:12:25.588011 Â 3624 net.cpp:137] Memory required for data: 626688612
I0809 13:12:25.588021 Â 3624 layer_factory.hpp:77] Creating layer icp2_out2
I0809 13:12:25.588045 Â 3624 net.cpp:84] Creating Layer icp2_out2
I0809 13:12:25.588057 Â 3624 net.cpp:406] icp2_out2 <- icp2_reduction2
I0809 13:12:25.588074 Â 3624 net.cpp:380] icp2_out2 -> icp2_out2
I0809 13:12:25.590291 Â 3624 net.cpp:122] Setting up icp2_out2
I0809 13:12:25.590667 Â 3624 net.cpp:129] Top shape: 1 96 120 160 (1843200)
I0809 13:12:25.590679 Â 3624 net.cpp:137] Memory required for data: 634061412
I0809 13:12:25.590695 Â 3624 layer_factory.hpp:77] Creating layer relu_icp2_out2
I0809 13:12:25.590710 Â 3624 net.cpp:84] Creating Layer relu_icp2_out2
I0809 13:12:25.590721 Â 3624 net.cpp:406] relu_icp2_out2 <- icp2_out2
I0809 13:12:25.590750 Â 3624 net.cpp:367] relu_icp2_out2 -> icp2_out2 (in-place)
I0809 13:12:25.590770 Â 3624 net.cpp:122] Setting up relu_icp2_out2
I0809 13:12:25.590814 Â 3624 net.cpp:129] Top shape: 1 96 120 160 (1843200)
I0809 13:12:25.590822 Â 3624 net.cpp:137] Memory required for data: 641434212
I0809 13:12:25.590872 Â 3624 layer_factory.hpp:77] Creating layer icp2_out3
I0809 13:12:25.590898 Â 3624 net.cpp:84] Creating Layer icp2_out3
I0809 13:12:25.590936 Â 3624 net.cpp:406] icp2_out3 <- icp2_pool
I0809 13:12:25.590968 Â 3624 net.cpp:380] icp2_out3 -> icp2_out3
I0809 13:12:25.591259 Â 3624 net.cpp:122] Setting up icp2_out3
I0809 13:12:25.591295 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.591302 Â 3624 net.cpp:137] Memory required for data: 646349412
I0809 13:12:25.591315 Â 3624 layer_factory.hpp:77] Creating layer relu_icp2_out3
I0809 13:12:25.591325 Â 3624 net.cpp:84] Creating Layer relu_icp2_out3
I0809 13:12:25.591333 Â 3624 net.cpp:406] relu_icp2_out3 <- icp2_out3
I0809 13:12:25.591346 Â 3624 net.cpp:367] relu_icp2_out3 -> icp2_out3 (in-place)
I0809 13:12:25.591358 Â 3624 net.cpp:122] Setting up relu_icp2_out3
I0809 13:12:25.591368 Â 3624 net.cpp:129] Top shape: 1 64 120 160 (1228800)
I0809 13:12:25.591393 Â 3624 net.cpp:137] Memory required for data: 651264612
I0809 13:12:25.591401 Â 3624 layer_factory.hpp:77] Creating layer icp2_out
I0809 13:12:25.591425 Â 3624 net.cpp:84] Creating Layer icp2_out
I0809 13:12:25.591436 Â 3624 net.cpp:406] icp2_out <- icp2_out0
I0809 13:12:25.591445 Â 3624 net.cpp:406] icp2_out <- icp2_out1
I0809 13:12:25.591454 Â 3624 net.cpp:406] icp2_out <- icp2_out2
I0809 13:12:25.591466 Â 3624 net.cpp:406] icp2_out <- icp2_out3
I0809 13:12:25.591480 Â 3624 net.cpp:380] icp2_out -> icp2_out
I0809 13:12:25.591493 Â 3624 net.cpp:122] Setting up icp2_out
I0809 13:12:25.591506 Â 3624 net.cpp:129] Top shape: 1 480 120 160 (9216000)
I0809 13:12:25.591513 Â 3624 net.cpp:137] Memory required for data: 688128612
I0809 13:12:25.591521 Â 3624 layer_factory.hpp:77] Creating layer icp3_in
I0809 13:12:25.591538 Â 3624 net.cpp:84] Creating Layer icp3_in
I0809 13:12:25.591549 Â 3624 net.cpp:406] icp3_in <- icp2_out
I0809 13:12:25.591560 Â 3624 net.cpp:380] icp3_in -> icp3_in
I0809 13:12:25.591583 Â 3624 net.cpp:122] Setting up icp3_in
I0809 13:12:25.591610 Â 3624 net.cpp:129] Top shape: 1 480 60 80 (2304000)
I0809 13:12:25.591619 Â 3624 net.cpp:137] Memory required for data: 697344612
I0809 13:12:25.591626 Â 3624 layer_factory.hpp:77] Creating layer icp3_in_icp3_in_0_split
I0809 13:12:25.591637 Â 3624 net.cpp:84] Creating Layer icp3_in_icp3_in_0_split
I0809 13:12:25.591646 Â 3624 net.cpp:406] icp3_in_icp3_in_0_split <- icp3_in
I0809 13:12:25.591665 Â 3624 net.cpp:380] icp3_in_icp3_in_0_split -> icp3_in_icp3_in_0_split_0
I0809 13:12:25.591681 Â 3624 net.cpp:380] icp3_in_icp3_in_0_split -> icp3_in_icp3_in_0_split_1
I0809 13:12:25.591693 Â 3624 net.cpp:380] icp3_in_icp3_in_0_split -> icp3_in_icp3_in_0_split_2
I0809 13:12:25.591709 Â 3624 net.cpp:380] icp3_in_icp3_in_0_split -> icp3_in_icp3_in_0_split_3
I0809 13:12:25.591725 Â 3624 net.cpp:122] Setting up icp3_in_icp3_in_0_split
I0809 13:12:25.591738 Â 3624 net.cpp:129] Top shape: 1 480 60 80 (2304000)
I0809 13:12:25.591747 Â 3624 net.cpp:129] Top shape: 1 480 60 80 (2304000)
I0809 13:12:25.591756 Â 3624 net.cpp:129] Top shape: 1 480 60 80 (2304000)
I0809 13:12:25.591768 Â 3624 net.cpp:129] Top shape: 1 480 60 80 (2304000)
I0809 13:12:25.591775 Â 3624 net.cpp:137] Memory required for data: 734208612
I0809 13:12:25.591783 Â 3624 layer_factory.hpp:77] Creating layer icp3_reduction1
I0809 13:12:25.591800 Â 3624 net.cpp:84] Creating Layer icp3_reduction1
I0809 13:12:25.591809 Â 3624 net.cpp:406] icp3_reduction1 <- icp3_in_icp3_in_0_split_0
I0809 13:12:25.591823 Â 3624 net.cpp:380] icp3_reduction1 -> icp3_reduction1
I0809 13:12:25.592313 Â 3624 net.cpp:122] Setting up icp3_reduction1
I0809 13:12:25.592347 Â 3624 net.cpp:129] Top shape: 1 96 60 80 (460800)
I0809 13:12:25.592356 Â 3624 net.cpp:137] Memory required for data: 736051812
I0809 13:12:25.592370 Â 3624 layer_factory.hpp:77] Creating layer relu_icp3_reduction1
I0809 13:12:25.592384 Â 3624 net.cpp:84] Creating Layer relu_icp3_reduction1
I0809 13:12:25.592393 Â 3624 net.cpp:406] relu_icp3_reduction1 <- icp3_reduction1
I0809 13:12:25.592406 Â 3624 net.cpp:367] relu_icp3_reduction1 -> icp3_reduction1 (in-place)
I0809 13:12:25.592420 Â 3624 net.cpp:122] Setting up relu_icp3_reduction1
I0809 13:12:25.592430 Â 3624 net.cpp:129] Top shape: 1 96 60 80 (460800)
I0809 13:12:25.592437 Â 3624 net.cpp:137] Memory required for data: 737895012
I0809 13:12:25.592444 Â 3624 layer_factory.hpp:77] Creating layer icp3_reduction2
I0809 13:12:25.592463 Â 3624 net.cpp:84] Creating Layer icp3_reduction2
I0809 13:12:25.592471 Â 3624 net.cpp:406] icp3_reduction2 <- icp3_in_icp3_in_0_split_1
I0809 13:12:25.592484 Â 3624 net.cpp:380] icp3_reduction2 -> icp3_reduction2
I0809 13:12:25.592597 Â 3624 net.cpp:122] Setting up icp3_reduction2
I0809 13:12:25.592633 Â 3624 net.cpp:129] Top shape: 1 16 60 80 (76800)
I0809 13:12:25.592643 Â 3624 net.cpp:137] Memory required for data: 738202212
I0809 13:12:25.592669 Â 3624 layer_factory.hpp:77] Creating layer relu_icp3_reduction2
I0809 13:12:25.592685 Â 3624 net.cpp:84] Creating Layer relu_icp3_reduction2
I0809 13:12:25.592694 Â 3624 net.cpp:406] relu_icp3_reduction2 <- icp3_reduction2
I0809 13:12:25.592707 Â 3624 net.cpp:367] relu_icp3_reduction2 -> icp3_reduction2 (in-place)
I0809 13:12:25.592720 Â 3624 net.cpp:122] Setting up relu_icp3_reduction2
I0809 13:12:25.592733 Â 3624 net.cpp:129] Top shape: 1 16 60 80 (76800)
I0809 13:12:25.592743 Â 3624 net.cpp:137] Memory required for data: 738509412
I0809 13:12:25.592751 Â 3624 layer_factory.hpp:77] Creating layer icp3_pool
I0809 13:12:25.592764 Â 3624 net.cpp:84] Creating Layer icp3_pool
I0809 13:12:25.592775 Â 3624 net.cpp:406] icp3_pool <- icp3_in_icp3_in_0_split_2
I0809 13:12:25.592787 Â 3624 net.cpp:380] icp3_pool -> icp3_pool
I0809 13:12:25.592808 Â 3624 net.cpp:122] Setting up icp3_pool
I0809 13:12:25.592838 Â 3624 net.cpp:129] Top shape: 1 480 60 80 (2304000)
I0809 13:12:25.592845 Â 3624 net.cpp:137] Memory required for data: 747725412
I0809 13:12:25.592854 Â 3624 layer_factory.hpp:77] Creating layer icp3_out0
I0809 13:12:25.592867 Â 3624 net.cpp:84] Creating Layer icp3_out0
I0809 13:12:25.592875 Â 3624 net.cpp:406] icp3_out0 <- icp3_in_icp3_in_0_split_3
I0809 13:12:25.592891 Â 3624 net.cpp:380] icp3_out0 -> icp3_out0
I0809 13:12:25.593799 Â 3624 net.cpp:122] Setting up icp3_out0
I0809 13:12:25.593951 Â 3624 net.cpp:129] Top shape: 1 192 60 80 (921600)
I0809 13:12:25.593963 Â 3624 net.cpp:137] Memory required for data: 751411812
I0809 13:12:25.594000 Â 3624 layer_factory.hpp:77] Creating layer relu_icp3_out0
I0809 13:12:25.594024 Â 3624 net.cpp:84] Creating Layer relu_icp3_out0
I0809 13:12:25.594069 Â 3624 net.cpp:406] relu_icp3_out0 <- icp3_out0
I0809 13:12:25.594092 Â 3624 net.cpp:367] relu_icp3_out0 -> icp3_out0 (in-place)
I0809 13:12:25.594110 Â 3624 net.cpp:122] Setting up relu_icp3_out0
I0809 13:12:25.594120 Â 3624 net.cpp:129] Top shape: 1 192 60 80 (921600)
I0809 13:12:25.594127 Â 3624 net.cpp:137] Memory required for data: 755098212
I0809 13:12:25.594135 Â 3624 layer_factory.hpp:77] Creating layer icp3_out1
I0809 13:12:25.594161 Â 3624 net.cpp:84] Creating Layer icp3_out1
I0809 13:12:25.594174 Â 3624 net.cpp:406] icp3_out1 <- icp3_reduction1
I0809 13:12:25.594190 Â 3624 net.cpp:380] icp3_out1 -> icp3_out1
I0809 13:12:25.597784 Â 3624 net.cpp:122] Setting up icp3_out1
I0809 13:12:25.597893 Â 3624 net.cpp:129] Top shape: 1 208 60 80 (998400)
I0809 13:12:25.597940 Â 3624 net.cpp:137] Memory required for data: 759091812
I0809 13:12:25.597959 Â 3624 layer_factory.hpp:77] Creating layer relu_icp3_out1
I0809 13:12:25.597993 Â 3624 net.cpp:84] Creating Layer relu_icp3_out1
I0809 13:12:25.598033 Â 3624 net.cpp:406] relu_icp3_out1 <- icp3_out1
I0809 13:12:25.598047 Â 3624 net.cpp:367] relu_icp3_out1 -> icp3_out1 (in-place)
I0809 13:12:25.598078 Â 3624 net.cpp:122] Setting up relu_icp3_out1
I0809 13:12:25.598088 Â 3624 net.cpp:129] Top shape: 1 208 60 80 (998400)
I0809 13:12:25.598109 Â 3624 net.cpp:137] Memory required for data: 763085412
I0809 13:12:25.598117 Â 3624 layer_factory.hpp:77] Creating layer icp3_out2
I0809 13:12:25.598134 Â 3624 net.cpp:84] Creating Layer icp3_out2
I0809 13:12:25.598158 Â 3624 net.cpp:406] icp3_out2 <- icp3_reduction2
I0809 13:12:25.598173 Â 3624 net.cpp:380] icp3_out2 -> icp3_out2
I0809 13:12:25.598564 Â 3624 net.cpp:122] Setting up icp3_out2
I0809 13:12:25.598629 Â 3624 net.cpp:129] Top shape: 1 48 60 80 (230400)
I0809 13:12:25.598639 Â 3624 net.cpp:137] Memory required for data: 764007012
I0809 13:12:25.598654 Â 3624 layer_factory.hpp:77] Creating layer relu_icp3_out2
I0809 13:12:25.598685 Â 3624 net.cpp:84] Creating Layer relu_icp3_out2
I0809 13:12:25.598695 Â 3624 net.cpp:406] relu_icp3_out2 <- icp3_out2
I0809 13:12:25.598721 Â 3624 net.cpp:367] relu_icp3_out2 -> icp3_out2 (in-place)
I0809 13:12:25.598733 Â 3624 net.cpp:122] Setting up relu_icp3_out2
I0809 13:12:25.598758 Â 3624 net.cpp:129] Top shape: 1 48 60 80 (230400)
I0809 13:12:25.598767 Â 3624 net.cpp:137] Memory required for data: 764928612
I0809 13:12:25.598774 Â 3624 layer_factory.hpp:77] Creating layer icp3_out3
I0809 13:12:25.598803 Â 3624 net.cpp:84] Creating Layer icp3_out3
I0809 13:12:25.598815 Â 3624 net.cpp:406] icp3_out3 <- icp3_pool
I0809 13:12:25.598845 Â 3624 net.cpp:380] icp3_out3 -> icp3_out3
I0809 13:12:25.599194 Â 3624 net.cpp:122] Setting up icp3_out3
I0809 13:12:25.599232 Â 3624 net.cpp:129] Top shape: 1 64 60 80 (307200)
I0809 13:12:25.599241 Â 3624 net.cpp:137] Memory required for data: 766157412
I0809 13:12:25.599253 Â 3624 layer_factory.hpp:77] Creating layer relu_icp3_out3
I0809 13:12:25.599267 Â 3624 net.cpp:84] Creating Layer relu_icp3_out3
I0809 13:12:25.599279 Â 3624 net.cpp:406] relu_icp3_out3 <- icp3_out3
I0809 13:12:25.599292 Â 3624 net.cpp:367] relu_icp3_out3 -> icp3_out3 (in-place)
I0809 13:12:25.599303 Â 3624 net.cpp:122] Setting up relu_icp3_out3
I0809 13:12:25.599313 Â 3624 net.cpp:129] Top shape: 1 64 60 80 (307200)
I0809 13:12:25.599323 Â 3624 net.cpp:137] Memory required for data: 767386212
I0809 13:12:25.599330 Â 3624 layer_factory.hpp:77] Creating layer icp4_in
I0809 13:12:25.599340 Â 3624 net.cpp:84] Creating Layer icp4_in
I0809 13:12:25.599351 Â 3624 net.cpp:406] icp4_in <- icp3_out0
I0809 13:12:25.599362 Â 3624 net.cpp:406] icp4_in <- icp3_out1
I0809 13:12:25.599371 Â 3624 net.cpp:406] icp4_in <- icp3_out2
I0809 13:12:25.599380 Â 3624 net.cpp:406] icp4_in <- icp3_out3
I0809 13:12:25.599395 Â 3624 net.cpp:380] icp4_in -> icp4_in
I0809 13:12:25.599408 Â 3624 net.cpp:122] Setting up icp4_in
I0809 13:12:25.599421 Â 3624 net.cpp:129] Top shape: 1 512 60 80 (2457600)
I0809 13:12:25.599428 Â 3624 net.cpp:137] Memory required for data: 777216612
I0809 13:12:25.599436 Â 3624 layer_factory.hpp:77] Creating layer lstm1
I0809 13:12:25.599450 Â 3624 net.cpp:84] Creating Layer lstm1
I0809 13:12:25.599458 Â 3624 net.cpp:406] lstm1 <- icp4_in
I0809 13:12:25.599467 Â 3624 net.cpp:406] lstm1 <- clip_input_0_split_0
I0809 13:12:25.599483 Â 3624 net.cpp:380] lstm1 -> lstm1
I0809 13:12:25.599498 Â 3624 recurrent_layer.cpp:20] Initializing recurrent layer: assuming input batch contains 1 timesteps of 512 independent streams.
F0809 13:12:25.599516 Â 3624 recurrent_layer.cpp:26] Check failed: N_ == bottom[1]->shape(1) (512 vs. 51)Â
*** Check failure stack trace: ***
Aborted (core dumped)