Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I0113 14:20:50.793929 85242 caffe.cpp:184] Using GPUs 0, 1, 2, 3, 4, 5, 6, 7
- I0113 14:20:51.195428 85242 solver.cpp:48] Initializing solver from parameters:
- test_iter: 50
- test_interval: 500
- base_lr: 0.01
- display: 500
- max_iter: 850000
- lr_policy: "step"
- gamma: 0.5
- momentum: 0.9
- weight_decay: 0.0005
- snapshot: 5000
- snapshot_prefix: "models/mv16f/mv_16_"
- solver_mode: GPU
- device_id: 0
- net: "models/mv16f/mv_train.prototxt"
- I0113 14:20:51.195653 85242 solver.cpp:91] Creating training net from net file: models/mv16f/mv_train.prototxt
- I0113 14:20:51.196537 85242 net.cpp:322] The NetState phase (0) differed from the phase (1) specified by a rule in layer data
- I0113 14:20:51.196575 85242 net.cpp:322] The NetState phase (0) differed from the phase (1) specified by a rule in layer accuracy
- I0113 14:20:51.196720 85242 net.cpp:49] Initializing net from parameters:
- name: "mv_16f"
- state {
- phase: TRAIN
- }
- layer {
- name: "data"
- type: "HDF5Data"
- top: "data"
- top: "label"
- include {
- phase: TRAIN
- }
- hdf5_data_param {
- source: "/home/fe/anilil/caffe/models/mv16f/train.txt"
- batch_size: 1000
- }
- }
- layer {
- name: "conv1"
- type: "Convolution"
- bottom: "data"
- top: "conv1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 64
- kernel_size: 3
- weight_filler {
- type: "xavier"
- }
- 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: 2
- stride: 2
- }
- }
- layer {
- name: "conv2"
- type: "Convolution"
- bottom: "pool1"
- top: "conv2"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 128
- kernel_size: 3
- stride: 1
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "relu2"
- type: "ReLU"
- bottom: "conv2"
- top: "conv2"
- }
- layer {
- name: "pool2"
- type: "Pooling"
- bottom: "conv2"
- top: "pool2"
- pooling_param {
- pool: MAX
- kernel_size: 2
- stride: 2
- }
- }
- layer {
- name: "conv3"
- type: "Convolution"
- bottom: "pool2"
- top: "conv3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 256
- kernel_size: 3
- stride: 1
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "relu3"
- type: "ReLU"
- bottom: "conv3"
- top: "conv3"
- }
- layer {
- name: "pool3"
- type: "Pooling"
- bottom: "conv3"
- top: "pool3"
- pooling_param {
- pool: MAX
- kernel_size: 2
- stride: 2
- }
- }
- layer {
- name: "conv4"
- type: "Convolution"
- bottom: "pool3"
- top: "conv4"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 256
- kernel_size: 3
- stride: 1
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "relu4"
- type: "ReLU"
- bottom: "conv4"
- top: "conv4"
- }
- layer {
- name: "pool4"
- type: "Pooling"
- bottom: "conv4"
- top: "pool4"
- pooling_param {
- pool: MAX
- kernel_size: 2
- stride: 2
- }
- }
- layer {
- name: "fc6"
- type: "InnerProduct"
- bottom: "pool4"
- top: "fc6"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- inner_product_param {
- num_output: 2048
- weight_filler {
- type: "gaussian"
- std: 0.005
- }
- bias_filler {
- type: "constant"
- value: 0.1
- }
- }
- }
- layer {
- name: "relu6"
- type: "ReLU"
- bottom: "fc6"
- top: "fc6"
- }
- layer {
- name: "drop6"
- type: "Dropout"
- bottom: "fc6"
- top: "fc6"
- dropout_param {
- dropout_ratio: 0.5
- }
- }
- layer {
- name: "fc7"
- type: "InnerProduct"
- bottom: "fc6"
- top: "fc7"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- inner_product_param {
- num_output: 4096
- weight_filler {
- type: "gaussian"
- std: 0.005
- }
- bias_filler {
- type: "constant"
- value: 0.1
- }
- }
- }
- layer {
- name: "relu7"
- type: "ReLU"
- bottom: "fc7"
- top: "fc7"
- }
- layer {
- name: "drop7"
- type: "Dropout"
- bottom: "fc7"
- top: "fc7"
- dropout_param {
- dropout_ratio: 0.5
- }
- }
- layer {
- name: "fc8"
- type: "InnerProduct"
- bottom: "fc7"
- top: "fc8"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- inner_product_param {
- num_output: 101
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "loss"
- type: "SoftmaxWithLoss"
- bottom: "fc8"
- bottom: "label"
- top: "loss"
- }
- I0113 14:20:51.197294 85242 layer_factory.hpp:77] Creating layer data
- I0113 14:20:51.197355 85242 net.cpp:106] Creating Layer data
- I0113 14:20:51.197376 85242 net.cpp:411] data -> data
- I0113 14:20:51.197504 85242 net.cpp:411] data -> label
- I0113 14:20:51.198678 85242 hdf5.cpp:32] Datatype class: H5T_FLOAT
- I0113 14:20:52.063480 85242 net.cpp:150] Setting up data
- I0113 14:20:52.063524 85242 net.cpp:157] Top shape: 1000 48 58 58 (161472000)
- I0113 14:20:52.063534 85242 net.cpp:157] Top shape: 1000 1 (1000)
- I0113 14:20:52.063539 85242 net.cpp:165] Memory required for data: 645892000
- I0113 14:20:52.063563 85242 layer_factory.hpp:77] Creating layer conv1
- I0113 14:20:52.063654 85242 net.cpp:106] Creating Layer conv1
- I0113 14:20:52.063675 85242 net.cpp:454] conv1 <- data
- I0113 14:20:52.063720 85242 net.cpp:411] conv1 -> conv1
- I0113 14:20:52.192370 85242 net.cpp:150] Setting up conv1
- I0113 14:20:52.192412 85242 net.cpp:157] Top shape: 1000 64 56 56 (200704000)
- I0113 14:20:52.192416 85242 net.cpp:165] Memory required for data: 1448708000
- I0113 14:20:52.192497 85242 layer_factory.hpp:77] Creating layer relu1
- I0113 14:20:52.192543 85242 net.cpp:106] Creating Layer relu1
- I0113 14:20:52.192554 85242 net.cpp:454] relu1 <- conv1
- I0113 14:20:52.192579 85242 net.cpp:397] relu1 -> conv1 (in-place)
- I0113 14:20:52.192730 85242 net.cpp:150] Setting up relu1
- I0113 14:20:52.192740 85242 net.cpp:157] Top shape: 1000 64 56 56 (200704000)
- I0113 14:20:52.192744 85242 net.cpp:165] Memory required for data: 2251524000
- I0113 14:20:52.192750 85242 layer_factory.hpp:77] Creating layer pool1
- I0113 14:20:52.192781 85242 net.cpp:106] Creating Layer pool1
- I0113 14:20:52.192790 85242 net.cpp:454] pool1 <- conv1
- I0113 14:20:52.192808 85242 net.cpp:411] pool1 -> pool1
- I0113 14:20:52.193133 85242 net.cpp:150] Setting up pool1
- I0113 14:20:52.193152 85242 net.cpp:157] Top shape: 1000 64 28 28 (50176000)
- I0113 14:20:52.193157 85242 net.cpp:165] Memory required for data: 2452228000
- I0113 14:20:52.193164 85242 layer_factory.hpp:77] Creating layer conv2
- I0113 14:20:52.193200 85242 net.cpp:106] Creating Layer conv2
- I0113 14:20:52.193209 85242 net.cpp:454] conv2 <- pool1
- I0113 14:20:52.193230 85242 net.cpp:411] conv2 -> conv2
- I0113 14:20:52.199265 85242 net.cpp:150] Setting up conv2
- I0113 14:20:52.199278 85242 net.cpp:157] Top shape: 1000 128 26 26 (86528000)
- I0113 14:20:52.199283 85242 net.cpp:165] Memory required for data: 2798340000
- I0113 14:20:52.199306 85242 layer_factory.hpp:77] Creating layer relu2
- I0113 14:20:52.199322 85242 net.cpp:106] Creating Layer relu2
- I0113 14:20:52.199331 85242 net.cpp:454] relu2 <- conv2
- I0113 14:20:52.199345 85242 net.cpp:397] relu2 -> conv2 (in-place)
- I0113 14:20:52.199492 85242 net.cpp:150] Setting up relu2
- I0113 14:20:52.199502 85242 net.cpp:157] Top shape: 1000 128 26 26 (86528000)
- I0113 14:20:52.199507 85242 net.cpp:165] Memory required for data: 3144452000
- I0113 14:20:52.199560 85242 layer_factory.hpp:77] Creating layer pool2
- I0113 14:20:52.199578 85242 net.cpp:106] Creating Layer pool2
- I0113 14:20:52.199585 85242 net.cpp:454] pool2 <- conv2
- I0113 14:20:52.199605 85242 net.cpp:411] pool2 -> pool2
- I0113 14:20:52.199965 85242 net.cpp:150] Setting up pool2
- I0113 14:20:52.199980 85242 net.cpp:157] Top shape: 1000 128 13 13 (21632000)
- I0113 14:20:52.199985 85242 net.cpp:165] Memory required for data: 3230980000
- I0113 14:20:52.199990 85242 layer_factory.hpp:77] Creating layer conv3
- I0113 14:20:52.200013 85242 net.cpp:106] Creating Layer conv3
- I0113 14:20:52.200022 85242 net.cpp:454] conv3 <- pool2
- I0113 14:20:52.200042 85242 net.cpp:411] conv3 -> conv3
- I0113 14:20:52.216902 85242 net.cpp:150] Setting up conv3
- I0113 14:20:52.216912 85242 net.cpp:157] Top shape: 1000 256 11 11 (30976000)
- I0113 14:20:52.216917 85242 net.cpp:165] Memory required for data: 3354884000
- I0113 14:20:52.216938 85242 layer_factory.hpp:77] Creating layer relu3
- I0113 14:20:52.216958 85242 net.cpp:106] Creating Layer relu3
- I0113 14:20:52.216967 85242 net.cpp:454] relu3 <- conv3
- I0113 14:20:52.216982 85242 net.cpp:397] relu3 -> conv3 (in-place)
- I0113 14:20:52.217123 85242 net.cpp:150] Setting up relu3
- I0113 14:20:52.217133 85242 net.cpp:157] Top shape: 1000 256 11 11 (30976000)
- I0113 14:20:52.217139 85242 net.cpp:165] Memory required for data: 3478788000
- I0113 14:20:52.217145 85242 layer_factory.hpp:77] Creating layer pool3
- I0113 14:20:52.217160 85242 net.cpp:106] Creating Layer pool3
- I0113 14:20:52.217169 85242 net.cpp:454] pool3 <- conv3
- I0113 14:20:52.217185 85242 net.cpp:411] pool3 -> pool3
- I0113 14:20:52.217483 85242 net.cpp:150] Setting up pool3
- I0113 14:20:52.217496 85242 net.cpp:157] Top shape: 1000 256 6 6 (9216000)
- I0113 14:20:52.217501 85242 net.cpp:165] Memory required for data: 3515652000
- I0113 14:20:52.217507 85242 layer_factory.hpp:77] Creating layer conv4
- I0113 14:20:52.217530 85242 net.cpp:106] Creating Layer conv4
- I0113 14:20:52.217538 85242 net.cpp:454] conv4 <- pool3
- I0113 14:20:52.217558 85242 net.cpp:411] conv4 -> conv4
- I0113 14:20:52.249881 85242 net.cpp:150] Setting up conv4
- I0113 14:20:52.249891 85242 net.cpp:157] Top shape: 1000 256 4 4 (4096000)
- I0113 14:20:52.249896 85242 net.cpp:165] Memory required for data: 3532036000
- I0113 14:20:52.249908 85242 layer_factory.hpp:77] Creating layer relu4
- I0113 14:20:52.249922 85242 net.cpp:106] Creating Layer relu4
- I0113 14:20:52.249929 85242 net.cpp:454] relu4 <- conv4
- I0113 14:20:52.249944 85242 net.cpp:397] relu4 -> conv4 (in-place)
- I0113 14:20:52.250211 85242 net.cpp:150] Setting up relu4
- I0113 14:20:52.250222 85242 net.cpp:157] Top shape: 1000 256 4 4 (4096000)
- I0113 14:20:52.250227 85242 net.cpp:165] Memory required for data: 3548420000
- I0113 14:20:52.250233 85242 layer_factory.hpp:77] Creating layer pool4
- I0113 14:20:52.250252 85242 net.cpp:106] Creating Layer pool4
- I0113 14:20:52.250259 85242 net.cpp:454] pool4 <- conv4
- I0113 14:20:52.250277 85242 net.cpp:411] pool4 -> pool4
- I0113 14:20:52.250453 85242 net.cpp:150] Setting up pool4
- I0113 14:20:52.250466 85242 net.cpp:157] Top shape: 1000 256 2 2 (1024000)
- I0113 14:20:52.250471 85242 net.cpp:165] Memory required for data: 3552516000
- I0113 14:20:52.250478 85242 layer_factory.hpp:77] Creating layer fc6
- I0113 14:20:52.250510 85242 net.cpp:106] Creating Layer fc6
- I0113 14:20:52.250520 85242 net.cpp:454] fc6 <- pool4
- I0113 14:20:52.250538 85242 net.cpp:411] fc6 -> fc6
- I0113 14:20:52.431202 85242 net.cpp:150] Setting up fc6
- I0113 14:20:52.431219 85242 net.cpp:157] Top shape: 1000 2048 (2048000)
- I0113 14:20:52.431224 85242 net.cpp:165] Memory required for data: 3560708000
- I0113 14:20:52.431248 85242 layer_factory.hpp:77] Creating layer relu6
- I0113 14:20:52.431263 85242 net.cpp:106] Creating Layer relu6
- I0113 14:20:52.431272 85242 net.cpp:454] relu6 <- fc6
- I0113 14:20:52.431298 85242 net.cpp:397] relu6 -> fc6 (in-place)
- I0113 14:20:52.431664 85242 net.cpp:150] Setting up relu6
- I0113 14:20:52.431677 85242 net.cpp:157] Top shape: 1000 2048 (2048000)
- I0113 14:20:52.431682 85242 net.cpp:165] Memory required for data: 3568900000
- I0113 14:20:52.431689 85242 layer_factory.hpp:77] Creating layer drop6
- I0113 14:20:52.431717 85242 net.cpp:106] Creating Layer drop6
- I0113 14:20:52.431726 85242 net.cpp:454] drop6 <- fc6
- I0113 14:20:52.431743 85242 net.cpp:397] drop6 -> fc6 (in-place)
- I0113 14:20:52.431787 85242 net.cpp:150] Setting up drop6
- I0113 14:20:52.431795 85242 net.cpp:157] Top shape: 1000 2048 (2048000)
- I0113 14:20:52.431800 85242 net.cpp:165] Memory required for data: 3577092000
- I0113 14:20:52.431805 85242 layer_factory.hpp:77] Creating layer fc7
- I0113 14:20:52.431826 85242 net.cpp:106] Creating Layer fc7
- I0113 14:20:52.431834 85242 net.cpp:454] fc7 <- fc6
- I0113 14:20:52.431852 85242 net.cpp:411] fc7 -> fc7
- I0113 14:20:53.158080 85242 net.cpp:150] Setting up fc7
- I0113 14:20:53.158118 85242 net.cpp:157] Top shape: 1000 4096 (4096000)
- I0113 14:20:53.158121 85242 net.cpp:165] Memory required for data: 3593476000
- I0113 14:20:53.158146 85242 layer_factory.hpp:77] Creating layer relu7
- I0113 14:20:53.158180 85242 net.cpp:106] Creating Layer relu7
- I0113 14:20:53.158195 85242 net.cpp:454] relu7 <- fc7
- I0113 14:20:53.158221 85242 net.cpp:397] relu7 -> fc7 (in-place)
- I0113 14:20:53.158637 85242 net.cpp:150] Setting up relu7
- I0113 14:20:53.158648 85242 net.cpp:157] Top shape: 1000 4096 (4096000)
- I0113 14:20:53.158653 85242 net.cpp:165] Memory required for data: 3609860000
- I0113 14:20:53.158658 85242 layer_factory.hpp:77] Creating layer drop7
- I0113 14:20:53.158679 85242 net.cpp:106] Creating Layer drop7
- I0113 14:20:53.158690 85242 net.cpp:454] drop7 <- fc7
- I0113 14:20:53.158706 85242 net.cpp:397] drop7 -> fc7 (in-place)
- I0113 14:20:53.158751 85242 net.cpp:150] Setting up drop7
- I0113 14:20:53.158761 85242 net.cpp:157] Top shape: 1000 4096 (4096000)
- I0113 14:20:53.158763 85242 net.cpp:165] Memory required for data: 3626244000
- I0113 14:20:53.158768 85242 layer_factory.hpp:77] Creating layer fc8
- I0113 14:20:53.158788 85242 net.cpp:106] Creating Layer fc8
- I0113 14:20:53.158795 85242 net.cpp:454] fc8 <- fc7
- I0113 14:20:53.158817 85242 net.cpp:411] fc8 -> fc8
- I0113 14:20:53.181195 85242 net.cpp:150] Setting up fc8
- I0113 14:20:53.181215 85242 net.cpp:157] Top shape: 1000 101 (101000)
- I0113 14:20:53.181221 85242 net.cpp:165] Memory required for data: 3626648000
- I0113 14:20:53.181233 85242 layer_factory.hpp:77] Creating layer loss
- I0113 14:20:53.181262 85242 net.cpp:106] Creating Layer loss
- I0113 14:20:53.181282 85242 net.cpp:454] loss <- fc8
- I0113 14:20:53.181295 85242 net.cpp:454] loss <- label
- I0113 14:20:53.181313 85242 net.cpp:411] loss -> loss
- I0113 14:20:53.181342 85242 layer_factory.hpp:77] Creating layer loss
- I0113 14:20:53.181895 85242 net.cpp:150] Setting up loss
- I0113 14:20:53.181910 85242 net.cpp:157] Top shape: (1)
- I0113 14:20:53.181913 85242 net.cpp:160] with loss weight 1
- I0113 14:20:53.181944 85242 net.cpp:165] Memory required for data: 3626648004
- I0113 14:20:53.181956 85242 net.cpp:226] loss needs backward computation.
- I0113 14:20:53.181964 85242 net.cpp:226] fc8 needs backward computation.
- I0113 14:20:53.181969 85242 net.cpp:226] drop7 needs backward computation.
- I0113 14:20:53.181975 85242 net.cpp:226] relu7 needs backward computation.
- I0113 14:20:53.181980 85242 net.cpp:226] fc7 needs backward computation.
- I0113 14:20:53.181987 85242 net.cpp:226] drop6 needs backward computation.
- I0113 14:20:53.181991 85242 net.cpp:226] relu6 needs backward computation.
- I0113 14:20:53.181998 85242 net.cpp:226] fc6 needs backward computation.
- I0113 14:20:53.182003 85242 net.cpp:226] pool4 needs backward computation.
- I0113 14:20:53.182013 85242 net.cpp:226] relu4 needs backward computation.
- I0113 14:20:53.182018 85242 net.cpp:226] conv4 needs backward computation.
- I0113 14:20:53.182025 85242 net.cpp:226] pool3 needs backward computation.
- I0113 14:20:53.182032 85242 net.cpp:226] relu3 needs backward computation.
- I0113 14:20:53.182076 85242 net.cpp:226] conv3 needs backward computation.
- I0113 14:20:53.182085 85242 net.cpp:226] pool2 needs backward computation.
- I0113 14:20:53.182091 85242 net.cpp:226] relu2 needs backward computation.
- I0113 14:20:53.182097 85242 net.cpp:226] conv2 needs backward computation.
- I0113 14:20:53.182102 85242 net.cpp:226] pool1 needs backward computation.
- I0113 14:20:53.182111 85242 net.cpp:226] relu1 needs backward computation.
- I0113 14:20:53.182128 85242 net.cpp:226] conv1 needs backward computation.
- I0113 14:20:53.182135 85242 net.cpp:228] data does not need backward computation.
- I0113 14:20:53.182143 85242 net.cpp:270] This network produces output loss
- I0113 14:20:53.182194 85242 net.cpp:283] Network initialization done.
- I0113 14:20:53.183140 85242 solver.cpp:181] Creating test net (#0) specified by net file: models/mv16f/mv_train.prototxt
- I0113 14:20:53.183226 85242 net.cpp:322] The NetState phase (1) differed from the phase (0) specified by a rule in layer data
- I0113 14:20:53.183384 85242 net.cpp:49] Initializing net from parameters:
- name: "mv_16f"
- state {
- phase: TEST
- }
- layer {
- name: "data"
- type: "HDF5Data"
- top: "data"
- top: "label"
- include {
- phase: TEST
- }
- hdf5_data_param {
- source: "/home/fe/anilil/caffe/models/mv16f/test.txt"
- batch_size: 500
- }
- }
- layer {
- name: "conv1"
- type: "Convolution"
- bottom: "data"
- top: "conv1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 64
- kernel_size: 3
- weight_filler {
- type: "xavier"
- }
- 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: 2
- stride: 2
- }
- }
- layer {
- name: "conv2"
- type: "Convolution"
- bottom: "pool1"
- top: "conv2"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 128
- kernel_size: 3
- stride: 1
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "relu2"
- type: "ReLU"
- bottom: "conv2"
- top: "conv2"
- }
- layer {
- name: "pool2"
- type: "Pooling"
- bottom: "conv2"
- top: "pool2"
- pooling_param {
- pool: MAX
- kernel_size: 2
- stride: 2
- }
- }
- layer {
- name: "conv3"
- type: "Convolution"
- bottom: "pool2"
- top: "conv3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 256
- kernel_size: 3
- stride: 1
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "relu3"
- type: "ReLU"
- bottom: "conv3"
- top: "conv3"
- }
- layer {
- name: "pool3"
- type: "Pooling"
- bottom: "conv3"
- top: "pool3"
- pooling_param {
- pool: MAX
- kernel_size: 2
- stride: 2
- }
- }
- layer {
- name: "conv4"
- type: "Convolution"
- bottom: "pool3"
- top: "conv4"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 1
- decay_mult: 1
- }
- convolution_param {
- num_output: 256
- kernel_size: 3
- stride: 1
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "relu4"
- type: "ReLU"
- bottom: "conv4"
- top: "conv4"
- }
- layer {
- name: "pool4"
- type: "Pooling"
- bottom: "conv4"
- top: "pool4"
- pooling_param {
- pool: MAX
- kernel_size: 2
- stride: 2
- }
- }
- layer {
- name: "fc6"
- type: "InnerProduct"
- bottom: "pool4"
- top: "fc6"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- inner_product_param {
- num_output: 2048
- weight_filler {
- type: "gaussian"
- std: 0.005
- }
- bias_filler {
- type: "constant"
- value: 0.1
- }
- }
- }
- layer {
- name: "relu6"
- type: "ReLU"
- bottom: "fc6"
- top: "fc6"
- }
- layer {
- name: "drop6"
- type: "Dropout"
- bottom: "fc6"
- top: "fc6"
- dropout_param {
- dropout_ratio: 0.5
- }
- }
- layer {
- name: "fc7"
- type: "InnerProduct"
- bottom: "fc6"
- top: "fc7"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- inner_product_param {
- num_output: 4096
- weight_filler {
- type: "gaussian"
- std: 0.005
- }
- bias_filler {
- type: "constant"
- value: 0.1
- }
- }
- }
- layer {
- name: "relu7"
- type: "ReLU"
- bottom: "fc7"
- top: "fc7"
- }
- layer {
- name: "drop7"
- type: "Dropout"
- bottom: "fc7"
- top: "fc7"
- dropout_param {
- dropout_ratio: 0.5
- }
- }
- layer {
- name: "fc8"
- type: "InnerProduct"
- bottom: "fc7"
- top: "fc8"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- inner_product_param {
- num_output: 101
- weight_filler {
- type: "xavier"
- }
- bias_filler {
- type: "constant"
- value: 0
- }
- }
- }
- layer {
- name: "accuracy"
- type: "Accuracy"
- bottom: "fc8"
- bottom: "label"
- top: "accuracy"
- include {
- phase: TEST
- }
- }
- layer {
- name: "loss"
- type: "SoftmaxWithLoss"
- bottom: "fc8"
- bottom: "label"
- top: "loss"
- }
- I0113 14:20:53.183778 85242 layer_factory.hpp:77] Creating layer data
- I0113 14:20:53.183812 85242 net.cpp:106] Creating Layer data
- I0113 14:20:53.183820 85242 net.cpp:411] data -> data
- I0113 14:20:53.183842 85242 net.cpp:411] data -> label
- I0113 14:20:54.018275 85242 net.cpp:150] Setting up data
- I0113 14:20:54.018297 85242 net.cpp:157] Top shape: 500 48 58 58 (80736000)
- I0113 14:20:54.018306 85242 net.cpp:157] Top shape: 500 1 (500)
- I0113 14:20:54.018309 85242 net.cpp:165] Memory required for data: 322946000
- I0113 14:20:54.018332 85242 layer_factory.hpp:77] Creating layer label_data_1_split
- I0113 14:20:54.018378 85242 net.cpp:106] Creating Layer label_data_1_split
- I0113 14:20:54.018390 85242 net.cpp:454] label_data_1_split <- label
- I0113 14:20:54.018414 85242 net.cpp:411] label_data_1_split -> label_data_1_split_0
- I0113 14:20:54.018440 85242 net.cpp:411] label_data_1_split -> label_data_1_split_1
- I0113 14:20:54.018491 85242 net.cpp:150] Setting up label_data_1_split
- I0113 14:20:54.018501 85242 net.cpp:157] Top shape: 500 1 (500)
- I0113 14:20:54.018507 85242 net.cpp:157] Top shape: 500 1 (500)
- I0113 14:20:54.018509 85242 net.cpp:165] Memory required for data: 322950000
- I0113 14:20:54.018514 85242 layer_factory.hpp:77] Creating layer conv1
- I0113 14:20:54.018548 85242 net.cpp:106] Creating Layer conv1
- I0113 14:20:54.018556 85242 net.cpp:454] conv1 <- data
- I0113 14:20:54.018574 85242 net.cpp:411] conv1 -> conv1
- I0113 14:20:54.021152 85242 net.cpp:150] Setting up conv1
- I0113 14:20:54.021168 85242 net.cpp:157] Top shape: 500 64 56 56 (100352000)
- I0113 14:20:54.021173 85242 net.cpp:165] Memory required for data: 724358000
- I0113 14:20:54.021203 85242 layer_factory.hpp:77] Creating layer relu1
- I0113 14:20:54.021219 85242 net.cpp:106] Creating Layer relu1
- I0113 14:20:54.021226 85242 net.cpp:454] relu1 <- conv1
- I0113 14:20:54.021239 85242 net.cpp:397] relu1 -> conv1 (in-place)
- I0113 14:20:54.021386 85242 net.cpp:150] Setting up relu1
- I0113 14:20:54.021397 85242 net.cpp:157] Top shape: 500 64 56 56 (100352000)
- I0113 14:20:54.021402 85242 net.cpp:165] Memory required for data: 1125766000
- I0113 14:20:54.021407 85242 layer_factory.hpp:77] Creating layer pool1
- I0113 14:20:54.021428 85242 net.cpp:106] Creating Layer pool1
- I0113 14:20:54.021436 85242 net.cpp:454] pool1 <- conv1
- I0113 14:20:54.021452 85242 net.cpp:411] pool1 -> pool1
- I0113 14:20:54.021766 85242 net.cpp:150] Setting up pool1
- I0113 14:20:54.021780 85242 net.cpp:157] Top shape: 500 64 28 28 (25088000)
- I0113 14:20:54.021785 85242 net.cpp:165] Memory required for data: 1226118000
- I0113 14:20:54.021826 85242 layer_factory.hpp:77] Creating layer conv2
- I0113 14:20:54.021850 85242 net.cpp:106] Creating Layer conv2
- I0113 14:20:54.021858 85242 net.cpp:454] conv2 <- pool1
- I0113 14:20:54.021891 85242 net.cpp:411] conv2 -> conv2
- I0113 14:20:54.027290 85242 net.cpp:150] Setting up conv2
- I0113 14:20:54.027300 85242 net.cpp:157] Top shape: 500 128 26 26 (43264000)
- I0113 14:20:54.027305 85242 net.cpp:165] Memory required for data: 1399174000
- I0113 14:20:54.027326 85242 layer_factory.hpp:77] Creating layer relu2
- I0113 14:20:54.027341 85242 net.cpp:106] Creating Layer relu2
- I0113 14:20:54.027348 85242 net.cpp:454] relu2 <- conv2
- I0113 14:20:54.027364 85242 net.cpp:397] relu2 -> conv2 (in-place)
- I0113 14:20:54.027513 85242 net.cpp:150] Setting up relu2
- I0113 14:20:54.027524 85242 net.cpp:157] Top shape: 500 128 26 26 (43264000)
- I0113 14:20:54.027529 85242 net.cpp:165] Memory required for data: 1572230000
- I0113 14:20:54.027534 85242 layer_factory.hpp:77] Creating layer pool2
- I0113 14:20:54.027549 85242 net.cpp:106] Creating Layer pool2
- I0113 14:20:54.027556 85242 net.cpp:454] pool2 <- conv2
- I0113 14:20:54.027571 85242 net.cpp:411] pool2 -> pool2
- I0113 14:20:54.027881 85242 net.cpp:150] Setting up pool2
- I0113 14:20:54.027895 85242 net.cpp:157] Top shape: 500 128 13 13 (10816000)
- I0113 14:20:54.027900 85242 net.cpp:165] Memory required for data: 1615494000
- I0113 14:20:54.027906 85242 layer_factory.hpp:77] Creating layer conv3
- I0113 14:20:54.027931 85242 net.cpp:106] Creating Layer conv3
- I0113 14:20:54.027940 85242 net.cpp:454] conv3 <- pool2
- I0113 14:20:54.027961 85242 net.cpp:411] conv3 -> conv3
- I0113 14:20:54.045791 85242 net.cpp:150] Setting up conv3
- I0113 14:20:54.045800 85242 net.cpp:157] Top shape: 500 256 11 11 (15488000)
- I0113 14:20:54.045804 85242 net.cpp:165] Memory required for data: 1677446000
- I0113 14:20:54.045825 85242 layer_factory.hpp:77] Creating layer relu3
- I0113 14:20:54.045845 85242 net.cpp:106] Creating Layer relu3
- I0113 14:20:54.045852 85242 net.cpp:454] relu3 <- conv3
- I0113 14:20:54.045867 85242 net.cpp:397] relu3 -> conv3 (in-place)
- I0113 14:20:54.046027 85242 net.cpp:150] Setting up relu3
- I0113 14:20:54.046038 85242 net.cpp:157] Top shape: 500 256 11 11 (15488000)
- I0113 14:20:54.046041 85242 net.cpp:165] Memory required for data: 1739398000
- I0113 14:20:54.046046 85242 layer_factory.hpp:77] Creating layer pool3
- I0113 14:20:54.046059 85242 net.cpp:106] Creating Layer pool3
- I0113 14:20:54.046066 85242 net.cpp:454] pool3 <- conv3
- I0113 14:20:54.046082 85242 net.cpp:411] pool3 -> pool3
- I0113 14:20:54.046407 85242 net.cpp:150] Setting up pool3
- I0113 14:20:54.046422 85242 net.cpp:157] Top shape: 500 256 6 6 (4608000)
- I0113 14:20:54.046425 85242 net.cpp:165] Memory required for data: 1757830000
- I0113 14:20:54.046430 85242 layer_factory.hpp:77] Creating layer conv4
- I0113 14:20:54.046453 85242 net.cpp:106] Creating Layer conv4
- I0113 14:20:54.046463 85242 net.cpp:454] conv4 <- pool3
- I0113 14:20:54.046485 85242 net.cpp:411] conv4 -> conv4
- I0113 14:20:54.080294 85242 net.cpp:150] Setting up conv4
- I0113 14:20:54.080307 85242 net.cpp:157] Top shape: 500 256 4 4 (2048000)
- I0113 14:20:54.080309 85242 net.cpp:165] Memory required for data: 1766022000
- I0113 14:20:54.080327 85242 layer_factory.hpp:77] Creating layer relu4
- I0113 14:20:54.080349 85242 net.cpp:106] Creating Layer relu4
- I0113 14:20:54.080360 85242 net.cpp:454] relu4 <- conv4
- I0113 14:20:54.080379 85242 net.cpp:397] relu4 -> conv4 (in-place)
- I0113 14:20:54.080667 85242 net.cpp:150] Setting up relu4
- I0113 14:20:54.080678 85242 net.cpp:157] Top shape: 500 256 4 4 (2048000)
- I0113 14:20:54.080682 85242 net.cpp:165] Memory required for data: 1774214000
- I0113 14:20:54.080687 85242 layer_factory.hpp:77] Creating layer pool4
- I0113 14:20:54.080708 85242 net.cpp:106] Creating Layer pool4
- I0113 14:20:54.080742 85242 net.cpp:454] pool4 <- conv4
- I0113 14:20:54.080765 85242 net.cpp:411] pool4 -> pool4
- I0113 14:20:54.081223 85242 net.cpp:150] Setting up pool4
- I0113 14:20:54.081249 85242 net.cpp:157] Top shape: 500 256 2 2 (512000)
- I0113 14:20:54.081254 85242 net.cpp:165] Memory required for data: 1776262000
- I0113 14:20:54.081259 85242 layer_factory.hpp:77] Creating layer fc6
- I0113 14:20:54.081279 85242 net.cpp:106] Creating Layer fc6
- I0113 14:20:54.081286 85242 net.cpp:454] fc6 <- pool4
- I0113 14:20:54.081326 85242 net.cpp:411] fc6 -> fc6
- I0113 14:20:54.263216 85242 net.cpp:150] Setting up fc6
- I0113 14:20:54.263254 85242 net.cpp:157] Top shape: 500 2048 (1024000)
- I0113 14:20:54.263258 85242 net.cpp:165] Memory required for data: 1780358000
- I0113 14:20:54.263304 85242 layer_factory.hpp:77] Creating layer relu6
- I0113 14:20:54.263339 85242 net.cpp:106] Creating Layer relu6
- I0113 14:20:54.263353 85242 net.cpp:454] relu6 <- fc6
- I0113 14:20:54.263372 85242 net.cpp:397] relu6 -> fc6 (in-place)
- I0113 14:20:54.263597 85242 net.cpp:150] Setting up relu6
- I0113 14:20:54.263608 85242 net.cpp:157] Top shape: 500 2048 (1024000)
- I0113 14:20:54.263612 85242 net.cpp:165] Memory required for data: 1784454000
- I0113 14:20:54.263617 85242 layer_factory.hpp:77] Creating layer drop6
- I0113 14:20:54.263641 85242 net.cpp:106] Creating Layer drop6
- I0113 14:20:54.263650 85242 net.cpp:454] drop6 <- fc6
- I0113 14:20:54.263670 85242 net.cpp:397] drop6 -> fc6 (in-place)
- I0113 14:20:54.263713 85242 net.cpp:150] Setting up drop6
- I0113 14:20:54.263722 85242 net.cpp:157] Top shape: 500 2048 (1024000)
- I0113 14:20:54.263725 85242 net.cpp:165] Memory required for data: 1788550000
- I0113 14:20:54.263731 85242 layer_factory.hpp:77] Creating layer fc7
- I0113 14:20:54.263751 85242 net.cpp:106] Creating Layer fc7
- I0113 14:20:54.263758 85242 net.cpp:454] fc7 <- fc6
- I0113 14:20:54.263778 85242 net.cpp:411] fc7 -> fc7
- I0113 14:20:54.994442 85242 net.cpp:150] Setting up fc7
- I0113 14:20:54.994488 85242 net.cpp:157] Top shape: 500 4096 (2048000)
- I0113 14:20:54.994493 85242 net.cpp:165] Memory required for data: 1796742000
- I0113 14:20:54.994526 85242 layer_factory.hpp:77] Creating layer relu7
- I0113 14:20:54.994565 85242 net.cpp:106] Creating Layer relu7
- I0113 14:20:54.994581 85242 net.cpp:454] relu7 <- fc7
- I0113 14:20:54.994614 85242 net.cpp:397] relu7 -> fc7 (in-place)
- I0113 14:20:54.995162 85242 net.cpp:150] Setting up relu7
- I0113 14:20:54.995177 85242 net.cpp:157] Top shape: 500 4096 (2048000)
- I0113 14:20:54.995182 85242 net.cpp:165] Memory required for data: 1804934000
- I0113 14:20:54.995190 85242 layer_factory.hpp:77] Creating layer drop7
- I0113 14:20:54.995213 85242 net.cpp:106] Creating Layer drop7
- I0113 14:20:54.995223 85242 net.cpp:454] drop7 <- fc7
- I0113 14:20:54.995245 85242 net.cpp:397] drop7 -> fc7 (in-place)
- I0113 14:20:54.995296 85242 net.cpp:150] Setting up drop7
- I0113 14:20:54.995306 85242 net.cpp:157] Top shape: 500 4096 (2048000)
- I0113 14:20:54.995311 85242 net.cpp:165] Memory required for data: 1813126000
- I0113 14:20:54.995317 85242 layer_factory.hpp:77] Creating layer fc8
- I0113 14:20:54.995345 85242 net.cpp:106] Creating Layer fc8
- I0113 14:20:54.995357 85242 net.cpp:454] fc8 <- fc7
- I0113 14:20:54.995383 85242 net.cpp:411] fc8 -> fc8
- I0113 14:20:55.026443 85242 net.cpp:150] Setting up fc8
- I0113 14:20:55.026459 85242 net.cpp:157] Top shape: 500 101 (50500)
- I0113 14:20:55.026464 85242 net.cpp:165] Memory required for data: 1813328000
- I0113 14:20:55.026481 85242 layer_factory.hpp:77] Creating layer fc8_fc8_0_split
- I0113 14:20:55.026496 85242 net.cpp:106] Creating Layer fc8_fc8_0_split
- I0113 14:20:55.026506 85242 net.cpp:454] fc8_fc8_0_split <- fc8
- I0113 14:20:55.026526 85242 net.cpp:411] fc8_fc8_0_split -> fc8_fc8_0_split_0
- I0113 14:20:55.026559 85242 net.cpp:411] fc8_fc8_0_split -> fc8_fc8_0_split_1
- I0113 14:20:55.026643 85242 net.cpp:150] Setting up fc8_fc8_0_split
- I0113 14:20:55.026666 85242 net.cpp:157] Top shape: 500 101 (50500)
- I0113 14:20:55.026679 85242 net.cpp:157] Top shape: 500 101 (50500)
- I0113 14:20:55.026684 85242 net.cpp:165] Memory required for data: 1813732000
- I0113 14:20:55.026731 85242 layer_factory.hpp:77] Creating layer accuracy
- I0113 14:20:55.026760 85242 net.cpp:106] Creating Layer accuracy
- I0113 14:20:55.026782 85242 net.cpp:454] accuracy <- fc8_fc8_0_split_0
- I0113 14:20:55.026799 85242 net.cpp:454] accuracy <- label_data_1_split_0
- I0113 14:20:55.026815 85242 net.cpp:411] accuracy -> accuracy
- I0113 14:20:55.026870 85242 net.cpp:150] Setting up accuracy
- I0113 14:20:55.026881 85242 net.cpp:157] Top shape: (1)
- I0113 14:20:55.026887 85242 net.cpp:165] Memory required for data: 1813732004
- I0113 14:20:55.026906 85242 layer_factory.hpp:77] Creating layer loss
- I0113 14:20:55.026934 85242 net.cpp:106] Creating Layer loss
- I0113 14:20:55.026943 85242 net.cpp:454] loss <- fc8_fc8_0_split_1
- I0113 14:20:55.026959 85242 net.cpp:454] loss <- label_data_1_split_1
- I0113 14:20:55.026983 85242 net.cpp:411] loss -> loss
- I0113 14:20:55.027019 85242 layer_factory.hpp:77] Creating layer loss
- I0113 14:20:55.027576 85242 net.cpp:150] Setting up loss
- I0113 14:20:55.027591 85242 net.cpp:157] Top shape: (1)
- I0113 14:20:55.027597 85242 net.cpp:160] with loss weight 1
- I0113 14:20:55.027616 85242 net.cpp:165] Memory required for data: 1813732008
- I0113 14:20:55.027627 85242 net.cpp:226] loss needs backward computation.
- I0113 14:20:55.027640 85242 net.cpp:228] accuracy does not need backward computation.
- I0113 14:20:55.027649 85242 net.cpp:226] fc8_fc8_0_split needs backward computation.
- I0113 14:20:55.027657 85242 net.cpp:226] fc8 needs backward computation.
- I0113 14:20:55.027664 85242 net.cpp:226] drop7 needs backward computation.
- I0113 14:20:55.027672 85242 net.cpp:226] relu7 needs backward computation.
- I0113 14:20:55.027678 85242 net.cpp:226] fc7 needs backward computation.
- I0113 14:20:55.027685 85242 net.cpp:226] drop6 needs backward computation.
- I0113 14:20:55.027693 85242 net.cpp:226] relu6 needs backward computation.
- I0113 14:20:55.027699 85242 net.cpp:226] fc6 needs backward computation.
- I0113 14:20:55.027706 85242 net.cpp:226] pool4 needs backward computation.
- I0113 14:20:55.027714 85242 net.cpp:226] relu4 needs backward computation.
- I0113 14:20:55.027721 85242 net.cpp:226] conv4 needs backward computation.
- I0113 14:20:55.027729 85242 net.cpp:226] pool3 needs backward computation.
- I0113 14:20:55.027736 85242 net.cpp:226] relu3 needs backward computation.
- I0113 14:20:55.027743 85242 net.cpp:226] conv3 needs backward computation.
- I0113 14:20:55.027750 85242 net.cpp:226] pool2 needs backward computation.
- I0113 14:20:55.027758 85242 net.cpp:226] relu2 needs backward computation.
- I0113 14:20:55.027765 85242 net.cpp:226] conv2 needs backward computation.
- I0113 14:20:55.027772 85242 net.cpp:226] pool1 needs backward computation.
- I0113 14:20:55.027779 85242 net.cpp:226] relu1 needs backward computation.
- I0113 14:20:55.027786 85242 net.cpp:226] conv1 needs backward computation.
- I0113 14:20:55.027796 85242 net.cpp:228] label_data_1_split does not need backward computation.
- I0113 14:20:55.027804 85242 net.cpp:228] data does not need backward computation.
- I0113 14:20:55.027812 85242 net.cpp:270] This network produces output accuracy
- I0113 14:20:55.027822 85242 net.cpp:270] This network produces output loss
- I0113 14:20:55.027869 85242 net.cpp:283] Network initialization done.
- I0113 14:20:55.028033 85242 solver.cpp:60] Solver scaffolding done.
- I0113 14:20:55.037928 85242 parallel.cpp:134] GPU board: 0:1
- I0113 14:20:55.040472 85242 parallel.cpp:134] GPU board: 2:3
- I0113 14:20:55.042877 85242 parallel.cpp:134] GPU board: 4:5
- I0113 14:20:55.045142 85242 parallel.cpp:134] GPU board: 6:7
- I0113 14:20:55.074800 85242 parallel.cpp:146] GPUs paired by boards, remaining: 0, 2, 4, 6
- I0113 14:20:55.074898 85242 parallel.cpp:158] P2P pair: 0:2
- I0113 14:20:55.074939 85242 parallel.cpp:158] P2P pair: 4:6
- I0113 14:20:55.074967 85242 parallel.cpp:169] GPUs paired by P2P access, remaining: 0, 4
- I0113 14:20:55.074978 85242 parallel.cpp:176] Remaining pair: 0:4
- I0113 14:20:55.075013 85242 parallel.cpp:391] GPUs pairs 0:1, 2:3, 4:5, 6:7, 0:2, 4:6, 0:4
- I0113 14:20:55.367068 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:20:55.367928 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:20:55.367974 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:20:56.858564 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:20:56.860147 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:20:56.860211 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:20:58.415379 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:20:58.416828 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:20:58.416924 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:20:59.546455 85242 parallel.cpp:234] GPU 4 does not have p2p access to GPU 0
- I0113 14:20:59.890323 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:20:59.891892 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:20:59.892002 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:21:01.481375 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:21:01.482951 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:21:01.483057 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:21:03.023627 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:21:03.025602 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:21:03.025787 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:21:04.597707 85242 net.cpp:99] Sharing layer data from root net
- I0113 14:21:04.600539 85242 net.cpp:143] Created top blob 0 (shape: 1000 48 58 58 (161472000)) for shared layer data
- I0113 14:21:04.600782 85242 net.cpp:143] Created top blob 1 (shape: 1000 1 (1000)) for shared layer data
- I0113 14:21:05.860424 85242 parallel.cpp:419] Starting Optimization
- I0113 14:21:05.861312 85242 solver.cpp:288] Solving mv_16f
- I0113 14:21:05.861361 85242 solver.cpp:289] Learning Rate Policy: step
- I0113 14:21:05.862876 85242 solver.cpp:341] Iteration 0, Testing net (#0)
- I0113 14:21:30.271030 85242 solver.cpp:409] Test net output #0: accuracy = 0.00872
- I0113 14:21:30.271070 85242 solver.cpp:409] Test net output #1: loss = 4.62895 (* 1 = 4.62895 loss)
- I0113 14:21:32.317018 85242 solver.cpp:237] Iteration 0, loss = 4.62663
- I0113 14:21:32.317062 85242 solver.cpp:253] Train net output #0: loss = 4.62663 (* 1 = 4.62663 loss)
- *** Aborted at 1452691298 (unix time) try "date -d @1452691298" if you are using GNU date ***
- PC: @ 0x7fe7f65f1cbc caffe::SGDSolver<>::GetLearningRate()
- *** SIGFPE (@0x7fe7f65f1cbc) received by PID 85242 (TID 0x7fe7f72057c0) from PID 18446744073548012732; stack trace: ***
- @ 0x7fe7f49c0d40 (unknown)
- @ 0x7fe7f65f1cbc caffe::SGDSolver<>::GetLearningRate()
- @ 0x7fe7f65f2281 caffe::SGDSolver<>::ApplyUpdate()
- @ 0x7fe7f65d967c caffe::Solver<>::Step()
- @ 0x7fe7f65d8990 caffe::Solver<>::Solve()
- @ 0x7fe7f673251e caffe::P2PSync<>::run()
- @ 0x416aa6 train()
- @ 0x418c9a main
- @ 0x7fe7f49abec5 (unknown)
- @ 0x415819 (unknown)
- @ 0x0 (unknown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement