trying.sh: command not found
I0522 17:33:03.098721 Â 4784 caffe.cpp:185] Using GPUs 0
I0522 17:33:03.108016 Â 4784 caffe.cpp:190] GPU 0: GeForce GTX 980 Ti
I0522 17:33:03.233537 Â 4784 solver.cpp:48] Initializing solver from parameters:Â
test_iter: 2
test_interval: 100
base_lr: 0.001
display: 20
max_iter: 100000
lr_policy: "fixed"
momentum: 0.9
snapshot: 5000
snapshot_prefix: "/home/menglin/caffe-master/menglin_try/snapshot/"
solver_mode: GPU
device_id: 0
net: "menglin_try/cardata_resnet.prototxt"
momentum2: 0.999
type: "Adam"
I0522 17:33:03.233652 Â 4784 solver.cpp:91] Creating training net from net file: menglin_try/cardata_resnet.prototxt
I0522 17:33:03.234083 Â 4784 net.cpp:313] The NetState phase (0) differed from the phase (1) specified by a rule in layer data
I0522 17:33:03.234199 Â 4784 net.cpp:49] Initializing net from parameters:Â
name: "mengNet"
state {
 phase: TRAIN
}
layer {
 name: "data"
 type: "HDF5Data"
 top: "data"
 top: "label"
 include {
  phase: TRAIN
 }
 hdf5_data_param {
  source: "/home/menglin/caffe-master/menglin_try/train.txt"
  batch_size: 500
 }
}
layer {
 name: "conv1"
 type: "Convolution"
 bottom: "data"
 top: "conv1"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  kernel_size: 31
  stride: 7
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res1/bn1"
 type: "BatchNorm"
 bottom: "conv1"
 top: "res1/bn1"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res1/relu1"
 type: "ReLU"
 bottom: "res1/bn1"
 top: "res1/bn1"
}
layer {
 name: "res1/conv1"
 type: "Convolution"
 bottom: "res1/bn1"
 top: "res1/conv1"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 2
  kernel_size: 5
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res1/bn2"
 type: "BatchNorm"
 bottom: "res1/conv1"
 top: "res1/bn2"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res1/relu2"
 type: "ReLU"
 bottom: "res1/bn2"
 top: "res1/bn2"
}
layer {
 name: "res1/conv2"
 type: "Convolution"
 bottom: "res1/bn2"
 top: "res1/conv2"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 2
  kernel_size: 5
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res1/elt"
 type: "Eltwise"
 bottom: "res1/conv2"
 bottom: "conv1"
 top: "res1/elt"
}
layer {
 name: "pool1"
 type: "Pooling"
 bottom: "res1/elt"
 top: "pool1"
 pooling_param {
  pool: MAX
  kernel_size: 4
  stride: 2
 }
}
layer {
 name: "res2/bn1"
 type: "BatchNorm"
 bottom: "pool1"
 top: "res2/bn1"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res2/relu1"
 type: "ReLU"
 bottom: "res2/bn1"
 top: "res2/bn1"
}
layer {
 name: "res2/conv1"
 type: "Convolution"
 bottom: "res2/bn1"
 top: "res2/conv1"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 3
  kernel_size: 7
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res2/bn2"
 type: "BatchNorm"
 bottom: "res2/conv1"
 top: "res2/bn2"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res2/relu2"
 type: "ReLU"
 bottom: "res2/bn2"
 top: "res2/bn2"
}
layer {
 name: "res2/conv2"
 type: "Convolution"
 bottom: "res2/bn2"
 top: "res2/conv2"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 3
  kernel_size: 7
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res2/elt"
 type: "Eltwise"
 bottom: "res2/conv2"
 bottom: "pool1"
 top: "res2/elt"
}
layer {
 name: "pool2"
 type: "Pooling"
 bottom: "res2/elt"
 top: "pool2"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 2
 }
}
layer {
 name: "ip1"
 type: "InnerProduct"
 bottom: "pool2"
 top: "ip1"
 param {
  lr_mult: 1
  decay_mult: 1
 }
 param {
  lr_mult: 1
  decay_mult: 0
 }
 inner_product_param {
  num_output: 1000
  weight_filler {
   type: "gaussian"
   std: 0.01
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "bn5"
 type: "BatchNorm"
 bottom: "ip1"
 top: "bn5"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "relu4"
 type: "ReLU"
 bottom: "bn5"
 top: "bn5"
}
layer {
 name: "ip2"
 type: "InnerProduct"
 bottom: "bn5"
 top: "ip2"
 inner_product_param {
  num_output: 5
  weight_filler {
   type: "gaussian"
   std: 0.01
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "accuracy"
 type: "Accuracy"
 bottom: "ip2"
 bottom: "label"
 top: "accuracy"
}
layer {
 name: "loss"
 type: "SoftmaxWithLoss"
 bottom: "ip2"
 bottom: "label"
 top: "loss"
}
I0522 17:33:03.234318 Â 4784 layer_factory.hpp:77] Creating layer data
I0522 17:33:03.234339 Â 4784 net.cpp:91] Creating Layer data
I0522 17:33:03.234344 Â 4784 net.cpp:399] data -> data
I0522 17:33:03.234385 Â 4784 net.cpp:399] data -> label
I0522 17:33:03.234407 Â 4784 hdf5_data_layer.cpp:79] Loading list of HDF5 filenames from: /home/menglin/caffe-master/menglin_try/train.txt
I0522 17:33:03.234431 Â 4784 hdf5_data_layer.cpp:93] Number of HDF5 files: 1
I0522 17:33:03.234949 Â 4784 hdf5.cpp:32] Datatype class: H5T_FLOAT
I0522 17:33:05.712553 Â 4784 net.cpp:141] Setting up data
I0522 17:33:05.712596 Â 4784 net.cpp:148] Top shape: 500 3 255 255 (97537500)
I0522 17:33:05.712600 Â 4784 net.cpp:148] Top shape: 500 1 (500)
I0522 17:33:05.712602 Â 4784 net.cpp:156] Memory required for data: 390152000
I0522 17:33:05.712609 Â 4784 layer_factory.hpp:77] Creating layer label_data_1_split
I0522 17:33:05.712628 Â 4784 net.cpp:91] Creating Layer label_data_1_split
I0522 17:33:05.712633 Â 4784 net.cpp:425] label_data_1_split <- label
I0522 17:33:05.712641 Â 4784 net.cpp:399] label_data_1_split -> label_data_1_split_0
I0522 17:33:05.712658 Â 4784 net.cpp:399] label_data_1_split -> label_data_1_split_1
I0522 17:33:05.712679 Â 4784 net.cpp:141] Setting up label_data_1_split
I0522 17:33:05.712684 Â 4784 net.cpp:148] Top shape: 500 1 (500)
I0522 17:33:05.712687 Â 4784 net.cpp:148] Top shape: 500 1 (500)
I0522 17:33:05.712688 Â 4784 net.cpp:156] Memory required for data: 390156000
I0522 17:33:05.712690 Â 4784 layer_factory.hpp:77] Creating layer conv1
I0522 17:33:05.712716 Â 4784 net.cpp:91] Creating Layer conv1
I0522 17:33:05.712719 Â 4784 net.cpp:425] conv1 <- data
I0522 17:33:05.712733 Â 4784 net.cpp:399] conv1 -> conv1
I0522 17:33:05.715376 Â 4784 net.cpp:141] Setting up conv1
I0522 17:33:05.715385 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.715389 Â 4784 net.cpp:156] Memory required for data: 459852000
I0522 17:33:05.715396 Â 4784 layer_factory.hpp:77] Creating layer conv1_conv1_0_split
I0522 17:33:05.715400 Â 4784 net.cpp:91] Creating Layer conv1_conv1_0_split
I0522 17:33:05.715404 Â 4784 net.cpp:425] conv1_conv1_0_split <- conv1
I0522 17:33:05.715416 Â 4784 net.cpp:399] conv1_conv1_0_split -> conv1_conv1_0_split_0
I0522 17:33:05.715421 Â 4784 net.cpp:399] conv1_conv1_0_split -> conv1_conv1_0_split_1
I0522 17:33:05.715440 Â 4784 net.cpp:141] Setting up conv1_conv1_0_split
I0522 17:33:05.715445 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.715456 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.715458 Â 4784 net.cpp:156] Memory required for data: 599244000
I0522 17:33:05.715461 Â 4784 layer_factory.hpp:77] Creating layer res1/bn1
I0522 17:33:05.715478 Â 4784 net.cpp:91] Creating Layer res1/bn1
I0522 17:33:05.715481 Â 4784 net.cpp:425] res1/bn1 <- conv1_conv1_0_split_0
I0522 17:33:05.715492 Â 4784 net.cpp:399] res1/bn1 -> res1/bn1
I0522 17:33:05.715849 Â 4784 net.cpp:141] Setting up res1/bn1
I0522 17:33:05.715857 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.715859 Â 4784 net.cpp:156] Memory required for data: 668940000
I0522 17:33:05.715867 Â 4784 layer_factory.hpp:77] Creating layer res1/relu1
I0522 17:33:05.715870 Â 4784 net.cpp:91] Creating Layer res1/relu1
I0522 17:33:05.715873 Â 4784 net.cpp:425] res1/relu1 <- res1/bn1
I0522 17:33:05.715886 Â 4784 net.cpp:386] res1/relu1 -> res1/bn1 (in-place)
I0522 17:33:05.715890 Â 4784 net.cpp:141] Setting up res1/relu1
I0522 17:33:05.715893 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.715895 Â 4784 net.cpp:156] Memory required for data: 738636000
I0522 17:33:05.715898 Â 4784 layer_factory.hpp:77] Creating layer res1/conv1
I0522 17:33:05.715903 Â 4784 net.cpp:91] Creating Layer res1/conv1
I0522 17:33:05.715905 Â 4784 net.cpp:425] res1/conv1 <- res1/bn1
I0522 17:33:05.715909 Â 4784 net.cpp:399] res1/conv1 -> res1/conv1
I0522 17:33:05.716745 Â 4784 net.cpp:141] Setting up res1/conv1
I0522 17:33:05.716753 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.716755 Â 4784 net.cpp:156] Memory required for data: 808332000
I0522 17:33:05.716759 Â 4784 layer_factory.hpp:77] Creating layer res1/bn2
I0522 17:33:05.716764 Â 4784 net.cpp:91] Creating Layer res1/bn2
I0522 17:33:05.716766 Â 4784 net.cpp:425] res1/bn2 <- res1/conv1
I0522 17:33:05.716770 Â 4784 net.cpp:399] res1/bn2 -> res1/bn2
I0522 17:33:05.716892 Â 4784 net.cpp:141] Setting up res1/bn2
I0522 17:33:05.716897 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.716898 Â 4784 net.cpp:156] Memory required for data: 878028000
I0522 17:33:05.716905 Â 4784 layer_factory.hpp:77] Creating layer res1/relu2
I0522 17:33:05.716909 Â 4784 net.cpp:91] Creating Layer res1/relu2
I0522 17:33:05.716912 Â 4784 net.cpp:425] res1/relu2 <- res1/bn2
I0522 17:33:05.716914 Â 4784 net.cpp:386] res1/relu2 -> res1/bn2 (in-place)
I0522 17:33:05.716928 Â 4784 net.cpp:141] Setting up res1/relu2
I0522 17:33:05.716931 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.716933 Â 4784 net.cpp:156] Memory required for data: 947724000
I0522 17:33:05.716935 Â 4784 layer_factory.hpp:77] Creating layer res1/conv2
I0522 17:33:05.716940 Â 4784 net.cpp:91] Creating Layer res1/conv2
I0522 17:33:05.716943 Â 4784 net.cpp:425] res1/conv2 <- res1/bn2
I0522 17:33:05.716946 Â 4784 net.cpp:399] res1/conv2 -> res1/conv2
I0522 17:33:05.717557 Â 4784 net.cpp:141] Setting up res1/conv2
I0522 17:33:05.717562 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.717564 Â 4784 net.cpp:156] Memory required for data: 1017420000
I0522 17:33:05.717567 Â 4784 layer_factory.hpp:77] Creating layer res1/elt
I0522 17:33:05.717572 Â 4784 net.cpp:91] Creating Layer res1/elt
I0522 17:33:05.717574 Â 4784 net.cpp:425] res1/elt <- res1/conv2
I0522 17:33:05.717576 Â 4784 net.cpp:425] res1/elt <- conv1_conv1_0_split_1
I0522 17:33:05.717579 Â 4784 net.cpp:399] res1/elt -> res1/elt
I0522 17:33:05.717595 Â 4784 net.cpp:141] Setting up res1/elt
I0522 17:33:05.717600 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:05.717602 Â 4784 net.cpp:156] Memory required for data: 1087116000
I0522 17:33:05.717604 Â 4784 layer_factory.hpp:77] Creating layer pool1
I0522 17:33:05.717608 Â 4784 net.cpp:91] Creating Layer pool1
I0522 17:33:05.717610 Â 4784 net.cpp:425] pool1 <- res1/elt
I0522 17:33:05.717613 Â 4784 net.cpp:399] pool1 -> pool1
I0522 17:33:05.717636 Â 4784 net.cpp:141] Setting up pool1
I0522 17:33:05.717639 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.717641 Â 4784 net.cpp:156] Memory required for data: 1103500000
I0522 17:33:05.717643 Â 4784 layer_factory.hpp:77] Creating layer pool1_pool1_0_split
I0522 17:33:05.717648 Â 4784 net.cpp:91] Creating Layer pool1_pool1_0_split
I0522 17:33:05.717649 Â 4784 net.cpp:425] pool1_pool1_0_split <- pool1
I0522 17:33:05.717651 Â 4784 net.cpp:399] pool1_pool1_0_split -> pool1_pool1_0_split_0
I0522 17:33:05.717655 Â 4784 net.cpp:399] pool1_pool1_0_split -> pool1_pool1_0_split_1
I0522 17:33:05.717670 Â 4784 net.cpp:141] Setting up pool1_pool1_0_split
I0522 17:33:05.717681 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.717684 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.717685 Â 4784 net.cpp:156] Memory required for data: 1136268000
I0522 17:33:05.717687 Â 4784 layer_factory.hpp:77] Creating layer res2/bn1
I0522 17:33:05.717691 Â 4784 net.cpp:91] Creating Layer res2/bn1
I0522 17:33:05.717694 Â 4784 net.cpp:425] res2/bn1 <- pool1_pool1_0_split_0
I0522 17:33:05.717696 Â 4784 net.cpp:399] res2/bn1 -> res2/bn1
I0522 17:33:05.717789 Â 4784 net.cpp:141] Setting up res2/bn1
I0522 17:33:05.717793 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.717795 Â 4784 net.cpp:156] Memory required for data: 1152652000
I0522 17:33:05.717800 Â 4784 layer_factory.hpp:77] Creating layer res2/relu1
I0522 17:33:05.717803 Â 4784 net.cpp:91] Creating Layer res2/relu1
I0522 17:33:05.717805 Â 4784 net.cpp:425] res2/relu1 <- res2/bn1
I0522 17:33:05.717808 Â 4784 net.cpp:386] res2/relu1 -> res2/bn1 (in-place)
I0522 17:33:05.717811 Â 4784 net.cpp:141] Setting up res2/relu1
I0522 17:33:05.717814 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.717816 Â 4784 net.cpp:156] Memory required for data: 1169036000
I0522 17:33:05.717818 Â 4784 layer_factory.hpp:77] Creating layer res2/conv1
I0522 17:33:05.717823 Â 4784 net.cpp:91] Creating Layer res2/conv1
I0522 17:33:05.717825 Â 4784 net.cpp:425] res2/conv1 <- res2/bn1
I0522 17:33:05.717828 Â 4784 net.cpp:399] res2/conv1 -> res2/conv1
I0522 17:33:05.718900 Â 4784 net.cpp:141] Setting up res2/conv1
I0522 17:33:05.718905 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.718907 Â 4784 net.cpp:156] Memory required for data: 1185420000
I0522 17:33:05.718914 Â 4784 layer_factory.hpp:77] Creating layer res2/bn2
I0522 17:33:05.718917 Â 4784 net.cpp:91] Creating Layer res2/bn2
I0522 17:33:05.718920 Â 4784 net.cpp:425] res2/bn2 <- res2/conv1
I0522 17:33:05.718924 Â 4784 net.cpp:399] res2/bn2 -> res2/bn2
I0522 17:33:05.719013 Â 4784 net.cpp:141] Setting up res2/bn2
I0522 17:33:05.719017 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.719019 Â 4784 net.cpp:156] Memory required for data: 1201804000
I0522 17:33:05.719023 Â 4784 layer_factory.hpp:77] Creating layer res2/relu2
I0522 17:33:05.719027 Â 4784 net.cpp:91] Creating Layer res2/relu2
I0522 17:33:05.719029 Â 4784 net.cpp:425] res2/relu2 <- res2/bn2
I0522 17:33:05.719033 Â 4784 net.cpp:386] res2/relu2 -> res2/bn2 (in-place)
I0522 17:33:05.719035 Â 4784 net.cpp:141] Setting up res2/relu2
I0522 17:33:05.719038 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.719039 Â 4784 net.cpp:156] Memory required for data: 1218188000
I0522 17:33:05.719041 Â 4784 layer_factory.hpp:77] Creating layer res2/conv2
I0522 17:33:05.719046 Â 4784 net.cpp:91] Creating Layer res2/conv2
I0522 17:33:05.719048 Â 4784 net.cpp:425] res2/conv2 <- res2/bn2
I0522 17:33:05.719053 Â 4784 net.cpp:399] res2/conv2 -> res2/conv2
I0522 17:33:05.720123 Â 4784 net.cpp:141] Setting up res2/conv2
I0522 17:33:05.720127 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.720129 Â 4784 net.cpp:156] Memory required for data: 1234572000
I0522 17:33:05.720134 Â 4784 layer_factory.hpp:77] Creating layer res2/elt
I0522 17:33:05.720136 Â 4784 net.cpp:91] Creating Layer res2/elt
I0522 17:33:05.720139 Â 4784 net.cpp:425] res2/elt <- res2/conv2
I0522 17:33:05.720141 Â 4784 net.cpp:425] res2/elt <- pool1_pool1_0_split_1
I0522 17:33:05.720144 Â 4784 net.cpp:399] res2/elt -> res2/elt
I0522 17:33:05.720154 Â 4784 net.cpp:141] Setting up res2/elt
I0522 17:33:05.720156 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:05.720158 Â 4784 net.cpp:156] Memory required for data: 1250956000
I0522 17:33:05.720160 Â 4784 layer_factory.hpp:77] Creating layer pool2
I0522 17:33:05.720163 Â 4784 net.cpp:91] Creating Layer pool2
I0522 17:33:05.720165 Â 4784 net.cpp:425] pool2 <- res2/elt
I0522 17:33:05.720168 Â 4784 net.cpp:399] pool2 -> pool2
I0522 17:33:05.720185 Â 4784 net.cpp:141] Setting up pool2
I0522 17:33:05.720187 Â 4784 net.cpp:148] Top shape: 500 32 8 8 (1024000)
I0522 17:33:05.720196 Â 4784 net.cpp:156] Memory required for data: 1255052000
I0522 17:33:05.720197 Â 4784 layer_factory.hpp:77] Creating layer ip1
I0522 17:33:05.720202 Â 4784 net.cpp:91] Creating Layer ip1
I0522 17:33:05.720204 Â 4784 net.cpp:425] ip1 <- pool2
I0522 17:33:05.720207 Â 4784 net.cpp:399] ip1 -> ip1
I0522 17:33:05.761791 Â 4784 net.cpp:141] Setting up ip1
I0522 17:33:05.761811 Â 4784 net.cpp:148] Top shape: 500 1000 (500000)
I0522 17:33:05.761814 Â 4784 net.cpp:156] Memory required for data: 1257052000
I0522 17:33:05.761821 Â 4784 layer_factory.hpp:77] Creating layer bn5
I0522 17:33:05.761829 Â 4784 net.cpp:91] Creating Layer bn5
I0522 17:33:05.761833 Â 4784 net.cpp:425] bn5 <- ip1
I0522 17:33:05.761848 Â 4784 net.cpp:399] bn5 -> bn5
I0522 17:33:05.761983 Â 4784 net.cpp:141] Setting up bn5
I0522 17:33:05.761987 Â 4784 net.cpp:148] Top shape: 500 1000 (500000)
I0522 17:33:05.761989 Â 4784 net.cpp:156] Memory required for data: 1259052000
I0522 17:33:05.761994 Â 4784 layer_factory.hpp:77] Creating layer relu4
I0522 17:33:05.761998 Â 4784 net.cpp:91] Creating Layer relu4
I0522 17:33:05.762001 Â 4784 net.cpp:425] relu4 <- bn5
I0522 17:33:05.762003 Â 4784 net.cpp:386] relu4 -> bn5 (in-place)
I0522 17:33:05.762007 Â 4784 net.cpp:141] Setting up relu4
I0522 17:33:05.762020 Â 4784 net.cpp:148] Top shape: 500 1000 (500000)
I0522 17:33:05.762022 Â 4784 net.cpp:156] Memory required for data: 1261052000
I0522 17:33:05.762024 Â 4784 layer_factory.hpp:77] Creating layer ip2
I0522 17:33:05.762029 Â 4784 net.cpp:91] Creating Layer ip2
I0522 17:33:05.762032 Â 4784 net.cpp:425] ip2 <- bn5
I0522 17:33:05.762034 Â 4784 net.cpp:399] ip2 -> ip2
I0522 17:33:05.762200 Â 4784 net.cpp:141] Setting up ip2
I0522 17:33:05.762205 Â 4784 net.cpp:148] Top shape: 500 5 (2500)
I0522 17:33:05.762207 Â 4784 net.cpp:156] Memory required for data: 1261062000
I0522 17:33:05.762210 Â 4784 layer_factory.hpp:77] Creating layer ip2_ip2_0_split
I0522 17:33:05.762214 Â 4784 net.cpp:91] Creating Layer ip2_ip2_0_split
I0522 17:33:05.762217 Â 4784 net.cpp:425] ip2_ip2_0_split <- ip2
I0522 17:33:05.762219 Â 4784 net.cpp:399] ip2_ip2_0_split -> ip2_ip2_0_split_0
I0522 17:33:05.762223 Â 4784 net.cpp:399] ip2_ip2_0_split -> ip2_ip2_0_split_1
I0522 17:33:05.762251 Â 4784 net.cpp:141] Setting up ip2_ip2_0_split
I0522 17:33:05.762255 Â 4784 net.cpp:148] Top shape: 500 5 (2500)
I0522 17:33:05.762258 Â 4784 net.cpp:148] Top shape: 500 5 (2500)
I0522 17:33:05.762259 Â 4784 net.cpp:156] Memory required for data: 1261082000
I0522 17:33:05.762261 Â 4784 layer_factory.hpp:77] Creating layer accuracy
I0522 17:33:05.762265 Â 4784 net.cpp:91] Creating Layer accuracy
I0522 17:33:05.762267 Â 4784 net.cpp:425] accuracy <- ip2_ip2_0_split_0
I0522 17:33:05.762270 Â 4784 net.cpp:425] accuracy <- label_data_1_split_0
I0522 17:33:05.762274 Â 4784 net.cpp:399] accuracy -> accuracy
I0522 17:33:05.762279 Â 4784 net.cpp:141] Setting up accuracy
I0522 17:33:05.762280 Â 4784 net.cpp:148] Top shape: (1)
I0522 17:33:05.762282 Â 4784 net.cpp:156] Memory required for data: 1261082004
I0522 17:33:05.762284 Â 4784 layer_factory.hpp:77] Creating layer loss
I0522 17:33:05.762289 Â 4784 net.cpp:91] Creating Layer loss
I0522 17:33:05.762290 Â 4784 net.cpp:425] loss <- ip2_ip2_0_split_1
I0522 17:33:05.762293 Â 4784 net.cpp:425] loss <- label_data_1_split_1
I0522 17:33:05.762296 Â 4784 net.cpp:399] loss -> loss
I0522 17:33:05.762302 Â 4784 layer_factory.hpp:77] Creating layer loss
I0522 17:33:05.762364 Â 4784 net.cpp:141] Setting up loss
I0522 17:33:05.762368 Â 4784 net.cpp:148] Top shape: (1)
I0522 17:33:05.762370 Â 4784 net.cpp:151] Â Â with loss weight 1
I0522 17:33:05.762383 Â 4784 net.cpp:156] Memory required for data: 1261082008
I0522 17:33:05.762385 Â 4784 net.cpp:217] loss needs backward computation.
I0522 17:33:05.762388 Â 4784 net.cpp:219] accuracy does not need backward computation.
I0522 17:33:05.762400 Â 4784 net.cpp:217] ip2_ip2_0_split needs backward computation.
I0522 17:33:05.762403 Â 4784 net.cpp:217] ip2 needs backward computation.
I0522 17:33:05.762405 Â 4784 net.cpp:217] relu4 needs backward computation.
I0522 17:33:05.762418 Â 4784 net.cpp:217] bn5 needs backward computation.
I0522 17:33:05.762419 Â 4784 net.cpp:217] ip1 needs backward computation.
I0522 17:33:05.762421 Â 4784 net.cpp:217] pool2 needs backward computation.
I0522 17:33:05.762424 Â 4784 net.cpp:217] res2/elt needs backward computation.
I0522 17:33:05.762428 Â 4784 net.cpp:217] res2/conv2 needs backward computation.
I0522 17:33:05.762429 Â 4784 net.cpp:217] res2/relu2 needs backward computation.
I0522 17:33:05.762431 Â 4784 net.cpp:217] res2/bn2 needs backward computation.
I0522 17:33:05.762434 Â 4784 net.cpp:217] res2/conv1 needs backward computation.
I0522 17:33:05.762436 Â 4784 net.cpp:217] res2/relu1 needs backward computation.
I0522 17:33:05.762439 Â 4784 net.cpp:217] res2/bn1 needs backward computation.
I0522 17:33:05.762441 Â 4784 net.cpp:217] pool1_pool1_0_split needs backward computation.
I0522 17:33:05.762444 Â 4784 net.cpp:217] pool1 needs backward computation.
I0522 17:33:05.762445 Â 4784 net.cpp:217] res1/elt needs backward computation.
I0522 17:33:05.762449 Â 4784 net.cpp:217] res1/conv2 needs backward computation.
I0522 17:33:05.762450 Â 4784 net.cpp:217] res1/relu2 needs backward computation.
I0522 17:33:05.762462 Â 4784 net.cpp:217] res1/bn2 needs backward computation.
I0522 17:33:05.762465 Â 4784 net.cpp:217] res1/conv1 needs backward computation.
I0522 17:33:05.762466 Â 4784 net.cpp:217] res1/relu1 needs backward computation.
I0522 17:33:05.762468 Â 4784 net.cpp:217] res1/bn1 needs backward computation.
I0522 17:33:05.762471 Â 4784 net.cpp:217] conv1_conv1_0_split needs backward computation.
I0522 17:33:05.762473 Â 4784 net.cpp:217] conv1 needs backward computation.
I0522 17:33:05.762476 Â 4784 net.cpp:219] label_data_1_split does not need backward computation.
I0522 17:33:05.762478 Â 4784 net.cpp:219] data does not need backward computation.
I0522 17:33:05.762480 Â 4784 net.cpp:261] This network produces output accuracy
I0522 17:33:05.762483 Â 4784 net.cpp:261] This network produces output loss
I0522 17:33:05.762495 Â 4784 net.cpp:274] Network initialization done.
I0522 17:33:05.762926 Â 4784 solver.cpp:181] Creating test net (#0) specified by net file: menglin_try/cardata_resnet.prototxt
I0522 17:33:05.762989 Â 4784 net.cpp:313] The NetState phase (1) differed from the phase (0) specified by a rule in layer data
I0522 17:33:05.763106 Â 4784 net.cpp:49] Initializing net from parameters:Â
name: "mengNet"
state {
 phase: TEST
}
layer {
 name: "data"
 type: "HDF5Data"
 top: "data"
 top: "label"
 include {
  phase: TEST
 }
 hdf5_data_param {
  source: "/home/menglin/caffe-master/menglin_try/test.txt"
  batch_size: 500
 }
}
layer {
 name: "conv1"
 type: "Convolution"
 bottom: "data"
 top: "conv1"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  kernel_size: 31
  stride: 7
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res1/bn1"
 type: "BatchNorm"
 bottom: "conv1"
 top: "res1/bn1"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res1/relu1"
 type: "ReLU"
 bottom: "res1/bn1"
 top: "res1/bn1"
}
layer {
 name: "res1/conv1"
 type: "Convolution"
 bottom: "res1/bn1"
 top: "res1/conv1"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 2
  kernel_size: 5
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res1/bn2"
 type: "BatchNorm"
 bottom: "res1/conv1"
 top: "res1/bn2"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res1/relu2"
 type: "ReLU"
 bottom: "res1/bn2"
 top: "res1/bn2"
}
layer {
 name: "res1/conv2"
 type: "Convolution"
 bottom: "res1/bn2"
 top: "res1/conv2"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 2
  kernel_size: 5
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res1/elt"
 type: "Eltwise"
 bottom: "res1/conv2"
 bottom: "conv1"
 top: "res1/elt"
}
layer {
 name: "pool1"
 type: "Pooling"
 bottom: "res1/elt"
 top: "pool1"
 pooling_param {
  pool: MAX
  kernel_size: 4
  stride: 2
 }
}
layer {
 name: "res2/bn1"
 type: "BatchNorm"
 bottom: "pool1"
 top: "res2/bn1"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res2/relu1"
 type: "ReLU"
 bottom: "res2/bn1"
 top: "res2/bn1"
}
layer {
 name: "res2/conv1"
 type: "Convolution"
 bottom: "res2/bn1"
 top: "res2/conv1"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 3
  kernel_size: 7
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res2/bn2"
 type: "BatchNorm"
 bottom: "res2/conv1"
 top: "res2/bn2"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "res2/relu2"
 type: "ReLU"
 bottom: "res2/bn2"
 top: "res2/bn2"
}
layer {
 name: "res2/conv2"
 type: "Convolution"
 bottom: "res2/bn2"
 top: "res2/conv2"
 param {
  lr_mult: 1
 }
 param {
  lr_mult: 2
 }
 convolution_param {
  num_output: 32
  pad: 3
  kernel_size: 7
  stride: 1
  weight_filler {
   type: "gaussian"
   std: 0.0001
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "res2/elt"
 type: "Eltwise"
 bottom: "res2/conv2"
 bottom: "pool1"
 top: "res2/elt"
}
layer {
 name: "pool2"
 type: "Pooling"
 bottom: "res2/elt"
 top: "pool2"
 pooling_param {
  pool: MAX
  kernel_size: 3
  stride: 2
 }
}
layer {
 name: "ip1"
 type: "InnerProduct"
 bottom: "pool2"
 top: "ip1"
 param {
  lr_mult: 1
  decay_mult: 1
 }
 param {
  lr_mult: 1
  decay_mult: 0
 }
 inner_product_param {
  num_output: 1000
  weight_filler {
   type: "gaussian"
   std: 0.01
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "bn5"
 type: "BatchNorm"
 bottom: "ip1"
 top: "bn5"
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
 param {
  lr_mult: 0
 }
}
layer {
 name: "relu4"
 type: "ReLU"
 bottom: "bn5"
 top: "bn5"
}
layer {
 name: "ip2"
 type: "InnerProduct"
 bottom: "bn5"
 top: "ip2"
 inner_product_param {
  num_output: 5
  weight_filler {
   type: "gaussian"
   std: 0.01
  }
  bias_filler {
   type: "constant"
  }
 }
}
layer {
 name: "accuracy"
 type: "Accuracy"
 bottom: "ip2"
 bottom: "label"
 top: "accuracy"
}
layer {
 name: "loss"
 type: "SoftmaxWithLoss"
 bottom: "ip2"
 bottom: "label"
 top: "loss"
}
I0522 17:33:05.763185 Â 4784 layer_factory.hpp:77] Creating layer data
I0522 17:33:05.763190 Â 4784 net.cpp:91] Creating Layer data
I0522 17:33:05.763192 Â 4784 net.cpp:399] data -> data
I0522 17:33:05.763197 Â 4784 net.cpp:399] data -> label
I0522 17:33:05.763201 Â 4784 hdf5_data_layer.cpp:79] Loading list of HDF5 filenames from: /home/menglin/caffe-master/menglin_try/test.txt
I0522 17:33:05.763216 Â 4784 hdf5_data_layer.cpp:93] Number of HDF5 files: 1
I0522 17:33:06.088132 Â 4784 net.cpp:141] Setting up data
I0522 17:33:06.088165 Â 4784 net.cpp:148] Top shape: 500 3 255 255 (97537500)
I0522 17:33:06.088171 Â 4784 net.cpp:148] Top shape: 500 1 (500)
I0522 17:33:06.088172 Â 4784 net.cpp:156] Memory required for data: 390152000
I0522 17:33:06.088177 Â 4784 layer_factory.hpp:77] Creating layer label_data_1_split
I0522 17:33:06.088188 Â 4784 net.cpp:91] Creating Layer label_data_1_split
I0522 17:33:06.088191 Â 4784 net.cpp:425] label_data_1_split <- label
I0522 17:33:06.088207 Â 4784 net.cpp:399] label_data_1_split -> label_data_1_split_0
I0522 17:33:06.088215 Â 4784 net.cpp:399] label_data_1_split -> label_data_1_split_1
I0522 17:33:06.088245 Â 4784 net.cpp:141] Setting up label_data_1_split
I0522 17:33:06.088249 Â 4784 net.cpp:148] Top shape: 500 1 (500)
I0522 17:33:06.088269 Â 4784 net.cpp:148] Top shape: 500 1 (500)
I0522 17:33:06.088271 Â 4784 net.cpp:156] Memory required for data: 390156000
I0522 17:33:06.088274 Â 4784 layer_factory.hpp:77] Creating layer conv1
I0522 17:33:06.088285 Â 4784 net.cpp:91] Creating Layer conv1
I0522 17:33:06.088287 Â 4784 net.cpp:425] conv1 <- data
I0522 17:33:06.088300 Â 4784 net.cpp:399] conv1 -> conv1
I0522 17:33:06.090306 Â 4784 net.cpp:141] Setting up conv1
I0522 17:33:06.090312 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.090313 Â 4784 net.cpp:156] Memory required for data: 459852000
I0522 17:33:06.090320 Â 4784 layer_factory.hpp:77] Creating layer conv1_conv1_0_split
I0522 17:33:06.090324 Â 4784 net.cpp:91] Creating Layer conv1_conv1_0_split
I0522 17:33:06.090327 Â 4784 net.cpp:425] conv1_conv1_0_split <- conv1
I0522 17:33:06.090329 Â 4784 net.cpp:399] conv1_conv1_0_split -> conv1_conv1_0_split_0
I0522 17:33:06.090343 Â 4784 net.cpp:399] conv1_conv1_0_split -> conv1_conv1_0_split_1
I0522 17:33:06.090360 Â 4784 net.cpp:141] Setting up conv1_conv1_0_split
I0522 17:33:06.090365 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.090368 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.090369 Â 4784 net.cpp:156] Memory required for data: 599244000
I0522 17:33:06.090371 Â 4784 layer_factory.hpp:77] Creating layer res1/bn1
I0522 17:33:06.090376 Â 4784 net.cpp:91] Creating Layer res1/bn1
I0522 17:33:06.090378 Â 4784 net.cpp:425] res1/bn1 <- conv1_conv1_0_split_0
I0522 17:33:06.090381 Â 4784 net.cpp:399] res1/bn1 -> res1/bn1
I0522 17:33:06.090497 Â 4784 net.cpp:141] Setting up res1/bn1
I0522 17:33:06.090500 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.090502 Â 4784 net.cpp:156] Memory required for data: 668940000
I0522 17:33:06.090508 Â 4784 layer_factory.hpp:77] Creating layer res1/relu1
I0522 17:33:06.090512 Â 4784 net.cpp:91] Creating Layer res1/relu1
I0522 17:33:06.090514 Â 4784 net.cpp:425] res1/relu1 <- res1/bn1
I0522 17:33:06.090517 Â 4784 net.cpp:386] res1/relu1 -> res1/bn1 (in-place)
I0522 17:33:06.090530 Â 4784 net.cpp:141] Setting up res1/relu1
I0522 17:33:06.090533 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.090535 Â 4784 net.cpp:156] Memory required for data: 738636000
I0522 17:33:06.090538 Â 4784 layer_factory.hpp:77] Creating layer res1/conv1
I0522 17:33:06.090543 Â 4784 net.cpp:91] Creating Layer res1/conv1
I0522 17:33:06.090544 Â 4784 net.cpp:425] res1/conv1 <- res1/bn1
I0522 17:33:06.090548 Â 4784 net.cpp:399] res1/conv1 -> res1/conv1
I0522 17:33:06.091174 Â 4784 net.cpp:141] Setting up res1/conv1
I0522 17:33:06.091179 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.091181 Â 4784 net.cpp:156] Memory required for data: 808332000
I0522 17:33:06.091184 Â 4784 layer_factory.hpp:77] Creating layer res1/bn2
I0522 17:33:06.091188 Â 4784 net.cpp:91] Creating Layer res1/bn2
I0522 17:33:06.091190 Â 4784 net.cpp:425] res1/bn2 <- res1/conv1
I0522 17:33:06.091193 Â 4784 net.cpp:399] res1/bn2 -> res1/bn2
I0522 17:33:06.091311 Â 4784 net.cpp:141] Setting up res1/bn2
I0522 17:33:06.091315 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.091317 Â 4784 net.cpp:156] Memory required for data: 878028000
I0522 17:33:06.091323 Â 4784 layer_factory.hpp:77] Creating layer res1/relu2
I0522 17:33:06.091327 Â 4784 net.cpp:91] Creating Layer res1/relu2
I0522 17:33:06.091330 Â 4784 net.cpp:425] res1/relu2 <- res1/bn2
I0522 17:33:06.091331 Â 4784 net.cpp:386] res1/relu2 -> res1/bn2 (in-place)
I0522 17:33:06.091346 Â 4784 net.cpp:141] Setting up res1/relu2
I0522 17:33:06.091348 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.091349 Â 4784 net.cpp:156] Memory required for data: 947724000
I0522 17:33:06.091351 Â 4784 layer_factory.hpp:77] Creating layer res1/conv2
I0522 17:33:06.091356 Â 4784 net.cpp:91] Creating Layer res1/conv2
I0522 17:33:06.091358 Â 4784 net.cpp:425] res1/conv2 <- res1/bn2
I0522 17:33:06.091361 Â 4784 net.cpp:399] res1/conv2 -> res1/conv2
I0522 17:33:06.091980 Â 4784 net.cpp:141] Setting up res1/conv2
I0522 17:33:06.091990 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.091992 Â 4784 net.cpp:156] Memory required for data: 1017420000
I0522 17:33:06.091996 Â 4784 layer_factory.hpp:77] Creating layer res1/elt
I0522 17:33:06.092000 Â 4784 net.cpp:91] Creating Layer res1/elt
I0522 17:33:06.092002 Â 4784 net.cpp:425] res1/elt <- res1/conv2
I0522 17:33:06.092005 Â 4784 net.cpp:425] res1/elt <- conv1_conv1_0_split_1
I0522 17:33:06.092007 Â 4784 net.cpp:399] res1/elt -> res1/elt
I0522 17:33:06.092021 Â 4784 net.cpp:141] Setting up res1/elt
I0522 17:33:06.092025 Â 4784 net.cpp:148] Top shape: 500 32 33 33 (17424000)
I0522 17:33:06.092026 Â 4784 net.cpp:156] Memory required for data: 1087116000
I0522 17:33:06.092028 Â 4784 layer_factory.hpp:77] Creating layer pool1
I0522 17:33:06.092032 Â 4784 net.cpp:91] Creating Layer pool1
I0522 17:33:06.092034 Â 4784 net.cpp:425] pool1 <- res1/elt
I0522 17:33:06.092037 Â 4784 net.cpp:399] pool1 -> pool1
I0522 17:33:06.092054 Â 4784 net.cpp:141] Setting up pool1
I0522 17:33:06.092058 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.092061 Â 4784 net.cpp:156] Memory required for data: 1103500000
I0522 17:33:06.092061 Â 4784 layer_factory.hpp:77] Creating layer pool1_pool1_0_split
I0522 17:33:06.092064 Â 4784 net.cpp:91] Creating Layer pool1_pool1_0_split
I0522 17:33:06.092067 Â 4784 net.cpp:425] pool1_pool1_0_split <- pool1
I0522 17:33:06.092069 Â 4784 net.cpp:399] pool1_pool1_0_split -> pool1_pool1_0_split_0
I0522 17:33:06.092072 Â 4784 net.cpp:399] pool1_pool1_0_split -> pool1_pool1_0_split_1
I0522 17:33:06.092087 Â 4784 net.cpp:141] Setting up pool1_pool1_0_split
I0522 17:33:06.092092 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.092093 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.092095 Â 4784 net.cpp:156] Memory required for data: 1136268000
I0522 17:33:06.092097 Â 4784 layer_factory.hpp:77] Creating layer res2/bn1
I0522 17:33:06.092100 Â 4784 net.cpp:91] Creating Layer res2/bn1
I0522 17:33:06.092103 Â 4784 net.cpp:425] res2/bn1 <- pool1_pool1_0_split_0
I0522 17:33:06.092105 Â 4784 net.cpp:399] res2/bn1 -> res2/bn1
I0522 17:33:06.092200 Â 4784 net.cpp:141] Setting up res2/bn1
I0522 17:33:06.092205 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.092206 Â 4784 net.cpp:156] Memory required for data: 1152652000
I0522 17:33:06.092211 Â 4784 layer_factory.hpp:77] Creating layer res2/relu1
I0522 17:33:06.092213 Â 4784 net.cpp:91] Creating Layer res2/relu1
I0522 17:33:06.092216 Â 4784 net.cpp:425] res2/relu1 <- res2/bn1
I0522 17:33:06.092218 Â 4784 net.cpp:386] res2/relu1 -> res2/bn1 (in-place)
I0522 17:33:06.092221 Â 4784 net.cpp:141] Setting up res2/relu1
I0522 17:33:06.092224 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.092226 Â 4784 net.cpp:156] Memory required for data: 1169036000
I0522 17:33:06.092227 Â 4784 layer_factory.hpp:77] Creating layer res2/conv1
I0522 17:33:06.092233 Â 4784 net.cpp:91] Creating Layer res2/conv1
I0522 17:33:06.092236 Â 4784 net.cpp:425] res2/conv1 <- res2/bn1
I0522 17:33:06.092238 Â 4784 net.cpp:399] res2/conv1 -> res2/conv1
I0522 17:33:06.093336 Â 4784 net.cpp:141] Setting up res2/conv1
I0522 17:33:06.093343 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.093344 Â 4784 net.cpp:156] Memory required for data: 1185420000
I0522 17:33:06.093349 Â 4784 layer_factory.hpp:77] Creating layer res2/bn2
I0522 17:33:06.093354 Â 4784 net.cpp:91] Creating Layer res2/bn2
I0522 17:33:06.093356 Â 4784 net.cpp:425] res2/bn2 <- res2/conv1
I0522 17:33:06.093359 Â 4784 net.cpp:399] res2/bn2 -> res2/bn2
I0522 17:33:06.093454 Â 4784 net.cpp:141] Setting up res2/bn2
I0522 17:33:06.093458 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.093461 Â 4784 net.cpp:156] Memory required for data: 1201804000
I0522 17:33:06.093464 Â 4784 layer_factory.hpp:77] Creating layer res2/relu2
I0522 17:33:06.093468 Â 4784 net.cpp:91] Creating Layer res2/relu2
I0522 17:33:06.093471 Â 4784 net.cpp:425] res2/relu2 <- res2/bn2
I0522 17:33:06.093473 Â 4784 net.cpp:386] res2/relu2 -> res2/bn2 (in-place)
I0522 17:33:06.093482 Â 4784 net.cpp:141] Setting up res2/relu2
I0522 17:33:06.093484 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.093487 Â 4784 net.cpp:156] Memory required for data: 1218188000
I0522 17:33:06.093488 Â 4784 layer_factory.hpp:77] Creating layer res2/conv2
I0522 17:33:06.093493 Â 4784 net.cpp:91] Creating Layer res2/conv2
I0522 17:33:06.093495 Â 4784 net.cpp:425] res2/conv2 <- res2/bn2
I0522 17:33:06.093498 Â 4784 net.cpp:399] res2/conv2 -> res2/conv2
I0522 17:33:06.094894 Â 4784 net.cpp:141] Setting up res2/conv2
I0522 17:33:06.094902 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.094904 Â 4784 net.cpp:156] Memory required for data: 1234572000
I0522 17:33:06.094908 Â 4784 layer_factory.hpp:77] Creating layer res2/elt
I0522 17:33:06.094913 Â 4784 net.cpp:91] Creating Layer res2/elt
I0522 17:33:06.094914 Â 4784 net.cpp:425] res2/elt <- res2/conv2
I0522 17:33:06.094918 Â 4784 net.cpp:425] res2/elt <- pool1_pool1_0_split_1
I0522 17:33:06.094920 Â 4784 net.cpp:399] res2/elt -> res2/elt
I0522 17:33:06.094930 Â 4784 net.cpp:141] Setting up res2/elt
I0522 17:33:06.094933 Â 4784 net.cpp:148] Top shape: 500 32 16 16 (4096000)
I0522 17:33:06.094935 Â 4784 net.cpp:156] Memory required for data: 1250956000
I0522 17:33:06.094938 Â 4784 layer_factory.hpp:77] Creating layer pool2
I0522 17:33:06.094941 Â 4784 net.cpp:91] Creating Layer pool2
I0522 17:33:06.094944 Â 4784 net.cpp:425] pool2 <- res2/elt
I0522 17:33:06.094945 Â 4784 net.cpp:399] pool2 -> pool2
I0522 17:33:06.094964 Â 4784 net.cpp:141] Setting up pool2
I0522 17:33:06.094966 Â 4784 net.cpp:148] Top shape: 500 32 8 8 (1024000)
I0522 17:33:06.094969 Â 4784 net.cpp:156] Memory required for data: 1255052000
I0522 17:33:06.094970 Â 4784 layer_factory.hpp:77] Creating layer ip1
I0522 17:33:06.094974 Â 4784 net.cpp:91] Creating Layer ip1
I0522 17:33:06.094976 Â 4784 net.cpp:425] ip1 <- pool2
I0522 17:33:06.094980 Â 4784 net.cpp:399] ip1 -> ip1
I0522 17:33:06.137181 Â 4784 net.cpp:141] Setting up ip1
I0522 17:33:06.137202 Â 4784 net.cpp:148] Top shape: 500 1000 (500000)
I0522 17:33:06.137204 Â 4784 net.cpp:156] Memory required for data: 1257052000
I0522 17:33:06.137212 Â 4784 layer_factory.hpp:77] Creating layer bn5
I0522 17:33:06.137222 Â 4784 net.cpp:91] Creating Layer bn5
I0522 17:33:06.137235 Â 4784 net.cpp:425] bn5 <- ip1
I0522 17:33:06.137241 Â 4784 net.cpp:399] bn5 -> bn5
I0522 17:33:06.137384 Â 4784 net.cpp:141] Setting up bn5
I0522 17:33:06.137388 Â 4784 net.cpp:148] Top shape: 500 1000 (500000)
I0522 17:33:06.137390 Â 4784 net.cpp:156] Memory required for data: 1259052000
I0522 17:33:06.137395 Â 4784 layer_factory.hpp:77] Creating layer relu4
I0522 17:33:06.137399 Â 4784 net.cpp:91] Creating Layer relu4
I0522 17:33:06.137403 Â 4784 net.cpp:425] relu4 <- bn5
I0522 17:33:06.137404 Â 4784 net.cpp:386] relu4 -> bn5 (in-place)
I0522 17:33:06.137418 Â 4784 net.cpp:141] Setting up relu4
I0522 17:33:06.137421 Â 4784 net.cpp:148] Top shape: 500 1000 (500000)
I0522 17:33:06.137423 Â 4784 net.cpp:156] Memory required for data: 1261052000
I0522 17:33:06.137425 Â 4784 layer_factory.hpp:77] Creating layer ip2
I0522 17:33:06.137431 Â 4784 net.cpp:91] Creating Layer ip2
I0522 17:33:06.137434 Â 4784 net.cpp:425] ip2 <- bn5
I0522 17:33:06.137436 Â 4784 net.cpp:399] ip2 -> ip2
I0522 17:33:06.137605 Â 4784 net.cpp:141] Setting up ip2
I0522 17:33:06.137610 Â 4784 net.cpp:148] Top shape: 500 5 (2500)
I0522 17:33:06.137611 Â 4784 net.cpp:156] Memory required for data: 1261062000
I0522 17:33:06.137615 Â 4784 layer_factory.hpp:77] Creating layer ip2_ip2_0_split
I0522 17:33:06.137619 Â 4784 net.cpp:91] Creating Layer ip2_ip2_0_split
I0522 17:33:06.137621 Â 4784 net.cpp:425] ip2_ip2_0_split <- ip2
I0522 17:33:06.137624 Â 4784 net.cpp:399] ip2_ip2_0_split -> ip2_ip2_0_split_0
I0522 17:33:06.137627 Â 4784 net.cpp:399] ip2_ip2_0_split -> ip2_ip2_0_split_1
I0522 17:33:06.137655 Â 4784 net.cpp:141] Setting up ip2_ip2_0_split
I0522 17:33:06.137660 Â 4784 net.cpp:148] Top shape: 500 5 (2500)
I0522 17:33:06.137662 Â 4784 net.cpp:148] Top shape: 500 5 (2500)
I0522 17:33:06.137665 Â 4784 net.cpp:156] Memory required for data: 1261082000
I0522 17:33:06.137676 Â 4784 layer_factory.hpp:77] Creating layer accuracy
I0522 17:33:06.137681 Â 4784 net.cpp:91] Creating Layer accuracy
I0522 17:33:06.137682 Â 4784 net.cpp:425] accuracy <- ip2_ip2_0_split_0
I0522 17:33:06.137686 Â 4784 net.cpp:425] accuracy <- label_data_1_split_0
I0522 17:33:06.137688 Â 4784 net.cpp:399] accuracy -> accuracy
I0522 17:33:06.137694 Â 4784 net.cpp:141] Setting up accuracy
I0522 17:33:06.137698 Â 4784 net.cpp:148] Top shape: (1)
I0522 17:33:06.137701 Â 4784 net.cpp:156] Memory required for data: 1261082004
I0522 17:33:06.137701 Â 4784 layer_factory.hpp:77] Creating layer loss
I0522 17:33:06.137706 Â 4784 net.cpp:91] Creating Layer loss
I0522 17:33:06.137707 Â 4784 net.cpp:425] loss <- ip2_ip2_0_split_1
I0522 17:33:06.137709 Â 4784 net.cpp:425] loss <- label_data_1_split_1
I0522 17:33:06.137712 Â 4784 net.cpp:399] loss -> loss
I0522 17:33:06.137718 Â 4784 layer_factory.hpp:77] Creating layer loss
I0522 17:33:06.137783 Â 4784 net.cpp:141] Setting up loss
I0522 17:33:06.137786 Â 4784 net.cpp:148] Top shape: (1)
I0522 17:33:06.137789 Â 4784 net.cpp:151] Â Â with loss weight 1
I0522 17:33:06.137800 Â 4784 net.cpp:156] Memory required for data: 1261082008
I0522 17:33:06.137802 Â 4784 net.cpp:217] loss needs backward computation.
I0522 17:33:06.137805 Â 4784 net.cpp:219] accuracy does not need backward computation.
I0522 17:33:06.137817 Â 4784 net.cpp:217] ip2_ip2_0_split needs backward computation.
I0522 17:33:06.137820 Â 4784 net.cpp:217] ip2 needs backward computation.
I0522 17:33:06.137821 Â 4784 net.cpp:217] relu4 needs backward computation.
I0522 17:33:06.137823 Â 4784 net.cpp:217] bn5 needs backward computation.
I0522 17:33:06.137825 Â 4784 net.cpp:217] ip1 needs backward computation.
I0522 17:33:06.137827 Â 4784 net.cpp:217] pool2 needs backward computation.
I0522 17:33:06.137830 Â 4784 net.cpp:217] res2/elt needs backward computation.
I0522 17:33:06.137832 Â 4784 net.cpp:217] res2/conv2 needs backward computation.
I0522 17:33:06.137835 Â 4784 net.cpp:217] res2/relu2 needs backward computation.
I0522 17:33:06.137836 Â 4784 net.cpp:217] res2/bn2 needs backward computation.
I0522 17:33:06.137838 Â 4784 net.cpp:217] res2/conv1 needs backward computation.
I0522 17:33:06.137841 Â 4784 net.cpp:217] res2/relu1 needs backward computation.
I0522 17:33:06.137843 Â 4784 net.cpp:217] res2/bn1 needs backward computation.
I0522 17:33:06.137845 Â 4784 net.cpp:217] pool1_pool1_0_split needs backward computation.
I0522 17:33:06.137847 Â 4784 net.cpp:217] pool1 needs backward computation.
I0522 17:33:06.137850 Â 4784 net.cpp:217] res1/elt needs backward computation.
I0522 17:33:06.137852 Â 4784 net.cpp:217] res1/conv2 needs backward computation.
I0522 17:33:06.137855 Â 4784 net.cpp:217] res1/relu2 needs backward computation.
I0522 17:33:06.137857 Â 4784 net.cpp:217] res1/bn2 needs backward computation.
I0522 17:33:06.137859 Â 4784 net.cpp:217] res1/conv1 needs backward computation.
I0522 17:33:06.137861 Â 4784 net.cpp:217] res1/relu1 needs backward computation.
I0522 17:33:06.137872 Â 4784 net.cpp:217] res1/bn1 needs backward computation.
I0522 17:33:06.137874 Â 4784 net.cpp:217] conv1_conv1_0_split needs backward computation.
I0522 17:33:06.137876 Â 4784 net.cpp:217] conv1 needs backward computation.
I0522 17:33:06.137878 Â 4784 net.cpp:219] label_data_1_split does not need backward computation.
I0522 17:33:06.137881 Â 4784 net.cpp:219] data does not need backward computation.
I0522 17:33:06.137883 Â 4784 net.cpp:261] This network produces output accuracy
I0522 17:33:06.137886 Â 4784 net.cpp:261] This network produces output loss
I0522 17:33:06.137897 Â 4784 net.cpp:274] Network initialization done.
I0522 17:33:06.137982 Â 4784 solver.cpp:60] Solver scaffolding done.
I0522 17:33:06.138679 Â 4784 caffe.cpp:219] Starting Optimization
I0522 17:33:06.138684 Â 4784 solver.cpp:279] Solving mengNet
I0522 17:33:06.138685 Â 4784 solver.cpp:280] Learning Rate Policy: fixed
I0522 17:33:06.139313 Â 4784 solver.cpp:337] Iteration 0, Testing net (#0)
I0522 17:33:07.191285 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.111
I0522 17:33:07.191323 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 31.5449 (* 1 = 31.5449 loss)
I0522 17:33:08.166841 Â 4784 solver.cpp:228] Iteration 0, loss = 1.62908
I0522 17:33:08.166858 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.18
I0522 17:33:08.166865 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.62908 (* 1 = 1.62908 loss)
I0522 17:33:08.166869 Â 4784 sgd_solver.cpp:106] Iteration 0, lr = 0.001
I0522 17:33:33.155853 Â 4784 solver.cpp:228] Iteration 20, loss = 1.01674
I0522 17:33:33.155987 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.61
I0522 17:33:33.155997 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.01674 (* 1 = 1.01674 loss)
I0522 17:33:33.156000 Â 4784 sgd_solver.cpp:106] Iteration 20, lr = 0.001
I0522 17:33:58.819301 Â 4784 solver.cpp:228] Iteration 40, loss = 1.07871
I0522 17:33:58.819347 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.65
I0522 17:33:58.819355 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.07871 (* 1 = 1.07871 loss)
I0522 17:33:58.819360 Â 4784 sgd_solver.cpp:106] Iteration 40, lr = 0.001
I0522 17:34:24.790990 Â 4784 solver.cpp:228] Iteration 60, loss = 0.957721
I0522 17:34:24.791084 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.584
I0522 17:34:24.791102 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.957721 (* 1 = 0.957721 loss)
I0522 17:34:24.791106 Â 4784 sgd_solver.cpp:106] Iteration 60, lr = 0.001
I0522 17:34:51.278635 Â 4784 solver.cpp:228] Iteration 80, loss = 0.765386
I0522 17:34:51.278659 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.67
I0522 17:34:51.278666 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.765386 (* 1 = 0.765386 loss)
I0522 17:34:51.278669 Â 4784 sgd_solver.cpp:106] Iteration 80, lr = 0.001
I0522 17:35:17.271759 Â 4784 solver.cpp:337] Iteration 100, Testing net (#0)
I0522 17:35:18.389349 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.427
I0522 17:35:18.389376 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.18771 (* 1 = 1.18771 loss)
I0522 17:35:19.464973 Â 4784 solver.cpp:228] Iteration 100, loss = 0.760981
I0522 17:35:19.464998 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.702
I0522 17:35:19.465005 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.760981 (* 1 = 0.760981 loss)
I0522 17:35:19.465008 Â 4784 sgd_solver.cpp:106] Iteration 100, lr = 0.001
I0522 17:35:46.555075 Â 4784 solver.cpp:228] Iteration 120, loss = 0.959433
I0522 17:35:46.555099 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.678
I0522 17:35:46.555105 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.959433 (* 1 = 0.959433 loss)
I0522 17:35:46.555109 Â 4784 sgd_solver.cpp:106] Iteration 120, lr = 0.001
I0522 17:36:12.798771 Â 4784 solver.cpp:228] Iteration 140, loss = 0.807995
I0522 17:36:12.798897 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.662
I0522 17:36:12.798907 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.807995 (* 1 = 0.807995 loss)
I0522 17:36:12.798912 Â 4784 sgd_solver.cpp:106] Iteration 140, lr = 0.001
I0522 17:36:39.076234 Â 4784 solver.cpp:228] Iteration 160, loss = 0.755289
I0522 17:36:39.076258 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.676
I0522 17:36:39.076264 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.755289 (* 1 = 0.755289 loss)
I0522 17:36:39.076268 Â 4784 sgd_solver.cpp:106] Iteration 160, lr = 0.001
I0522 17:37:05.253271 Â 4784 solver.cpp:228] Iteration 180, loss = 0.748647
I0522 17:37:05.253399 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.716
I0522 17:37:05.253408 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.748647 (* 1 = 0.748647 loss)
I0522 17:37:05.253412 Â 4784 sgd_solver.cpp:106] Iteration 180, lr = 0.001
I0522 17:37:30.447172 Â 4784 solver.cpp:337] Iteration 200, Testing net (#0)
I0522 17:37:31.528594 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.425
I0522 17:37:31.528619 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.76517 (* 1 = 1.76517 loss)
I0522 17:37:32.550200 Â 4784 solver.cpp:228] Iteration 200, loss = 1.04188
I0522 17:37:32.550221 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.674
I0522 17:37:32.550228 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.04188 (* 1 = 1.04188 loss)
I0522 17:37:32.550231 Â 4784 sgd_solver.cpp:106] Iteration 200, lr = 0.001
I0522 17:37:58.518641 Â 4784 solver.cpp:228] Iteration 220, loss = 0.860798
I0522 17:37:58.518751 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.638
I0522 17:37:58.518769 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.860798 (* 1 = 0.860798 loss)
I0522 17:37:58.518772 Â 4784 sgd_solver.cpp:106] Iteration 220, lr = 0.001
I0522 17:38:24.644518 Â 4784 solver.cpp:228] Iteration 240, loss = 0.831552
I0522 17:38:24.644539 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.656
I0522 17:38:24.644546 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.831552 (* 1 = 0.831552 loss)
I0522 17:38:24.644548 Â 4784 sgd_solver.cpp:106] Iteration 240, lr = 0.001
I0522 17:38:50.661337 Â 4784 solver.cpp:228] Iteration 260, loss = 0.917817
I0522 17:38:50.661470 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.656
I0522 17:38:50.661480 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.917817 (* 1 = 0.917817 loss)
I0522 17:38:50.661484 Â 4784 sgd_solver.cpp:106] Iteration 260, lr = 0.001
I0522 17:39:16.566133 Â 4784 solver.cpp:228] Iteration 280, loss = 1.14495
I0522 17:39:16.566154 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.628
I0522 17:39:16.566160 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.14495 (* 1 = 1.14495 loss)
I0522 17:39:16.566164 Â 4784 sgd_solver.cpp:106] Iteration 280, lr = 0.001
I0522 17:39:41.512784 Â 4784 solver.cpp:337] Iteration 300, Testing net (#0)
I0522 17:39:42.592100 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.471
I0522 17:39:42.592125 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.59105 (* 1 = 1.59105 loss)
I0522 17:39:43.611470 Â 4784 solver.cpp:228] Iteration 300, loss = 1.03568
I0522 17:39:43.611492 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.564
I0522 17:39:43.611498 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.03568 (* 1 = 1.03568 loss)
I0522 17:39:43.611502 Â 4784 sgd_solver.cpp:106] Iteration 300, lr = 0.001
I0522 17:40:09.526494 Â 4784 solver.cpp:228] Iteration 320, loss = 0.987076
I0522 17:40:09.526515 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.572
I0522 17:40:09.526521 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.987076 (* 1 = 0.987076 loss)
I0522 17:40:09.526525 Â 4784 sgd_solver.cpp:106] Iteration 320, lr = 0.001
I0522 17:40:35.481556 Â 4784 solver.cpp:228] Iteration 340, loss = 1.01115
I0522 17:40:35.481685 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.644
I0522 17:40:35.481695 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.01115 (* 1 = 1.01115 loss)
I0522 17:40:35.481698 Â 4784 sgd_solver.cpp:106] Iteration 340, lr = 0.001
I0522 17:41:01.751333 Â 4784 solver.cpp:228] Iteration 360, loss = 1.13727
I0522 17:41:01.751355 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.584
I0522 17:41:01.751363 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.13727 (* 1 = 1.13727 loss)
I0522 17:41:01.751366 Â 4784 sgd_solver.cpp:106] Iteration 360, lr = 0.001
I0522 17:41:27.686775 Â 4784 solver.cpp:228] Iteration 380, loss = 0.974676
I0522 17:41:27.686899 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.552
I0522 17:41:27.686909 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.974676 (* 1 = 0.974676 loss)
I0522 17:41:27.686913 Â 4784 sgd_solver.cpp:106] Iteration 380, lr = 0.001
I0522 17:41:52.615531 Â 4784 solver.cpp:337] Iteration 400, Testing net (#0)
I0522 17:41:53.691292 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.447
I0522 17:41:53.691315 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.1416 (* 1 = 1.1416 loss)
I0522 17:41:54.701591 Â 4784 solver.cpp:228] Iteration 400, loss = 0.990989
I0522 17:41:54.701613 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.564
I0522 17:41:54.701620 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.990989 (* 1 = 0.990989 loss)
I0522 17:41:54.701623 Â 4784 sgd_solver.cpp:106] Iteration 400, lr = 0.001
I0522 17:42:20.633812 Â 4784 solver.cpp:228] Iteration 420, loss = 0.881144
I0522 17:42:20.634812 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.632
I0522 17:42:20.634822 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.881144 (* 1 = 0.881144 loss)
I0522 17:42:20.634826 Â 4784 sgd_solver.cpp:106] Iteration 420, lr = 0.001
I0522 17:42:46.588696 Â 4784 solver.cpp:228] Iteration 440, loss = 1.19581
I0522 17:42:46.588719 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.56
I0522 17:42:46.588726 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.19581 (* 1 = 1.19581 loss)
I0522 17:42:46.588729 Â 4784 sgd_solver.cpp:106] Iteration 440, lr = 0.001
I0522 17:43:12.478281 Â 4784 solver.cpp:228] Iteration 460, loss = 1.02179
I0522 17:43:12.478423 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.524
I0522 17:43:12.478433 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.02179 (* 1 = 1.02179 loss)
I0522 17:43:12.478437 Â 4784 sgd_solver.cpp:106] Iteration 460, lr = 0.001
I0522 17:43:38.443531 Â 4784 solver.cpp:228] Iteration 480, loss = 1.01613
I0522 17:43:38.443555 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.55
I0522 17:43:38.443562 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.01613 (* 1 = 1.01613 loss)
I0522 17:43:38.443564 Â 4784 sgd_solver.cpp:106] Iteration 480, lr = 0.001
I0522 17:44:03.331502 Â 4784 solver.cpp:337] Iteration 500, Testing net (#0)
I0522 17:44:04.405691 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.369
I0522 17:44:04.405716 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.77825 (* 1 = 1.77825 loss)
I0522 17:44:05.420948 Â 4784 solver.cpp:228] Iteration 500, loss = 1.02574
I0522 17:44:05.420971 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.598
I0522 17:44:05.420979 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.02574 (* 1 = 1.02574 loss)
I0522 17:44:05.420981 Â 4784 sgd_solver.cpp:106] Iteration 500, lr = 0.001
I0522 17:44:31.456296 Â 4784 solver.cpp:228] Iteration 520, loss = 1.13687
I0522 17:44:31.456320 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.578
I0522 17:44:31.456326 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.13687 (* 1 = 1.13687 loss)
I0522 17:44:31.456329 Â 4784 sgd_solver.cpp:106] Iteration 520, lr = 0.001
I0522 17:44:57.392630 Â 4784 solver.cpp:228] Iteration 540, loss = 1.02987
I0522 17:44:57.392760 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.492
I0522 17:44:57.392771 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.02987 (* 1 = 1.02987 loss)
I0522 17:44:57.392774 Â 4784 sgd_solver.cpp:106] Iteration 540, lr = 0.001
I0522 17:45:23.431924 Â 4784 solver.cpp:228] Iteration 560, loss = 0.93721
I0522 17:45:23.431948 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.532
I0522 17:45:23.431954 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.93721 (* 1 = 0.93721 loss)
I0522 17:45:23.431957 Â 4784 sgd_solver.cpp:106] Iteration 560, lr = 0.001
I0522 17:45:49.399096 Â 4784 solver.cpp:228] Iteration 580, loss = 0.982253
I0522 17:45:49.399209 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.616
I0522 17:45:49.399219 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.982253 (* 1 = 0.982253 loss)
I0522 17:45:49.399224 Â 4784 sgd_solver.cpp:106] Iteration 580, lr = 0.001
I0522 17:46:14.355550 Â 4784 solver.cpp:337] Iteration 600, Testing net (#0)
I0522 17:46:15.440210 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.256
I0522 17:46:15.440234 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.60479 (* 1 = 1.60479 loss)
I0522 17:46:16.464331 Â 4784 solver.cpp:228] Iteration 600, loss = 1.0996
I0522 17:46:16.464354 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.554
I0522 17:46:16.464360 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.0996 (* 1 = 1.0996 loss)
I0522 17:46:16.464365 Â 4784 sgd_solver.cpp:106] Iteration 600, lr = 0.001
I0522 17:46:42.423319 Â 4784 solver.cpp:228] Iteration 620, loss = 1.01845
I0522 17:46:42.423445 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.536
I0522 17:46:42.423454 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.01845 (* 1 = 1.01845 loss)
I0522 17:46:42.423458 Â 4784 sgd_solver.cpp:106] Iteration 620, lr = 0.001
I0522 17:47:08.422520 Â 4784 solver.cpp:228] Iteration 640, loss = 1.01987
I0522 17:47:08.422544 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.54
I0522 17:47:08.422551 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.01987 (* 1 = 1.01987 loss)
I0522 17:47:08.422555 Â 4784 sgd_solver.cpp:106] Iteration 640, lr = 0.001
I0522 17:47:34.423115 Â 4784 solver.cpp:228] Iteration 660, loss = 1.05065
I0522 17:47:34.423248 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.582
I0522 17:47:34.423257 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.05065 (* 1 = 1.05065 loss)
I0522 17:47:34.423261 Â 4784 sgd_solver.cpp:106] Iteration 660, lr = 0.001
I0522 17:48:00.368378 Â 4784 solver.cpp:228] Iteration 680, loss = 1.31215
I0522 17:48:00.368403 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.56
I0522 17:48:00.368410 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.31215 (* 1 = 1.31215 loss)
I0522 17:48:00.368413 Â 4784 sgd_solver.cpp:106] Iteration 680, lr = 0.001
I0522 17:48:25.286612 Â 4784 solver.cpp:337] Iteration 700, Testing net (#0)
I0522 17:48:26.367760 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.318
I0522 17:48:26.367784 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 2.49873 (* 1 = 2.49873 loss)
I0522 17:48:27.389021 Â 4784 solver.cpp:228] Iteration 700, loss = 1.1296
I0522 17:48:27.389045 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.514
I0522 17:48:27.389051 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.1296 (* 1 = 1.1296 loss)
I0522 17:48:27.389055 Â 4784 sgd_solver.cpp:106] Iteration 700, lr = 0.001
I0522 17:48:53.397667 Â 4784 solver.cpp:228] Iteration 720, loss = 1.0282
I0522 17:48:53.397691 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.546
I0522 17:48:53.397698 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.0282 (* 1 = 1.0282 loss)
I0522 17:48:53.397702 Â 4784 sgd_solver.cpp:106] Iteration 720, lr = 0.001
I0522 17:49:19.439896 Â 4784 solver.cpp:228] Iteration 740, loss = 1.02349
I0522 17:49:19.440012 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.57
I0522 17:49:19.440033 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.02349 (* 1 = 1.02349 loss)
I0522 17:49:19.440037 Â 4784 sgd_solver.cpp:106] Iteration 740, lr = 0.001
I0522 17:49:45.490361 Â 4784 solver.cpp:228] Iteration 760, loss = 1.24412
I0522 17:49:45.490386 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.55
I0522 17:49:45.490392 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.24412 (* 1 = 1.24412 loss)
I0522 17:49:45.490396 Â 4784 sgd_solver.cpp:106] Iteration 760, lr = 0.001
I0522 17:50:11.561460 Â 4784 solver.cpp:228] Iteration 780, loss = 1.03187
I0522 17:50:11.561590 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.512
I0522 17:50:11.561600 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.03187 (* 1 = 1.03187 loss)
I0522 17:50:11.561604 Â 4784 sgd_solver.cpp:106] Iteration 780, lr = 0.001
I0522 17:50:36.536679 Â 4784 solver.cpp:337] Iteration 800, Testing net (#0)
I0522 17:50:37.614876 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.351
I0522 17:50:37.614902 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.48911 (* 1 = 1.48911 loss)
I0522 17:50:38.635115 Â 4784 solver.cpp:228] Iteration 800, loss = 1.0097
I0522 17:50:38.635138 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.532
I0522 17:50:38.635144 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.0097 (* 1 = 1.0097 loss)
I0522 17:50:38.635149 Â 4784 sgd_solver.cpp:106] Iteration 800, lr = 0.001
I0522 17:51:04.791569 Â 4784 solver.cpp:228] Iteration 820, loss = 0.97889
I0522 17:51:04.791723 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.598
I0522 17:51:04.791733 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 0.97889 (* 1 = 0.97889 loss)
I0522 17:51:04.791736 Â 4784 sgd_solver.cpp:106] Iteration 820, lr = 0.001
I0522 17:51:30.898741 Â 4784 solver.cpp:228] Iteration 840, loss = 1.25591
I0522 17:51:30.898775 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.54
I0522 17:51:30.898782 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.25591 (* 1 = 1.25591 loss)
I0522 17:51:30.898795 Â 4784 sgd_solver.cpp:106] Iteration 840, lr = 0.001
I0522 17:51:57.034945 Â 4784 solver.cpp:228] Iteration 860, loss = 1.11175
I0522 17:51:57.035073 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.502
I0522 17:51:57.035082 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.11175 (* 1 = 1.11175 loss)
I0522 17:51:57.035086 Â 4784 sgd_solver.cpp:106] Iteration 860, lr = 0.001
I0522 17:52:23.191498 Â 4784 solver.cpp:228] Iteration 880, loss = 1.03711
I0522 17:52:23.191524 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.548
I0522 17:52:23.191529 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.03711 (* 1 = 1.03711 loss)
I0522 17:52:23.191534 Â 4784 sgd_solver.cpp:106] Iteration 880, lr = 0.001
I0522 17:52:48.250437 Â 4784 solver.cpp:337] Iteration 900, Testing net (#0)
I0522 17:52:49.334789 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.427
I0522 17:52:49.334813 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.27754 (* 1 = 1.27754 loss)
I0522 17:52:50.358955 Â 4784 solver.cpp:228] Iteration 900, loss = 1.09171
I0522 17:52:50.358978 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.572
I0522 17:52:50.358985 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.09171 (* 1 = 1.09171 loss)
I0522 17:52:50.358989 Â 4784 sgd_solver.cpp:106] Iteration 900, lr = 0.001
I0522 17:53:16.496212 Â 4784 solver.cpp:228] Iteration 920, loss = 1.24933
I0522 17:53:16.496235 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.548
I0522 17:53:16.496242 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.24933 (* 1 = 1.24933 loss)
I0522 17:53:16.496245 Â 4784 sgd_solver.cpp:106] Iteration 920, lr = 0.001
I0522 17:53:42.699348 Â 4784 solver.cpp:228] Iteration 940, loss = 1.06739
I0522 17:53:42.699460 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.504
I0522 17:53:42.699467 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.06739 (* 1 = 1.06739 loss)
I0522 17:53:42.699471 Â 4784 sgd_solver.cpp:106] Iteration 940, lr = 0.001
I0522 17:54:08.810178 Â 4784 solver.cpp:228] Iteration 960, loss = 1.13492
I0522 17:54:08.810201 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.52
I0522 17:54:08.810209 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.13492 (* 1 = 1.13492 loss)
I0522 17:54:08.810212 Â 4784 sgd_solver.cpp:106] Iteration 960, lr = 0.001
I0522 17:54:34.998816 Â 4784 solver.cpp:228] Iteration 980, loss = 1.14369
I0522 17:54:34.998940 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.568
I0522 17:54:34.998958 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.14369 (* 1 = 1.14369 loss)
I0522 17:54:34.998961 Â 4784 sgd_solver.cpp:106] Iteration 980, lr = 0.001
I0522 17:55:00.170233 Â 4784 solver.cpp:337] Iteration 1000, Testing net (#0)
I0522 17:55:01.256238 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.394
I0522 17:55:01.256263 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.34368 (* 1 = 1.34368 loss)
I0522 17:55:02.280261 Â 4784 solver.cpp:228] Iteration 1000, loss = 1.29931
I0522 17:55:02.280283 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.516
I0522 17:55:02.280289 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.29931 (* 1 = 1.29931 loss)
I0522 17:55:02.280293 Â 4784 sgd_solver.cpp:106] Iteration 1000, lr = 0.001
I0522 17:55:28.382843 Â 4784 solver.cpp:228] Iteration 1020, loss = 1.09446
I0522 17:55:28.382931 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.516
I0522 17:55:28.382939 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.09446 (* 1 = 1.09446 loss)
I0522 17:55:28.382943 Â 4784 sgd_solver.cpp:106] Iteration 1020, lr = 0.001
I0522 17:55:54.615752 Â 4784 solver.cpp:228] Iteration 1040, loss = 1.08742
I0522 17:55:54.615777 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.508
I0522 17:55:54.615782 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.08742 (* 1 = 1.08742 loss)
I0522 17:55:54.615785 Â 4784 sgd_solver.cpp:106] Iteration 1040, lr = 0.001
I0522 17:56:20.853593 Â 4784 solver.cpp:228] Iteration 1060, loss = 1.11572
I0522 17:56:20.853746 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.552
I0522 17:56:20.853756 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.11572 (* 1 = 1.11572 loss)
I0522 17:56:20.853760 Â 4784 sgd_solver.cpp:106] Iteration 1060, lr = 0.001
I0522 17:56:47.106473 Â 4784 solver.cpp:228] Iteration 1080, loss = 1.40598
I0522 17:56:47.106498 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.484
I0522 17:56:47.106504 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.40598 (* 1 = 1.40598 loss)
I0522 17:56:47.106509 Â 4784 sgd_solver.cpp:106] Iteration 1080, lr = 0.001
I0522 17:57:12.172627 Â 4784 solver.cpp:337] Iteration 1100, Testing net (#0)
I0522 17:57:13.263082 Â 4784 solver.cpp:404] Â Â Test net output #0: accuracy = 0.458
I0522 17:57:13.263106 Â 4784 solver.cpp:404] Â Â Test net output #1: loss = 1.55694 (* 1 = 1.55694 loss)
I0522 17:57:14.289500 Â 4784 solver.cpp:228] Iteration 1100, loss = 1.17419
I0522 17:57:14.289522 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.478
I0522 17:57:14.289530 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.17419 (* 1 = 1.17419 loss)
I0522 17:57:14.289532 Â 4784 sgd_solver.cpp:106] Iteration 1100, lr = 0.001
I0522 17:57:40.568991 Â 4784 solver.cpp:228] Iteration 1120, loss = 1.07978
I0522 17:57:40.569015 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.492
I0522 17:57:40.569022 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.07978 (* 1 = 1.07978 loss)
I0522 17:57:40.569025 Â 4784 sgd_solver.cpp:106] Iteration 1120, lr = 0.001
I0522 17:58:06.746948 Â 4784 solver.cpp:228] Iteration 1140, loss = 1.07904
I0522 17:58:06.747062 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.534
I0522 17:58:06.747071 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.07904 (* 1 = 1.07904 loss)
I0522 17:58:06.747076 Â 4784 sgd_solver.cpp:106] Iteration 1140, lr = 0.001
I0522 17:58:32.890458 Â 4784 solver.cpp:228] Iteration 1160, loss = 1.36037
I0522 17:58:32.890481 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.504
I0522 17:58:32.890487 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.36037 (* 1 = 1.36037 loss)
I0522 17:58:32.890491 Â 4784 sgd_solver.cpp:106] Iteration 1160, lr = 0.001
I0522 17:58:59.054553 Â 4784 solver.cpp:228] Iteration 1180, loss = 1.1291
I0522 17:58:59.054685 Â 4784 solver.cpp:244] Â Â Train net output #0: accuracy = 0.482
I0522 17:58:59.054694 Â 4784 solver.cpp:244] Â Â Train net output #1: loss = 1.1291 (* 1 = 1.1291 loss)
I0522 17:58:59.054698 Â 4784 sgd_solver.cpp:106] Iteration 1180, lr = 0.001
I post the log file here..