Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- roslaunch vision_ssd_detect vision_ssd_detect.launch
- ... logging to /home/sergiev/.ros/log/c4a1aa1e-b76a-11e9-be89-049226d4fc04/roslaunch-se3desk-4759.log
- Checking log directory for disk usage. This may take awhile.
- Press Ctrl-C to interrupt
- Done checking log file disk usage. Usage is <1GB.
- started roslaunch server http://se3desk:44099/
- SUMMARY
- ========
- PARAMETERS
- * /rosdistro: kinetic
- * /rosversion: 1.12.14
- * /ssd_rects/image_out: /image_rects
- * /ssd_rects/image_src: /image_raw
- * /ssd_rects/object_src: /detection/image_...
- * /vision_ssd_detect/gpu_device_id: 0
- * /vision_ssd_detect/image_raw_node: /pylon_camera_nod...
- * /vision_ssd_detect/network_definition_file: /home/sergiev/ssd...
- * /vision_ssd_detect/pretrained_model_file: /home/sergiev/ssd...
- * /vision_ssd_detect/score_threshold: 0.5
- * /vision_ssd_detect/use_gpu: True
- NODES
- /
- ssd_rects (detected_objects_visualizer/visualize_rects)
- vision_ssd_detect (vision_ssd_detect/vision_ssd_detect)
- ROS_MASTER_URI=http://localhost:11311
- process[vision_ssd_detect-1]: started with pid [4776]
- process[ssd_rects-2]: started with pid [4777]
- /image_raw
- [ INFO] [1565000798.207524498]: [visualize_rects] image_src: /image_raw
- [ INFO] [1565000798.209531688]: [visualize_rects] object_src: /detection/image_detector/objects
- [ INFO] [1565000798.209986248]: [visualize_rects] image_out: /image_rects
- [ INFO] [1565000798.290003197]: Setting image node to /pylon_camera_node/image_raw
- [ INFO] [1565000798.290404865]: Network Definition File: /home/sergiev/ssdcaffe/models/bvlc_googlenet/deploy.prototxt
- [ INFO] [1565000798.290736516]: Pretrained Model File: /home/sergiev/ssdcaffe/models/bvlc_googlenet/bvlc_googlenet.caffemodel
- [ INFO] [1565000798.291076141]: Score Threshold: 0.500000
- [ INFO] [1565000798.291379194]: GPU Mode: 1
- [ INFO] [1565000798.291689920]: GPU Device ID: 0
- WARNING: Logging before InitGoogleLogging() is written to STDERR
- I0805 13:26:38.608475 4776 net.cpp:58] Initializing net from parameters:
- name: "GoogleNet"
- state {
- phase: TEST
- level: 0
- }
- layer {
- name: "data"
- type: "Input"
- top: "data"
- input_param {
- shape {
- dim: 10
- dim: 3
- dim: 224
- dim: 224
- }
- }
- }
- layer {
- name: "conv1/7x7_s2"
- type: "Convolution"
- bottom: "data"
- top: "conv1/7x7_s2"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- pad: 3
- kernel_size: 7
- stride: 2
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "conv1/relu_7x7"
- type: "ReLU"
- bottom: "conv1/7x7_s2"
- top: "conv1/7x7_s2"
- }
- layer {
- name: "pool1/3x3_s2"
- type: "Pooling"
- bottom: "conv1/7x7_s2"
- top: "pool1/3x3_s2"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 2
- }
- }
- layer {
- name: "pool1/norm1"
- type: "LRN"
- bottom: "pool1/3x3_s2"
- top: "pool1/norm1"
- lrn_param {
- local_size: 5
- alpha: 0.0001
- beta: 0.75
- }
- }
- layer {
- name: "conv2/3x3_reduce"
- type: "Convolution"
- bottom: "pool1/norm1"
- top: "conv2/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "conv2/relu_3x3_reduce"
- type: "ReLU"
- bottom: "conv2/3x3_reduce"
- top: "conv2/3x3_reduce"
- }
- layer {
- name: "conv2/3x3"
- type: "Convolution"
- bottom: "conv2/3x3_reduce"
- top: "conv2/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 192
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "conv2/relu_3x3"
- type: "ReLU"
- bottom: "conv2/3x3"
- top: "conv2/3x3"
- }
- layer {
- name: "conv2/norm2"
- type: "LRN"
- bottom: "conv2/3x3"
- top: "conv2/norm2"
- lrn_param {
- local_size: 5
- alpha: 0.0001
- beta: 0.75
- }
- }
- layer {
- name: "pool2/3x3_s2"
- type: "Pooling"
- bottom: "conv2/norm2"
- top: "pool2/3x3_s2"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 2
- }
- }
- layer {
- name: "inception_3a/1x1"
- type: "Convolution"
- bottom: "pool2/3x3_s2"
- top: "inception_3a/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3a/relu_1x1"
- type: "ReLU"
- bottom: "inception_3a/1x1"
- top: "inception_3a/1x1"
- }
- layer {
- name: "inception_3a/3x3_reduce"
- type: "Convolution"
- bottom: "pool2/3x3_s2"
- top: "inception_3a/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 96
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3a/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_3a/3x3_reduce"
- top: "inception_3a/3x3_reduce"
- }
- layer {
- name: "inception_3a/3x3"
- type: "Convolution"
- bottom: "inception_3a/3x3_reduce"
- top: "inception_3a/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3a/relu_3x3"
- type: "ReLU"
- bottom: "inception_3a/3x3"
- top: "inception_3a/3x3"
- }
- layer {
- name: "inception_3a/5x5_reduce"
- type: "Convolution"
- bottom: "pool2/3x3_s2"
- top: "inception_3a/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 16
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3a/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_3a/5x5_reduce"
- top: "inception_3a/5x5_reduce"
- }
- layer {
- name: "inception_3a/5x5"
- type: "Convolution"
- bottom: "inception_3a/5x5_reduce"
- top: "inception_3a/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 32
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3a/relu_5x5"
- type: "ReLU"
- bottom: "inception_3a/5x5"
- top: "inception_3a/5x5"
- }
- layer {
- name: "inception_3a/pool"
- type: "Pooling"
- bottom: "pool2/3x3_s2"
- top: "inception_3a/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_3a/pool_proj"
- type: "Convolution"
- bottom: "inception_3a/pool"
- top: "inception_3a/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 32
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3a/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_3a/pool_proj"
- top: "inception_3a/pool_proj"
- }
- layer {
- name: "inception_3a/output"
- type: "Concat"
- bottom: "inception_3a/1x1"
- bottom: "inception_3a/3x3"
- bottom: "inception_3a/5x5"
- bottom: "inception_3a/pool_proj"
- top: "inception_3a/output"
- }
- layer {
- name: "inception_3b/1x1"
- type: "Convolution"
- bottom: "inception_3a/output"
- top: "inception_3b/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3b/relu_1x1"
- type: "ReLU"
- bottom: "inception_3b/1x1"
- top: "inception_3b/1x1"
- }
- layer {
- name: "inception_3b/3x3_reduce"
- type: "Convolution"
- bottom: "inception_3a/output"
- top: "inception_3b/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3b/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_3b/3x3_reduce"
- top: "inception_3b/3x3_reduce"
- }
- layer {
- name: "inception_3b/3x3"
- type: "Convolution"
- bottom: "inception_3b/3x3_reduce"
- top: "inception_3b/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 192
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3b/relu_3x3"
- type: "ReLU"
- bottom: "inception_3b/3x3"
- top: "inception_3b/3x3"
- }
- layer {
- name: "inception_3b/5x5_reduce"
- type: "Convolution"
- bottom: "inception_3a/output"
- top: "inception_3b/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 32
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3b/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_3b/5x5_reduce"
- top: "inception_3b/5x5_reduce"
- }
- layer {
- name: "inception_3b/5x5"
- type: "Convolution"
- bottom: "inception_3b/5x5_reduce"
- top: "inception_3b/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 96
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3b/relu_5x5"
- type: "ReLU"
- bottom: "inception_3b/5x5"
- top: "inception_3b/5x5"
- }
- layer {
- name: "inception_3b/pool"
- type: "Pooling"
- bottom: "inception_3a/output"
- top: "inception_3b/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_3b/pool_proj"
- type: "Convolution"
- bottom: "inception_3b/pool"
- top: "inception_3b/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_3b/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_3b/pool_proj"
- top: "inception_3b/pool_proj"
- }
- layer {
- name: "inception_3b/output"
- type: "Concat"
- bottom: "inception_3b/1x1"
- bottom: "inception_3b/3x3"
- bottom: "inception_3b/5x5"
- bottom: "inception_3b/pool_proj"
- top: "inception_3b/output"
- }
- layer {
- name: "pool3/3x3_s2"
- type: "Pooling"
- bottom: "inception_3b/output"
- top: "pool3/3x3_s2"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 2
- }
- }
- layer {
- name: "inception_4a/1x1"
- type: "Convolution"
- bottom: "pool3/3x3_s2"
- top: "inception_4a/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 192
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4a/relu_1x1"
- type: "ReLU"
- bottom: "inception_4a/1x1"
- top: "inception_4a/1x1"
- }
- layer {
- name: "inception_4a/3x3_reduce"
- type: "Convolution"
- bottom: "pool3/3x3_s2"
- top: "inception_4a/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 96
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4a/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_4a/3x3_reduce"
- top: "inception_4a/3x3_reduce"
- }
- layer {
- name: "inception_4a/3x3"
- type: "Convolution"
- bottom: "inception_4a/3x3_reduce"
- top: "inception_4a/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 208
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4a/relu_3x3"
- type: "ReLU"
- bottom: "inception_4a/3x3"
- top: "inception_4a/3x3"
- }
- layer {
- name: "inception_4a/5x5_reduce"
- type: "Convolution"
- bottom: "pool3/3x3_s2"
- top: "inception_4a/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 16
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4a/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_4a/5x5_reduce"
- top: "inception_4a/5x5_reduce"
- }
- layer {
- name: "inception_4a/5x5"
- type: "Convolution"
- bottom: "inception_4a/5x5_reduce"
- top: "inception_4a/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 48
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4a/relu_5x5"
- type: "ReLU"
- bottom: "inception_4a/5x5"
- top: "inception_4a/5x5"
- }
- layer {
- name: "inception_4a/pool"
- type: "Pooling"
- bottom: "pool3/3x3_s2"
- top: "inception_4a/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_4a/pool_proj"
- type: "Convolution"
- bottom: "inception_4a/pool"
- top: "inception_4a/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4a/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_4a/pool_proj"
- top: "inception_4a/pool_proj"
- }
- layer {
- name: "inception_4a/output"
- type: "Concat"
- bottom: "inception_4a/1x1"
- bottom: "inception_4a/3x3"
- bottom: "inception_4a/5x5"
- bottom: "inception_4a/pool_proj"
- top: "inception_4a/output"
- }
- layer {
- name: "inception_4b/1x1"
- type: "Convolution"
- bottom: "inception_4a/output"
- top: "inception_4b/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 160
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4b/relu_1x1"
- type: "ReLU"
- bottom: "inception_4b/1x1"
- top: "inception_4b/1x1"
- }
- layer {
- name: "inception_4b/3x3_reduce"
- type: "Convolution"
- bottom: "inception_4a/output"
- top: "inception_4b/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 112
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4b/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_4b/3x3_reduce"
- top: "inception_4b/3x3_reduce"
- }
- layer {
- name: "inception_4b/3x3"
- type: "Convolution"
- bottom: "inception_4b/3x3_reduce"
- top: "inception_4b/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 224
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4b/relu_3x3"
- type: "ReLU"
- bottom: "inception_4b/3x3"
- top: "inception_4b/3x3"
- }
- layer {
- name: "inception_4b/5x5_reduce"
- type: "Convolution"
- bottom: "inception_4a/output"
- top: "inception_4b/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 24
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4b/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_4b/5x5_reduce"
- top: "inception_4b/5x5_reduce"
- }
- layer {
- name: "inception_4b/5x5"
- type: "Convolution"
- bottom: "inception_4b/5x5_reduce"
- top: "inception_4b/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4b/relu_5x5"
- type: "ReLU"
- bottom: "inception_4b/5x5"
- top: "inception_4b/5x5"
- }
- layer {
- name: "inception_4b/pool"
- type: "Pooling"
- bottom: "inception_4a/output"
- top: "inception_4b/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_4b/pool_proj"
- type: "Convolution"
- bottom: "inception_4b/pool"
- top: "inception_4b/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4b/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_4b/pool_proj"
- top: "inception_4b/pool_proj"
- }
- layer {
- name: "inception_4b/output"
- type: "Concat"
- bottom: "inception_4b/1x1"
- bottom: "inception_4b/3x3"
- bottom: "inception_4b/5x5"
- bottom: "inception_4b/pool_proj"
- top: "inception_4b/output"
- }
- layer {
- name: "inception_4c/1x1"
- type: "Convolution"
- bottom: "inception_4b/output"
- top: "inception_4c/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4c/relu_1x1"
- type: "ReLU"
- bottom: "inception_4c/1x1"
- top: "inception_4c/1x1"
- }
- layer {
- name: "inception_4c/3x3_reduce"
- type: "Convolution"
- bottom: "inception_4b/output"
- top: "inception_4c/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4c/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_4c/3x3_reduce"
- top: "inception_4c/3x3_reduce"
- }
- layer {
- name: "inception_4c/3x3"
- type: "Convolution"
- bottom: "inception_4c/3x3_reduce"
- top: "inception_4c/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 256
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4c/relu_3x3"
- type: "ReLU"
- bottom: "inception_4c/3x3"
- top: "inception_4c/3x3"
- }
- layer {
- name: "inception_4c/5x5_reduce"
- type: "Convolution"
- bottom: "inception_4b/output"
- top: "inception_4c/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 24
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4c/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_4c/5x5_reduce"
- top: "inception_4c/5x5_reduce"
- }
- layer {
- name: "inception_4c/5x5"
- type: "Convolution"
- bottom: "inception_4c/5x5_reduce"
- top: "inception_4c/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4c/relu_5x5"
- type: "ReLU"
- bottom: "inception_4c/5x5"
- top: "inception_4c/5x5"
- }
- layer {
- name: "inception_4c/pool"
- type: "Pooling"
- bottom: "inception_4b/output"
- top: "inception_4c/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_4c/pool_proj"
- type: "Convolution"
- bottom: "inception_4c/pool"
- top: "inception_4c/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4c/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_4c/pool_proj"
- top: "inception_4c/pool_proj"
- }
- layer {
- name: "inception_4c/output"
- type: "Concat"
- bottom: "inception_4c/1x1"
- bottom: "inception_4c/3x3"
- bottom: "inception_4c/5x5"
- bottom: "inception_4c/pool_proj"
- top: "inception_4c/output"
- }
- layer {
- name: "inception_4d/1x1"
- type: "Convolution"
- bottom: "inception_4c/output"
- top: "inception_4d/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 112
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4d/relu_1x1"
- type: "ReLU"
- bottom: "inception_4d/1x1"
- top: "inception_4d/1x1"
- }
- layer {
- name: "inception_4d/3x3_reduce"
- type: "Convolution"
- bottom: "inception_4c/output"
- top: "inception_4d/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 144
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4d/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_4d/3x3_reduce"
- top: "inception_4d/3x3_reduce"
- }
- layer {
- name: "inception_4d/3x3"
- type: "Convolution"
- bottom: "inception_4d/3x3_reduce"
- top: "inception_4d/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 288
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4d/relu_3x3"
- type: "ReLU"
- bottom: "inception_4d/3x3"
- top: "inception_4d/3x3"
- }
- layer {
- name: "inception_4d/5x5_reduce"
- type: "Convolution"
- bottom: "inception_4c/output"
- top: "inception_4d/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 32
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4d/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_4d/5x5_reduce"
- top: "inception_4d/5x5_reduce"
- }
- layer {
- name: "inception_4d/5x5"
- type: "Convolution"
- bottom: "inception_4d/5x5_reduce"
- top: "inception_4d/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4d/relu_5x5"
- type: "ReLU"
- bottom: "inception_4d/5x5"
- top: "inception_4d/5x5"
- }
- layer {
- name: "inception_4d/pool"
- type: "Pooling"
- bottom: "inception_4c/output"
- top: "inception_4d/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_4d/pool_proj"
- type: "Convolution"
- bottom: "inception_4d/pool"
- top: "inception_4d/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 64
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4d/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_4d/pool_proj"
- top: "inception_4d/pool_proj"
- }
- layer {
- name: "inception_4d/output"
- type: "Concat"
- bottom: "inception_4d/1x1"
- bottom: "inception_4d/3x3"
- bottom: "inception_4d/5x5"
- bottom: "inception_4d/pool_proj"
- top: "inception_4d/output"
- }
- layer {
- name: "inception_4e/1x1"
- type: "Convolution"
- bottom: "inception_4d/output"
- top: "inception_4e/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 256
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4e/relu_1x1"
- type: "ReLU"
- bottom: "inception_4e/1x1"
- top: "inception_4e/1x1"
- }
- layer {
- name: "inception_4e/3x3_reduce"
- type: "Convolution"
- bottom: "inception_4d/output"
- top: "inception_4e/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 160
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4e/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_4e/3x3_reduce"
- top: "inception_4e/3x3_reduce"
- }
- layer {
- name: "inception_4e/3x3"
- type: "Convolution"
- bottom: "inception_4e/3x3_reduce"
- top: "inception_4e/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 320
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4e/relu_3x3"
- type: "ReLU"
- bottom: "inception_4e/3x3"
- top: "inception_4e/3x3"
- }
- layer {
- name: "inception_4e/5x5_reduce"
- type: "Convolution"
- bottom: "inception_4d/output"
- top: "inception_4e/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 32
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4e/relu_5x5_reduce"
- type: "ReLU"
- bottom: "inception_4e/5x5_reduce"
- top: "inception_4e/5x5_reduce"
- }
- layer {
- name: "inception_4e/5x5"
- type: "Convolution"
- bottom: "inception_4e/5x5_reduce"
- top: "inception_4e/5x5"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- pad: 2
- kernel_size: 5
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4e/relu_5x5"
- type: "ReLU"
- bottom: "inception_4e/5x5"
- top: "inception_4e/5x5"
- }
- layer {
- name: "inception_4e/pool"
- type: "Pooling"
- bottom: "inception_4d/output"
- top: "inception_4e/pool"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 1
- pad: 1
- }
- }
- layer {
- name: "inception_4e/pool_proj"
- type: "Convolution"
- bottom: "inception_4e/pool"
- top: "inception_4e/pool_proj"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 128
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.1
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_4e/relu_pool_proj"
- type: "ReLU"
- bottom: "inception_4e/pool_proj"
- top: "inception_4e/pool_proj"
- }
- layer {
- name: "inception_4e/output"
- type: "Concat"
- bottom: "inception_4e/1x1"
- bottom: "inception_4e/3x3"
- bottom: "inception_4e/5x5"
- bottom: "inception_4e/pool_proj"
- top: "inception_4e/output"
- }
- layer {
- name: "pool4/3x3_s2"
- type: "Pooling"
- bottom: "inception_4e/output"
- top: "pool4/3x3_s2"
- pooling_param {
- pool: MAX
- kernel_size: 3
- stride: 2
- }
- }
- layer {
- name: "inception_5a/1x1"
- type: "Convolution"
- bottom: "pool4/3x3_s2"
- top: "inception_5a/1x1"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 256
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_5a/relu_1x1"
- type: "ReLU"
- bottom: "inception_5a/1x1"
- top: "inception_5a/1x1"
- }
- layer {
- name: "inception_5a/3x3_reduce"
- type: "Convolution"
- bottom: "pool4/3x3_s2"
- top: "inception_5a/3x3_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 160
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.09
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_5a/relu_3x3_reduce"
- type: "ReLU"
- bottom: "inception_5a/3x3_reduce"
- top: "inception_5a/3x3_reduce"
- }
- layer {
- name: "inception_5a/3x3"
- type: "Convolution"
- bottom: "inception_5a/3x3_reduce"
- top: "inception_5a/3x3"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 320
- pad: 1
- kernel_size: 3
- weight_filler {
- type: "xavier"
- std: 0.03
- }
- bias_filler {
- type: "constant"
- value: 0.2
- }
- }
- }
- layer {
- name: "inception_5a/relu_3x3"
- type: "ReLU"
- bottom: "inception_5a/3x3"
- top: "inception_5a/3x3"
- }
- layer {
- name: "inception_5a/5x5_reduce"
- type: "Convolution"
- bottom: "pool4/3x3_s2"
- top: "inception_5a/5x5_reduce"
- param {
- lr_mult: 1
- decay_mult: 1
- }
- param {
- lr_mult: 2
- decay_mult: 0
- }
- convolution_param {
- num_output: 32
- kernel_size: 1
- weight_filler {
- type: "xavier"
- std: 0.2
- }
- bias_filler {
- type: "constant"
- value:
- I0805 13:26:38.619750 4776 layer_factory.hpp:77] Creating layer data
- I0805 13:26:38.619773 4776 net.cpp:100] Creating Layer data
- I0805 13:26:38.619779 4776 net.cpp:408] data -> data
- I0805 13:26:38.636744 4776 net.cpp:150] Setting up data
- I0805 13:26:38.637002 4776 net.cpp:157] Top shape: 10 3 224 224 (1505280)
- I0805 13:26:38.637007 4776 net.cpp:165] Memory required for data: 6021120
- I0805 13:26:38.637015 4776 layer_factory.hpp:77] Creating layer conv1/7x7_s2
- I0805 13:26:38.637033 4776 net.cpp:100] Creating Layer conv1/7x7_s2
- I0805 13:26:38.637042 4776 net.cpp:434] conv1/7x7_s2 <- data
- I0805 13:26:38.637050 4776 net.cpp:408] conv1/7x7_s2 -> conv1/7x7_s2
- I0805 13:26:38.637264 4776 net.cpp:150] Setting up conv1/7x7_s2
- I0805 13:26:38.637274 4776 net.cpp:157] Top shape: 10 64 112 112 (8028160)
- I0805 13:26:38.637277 4776 net.cpp:165] Memory required for data: 38133760
- I0805 13:26:38.637292 4776 layer_factory.hpp:77] Creating layer conv1/relu_7x7
- I0805 13:26:38.637297 4776 net.cpp:100] Creating Layer conv1/relu_7x7
- I0805 13:26:38.637301 4776 net.cpp:434] conv1/relu_7x7 <- conv1/7x7_s2
- I0805 13:26:38.637307 4776 net.cpp:395] conv1/relu_7x7 -> conv1/7x7_s2 (in-place)
- I0805 13:26:38.637312 4776 net.cpp:150] Setting up conv1/relu_7x7
- I0805 13:26:38.637316 4776 net.cpp:157] Top shape: 10 64 112 112 (8028160)
- I0805 13:26:38.637318 4776 net.cpp:165] Memory required for data: 70246400
- I0805 13:26:38.637321 4776 layer_factory.hpp:77] Creating layer pool1/3x3_s2
- I0805 13:26:38.637329 4776 net.cpp:100] Creating Layer pool1/3x3_s2
- I0805 13:26:38.637332 4776 net.cpp:434] pool1/3x3_s2 <- conv1/7x7_s2
- I0805 13:26:38.637336 4776 net.cpp:408] pool1/3x3_s2 -> pool1/3x3_s2
- I0805 13:26:38.637358 4776 net.cpp:150] Setting up pool1/3x3_s2
- I0805 13:26:38.637364 4776 net.cpp:157] Top shape: 10 64 56 56 (2007040)
- I0805 13:26:38.637367 4776 net.cpp:165] Memory required for data: 78274560
- I0805 13:26:38.637369 4776 layer_factory.hpp:77] Creating layer pool1/norm1
- I0805 13:26:38.637375 4776 net.cpp:100] Creating Layer pool1/norm1
- I0805 13:26:38.637378 4776 net.cpp:434] pool1/norm1 <- pool1/3x3_s2
- I0805 13:26:38.637382 4776 net.cpp:408] pool1/norm1 -> pool1/norm1
- I0805 13:26:38.637403 4776 net.cpp:150] Setting up pool1/norm1
- I0805 13:26:38.637408 4776 net.cpp:157] Top shape: 10 64 56 56 (2007040)
- I0805 13:26:38.637410 4776 net.cpp:165] Memory required for data: 86302720
- I0805 13:26:38.637413 4776 layer_factory.hpp:77] Creating layer conv2/3x3_reduce
- I0805 13:26:38.637423 4776 net.cpp:100] Creating Layer conv2/3x3_reduce
- I0805 13:26:38.637426 4776 net.cpp:434] conv2/3x3_reduce <- pool1/norm1
- I0805 13:26:38.637432 4776 net.cpp:408] conv2/3x3_reduce -> conv2/3x3_reduce
- I0805 13:26:38.637555 4776 net.cpp:150] Setting up conv2/3x3_reduce
- I0805 13:26:38.637560 4776 net.cpp:157] Top shape: 10 64 56 56 (2007040)
- I0805 13:26:38.637564 4776 net.cpp:165] Memory required for data: 94330880
- I0805 13:26:38.637570 4776 layer_factory.hpp:77] Creating layer conv2/relu_3x3_reduce
- I0805 13:26:38.637575 4776 net.cpp:100] Creating Layer conv2/relu_3x3_reduce
- I0805 13:26:38.637579 4776 net.cpp:434] conv2/relu_3x3_reduce <- conv2/3x3_reduce
- I0805 13:26:38.637583 4776 net.cpp:395] conv2/relu_3x3_reduce -> conv2/3x3_reduce (in-place)
- I0805 13:26:38.637588 4776 net.cpp:150] Setting up conv2/relu_3x3_reduce
- I0805 13:26:38.637593 4776 net.cpp:157] Top shape: 10 64 56 56 (2007040)
- I0805 13:26:38.637595 4776 net.cpp:165] Memory required for data: 102359040
- I0805 13:26:38.637598 4776 layer_factory.hpp:77] Creating layer conv2/3x3
- I0805 13:26:38.637604 4776 net.cpp:100] Creating Layer conv2/3x3
- I0805 13:26:38.637609 4776 net.cpp:434] conv2/3x3 <- conv2/3x3_reduce
- I0805 13:26:38.637615 4776 net.cpp:408] conv2/3x3 -> conv2/3x3
- I0805 13:26:38.638089 4776 net.cpp:150] Setting up conv2/3x3
- I0805 13:26:38.638095 4776 net.cpp:157] Top shape: 10 192 56 56 (6021120)
- I0805 13:26:38.638098 4776 net.cpp:165] Memory required for data: 126443520
- I0805 13:26:38.638104 4776 layer_factory.hpp:77] Creating layer conv2/relu_3x3
- I0805 13:26:38.638109 4776 net.cpp:100] Creating Layer conv2/relu_3x3
- I0805 13:26:38.638113 4776 net.cpp:434] conv2/relu_3x3 <- conv2/3x3
- I0805 13:26:38.638116 4776 net.cpp:395] conv2/relu_3x3 -> conv2/3x3 (in-place)
- I0805 13:26:38.638121 4776 net.cpp:150] Setting up conv2/relu_3x3
- I0805 13:26:38.638125 4776 net.cpp:157] Top shape: 10 192 56 56 (6021120)
- I0805 13:26:38.638128 4776 net.cpp:165] Memory required for data: 150528000
- I0805 13:26:38.638131 4776 layer_factory.hpp:77] Creating layer conv2/norm2
- I0805 13:26:38.638135 4776 net.cpp:100] Creating Layer conv2/norm2
- I0805 13:26:38.638139 4776 net.cpp:434] conv2/norm2 <- conv2/3x3
- I0805 13:26:38.638144 4776 net.cpp:408] conv2/norm2 -> conv2/norm2
- I0805 13:26:38.638162 4776 net.cpp:150] Setting up conv2/norm2
- I0805 13:26:38.638167 4776 net.cpp:157] Top shape: 10 192 56 56 (6021120)
- I0805 13:26:38.638170 4776 net.cpp:165] Memory required for data: 174612480
- I0805 13:26:38.638173 4776 layer_factory.hpp:77] Creating layer pool2/3x3_s2
- I0805 13:26:38.638180 4776 net.cpp:100] Creating Layer pool2/3x3_s2
- I0805 13:26:38.638182 4776 net.cpp:434] pool2/3x3_s2 <- conv2/norm2
- I0805 13:26:38.638187 4776 net.cpp:408] pool2/3x3_s2 -> pool2/3x3_s2
- I0805 13:26:38.638206 4776 net.cpp:150] Setting up pool2/3x3_s2
- I0805 13:26:38.638209 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.638213 4776 net.cpp:165] Memory required for data: 180633600
- I0805 13:26:38.638216 4776 layer_factory.hpp:77] Creating layer pool2/3x3_s2_pool2/3x3_s2_0_split
- I0805 13:26:38.638221 4776 net.cpp:100] Creating Layer pool2/3x3_s2_pool2/3x3_s2_0_split
- I0805 13:26:38.638226 4776 net.cpp:434] pool2/3x3_s2_pool2/3x3_s2_0_split <- pool2/3x3_s2
- I0805 13:26:38.638229 4776 net.cpp:408] pool2/3x3_s2_pool2/3x3_s2_0_split -> pool2/3x3_s2_pool2/3x3_s2_0_split_0
- I0805 13:26:38.638236 4776 net.cpp:408] pool2/3x3_s2_pool2/3x3_s2_0_split -> pool2/3x3_s2_pool2/3x3_s2_0_split_1
- I0805 13:26:38.638242 4776 net.cpp:408] pool2/3x3_s2_pool2/3x3_s2_0_split -> pool2/3x3_s2_pool2/3x3_s2_0_split_2
- I0805 13:26:38.638247 4776 net.cpp:408] pool2/3x3_s2_pool2/3x3_s2_0_split -> pool2/3x3_s2_pool2/3x3_s2_0_split_3
- I0805 13:26:38.638275 4776 net.cpp:150] Setting up pool2/3x3_s2_pool2/3x3_s2_0_split
- I0805 13:26:38.638280 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.638284 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.638288 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.638291 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.638293 4776 net.cpp:165] Memory required for data: 204718080
- I0805 13:26:38.638298 4776 layer_factory.hpp:77] Creating layer inception_3a/1x1
- I0805 13:26:38.638303 4776 net.cpp:100] Creating Layer inception_3a/1x1
- I0805 13:26:38.638308 4776 net.cpp:434] inception_3a/1x1 <- pool2/3x3_s2_pool2/3x3_s2_0_split_0
- I0805 13:26:38.638314 4776 net.cpp:408] inception_3a/1x1 -> inception_3a/1x1
- I0805 13:26:38.638459 4776 net.cpp:150] Setting up inception_3a/1x1
- I0805 13:26:38.638464 4776 net.cpp:157] Top shape: 10 64 28 28 (501760)
- I0805 13:26:38.638468 4776 net.cpp:165] Memory required for data: 206725120
- I0805 13:26:38.638473 4776 layer_factory.hpp:77] Creating layer inception_3a/relu_1x1
- I0805 13:26:38.638478 4776 net.cpp:100] Creating Layer inception_3a/relu_1x1
- I0805 13:26:38.638483 4776 net.cpp:434] inception_3a/relu_1x1 <- inception_3a/1x1
- I0805 13:26:38.638486 4776 net.cpp:395] inception_3a/relu_1x1 -> inception_3a/1x1 (in-place)
- I0805 13:26:38.638492 4776 net.cpp:150] Setting up inception_3a/relu_1x1
- I0805 13:26:38.638496 4776 net.cpp:157] Top shape: 10 64 28 28 (501760)
- I0805 13:26:38.638499 4776 net.cpp:165] Memory required for data: 208732160
- I0805 13:26:38.638502 4776 layer_factory.hpp:77] Creating layer inception_3a/3x3_reduce
- I0805 13:26:38.638507 4776 net.cpp:100] Creating Layer inception_3a/3x3_reduce
- I0805 13:26:38.638511 4776 net.cpp:434] inception_3a/3x3_reduce <- pool2/3x3_s2_pool2/3x3_s2_0_split_1
- I0805 13:26:38.638516 4776 net.cpp:408] inception_3a/3x3_reduce -> inception_3a/3x3_reduce
- I0805 13:26:38.638689 4776 net.cpp:150] Setting up inception_3a/3x3_reduce
- I0805 13:26:38.638695 4776 net.cpp:157] Top shape: 10 96 28 28 (752640)
- I0805 13:26:38.638697 4776 net.cpp:165] Memory required for data: 211742720
- I0805 13:26:38.638703 4776 layer_factory.hpp:77] Creating layer inception_3a/relu_3x3_reduce
- I0805 13:26:38.638707 4776 net.cpp:100] Creating Layer inception_3a/relu_3x3_reduce
- I0805 13:26:38.638711 4776 net.cpp:434] inception_3a/relu_3x3_reduce <- inception_3a/3x3_reduce
- I0805 13:26:38.638715 4776 net.cpp:395] inception_3a/relu_3x3_reduce -> inception_3a/3x3_reduce (in-place)
- I0805 13:26:38.638720 4776 net.cpp:150] Setting up inception_3a/relu_3x3_reduce
- I0805 13:26:38.638723 4776 net.cpp:157] Top shape: 10 96 28 28 (752640)
- I0805 13:26:38.638726 4776 net.cpp:165] Memory required for data: 214753280
- I0805 13:26:38.638731 4776 layer_factory.hpp:77] Creating layer inception_3a/3x3
- I0805 13:26:38.638738 4776 net.cpp:100] Creating Layer inception_3a/3x3
- I0805 13:26:38.638742 4776 net.cpp:434] inception_3a/3x3 <- inception_3a/3x3_reduce
- I0805 13:26:38.638747 4776 net.cpp:408] inception_3a/3x3 -> inception_3a/3x3
- I0805 13:26:38.639222 4776 net.cpp:150] Setting up inception_3a/3x3
- I0805 13:26:38.639228 4776 net.cpp:157] Top shape: 10 128 28 28 (1003520)
- I0805 13:26:38.639231 4776 net.cpp:165] Memory required for data: 218767360
- I0805 13:26:38.639235 4776 layer_factory.hpp:77] Creating layer inception_3a/relu_3x3
- I0805 13:26:38.639240 4776 net.cpp:100] Creating Layer inception_3a/relu_3x3
- I0805 13:26:38.639245 4776 net.cpp:434] inception_3a/relu_3x3 <- inception_3a/3x3
- I0805 13:26:38.639250 4776 net.cpp:395] inception_3a/relu_3x3 -> inception_3a/3x3 (in-place)
- I0805 13:26:38.639253 4776 net.cpp:150] Setting up inception_3a/relu_3x3
- I0805 13:26:38.639258 4776 net.cpp:157] Top shape: 10 128 28 28 (1003520)
- I0805 13:26:38.639261 4776 net.cpp:165] Memory required for data: 222781440
- I0805 13:26:38.639264 4776 layer_factory.hpp:77] Creating layer inception_3a/5x5_reduce
- I0805 13:26:38.639271 4776 net.cpp:100] Creating Layer inception_3a/5x5_reduce
- I0805 13:26:38.639274 4776 net.cpp:434] inception_3a/5x5_reduce <- pool2/3x3_s2_pool2/3x3_s2_0_split_2
- I0805 13:26:38.639281 4776 net.cpp:408] inception_3a/5x5_reduce -> inception_3a/5x5_reduce
- I0805 13:26:38.639402 4776 net.cpp:150] Setting up inception_3a/5x5_reduce
- I0805 13:26:38.639408 4776 net.cpp:157] Top shape: 10 16 28 28 (125440)
- I0805 13:26:38.639411 4776 net.cpp:165] Memory required for data: 223283200
- I0805 13:26:38.639416 4776 layer_factory.hpp:77] Creating layer inception_3a/relu_5x5_reduce
- I0805 13:26:38.639420 4776 net.cpp:100] Creating Layer inception_3a/relu_5x5_reduce
- I0805 13:26:38.639425 4776 net.cpp:434] inception_3a/relu_5x5_reduce <- inception_3a/5x5_reduce
- I0805 13:26:38.639428 4776 net.cpp:395] inception_3a/relu_5x5_reduce -> inception_3a/5x5_reduce (in-place)
- I0805 13:26:38.639432 4776 net.cpp:150] Setting up inception_3a/relu_5x5_reduce
- I0805 13:26:38.639436 4776 net.cpp:157] Top shape: 10 16 28 28 (125440)
- I0805 13:26:38.639439 4776 net.cpp:165] Memory required for data: 223784960
- I0805 13:26:38.639442 4776 layer_factory.hpp:77] Creating layer inception_3a/5x5
- I0805 13:26:38.639449 4776 net.cpp:100] Creating Layer inception_3a/5x5
- I0805 13:26:38.639452 4776 net.cpp:434] inception_3a/5x5 <- inception_3a/5x5_reduce
- I0805 13:26:38.639457 4776 net.cpp:408] inception_3a/5x5 -> inception_3a/5x5
- I0805 13:26:38.639613 4776 net.cpp:150] Setting up inception_3a/5x5
- I0805 13:26:38.639619 4776 net.cpp:157] Top shape: 10 32 28 28 (250880)
- I0805 13:26:38.639623 4776 net.cpp:165] Memory required for data: 224788480
- I0805 13:26:38.639627 4776 layer_factory.hpp:77] Creating layer inception_3a/relu_5x5
- I0805 13:26:38.639632 4776 net.cpp:100] Creating Layer inception_3a/relu_5x5
- I0805 13:26:38.639636 4776 net.cpp:434] inception_3a/relu_5x5 <- inception_3a/5x5
- I0805 13:26:38.639641 4776 net.cpp:395] inception_3a/relu_5x5 -> inception_3a/5x5 (in-place)
- I0805 13:26:38.639645 4776 net.cpp:150] Setting up inception_3a/relu_5x5
- I0805 13:26:38.639649 4776 net.cpp:157] Top shape: 10 32 28 28 (250880)
- I0805 13:26:38.639652 4776 net.cpp:165] Memory required for data: 225792000
- I0805 13:26:38.639655 4776 layer_factory.hpp:77] Creating layer inception_3a/pool
- I0805 13:26:38.639659 4776 net.cpp:100] Creating Layer inception_3a/pool
- I0805 13:26:38.639662 4776 net.cpp:434] inception_3a/pool <- pool2/3x3_s2_pool2/3x3_s2_0_split_3
- I0805 13:26:38.639668 4776 net.cpp:408] inception_3a/pool -> inception_3a/pool
- I0805 13:26:38.639688 4776 net.cpp:150] Setting up inception_3a/pool
- I0805 13:26:38.639693 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.639696 4776 net.cpp:165] Memory required for data: 231813120
- I0805 13:26:38.639699 4776 layer_factory.hpp:77] Creating layer inception_3a/pool_proj
- I0805 13:26:38.639705 4776 net.cpp:100] Creating Layer inception_3a/pool_proj
- I0805 13:26:38.639709 4776 net.cpp:434] inception_3a/pool_proj <- inception_3a/pool
- I0805 13:26:38.639714 4776 net.cpp:408] inception_3a/pool_proj -> inception_3a/pool_proj
- I0805 13:26:38.639847 4776 net.cpp:150] Setting up inception_3a/pool_proj
- I0805 13:26:38.639853 4776 net.cpp:157] Top shape: 10 32 28 28 (250880)
- I0805 13:26:38.639855 4776 net.cpp:165] Memory required for data: 232816640
- I0805 13:26:38.639863 4776 layer_factory.hpp:77] Creating layer inception_3a/relu_pool_proj
- I0805 13:26:38.639866 4776 net.cpp:100] Creating Layer inception_3a/relu_pool_proj
- I0805 13:26:38.639870 4776 net.cpp:434] inception_3a/relu_pool_proj <- inception_3a/pool_proj
- I0805 13:26:38.639875 4776 net.cpp:395] inception_3a/relu_pool_proj -> inception_3a/pool_proj (in-place)
- I0805 13:26:38.639880 4776 net.cpp:150] Setting up inception_3a/relu_pool_proj
- I0805 13:26:38.639884 4776 net.cpp:157] Top shape: 10 32 28 28 (250880)
- I0805 13:26:38.639891 4776 net.cpp:165] Memory required for data: 233820160
- I0805 13:26:38.639894 4776 layer_factory.hpp:77] Creating layer inception_3a/output
- I0805 13:26:38.639899 4776 net.cpp:100] Creating Layer inception_3a/output
- I0805 13:26:38.639902 4776 net.cpp:434] inception_3a/output <- inception_3a/1x1
- I0805 13:26:38.639906 4776 net.cpp:434] inception_3a/output <- inception_3a/3x3
- I0805 13:26:38.639909 4776 net.cpp:434] inception_3a/output <- inception_3a/5x5
- I0805 13:26:38.639914 4776 net.cpp:434] inception_3a/output <- inception_3a/pool_proj
- I0805 13:26:38.639919 4776 net.cpp:408] inception_3a/output -> inception_3a/output
- I0805 13:26:38.639932 4776 net.cpp:150] Setting up inception_3a/output
- I0805 13:26:38.639937 4776 net.cpp:157] Top shape: 10 256 28 28 (2007040)
- I0805 13:26:38.639940 4776 net.cpp:165] Memory required for data: 241848320
- I0805 13:26:38.639943 4776 layer_factory.hpp:77] Creating layer inception_3a/output_inception_3a/output_0_split
- I0805 13:26:38.639948 4776 net.cpp:100] Creating Layer inception_3a/output_inception_3a/output_0_split
- I0805 13:26:38.639952 4776 net.cpp:434] inception_3a/output_inception_3a/output_0_split <- inception_3a/output
- I0805 13:26:38.639957 4776 net.cpp:408] inception_3a/output_inception_3a/output_0_split -> inception_3a/output_inception_3a/output_0_split_0
- I0805 13:26:38.639963 4776 net.cpp:408] inception_3a/output_inception_3a/output_0_split -> inception_3a/output_inception_3a/output_0_split_1
- I0805 13:26:38.639968 4776 net.cpp:408] inception_3a/output_inception_3a/output_0_split -> inception_3a/output_inception_3a/output_0_split_2
- I0805 13:26:38.639973 4776 net.cpp:408] inception_3a/output_inception_3a/output_0_split -> inception_3a/output_inception_3a/output_0_split_3
- I0805 13:26:38.640004 4776 net.cpp:150] Setting up inception_3a/output_inception_3a/output_0_split
- I0805 13:26:38.640010 4776 net.cpp:157] Top shape: 10 256 28 28 (2007040)
- I0805 13:26:38.640013 4776 net.cpp:157] Top shape: 10 256 28 28 (2007040)
- I0805 13:26:38.640017 4776 net.cpp:157] Top shape: 10 256 28 28 (2007040)
- I0805 13:26:38.640022 4776 net.cpp:157] Top shape: 10 256 28 28 (2007040)
- I0805 13:26:38.640023 4776 net.cpp:165] Memory required for data: 273960960
- I0805 13:26:38.640027 4776 layer_factory.hpp:77] Creating layer inception_3b/1x1
- I0805 13:26:38.640033 4776 net.cpp:100] Creating Layer inception_3b/1x1
- I0805 13:26:38.640038 4776 net.cpp:434] inception_3b/1x1 <- inception_3a/output_inception_3a/output_0_split_0
- I0805 13:26:38.640041 4776 net.cpp:408] inception_3b/1x1 -> inception_3b/1x1
- I0805 13:26:38.640259 4776 net.cpp:150] Setting up inception_3b/1x1
- I0805 13:26:38.640264 4776 net.cpp:157] Top shape: 10 128 28 28 (1003520)
- I0805 13:26:38.640267 4776 net.cpp:165] Memory required for data: 277975040
- I0805 13:26:38.640271 4776 layer_factory.hpp:77] Creating layer inception_3b/relu_1x1
- I0805 13:26:38.640276 4776 net.cpp:100] Creating Layer inception_3b/relu_1x1
- I0805 13:26:38.640280 4776 net.cpp:434] inception_3b/relu_1x1 <- inception_3b/1x1
- I0805 13:26:38.640283 4776 net.cpp:395] inception_3b/relu_1x1 -> inception_3b/1x1 (in-place)
- I0805 13:26:38.640288 4776 net.cpp:150] Setting up inception_3b/relu_1x1
- I0805 13:26:38.640292 4776 net.cpp:157] Top shape: 10 128 28 28 (1003520)
- I0805 13:26:38.640295 4776 net.cpp:165] Memory required for data: 281989120
- I0805 13:26:38.640298 4776 layer_factory.hpp:77] Creating layer inception_3b/3x3_reduce
- I0805 13:26:38.640306 4776 net.cpp:100] Creating Layer inception_3b/3x3_reduce
- I0805 13:26:38.640309 4776 net.cpp:434] inception_3b/3x3_reduce <- inception_3a/output_inception_3a/output_0_split_1
- I0805 13:26:38.640316 4776 net.cpp:408] inception_3b/3x3_reduce -> inception_3b/3x3_reduce
- I0805 13:26:38.640533 4776 net.cpp:150] Setting up inception_3b/3x3_reduce
- I0805 13:26:38.640539 4776 net.cpp:157] Top shape: 10 128 28 28 (1003520)
- I0805 13:26:38.640542 4776 net.cpp:165] Memory required for data: 286003200
- I0805 13:26:38.640547 4776 layer_factory.hpp:77] Creating layer inception_3b/relu_3x3_reduce
- I0805 13:26:38.640550 4776 net.cpp:100] Creating Layer inception_3b/relu_3x3_reduce
- I0805 13:26:38.640553 4776 net.cpp:434] inception_3b/relu_3x3_reduce <- inception_3b/3x3_reduce
- I0805 13:26:38.640558 4776 net.cpp:395] inception_3b/relu_3x3_reduce -> inception_3b/3x3_reduce (in-place)
- I0805 13:26:38.640561 4776 net.cpp:150] Setting up inception_3b/relu_3x3_reduce
- I0805 13:26:38.640564 4776 net.cpp:157] Top shape: 10 128 28 28 (1003520)
- I0805 13:26:38.640568 4776 net.cpp:165] Memory required for data: 290017280
- I0805 13:26:38.640570 4776 layer_factory.hpp:77] Creating layer inception_3b/3x3
- I0805 13:26:38.640576 4776 net.cpp:100] Creating Layer inception_3b/3x3
- I0805 13:26:38.640580 4776 net.cpp:434] inception_3b/3x3 <- inception_3b/3x3_reduce
- I0805 13:26:38.640585 4776 net.cpp:408] inception_3b/3x3 -> inception_3b/3x3
- I0805 13:26:38.641865 4776 net.cpp:150] Setting up inception_3b/3x3
- I0805 13:26:38.641873 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.641876 4776 net.cpp:165] Memory required for data: 296038400
- I0805 13:26:38.641881 4776 layer_factory.hpp:77] Creating layer inception_3b/relu_3x3
- I0805 13:26:38.641891 4776 net.cpp:100] Creating Layer inception_3b/relu_3x3
- I0805 13:26:38.641893 4776 net.cpp:434] inception_3b/relu_3x3 <- inception_3b/3x3
- I0805 13:26:38.641898 4776 net.cpp:395] inception_3b/relu_3x3 -> inception_3b/3x3 (in-place)
- I0805 13:26:38.641903 4776 net.cpp:150] Setting up inception_3b/relu_3x3
- I0805 13:26:38.641907 4776 net.cpp:157] Top shape: 10 192 28 28 (1505280)
- I0805 13:26:38.641911 4776 net.cpp:165] Memory required for data: 302059520
- I0805 13:26:38.641913 4776 layer_factory.hpp:77] Creating layer inception_3b/5x5_reduce
- I0805 13:26:38.641921 4776 net.cpp:100] Creating Layer inception_3b/5x5_reduce
- I0805 13:26:38.641924 4776 net.cpp:434] inception_3b/5x5_reduce <- inception_3a/output_inception_3a/output_0_split_2
- I0805 13:26:38.641929 4776 net.cpp:408] inception_3b/5x5_reduce -> inception_3b/5x5_reduce
- I0805 13:26:38.642078 4776 net.cpp:150] Setting up inception_3b/5x5_reduce
- I0805 13:26:38.642084 4776 net.cpp:157] Top shape: 10 32 28 28 (250880)
- I0805 13:26:38.642087 4776 net.cpp:165] Memory required for data: 303063040
- I0805 13:26:38.642092 4776 layer_factory.hpp:77] Creating layer inception_3b/relu_5x5_reduce
- I0805 13:26:38.642096 4776 net.cpp:100] Creating Layer inception_3b/relu_5x5_reduce
- I0805 13:26:38.642100 4776 net.cpp:434] inception_3b/relu_5x5_reduce <- inception_3b/5x5_reduce
- I0805 13:26:38.642105 4776 net.cpp:395] inception_3b/relu_5x5_reduce -> inception_3b/5x5_reduce (in-place)
- I0805 13:26:38.642110 4776 net.cpp:150] Setting up inception_3b/relu_5x5_reduce
- I0805 13:26:38.642114 4776 net.cpp:157] Top shape: 10 32 28 28 (250880)
- I0805 13:26:38.642117 4776 net.cpp:165] Memory required for data: 304066560
- I0805 13:26:38.642120 4776 layer_factory.hpp:77] Creating layer inception_3b/5x5
- I0805 13:26:38.642125 4776 net.cpp:100] Creating Layer inception_3b/5x5
- I0805 13:26:38.642129 4776 net.cpp:434] inception_3b/5x5 <- inception_3b/5x5_reduce
- I0805 13:26:38.642135 4776 net.cpp:408] inception_3b/5x5 -> inception_3b/5x5
- I0805 13:26:38.642513 4776 net.cpp:150] Setting up inception_3b/5x5
- I0805 13:26:38.642518 4776 net.cpp:157] Top shape: 10 96 28 28 (752640)
- I0805 13:26:38.642521 4776 net.cpp:165] Memory required for data: 307077120
- I0805 13:26:38.642526 4776 layer_factory.hpp:77] Creating layer inception_3b/relu_5x5
- I0805 13:26:38.642530 4776 net.cpp:100] Creating Layer inception_3b/relu_5x5
- I0805 13:26:38.642534 4776 net.cpp:434] inception_3b/relu_5x5 <- inception_3b/5x5
- I0805 13:26:38.642539 4776 net.cpp:395] inception_3b/relu_5x5 -> inception_3b/5x5 (in-place)
- I0805 13:26:38.642542 4776 net.cpp:150] Setting up inception_3b/relu_5x5
- I0805 13:26:38.642546 4776 net.cpp:157] Top shape: 10 96 28 28 (752640)
- I0805 13:26:38.642549 4776 net.cpp:165] Memory required for data: 310087680
- I0805 13:26:38.642552 4776 layer_factory.hpp:77] Creating layer inception_3b/pool
- I0805 13:26:38.642558 4776 net.cpp:100] Creating Layer inception_3b/pool
- I0805 13:26:38.642561 4776 net.cpp:434] inception_3b/pool <- inception_3a/output_inception_3a/output_0_split_3
- I0805 13:26:38.642565 4776 net.cpp:408] inception_3b/pool -> inception_3b/pool
- I0805 13:26:38.642587 4776 net.cpp:150] Setting up inception_3b/pool
- I0805 13:26:38.642592 4776 net.cpp:157] Top shape: 10 256 28 28 (2007040)
- I0805 13:26:38.642596 4776 net.cpp:165] Memory required for data: 318115840
- I0805 13:26:38.642598 4776 layer_factory.hpp:77] Creating layer inception_3b/pool_proj
- I0805 13:26:38.642606 4776 net.cpp:100] Creating Layer inception_3b/pool_proj
- I0805 13:26:38.642609 4776 net.cpp:434] inception_3b/pool_proj <- inception_3b/pool
- I0805 13:26:38.642614 4776 net.cpp:408] inception_3b/pool_proj -> inception_3b/pool_proj
- I0805 13:26:38.642788 4776 net.cpp:150] Setting up inception_3b/pool_proj
- I0805 13:26:38.642794 4776 net.cpp:157] Top shape: 10 64 28 28 (501760)
- I0805 13:26:38.642797 4776 net.cpp:165] Memory required for data: 320122880
- I0805 13:26:38.642802 4776 layer_factory.hpp:77] Creating layer inception_3b/relu_pool_proj
- I0805 13:26:38.642807 4776 net.cpp:100] Creating Layer inception_3b/relu_pool_proj
- I0805 13:26:38.642810 4776 net.cpp:434] inception_3b/relu_pool_proj <- inception_3b/pool_proj
- I0805 13:26:38.642815 4776 net.cpp:395] inception_3b/relu_pool_proj -> inception_3b/pool_proj (in-place)
- I0805 13:26:38.642820 4776 net.cpp:150] Setting up inception_3b/relu_pool_proj
- I0805 13:26:38.642824 4776 net.cpp:157] Top shape: 10 64 28 28 (501760)
- I0805 13:26:38.642827 4776 net.cpp:165] Memory required for data: 322129920
- I0805 13:26:38.642830 4776 layer_factory.hpp:77] Creating layer inception_3b/output
- I0805 13:26:38.642835 4776 net.cpp:100] Creating Layer inception_3b/output
- I0805 13:26:38.642838 4776 net.cpp:434] inception_3b/output <- inception_3b/1x1
- I0805 13:26:38.642843 4776 net.cpp:434] inception_3b/output <- inception_3b/3x3
- I0805 13:26:38.642845 4776 net.cpp:434] inception_3b/output <- inception_3b/5x5
- I0805 13:26:38.642849 4776 net.cpp:434] inception_3b/output <- inception_3b/pool_proj
- I0805 13:26:38.642853 4776 net.cpp:408] inception_3b/output -> inception_3b/output
- I0805 13:26:38.642868 4776 net.cpp:150] Setting up inception_3b/output
- I0805 13:26:38.642874 4776 net.cpp:157] Top shape: 10 480 28 28 (3763200)
- I0805 13:26:38.642876 4776 net.cpp:165] Memory required for data: 337182720
- I0805 13:26:38.642879 4776 layer_factory.hpp:77] Creating layer pool3/3x3_s2
- I0805 13:26:38.642884 4776 net.cpp:100] Creating Layer pool3/3x3_s2
- I0805 13:26:38.642889 4776 net.cpp:434] pool3/3x3_s2 <- inception_3b/output
- I0805 13:26:38.642894 4776 net.cpp:408] pool3/3x3_s2 -> pool3/3x3_s2
- I0805 13:26:38.642918 4776 net.cpp:150] Setting up pool3/3x3_s2
- I0805 13:26:38.642923 4776 net.cpp:157] Top shape: 10 480 14 14 (940800)
- I0805 13:26:38.642926 4776 net.cpp:165] Memory required for data: 340945920
- I0805 13:26:38.642930 4776 layer_factory.hpp:77] Creating layer pool3/3x3_s2_pool3/3x3_s2_0_split
- I0805 13:26:38.642935 4776 net.cpp:100] Creating Layer pool3/3x3_s2_pool3/3x3_s2_0_split
- I0805 13:26:38.642937 4776 net.cpp:434] pool3/3x3_s2_pool3/3x3_s2_0_split <- pool3/3x3_s2
- I0805 13:26:38.642943 4776 net.cpp:408] pool3/3x3_s2_pool3/3x3_s2_0_split -> pool3/3x3_s2_pool3/3x3_s2_0_split_0
- I0805 13:26:38.642948 4776 net.cpp:408] pool3/3x3_s2_pool3/3x3_s2_0_split -> pool3/3x3_s2_pool3/3x3_s2_0_split_1
- I0805 13:26:38.642953 4776 net.cpp:408] pool3/3x3_s2_pool3/3x3_s2_0_split -> pool3/3x3_s2_pool3/3x3_s2_0_split_2
- I0805 13:26:38.642958 4776 net.cpp:408] pool3/3x3_s2_pool3/3x3_s2_0_split -> pool3/3x3_s2_pool3/3x3_s2_0_split_3
- I0805 13:26:38.642989 4776 net.cpp:150] Setting up pool3/3x3_s2_pool3/3x3_s2_0_split
- I0805 13:26:38.642995 4776 net.cpp:157] Top shape: 10 480 14 14 (940800)
- I0805 13:26:38.642998 4776 net.cpp:157] Top shape: 10 480 14 14 (940800)
- I0805 13:26:38.643002 4776 net.cpp:157] Top shape: 10 480 14 14 (940800)
- I0805 13:26:38.643005 4776 net.cpp:157] Top shape: 10 480 14 14 (940800)
- I0805 13:26:38.643008 4776 net.cpp:165] Memory required for data: 355998720
- I0805 13:26:38.643012 4776 layer_factory.hpp:77] Creating layer inception_4a/1x1
- I0805 13:26:38.643018 4776 net.cpp:100] Creating Layer inception_4a/1x1
- I0805 13:26:38.643021 4776 net.cpp:434] inception_4a/1x1 <- pool3/3x3_s2_pool3/3x3_s2_0_split_0
- I0805 13:26:38.643026 4776 net.cpp:408] inception_4a/1x1 -> inception_4a/1x1
- I0805 13:26:38.669626 4776 net.cpp:150] Setting up inception_4a/1x1
- I0805 13:26:38.669638 4776 net.cpp:157] Top shape: 10 192 14 14 (376320)
- I0805 13:26:38.669642 4776 net.cpp:165] Memory required for data: 357504000
- I0805 13:26:38.669647 4776 layer_factory.hpp:77] Creating layer inception_4a/relu_1x1
- I0805 13:26:38.669653 4776 net.cpp:100] Creating Layer inception_4a/relu_1x1
- I0805 13:26:38.669656 4776 net.cpp:434] inception_4a/relu_1x1 <- inception_4a/1x1
- I0805 13:26:38.669661 4776 net.cpp:395] inception_4a/relu_1x1 -> inception_4a/1x1 (in-place)
- I0805 13:26:38.669667 4776 net.cpp:150] Setting up inception_4a/relu_1x1
- I0805 13:26:38.669670 4776 net.cpp:157] Top shape: 10 192 14 14 (376320)
- I0805 13:26:38.669674 4776 net.cpp:165] Memory required for data: 359009280
- I0805 13:26:38.669677 4776 layer_factory.hpp:77] Creating layer inception_4a/3x3_reduce
- I0805 13:26:38.669685 4776 net.cpp:100] Creating Layer inception_4a/3x3_reduce
- I0805 13:26:38.669689 4776 net.cpp:434] inception_4a/3x3_reduce <- pool3/3x3_s2_pool3/3x3_s2_0_split_1
- I0805 13:26:38.669697 4776 net.cpp:408] inception_4a/3x3_reduce -> inception_4a/3x3_reduce
- I0805 13:26:38.670001 4776 net.cpp:150] Setting up inception_4a/3x3_reduce
- I0805 13:26:38.670007 4776 net.cpp:157] Top shape: 10 96 14 14 (188160)
- I0805 13:26:38.670011 4776 net.cpp:165] Memory required for data: 359761920
- I0805 13:26:38.670022 4776 layer_factory.hpp:77] Creating layer inception_4a/relu_3x3_reduce
- I0805 13:26:38.670027 4776 net.cpp:100] Creating Layer inception_4a/relu_3x3_reduce
- I0805 13:26:38.670030 4776 net.cpp:434] inception_4a/relu_3x3_reduce <- inception_4a/3x3_reduce
- I0805 13:26:38.670035 4776 net.cpp:395] inception_4a/relu_3x3_reduce -> inception_4a/3x3_reduce (in-place)
- I0805 13:26:38.670040 4776 net.cpp:150] Setting up inception_4a/relu_3x3_reduce
- I0805 13:26:38.670044 4776 net.cpp:157] Top shape: 10 96 14 14 (188160)
- I0805 13:26:38.670047 4776 net.cpp:165] Memory required for data: 360514560
- I0805 13:26:38.670050 4776 layer_factory.hpp:77] Creating layer inception_4a/3x3
- I0805 13:26:38.670061 4776 net.cpp:100] Creating Layer inception_4a/3x3
- I0805 13:26:38.670065 4776 net.cpp:434] inception_4a/3x3 <- inception_4a/3x3_reduce
- I0805 13:26:38.670071 4776 net.cpp:408] inception_4a/3x3 -> inception_4a/3x3
- I0805 13:26:38.671340 4776 net.cpp:150] Setting up inception_4a/3x3
- I0805 13:26:38.671350 4776 net.cpp:157] Top shape: 10 208 14 14 (407680)
- I0805 13:26:38.671355 4776 net.cpp:165] Memory required for data: 362145280
- I0805 13:26:38.671360 4776 layer_factory.hpp:77] Creating layer inception_4a/relu_3x3
- I0805 13:26:38.671365 4776 net.cpp:100] Creating Layer inception_4a/relu_3x3
- I0805 13:26:38.671370 4776 net.cpp:434] inception_4a/relu_3x3 <- inception_4a/3x3
- I0805 13:26:38.671375 4776 net.cpp:395] inception_4a/relu_3x3 -> inception_4a/3x3 (in-place)
- I0805 13:26:38.671381 4776 net.cpp:150] Setting up inception_4a/relu_3x3
- I0805 13:26:38.671386 4776 net.cpp:157] Top shape: 10 208 14 14 (407680)
- I0805 13:26:38.671389 4776 net.cpp:165] Memory required for data: 363776000
- I0805 13:26:38.671392 4776 layer_factory.hpp:77] Creating layer inception_4a/5x5_reduce
- I0805 13:26:38.671401 4776 net.cpp:100] Creating Layer inception_4a/5x5_reduce
- I0805 13:26:38.671404 4776 net.cpp:434] inception_4a/5x5_reduce <- pool3/3x3_s2_pool3/3x3_s2_0_split_2
- I0805 13:26:38.671411 4776 net.cpp:408] inception_4a/5x5_reduce -> inception_4a/5x5_reduce
- I0805 13:26:38.671573 4776 net.cpp:150] Setting up inception_4a/5x5_reduce
- I0805 13:26:38.671579 4776 net.cpp:157] Top shape: 10 16 14 14 (31360)
- I0805 13:26:38.671583 4776 net.cpp:165] Memory required for data: 363901440
- I0805 13:26:38.671588 4776 layer_factory.hpp:77] Creating layer inception_4a/relu_5x5_reduce
- I0805 13:26:38.671593 4776 net.cpp:100] Creating Layer inception_4a/relu_5x5_reduce
- I0805 13:26:38.671597 4776 net.cpp:434] inception_4a/relu_5x5_reduce <- inception_4a/5x5_reduce
- I0805 13:26:38.671602 4776 net.cpp:395] inception_4a/relu_5x5_reduce -> inception_4a/5x5_reduce (in-place)
- I0805 13:26:38.671607 4776 net.cpp:150] Setting up inception_4a/relu_5x5_reduce
- I0805 13:26:38.671610 4776 net.cpp:157] Top shape: 10 16 14 14 (31360)
- I0805 13:26:38.671614 4776 net.cpp:165] Memory required for data: 364026880
- I0805 13:26:38.671617 4776 layer_factory.hpp:77] Creating layer inception_4a/5x5
- I0805 13:26:38.671624 4776 net.cpp:100] Creating Layer inception_4a/5x5
- I0805 13:26:38.671628 4776 net.cpp:434] inception_4a/5x5 <- inception_4a/5x5_reduce
- I0805 13:26:38.671633 4776 net.cpp:408] inception_4a/5x5 -> inception_4a/5x5
- I0805 13:26:38.671833 4776 net.cpp:150] Setting up inception_4a/5x5
- I0805 13:26:38.671839 4776 net.cpp:157] Top shape: 10 48 14 14 (94080)
- I0805 13:26:38.671842 4776 net.cpp:165] Memory required for data: 364403200
- I0805 13:26:38.671847 4776 layer_factory.hpp:77] Creating layer inception_4a/relu_5x5
- I0805 13:26:38.671852 4776 net.cpp:100] Creating Layer inception_4a/relu_5x5
- I0805 13:26:38.671856 4776 net.cpp:434] inception_4a/relu_5x5 <- inception_4a/5x5
- I0805 13:26:38.671862 4776 net.cpp:395] inception_4a/relu_5x5 -> inception_4a/5x5 (in-place)
- I0805 13:26:38.671867 4776 net.cpp:150] Setting up inception_4a/relu_5x5
- I0805 13:26:38.671871 4776 net.cpp:157] Top shape: 10 48 14 14 (94080)
- I0805 13:26:38.671875 4776 net.cpp:165] Memory required for data: 364779520
- I0805 13:26:38.671878 4776 layer_factory.hpp:77] Creating layer inception_4a/pool
- I0805 13:26:38.671885 4776 net.cpp:100] Creating Layer inception_4a/pool
- I0805 13:26:38.671895 4776 net.cpp:434] inception_4a/pool <- pool3/3x3_s2_pool3/3x3_s2_0_split_3
- I0805 13:26:38.671900 4776 net.cpp:408] inception_4a/pool -> inception_4a/pool
- I0805 13:26:38.671926 4776 net.cpp:150] Setting up inception_4a/pool
- I0805 13:26:38.671931 4776 net.cpp:157] Top shape: 10 480 14 14 (940800)
- I0805 13:26:38.671936 4776 net.cpp:165] Memory required for data: 368542720
- I0805 13:26:38.671938 4776 layer_factory.hpp:77] Creating layer inception_4a/pool_proj
- I0805 13:26:38.671947 4776 net.cpp:100] Creating Layer inception_4a/pool_proj
- I0805 13:26:38.671950 4776 net.cpp:434] inception_4a/pool_proj <- inception_4a/pool
- I0805 13:26:38.671955 4776 net.cpp:408] inception_4a/pool_proj -> inception_4a/pool_proj
- I0805 13:26:38.672192 4776 net.cpp:150] Setting up inception_4a/pool_proj
- I0805 13:26:38.672199 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.672202 4776 net.cpp:165] Memory required for data: 369044480
- I0805 13:26:38.672207 4776 layer_factory.hpp:77] Creating layer inception_4a/relu_pool_proj
- I0805 13:26:38.672214 4776 net.cpp:100] Creating Layer inception_4a/relu_pool_proj
- I0805 13:26:38.672216 4776 net.cpp:434] inception_4a/relu_pool_proj <- inception_4a/pool_proj
- I0805 13:26:38.672221 4776 net.cpp:395] inception_4a/relu_pool_proj -> inception_4a/pool_proj (in-place)
- I0805 13:26:38.672226 4776 net.cpp:150] Setting up inception_4a/relu_pool_proj
- I0805 13:26:38.672230 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.672233 4776 net.cpp:165] Memory required for data: 369546240
- I0805 13:26:38.672236 4776 layer_factory.hpp:77] Creating layer inception_4a/output
- I0805 13:26:38.672242 4776 net.cpp:100] Creating Layer inception_4a/output
- I0805 13:26:38.672246 4776 net.cpp:434] inception_4a/output <- inception_4a/1x1
- I0805 13:26:38.672250 4776 net.cpp:434] inception_4a/output <- inception_4a/3x3
- I0805 13:26:38.672255 4776 net.cpp:434] inception_4a/output <- inception_4a/5x5
- I0805 13:26:38.672258 4776 net.cpp:434] inception_4a/output <- inception_4a/pool_proj
- I0805 13:26:38.672263 4776 net.cpp:408] inception_4a/output -> inception_4a/output
- I0805 13:26:38.672279 4776 net.cpp:150] Setting up inception_4a/output
- I0805 13:26:38.672284 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.672288 4776 net.cpp:165] Memory required for data: 373560320
- I0805 13:26:38.672291 4776 layer_factory.hpp:77] Creating layer inception_4a/output_inception_4a/output_0_split
- I0805 13:26:38.672297 4776 net.cpp:100] Creating Layer inception_4a/output_inception_4a/output_0_split
- I0805 13:26:38.672300 4776 net.cpp:434] inception_4a/output_inception_4a/output_0_split <- inception_4a/output
- I0805 13:26:38.672307 4776 net.cpp:408] inception_4a/output_inception_4a/output_0_split -> inception_4a/output_inception_4a/output_0_split_0
- I0805 13:26:38.672312 4776 net.cpp:408] inception_4a/output_inception_4a/output_0_split -> inception_4a/output_inception_4a/output_0_split_1
- I0805 13:26:38.672319 4776 net.cpp:408] inception_4a/output_inception_4a/output_0_split -> inception_4a/output_inception_4a/output_0_split_2
- I0805 13:26:38.672324 4776 net.cpp:408] inception_4a/output_inception_4a/output_0_split -> inception_4a/output_inception_4a/output_0_split_3
- I0805 13:26:38.672359 4776 net.cpp:150] Setting up inception_4a/output_inception_4a/output_0_split
- I0805 13:26:38.672364 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.672369 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.672372 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.672376 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.672379 4776 net.cpp:165] Memory required for data: 389616640
- I0805 13:26:38.672384 4776 layer_factory.hpp:77] Creating layer inception_4b/1x1
- I0805 13:26:38.672390 4776 net.cpp:100] Creating Layer inception_4b/1x1
- I0805 13:26:38.672394 4776 net.cpp:434] inception_4b/1x1 <- inception_4a/output_inception_4a/output_0_split_0
- I0805 13:26:38.672400 4776 net.cpp:408] inception_4b/1x1 -> inception_4b/1x1
- I0805 13:26:38.672818 4776 net.cpp:150] Setting up inception_4b/1x1
- I0805 13:26:38.672824 4776 net.cpp:157] Top shape: 10 160 14 14 (313600)
- I0805 13:26:38.672828 4776 net.cpp:165] Memory required for data: 390871040
- I0805 13:26:38.672833 4776 layer_factory.hpp:77] Creating layer inception_4b/relu_1x1
- I0805 13:26:38.672838 4776 net.cpp:100] Creating Layer inception_4b/relu_1x1
- I0805 13:26:38.672842 4776 net.cpp:434] inception_4b/relu_1x1 <- inception_4b/1x1
- I0805 13:26:38.672847 4776 net.cpp:395] inception_4b/relu_1x1 -> inception_4b/1x1 (in-place)
- I0805 13:26:38.672852 4776 net.cpp:150] Setting up inception_4b/relu_1x1
- I0805 13:26:38.672855 4776 net.cpp:157] Top shape: 10 160 14 14 (313600)
- I0805 13:26:38.672858 4776 net.cpp:165] Memory required for data: 392125440
- I0805 13:26:38.672861 4776 layer_factory.hpp:77] Creating layer inception_4b/3x3_reduce
- I0805 13:26:38.672869 4776 net.cpp:100] Creating Layer inception_4b/3x3_reduce
- I0805 13:26:38.672873 4776 net.cpp:434] inception_4b/3x3_reduce <- inception_4a/output_inception_4a/output_0_split_1
- I0805 13:26:38.672878 4776 net.cpp:408] inception_4b/3x3_reduce -> inception_4b/3x3_reduce
- I0805 13:26:38.673218 4776 net.cpp:150] Setting up inception_4b/3x3_reduce
- I0805 13:26:38.673224 4776 net.cpp:157] Top shape: 10 112 14 14 (219520)
- I0805 13:26:38.673228 4776 net.cpp:165] Memory required for data: 393003520
- I0805 13:26:38.673233 4776 layer_factory.hpp:77] Creating layer inception_4b/relu_3x3_reduce
- I0805 13:26:38.673236 4776 net.cpp:100] Creating Layer inception_4b/relu_3x3_reduce
- I0805 13:26:38.673240 4776 net.cpp:434] inception_4b/relu_3x3_reduce <- inception_4b/3x3_reduce
- I0805 13:26:38.673246 4776 net.cpp:395] inception_4b/relu_3x3_reduce -> inception_4b/3x3_reduce (in-place)
- I0805 13:26:38.673251 4776 net.cpp:150] Setting up inception_4b/relu_3x3_reduce
- I0805 13:26:38.673255 4776 net.cpp:157] Top shape: 10 112 14 14 (219520)
- I0805 13:26:38.673259 4776 net.cpp:165] Memory required for data: 393881600
- I0805 13:26:38.673262 4776 layer_factory.hpp:77] Creating layer inception_4b/3x3
- I0805 13:26:38.673269 4776 net.cpp:100] Creating Layer inception_4b/3x3
- I0805 13:26:38.673272 4776 net.cpp:434] inception_4b/3x3 <- inception_4b/3x3_reduce
- I0805 13:26:38.673279 4776 net.cpp:408] inception_4b/3x3 -> inception_4b/3x3
- I0805 13:26:38.674206 4776 net.cpp:150] Setting up inception_4b/3x3
- I0805 13:26:38.674211 4776 net.cpp:157] Top shape: 10 224 14 14 (439040)
- I0805 13:26:38.674216 4776 net.cpp:165] Memory required for data: 395637760
- I0805 13:26:38.674221 4776 layer_factory.hpp:77] Creating layer inception_4b/relu_3x3
- I0805 13:26:38.674226 4776 net.cpp:100] Creating Layer inception_4b/relu_3x3
- I0805 13:26:38.674229 4776 net.cpp:434] inception_4b/relu_3x3 <- inception_4b/3x3
- I0805 13:26:38.674234 4776 net.cpp:395] inception_4b/relu_3x3 -> inception_4b/3x3 (in-place)
- I0805 13:26:38.674239 4776 net.cpp:150] Setting up inception_4b/relu_3x3
- I0805 13:26:38.674243 4776 net.cpp:157] Top shape: 10 224 14 14 (439040)
- I0805 13:26:38.674247 4776 net.cpp:165] Memory required for data: 397393920
- I0805 13:26:38.674249 4776 layer_factory.hpp:77] Creating layer inception_4b/5x5_reduce
- I0805 13:26:38.674268 4776 net.cpp:100] Creating Layer inception_4b/5x5_reduce
- I0805 13:26:38.674271 4776 net.cpp:434] inception_4b/5x5_reduce <- inception_4a/output_inception_4a/output_0_split_2
- I0805 13:26:38.674276 4776 net.cpp:408] inception_4b/5x5_reduce -> inception_4b/5x5_reduce
- I0805 13:26:38.674454 4776 net.cpp:150] Setting up inception_4b/5x5_reduce
- I0805 13:26:38.674461 4776 net.cpp:157] Top shape: 10 24 14 14 (47040)
- I0805 13:26:38.674464 4776 net.cpp:165] Memory required for data: 397582080
- I0805 13:26:38.674469 4776 layer_factory.hpp:77] Creating layer inception_4b/relu_5x5_reduce
- I0805 13:26:38.674475 4776 net.cpp:100] Creating Layer inception_4b/relu_5x5_reduce
- I0805 13:26:38.674479 4776 net.cpp:434] inception_4b/relu_5x5_reduce <- inception_4b/5x5_reduce
- I0805 13:26:38.674484 4776 net.cpp:395] inception_4b/relu_5x5_reduce -> inception_4b/5x5_reduce (in-place)
- I0805 13:26:38.674489 4776 net.cpp:150] Setting up inception_4b/relu_5x5_reduce
- I0805 13:26:38.674492 4776 net.cpp:157] Top shape: 10 24 14 14 (47040)
- I0805 13:26:38.674496 4776 net.cpp:165] Memory required for data: 397770240
- I0805 13:26:38.674499 4776 layer_factory.hpp:77] Creating layer inception_4b/5x5
- I0805 13:26:38.674505 4776 net.cpp:100] Creating Layer inception_4b/5x5
- I0805 13:26:38.674508 4776 net.cpp:434] inception_4b/5x5 <- inception_4b/5x5_reduce
- I0805 13:26:38.674516 4776 net.cpp:408] inception_4b/5x5 -> inception_4b/5x5
- I0805 13:26:38.674782 4776 net.cpp:150] Setting up inception_4b/5x5
- I0805 13:26:38.674788 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.674791 4776 net.cpp:165] Memory required for data: 398272000
- I0805 13:26:38.674796 4776 layer_factory.hpp:77] Creating layer inception_4b/relu_5x5
- I0805 13:26:38.674801 4776 net.cpp:100] Creating Layer inception_4b/relu_5x5
- I0805 13:26:38.674804 4776 net.cpp:434] inception_4b/relu_5x5 <- inception_4b/5x5
- I0805 13:26:38.674809 4776 net.cpp:395] inception_4b/relu_5x5 -> inception_4b/5x5 (in-place)
- I0805 13:26:38.674814 4776 net.cpp:150] Setting up inception_4b/relu_5x5
- I0805 13:26:38.674818 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.674821 4776 net.cpp:165] Memory required for data: 398773760
- I0805 13:26:38.674824 4776 layer_factory.hpp:77] Creating layer inception_4b/pool
- I0805 13:26:38.674829 4776 net.cpp:100] Creating Layer inception_4b/pool
- I0805 13:26:38.674834 4776 net.cpp:434] inception_4b/pool <- inception_4a/output_inception_4a/output_0_split_3
- I0805 13:26:38.674839 4776 net.cpp:408] inception_4b/pool -> inception_4b/pool
- I0805 13:26:38.674863 4776 net.cpp:150] Setting up inception_4b/pool
- I0805 13:26:38.674870 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.674872 4776 net.cpp:165] Memory required for data: 402787840
- I0805 13:26:38.674875 4776 layer_factory.hpp:77] Creating layer inception_4b/pool_proj
- I0805 13:26:38.674883 4776 net.cpp:100] Creating Layer inception_4b/pool_proj
- I0805 13:26:38.674887 4776 net.cpp:434] inception_4b/pool_proj <- inception_4b/pool
- I0805 13:26:38.674892 4776 net.cpp:408] inception_4b/pool_proj -> inception_4b/pool_proj
- I0805 13:26:38.702978 4776 net.cpp:150] Setting up inception_4b/pool_proj
- I0805 13:26:38.703038 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.703055 4776 net.cpp:165] Memory required for data: 403289600
- I0805 13:26:38.703083 4776 layer_factory.hpp:77] Creating layer inception_4b/relu_pool_proj
- I0805 13:26:38.703112 4776 net.cpp:100] Creating Layer inception_4b/relu_pool_proj
- I0805 13:26:38.703132 4776 net.cpp:434] inception_4b/relu_pool_proj <- inception_4b/pool_proj
- I0805 13:26:38.703160 4776 net.cpp:395] inception_4b/relu_pool_proj -> inception_4b/pool_proj (in-place)
- I0805 13:26:38.703187 4776 net.cpp:150] Setting up inception_4b/relu_pool_proj
- I0805 13:26:38.703205 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.703218 4776 net.cpp:165] Memory required for data: 403791360
- I0805 13:26:38.703236 4776 layer_factory.hpp:77] Creating layer inception_4b/output
- I0805 13:26:38.703265 4776 net.cpp:100] Creating Layer inception_4b/output
- I0805 13:26:38.703284 4776 net.cpp:434] inception_4b/output <- inception_4b/1x1
- I0805 13:26:38.703303 4776 net.cpp:434] inception_4b/output <- inception_4b/3x3
- I0805 13:26:38.703321 4776 net.cpp:434] inception_4b/output <- inception_4b/5x5
- I0805 13:26:38.703337 4776 net.cpp:434] inception_4b/output <- inception_4b/pool_proj
- I0805 13:26:38.703361 4776 net.cpp:408] inception_4b/output -> inception_4b/output
- I0805 13:26:38.703450 4776 net.cpp:150] Setting up inception_4b/output
- I0805 13:26:38.703478 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.703493 4776 net.cpp:165] Memory required for data: 407805440
- I0805 13:26:38.703510 4776 layer_factory.hpp:77] Creating layer inception_4b/output_inception_4b/output_0_split
- I0805 13:26:38.703533 4776 net.cpp:100] Creating Layer inception_4b/output_inception_4b/output_0_split
- I0805 13:26:38.703552 4776 net.cpp:434] inception_4b/output_inception_4b/output_0_split <- inception_4b/output
- I0805 13:26:38.703583 4776 net.cpp:408] inception_4b/output_inception_4b/output_0_split -> inception_4b/output_inception_4b/output_0_split_0
- I0805 13:26:38.703622 4776 net.cpp:408] inception_4b/output_inception_4b/output_0_split -> inception_4b/output_inception_4b/output_0_split_1
- I0805 13:26:38.703647 4776 net.cpp:408] inception_4b/output_inception_4b/output_0_split -> inception_4b/output_inception_4b/output_0_split_2
- I0805 13:26:38.703676 4776 net.cpp:408] inception_4b/output_inception_4b/output_0_split -> inception_4b/output_inception_4b/output_0_split_3
- I0805 13:26:38.703851 4776 net.cpp:150] Setting up inception_4b/output_inception_4b/output_0_split
- I0805 13:26:38.703881 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.703922 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.703943 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.703961 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.703977 4776 net.cpp:165] Memory required for data: 423861760
- I0805 13:26:38.703994 4776 layer_factory.hpp:77] Creating layer inception_4c/1x1
- I0805 13:26:38.704025 4776 net.cpp:100] Creating Layer inception_4c/1x1
- I0805 13:26:38.704043 4776 net.cpp:434] inception_4c/1x1 <- inception_4b/output_inception_4b/output_0_split_0
- I0805 13:26:38.704074 4776 net.cpp:408] inception_4c/1x1 -> inception_4c/1x1
- I0805 13:26:38.705883 4776 net.cpp:150] Setting up inception_4c/1x1
- I0805 13:26:38.705915 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.705931 4776 net.cpp:165] Memory required for data: 424865280
- I0805 13:26:38.705955 4776 layer_factory.hpp:77] Creating layer inception_4c/relu_1x1
- I0805 13:26:38.705978 4776 net.cpp:100] Creating Layer inception_4c/relu_1x1
- I0805 13:26:38.705998 4776 net.cpp:434] inception_4c/relu_1x1 <- inception_4c/1x1
- I0805 13:26:38.706020 4776 net.cpp:395] inception_4c/relu_1x1 -> inception_4c/1x1 (in-place)
- I0805 13:26:38.706045 4776 net.cpp:150] Setting up inception_4c/relu_1x1
- I0805 13:26:38.706065 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.706082 4776 net.cpp:165] Memory required for data: 425868800
- I0805 13:26:38.706099 4776 layer_factory.hpp:77] Creating layer inception_4c/3x3_reduce
- I0805 13:26:38.706126 4776 net.cpp:100] Creating Layer inception_4c/3x3_reduce
- I0805 13:26:38.706145 4776 net.cpp:434] inception_4c/3x3_reduce <- inception_4b/output_inception_4b/output_0_split_1
- I0805 13:26:38.706176 4776 net.cpp:408] inception_4c/3x3_reduce -> inception_4c/3x3_reduce
- I0805 13:26:38.708011 4776 net.cpp:150] Setting up inception_4c/3x3_reduce
- I0805 13:26:38.708043 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.708061 4776 net.cpp:165] Memory required for data: 426872320
- I0805 13:26:38.708087 4776 layer_factory.hpp:77] Creating layer inception_4c/relu_3x3_reduce
- I0805 13:26:38.708112 4776 net.cpp:100] Creating Layer inception_4c/relu_3x3_reduce
- I0805 13:26:38.708130 4776 net.cpp:434] inception_4c/relu_3x3_reduce <- inception_4c/3x3_reduce
- I0805 13:26:38.708151 4776 net.cpp:395] inception_4c/relu_3x3_reduce -> inception_4c/3x3_reduce (in-place)
- I0805 13:26:38.708178 4776 net.cpp:150] Setting up inception_4c/relu_3x3_reduce
- I0805 13:26:38.708199 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.708214 4776 net.cpp:165] Memory required for data: 427875840
- I0805 13:26:38.708230 4776 layer_factory.hpp:77] Creating layer inception_4c/3x3
- I0805 13:26:38.708264 4776 net.cpp:100] Creating Layer inception_4c/3x3
- I0805 13:26:38.708283 4776 net.cpp:434] inception_4c/3x3 <- inception_4c/3x3_reduce
- I0805 13:26:38.708312 4776 net.cpp:408] inception_4c/3x3 -> inception_4c/3x3
- I0805 13:26:38.714144 4776 net.cpp:150] Setting up inception_4c/3x3
- I0805 13:26:38.714179 4776 net.cpp:157] Top shape: 10 256 14 14 (501760)
- I0805 13:26:38.714195 4776 net.cpp:165] Memory required for data: 429882880
- I0805 13:26:38.714217 4776 layer_factory.hpp:77] Creating layer inception_4c/relu_3x3
- I0805 13:26:38.714241 4776 net.cpp:100] Creating Layer inception_4c/relu_3x3
- I0805 13:26:38.714262 4776 net.cpp:434] inception_4c/relu_3x3 <- inception_4c/3x3
- I0805 13:26:38.714282 4776 net.cpp:395] inception_4c/relu_3x3 -> inception_4c/3x3 (in-place)
- I0805 13:26:38.714306 4776 net.cpp:150] Setting up inception_4c/relu_3x3
- I0805 13:26:38.714326 4776 net.cpp:157] Top shape: 10 256 14 14 (501760)
- I0805 13:26:38.714344 4776 net.cpp:165] Memory required for data: 431889920
- I0805 13:26:38.714359 4776 layer_factory.hpp:77] Creating layer inception_4c/5x5_reduce
- I0805 13:26:38.714392 4776 net.cpp:100] Creating Layer inception_4c/5x5_reduce
- I0805 13:26:38.714411 4776 net.cpp:434] inception_4c/5x5_reduce <- inception_4b/output_inception_4b/output_0_split_2
- I0805 13:26:38.714444 4776 net.cpp:408] inception_4c/5x5_reduce -> inception_4c/5x5_reduce
- I0805 13:26:38.715371 4776 net.cpp:150] Setting up inception_4c/5x5_reduce
- I0805 13:26:38.715404 4776 net.cpp:157] Top shape: 10 24 14 14 (47040)
- I0805 13:26:38.715420 4776 net.cpp:165] Memory required for data: 432078080
- I0805 13:26:38.715445 4776 layer_factory.hpp:77] Creating layer inception_4c/relu_5x5_reduce
- I0805 13:26:38.715467 4776 net.cpp:100] Creating Layer inception_4c/relu_5x5_reduce
- I0805 13:26:38.715485 4776 net.cpp:434] inception_4c/relu_5x5_reduce <- inception_4c/5x5_reduce
- I0805 13:26:38.715512 4776 net.cpp:395] inception_4c/relu_5x5_reduce -> inception_4c/5x5_reduce (in-place)
- I0805 13:26:38.715539 4776 net.cpp:150] Setting up inception_4c/relu_5x5_reduce
- I0805 13:26:38.715559 4776 net.cpp:157] Top shape: 10 24 14 14 (47040)
- I0805 13:26:38.715574 4776 net.cpp:165] Memory required for data: 432266240
- I0805 13:26:38.715590 4776 layer_factory.hpp:77] Creating layer inception_4c/5x5
- I0805 13:26:38.715620 4776 net.cpp:100] Creating Layer inception_4c/5x5
- I0805 13:26:38.715636 4776 net.cpp:434] inception_4c/5x5 <- inception_4c/5x5_reduce
- I0805 13:26:38.715665 4776 net.cpp:408] inception_4c/5x5 -> inception_4c/5x5
- I0805 13:26:38.717033 4776 net.cpp:150] Setting up inception_4c/5x5
- I0805 13:26:38.717067 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.717083 4776 net.cpp:165] Memory required for data: 432768000
- I0805 13:26:38.717108 4776 layer_factory.hpp:77] Creating layer inception_4c/relu_5x5
- I0805 13:26:38.717129 4776 net.cpp:100] Creating Layer inception_4c/relu_5x5
- I0805 13:26:38.717149 4776 net.cpp:434] inception_4c/relu_5x5 <- inception_4c/5x5
- I0805 13:26:38.717178 4776 net.cpp:395] inception_4c/relu_5x5 -> inception_4c/5x5 (in-place)
- I0805 13:26:38.717205 4776 net.cpp:150] Setting up inception_4c/relu_5x5
- I0805 13:26:38.717224 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.717242 4776 net.cpp:165] Memory required for data: 433269760
- I0805 13:26:38.717257 4776 layer_factory.hpp:77] Creating layer inception_4c/pool
- I0805 13:26:38.717279 4776 net.cpp:100] Creating Layer inception_4c/pool
- I0805 13:26:38.717298 4776 net.cpp:434] inception_4c/pool <- inception_4b/output_inception_4b/output_0_split_3
- I0805 13:26:38.717325 4776 net.cpp:408] inception_4c/pool -> inception_4c/pool
- I0805 13:26:38.717433 4776 net.cpp:150] Setting up inception_4c/pool
- I0805 13:26:38.717458 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.717473 4776 net.cpp:165] Memory required for data: 437283840
- I0805 13:26:38.717490 4776 layer_factory.hpp:77] Creating layer inception_4c/pool_proj
- I0805 13:26:38.717522 4776 net.cpp:100] Creating Layer inception_4c/pool_proj
- I0805 13:26:38.717541 4776 net.cpp:434] inception_4c/pool_proj <- inception_4c/pool
- I0805 13:26:38.717571 4776 net.cpp:408] inception_4c/pool_proj -> inception_4c/pool_proj
- I0805 13:26:38.720950 4776 net.cpp:150] Setting up inception_4c/pool_proj
- I0805 13:26:38.720995 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.721014 4776 net.cpp:165] Memory required for data: 437785600
- I0805 13:26:38.721071 4776 layer_factory.hpp:77] Creating layer inception_4c/relu_pool_proj
- I0805 13:26:38.721103 4776 net.cpp:100] Creating Layer inception_4c/relu_pool_proj
- I0805 13:26:38.721123 4776 net.cpp:434] inception_4c/relu_pool_proj <- inception_4c/pool_proj
- I0805 13:26:38.721148 4776 net.cpp:395] inception_4c/relu_pool_proj -> inception_4c/pool_proj (in-place)
- I0805 13:26:38.721176 4776 net.cpp:150] Setting up inception_4c/relu_pool_proj
- I0805 13:26:38.721197 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.721213 4776 net.cpp:165] Memory required for data: 438287360
- I0805 13:26:38.721228 4776 layer_factory.hpp:77] Creating layer inception_4c/output
- I0805 13:26:38.721251 4776 net.cpp:100] Creating Layer inception_4c/output
- I0805 13:26:38.721268 4776 net.cpp:434] inception_4c/output <- inception_4c/1x1
- I0805 13:26:38.721287 4776 net.cpp:434] inception_4c/output <- inception_4c/3x3
- I0805 13:26:38.721305 4776 net.cpp:434] inception_4c/output <- inception_4c/5x5
- I0805 13:26:38.721323 4776 net.cpp:434] inception_4c/output <- inception_4c/pool_proj
- I0805 13:26:38.721352 4776 net.cpp:408] inception_4c/output -> inception_4c/output
- I0805 13:26:38.721436 4776 net.cpp:150] Setting up inception_4c/output
- I0805 13:26:38.721470 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.721487 4776 net.cpp:165] Memory required for data: 442301440
- I0805 13:26:38.721504 4776 layer_factory.hpp:77] Creating layer inception_4c/output_inception_4c/output_0_split
- I0805 13:26:38.721527 4776 net.cpp:100] Creating Layer inception_4c/output_inception_4c/output_0_split
- I0805 13:26:38.721545 4776 net.cpp:434] inception_4c/output_inception_4c/output_0_split <- inception_4c/output
- I0805 13:26:38.721573 4776 net.cpp:408] inception_4c/output_inception_4c/output_0_split -> inception_4c/output_inception_4c/output_0_split_0
- I0805 13:26:38.721606 4776 net.cpp:408] inception_4c/output_inception_4c/output_0_split -> inception_4c/output_inception_4c/output_0_split_1
- I0805 13:26:38.721632 4776 net.cpp:408] inception_4c/output_inception_4c/output_0_split -> inception_4c/output_inception_4c/output_0_split_2
- I0805 13:26:38.721658 4776 net.cpp:408] inception_4c/output_inception_4c/output_0_split -> inception_4c/output_inception_4c/output_0_split_3
- I0805 13:26:38.721884 4776 net.cpp:150] Setting up inception_4c/output_inception_4c/output_0_split
- I0805 13:26:38.721918 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.721938 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.721957 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.721976 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.721993 4776 net.cpp:165] Memory required for data: 458357760
- I0805 13:26:38.722009 4776 layer_factory.hpp:77] Creating layer inception_4d/1x1
- I0805 13:26:38.722050 4776 net.cpp:100] Creating Layer inception_4d/1x1
- I0805 13:26:38.722069 4776 net.cpp:434] inception_4d/1x1 <- inception_4c/output_inception_4c/output_0_split_0
- I0805 13:26:38.722097 4776 net.cpp:408] inception_4d/1x1 -> inception_4d/1x1
- I0805 13:26:38.723776 4776 net.cpp:150] Setting up inception_4d/1x1
- I0805 13:26:38.723807 4776 net.cpp:157] Top shape: 10 112 14 14 (219520)
- I0805 13:26:38.723824 4776 net.cpp:165] Memory required for data: 459235840
- I0805 13:26:38.723850 4776 layer_factory.hpp:77] Creating layer inception_4d/relu_1x1
- I0805 13:26:38.723878 4776 net.cpp:100] Creating Layer inception_4d/relu_1x1
- I0805 13:26:38.723918 4776 net.cpp:434] inception_4d/relu_1x1 <- inception_4d/1x1
- I0805 13:26:38.723943 4776 net.cpp:395] inception_4d/relu_1x1 -> inception_4d/1x1 (in-place)
- I0805 13:26:38.723970 4776 net.cpp:150] Setting up inception_4d/relu_1x1
- I0805 13:26:38.723990 4776 net.cpp:157] Top shape: 10 112 14 14 (219520)
- I0805 13:26:38.724006 4776 net.cpp:165] Memory required for data: 460113920
- I0805 13:26:38.724022 4776 layer_factory.hpp:77] Creating layer inception_4d/3x3_reduce
- I0805 13:26:38.724058 4776 net.cpp:100] Creating Layer inception_4d/3x3_reduce
- I0805 13:26:38.724076 4776 net.cpp:434] inception_4d/3x3_reduce <- inception_4c/output_inception_4c/output_0_split_1
- I0805 13:26:38.724107 4776 net.cpp:408] inception_4d/3x3_reduce -> inception_4d/3x3_reduce
- I0805 13:26:38.726097 4776 net.cpp:150] Setting up inception_4d/3x3_reduce
- I0805 13:26:38.726130 4776 net.cpp:157] Top shape: 10 144 14 14 (282240)
- I0805 13:26:38.726146 4776 net.cpp:165] Memory required for data: 461242880
- I0805 13:26:38.726171 4776 layer_factory.hpp:77] Creating layer inception_4d/relu_3x3_reduce
- I0805 13:26:38.726193 4776 net.cpp:100] Creating Layer inception_4d/relu_3x3_reduce
- I0805 13:26:38.726213 4776 net.cpp:434] inception_4d/relu_3x3_reduce <- inception_4d/3x3_reduce
- I0805 13:26:38.726234 4776 net.cpp:395] inception_4d/relu_3x3_reduce -> inception_4d/3x3_reduce (in-place)
- I0805 13:26:38.726259 4776 net.cpp:150] Setting up inception_4d/relu_3x3_reduce
- I0805 13:26:38.726279 4776 net.cpp:157] Top shape: 10 144 14 14 (282240)
- I0805 13:26:38.726296 4776 net.cpp:165] Memory required for data: 462371840
- I0805 13:26:38.726311 4776 layer_factory.hpp:77] Creating layer inception_4d/3x3
- I0805 13:26:38.726346 4776 net.cpp:100] Creating Layer inception_4d/3x3
- I0805 13:26:38.726363 4776 net.cpp:434] inception_4d/3x3 <- inception_4d/3x3_reduce
- I0805 13:26:38.726393 4776 net.cpp:408] inception_4d/3x3 -> inception_4d/3x3
- I0805 13:26:38.732537 4776 net.cpp:150] Setting up inception_4d/3x3
- I0805 13:26:38.732560 4776 net.cpp:157] Top shape: 10 288 14 14 (564480)
- I0805 13:26:38.732569 4776 net.cpp:165] Memory required for data: 464629760
- I0805 13:26:38.732583 4776 layer_factory.hpp:77] Creating layer inception_4d/relu_3x3
- I0805 13:26:38.732597 4776 net.cpp:100] Creating Layer inception_4d/relu_3x3
- I0805 13:26:38.732609 4776 net.cpp:434] inception_4d/relu_3x3 <- inception_4d/3x3
- I0805 13:26:38.732622 4776 net.cpp:395] inception_4d/relu_3x3 -> inception_4d/3x3 (in-place)
- I0805 13:26:38.732638 4776 net.cpp:150] Setting up inception_4d/relu_3x3
- I0805 13:26:38.732650 4776 net.cpp:157] Top shape: 10 288 14 14 (564480)
- I0805 13:26:38.732657 4776 net.cpp:165] Memory required for data: 466887680
- I0805 13:26:38.732666 4776 layer_factory.hpp:77] Creating layer inception_4d/5x5_reduce
- I0805 13:26:38.732687 4776 net.cpp:100] Creating Layer inception_4d/5x5_reduce
- I0805 13:26:38.732697 4776 net.cpp:434] inception_4d/5x5_reduce <- inception_4c/output_inception_4c/output_0_split_2
- I0805 13:26:38.732710 4776 net.cpp:408] inception_4d/5x5_reduce -> inception_4d/5x5_reduce
- I0805 13:26:38.733237 4776 net.cpp:150] Setting up inception_4d/5x5_reduce
- I0805 13:26:38.733258 4776 net.cpp:157] Top shape: 10 32 14 14 (62720)
- I0805 13:26:38.733266 4776 net.cpp:165] Memory required for data: 467138560
- I0805 13:26:38.733279 4776 layer_factory.hpp:77] Creating layer inception_4d/relu_5x5_reduce
- I0805 13:26:38.733291 4776 net.cpp:100] Creating Layer inception_4d/relu_5x5_reduce
- I0805 13:26:38.733302 4776 net.cpp:434] inception_4d/relu_5x5_reduce <- inception_4d/5x5_reduce
- I0805 13:26:38.733314 4776 net.cpp:395] inception_4d/relu_5x5_reduce -> inception_4d/5x5_reduce (in-place)
- I0805 13:26:38.733326 4776 net.cpp:150] Setting up inception_4d/relu_5x5_reduce
- I0805 13:26:38.733337 4776 net.cpp:157] Top shape: 10 32 14 14 (62720)
- I0805 13:26:38.733345 4776 net.cpp:165] Memory required for data: 467389440
- I0805 13:26:38.733355 4776 layer_factory.hpp:77] Creating layer inception_4d/5x5
- I0805 13:26:38.733372 4776 net.cpp:100] Creating Layer inception_4d/5x5
- I0805 13:26:38.733381 4776 net.cpp:434] inception_4d/5x5 <- inception_4d/5x5_reduce
- I0805 13:26:38.733397 4776 net.cpp:408] inception_4d/5x5 -> inception_4d/5x5
- I0805 13:26:38.734194 4776 net.cpp:150] Setting up inception_4d/5x5
- I0805 13:26:38.734211 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.734220 4776 net.cpp:165] Memory required for data: 467891200
- I0805 13:26:38.734230 4776 layer_factory.hpp:77] Creating layer inception_4d/relu_5x5
- I0805 13:26:38.734241 4776 net.cpp:100] Creating Layer inception_4d/relu_5x5
- I0805 13:26:38.734251 4776 net.cpp:434] inception_4d/relu_5x5 <- inception_4d/5x5
- I0805 13:26:38.734266 4776 net.cpp:395] inception_4d/relu_5x5 -> inception_4d/5x5 (in-place)
- I0805 13:26:38.734279 4776 net.cpp:150] Setting up inception_4d/relu_5x5
- I0805 13:26:38.734289 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.734297 4776 net.cpp:165] Memory required for data: 468392960
- I0805 13:26:38.734305 4776 layer_factory.hpp:77] Creating layer inception_4d/pool
- I0805 13:26:38.734318 4776 net.cpp:100] Creating Layer inception_4d/pool
- I0805 13:26:38.734325 4776 net.cpp:434] inception_4d/pool <- inception_4c/output_inception_4c/output_0_split_3
- I0805 13:26:38.734339 4776 net.cpp:408] inception_4d/pool -> inception_4d/pool
- I0805 13:26:38.734405 4776 net.cpp:150] Setting up inception_4d/pool
- I0805 13:26:38.734418 4776 net.cpp:157] Top shape: 10 512 14 14 (1003520)
- I0805 13:26:38.734426 4776 net.cpp:165] Memory required for data: 472407040
- I0805 13:26:38.734432 4776 layer_factory.hpp:77] Creating layer inception_4d/pool_proj
- I0805 13:26:38.734447 4776 net.cpp:100] Creating Layer inception_4d/pool_proj
- I0805 13:26:38.734458 4776 net.cpp:434] inception_4d/pool_proj <- inception_4d/pool
- I0805 13:26:38.734473 4776 net.cpp:408] inception_4d/pool_proj -> inception_4d/pool_proj
- I0805 13:26:38.735097 4776 net.cpp:150] Setting up inception_4d/pool_proj
- I0805 13:26:38.735116 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.735126 4776 net.cpp:165] Memory required for data: 472908800
- I0805 13:26:38.735137 4776 layer_factory.hpp:77] Creating layer inception_4d/relu_pool_proj
- I0805 13:26:38.735149 4776 net.cpp:100] Creating Layer inception_4d/relu_pool_proj
- I0805 13:26:38.735158 4776 net.cpp:434] inception_4d/relu_pool_proj <- inception_4d/pool_proj
- I0805 13:26:38.735170 4776 net.cpp:395] inception_4d/relu_pool_proj -> inception_4d/pool_proj (in-place)
- I0805 13:26:38.735183 4776 net.cpp:150] Setting up inception_4d/relu_pool_proj
- I0805 13:26:38.735193 4776 net.cpp:157] Top shape: 10 64 14 14 (125440)
- I0805 13:26:38.735200 4776 net.cpp:165] Memory required for data: 473410560
- I0805 13:26:38.735208 4776 layer_factory.hpp:77] Creating layer inception_4d/output
- I0805 13:26:38.735219 4776 net.cpp:100] Creating Layer inception_4d/output
- I0805 13:26:38.735229 4776 net.cpp:434] inception_4d/output <- inception_4d/1x1
- I0805 13:26:38.735237 4776 net.cpp:434] inception_4d/output <- inception_4d/3x3
- I0805 13:26:38.735247 4776 net.cpp:434] inception_4d/output <- inception_4d/5x5
- I0805 13:26:38.735257 4776 net.cpp:434] inception_4d/output <- inception_4d/pool_proj
- I0805 13:26:38.735271 4776 net.cpp:408] inception_4d/output -> inception_4d/output
- I0805 13:26:38.735316 4776 net.cpp:150] Setting up inception_4d/output
- I0805 13:26:38.735329 4776 net.cpp:157] Top shape: 10 528 14 14 (1034880)
- I0805 13:26:38.735337 4776 net.cpp:165] Memory required for data: 477550080
- I0805 13:26:38.735345 4776 layer_factory.hpp:77] Creating layer inception_4d/output_inception_4d/output_0_split
- I0805 13:26:38.735358 4776 net.cpp:100] Creating Layer inception_4d/output_inception_4d/output_0_split
- I0805 13:26:38.735368 4776 net.cpp:434] inception_4d/output_inception_4d/output_0_split <- inception_4d/output
- I0805 13:26:38.735383 4776 net.cpp:408] inception_4d/output_inception_4d/output_0_split -> inception_4d/output_inception_4d/output_0_split_0
- I0805 13:26:38.735399 4776 net.cpp:408] inception_4d/output_inception_4d/output_0_split -> inception_4d/output_inception_4d/output_0_split_1
- I0805 13:26:38.735414 4776 net.cpp:408] inception_4d/output_inception_4d/output_0_split -> inception_4d/output_inception_4d/output_0_split_2
- I0805 13:26:38.735432 4776 net.cpp:408] inception_4d/output_inception_4d/output_0_split -> inception_4d/output_inception_4d/output_0_split_3
- I0805 13:26:38.735523 4776 net.cpp:150] Setting up inception_4d/output_inception_4d/output_0_split
- I0805 13:26:38.735536 4776 net.cpp:157] Top shape: 10 528 14 14 (1034880)
- I0805 13:26:38.735546 4776 net.cpp:157] Top shape: 10 528 14 14 (1034880)
- I0805 13:26:38.735558 4776 net.cpp:157] Top shape: 10 528 14 14 (1034880)
- I0805 13:26:38.735566 4776 net.cpp:157] Top shape: 10 528 14 14 (1034880)
- I0805 13:26:38.735574 4776 net.cpp:165] Memory required for data: 494108160
- I0805 13:26:38.735582 4776 layer_factory.hpp:77] Creating layer inception_4e/1x1
- I0805 13:26:38.735600 4776 net.cpp:100] Creating Layer inception_4e/1x1
- I0805 13:26:38.735611 4776 net.cpp:434] inception_4e/1x1 <- inception_4d/output_inception_4d/output_0_split_0
- I0805 13:26:38.735626 4776 net.cpp:408] inception_4e/1x1 -> inception_4e/1x1
- I0805 13:26:38.737076 4776 net.cpp:150] Setting up inception_4e/1x1
- I0805 13:26:38.737089 4776 net.cpp:157] Top shape: 10 256 14 14 (501760)
- I0805 13:26:38.737097 4776 net.cpp:165] Memory required for data: 496115200
- I0805 13:26:38.737107 4776 layer_factory.hpp:77] Creating layer inception_4e/relu_1x1
- I0805 13:26:38.737118 4776 net.cpp:100] Creating Layer inception_4e/relu_1x1
- I0805 13:26:38.737126 4776 net.cpp:434] inception_4e/relu_1x1 <- inception_4e/1x1
- I0805 13:26:38.737135 4776 net.cpp:395] inception_4e/relu_1x1 -> inception_4e/1x1 (in-place)
- I0805 13:26:38.737145 4776 net.cpp:150] Setting up inception_4e/relu_1x1
- I0805 13:26:38.737154 4776 net.cpp:157] Top shape: 10 256 14 14 (501760)
- I0805 13:26:38.737160 4776 net.cpp:165] Memory required for data: 498122240
- I0805 13:26:38.737167 4776 layer_factory.hpp:77] Creating layer inception_4e/3x3_reduce
- I0805 13:26:38.737179 4776 net.cpp:100] Creating Layer inception_4e/3x3_reduce
- I0805 13:26:38.737185 4776 net.cpp:434] inception_4e/3x3_reduce <- inception_4d/output_inception_4d/output_0_split_1
- I0805 13:26:38.737198 4776 net.cpp:408] inception_4e/3x3_reduce -> inception_4e/3x3_reduce
- I0805 13:26:38.738071 4776 net.cpp:150] Setting up inception_4e/3x3_reduce
- I0805 13:26:38.738085 4776 net.cpp:157] Top shape: 10 160 14 14 (313600)
- I0805 13:26:38.738091 4776 net.cpp:165] Memory required for data: 499376640
- I0805 13:26:38.738101 4776 layer_factory.hpp:77] Creating layer inception_4e/relu_3x3_reduce
- I0805 13:26:38.738111 4776 net.cpp:100] Creating Layer inception_4e/relu_3x3_reduce
- I0805 13:26:38.738118 4776 net.cpp:434] inception_4e/relu_3x3_reduce <- inception_4e/3x3_reduce
- I0805 13:26:38.738127 4776 net.cpp:395] inception_4e/relu_3x3_reduce -> inception_4e/3x3_reduce (in-place)
- I0805 13:26:38.738138 4776 net.cpp:150] Setting up inception_4e/relu_3x3_reduce
- I0805 13:26:38.738147 4776 net.cpp:157] Top shape: 10 160 14 14 (313600)
- I0805 13:26:38.738152 4776 net.cpp:165] Memory required for data: 500631040
- I0805 13:26:38.738159 4776 layer_factory.hpp:77] Creating layer inception_4e/3x3
- I0805 13:26:38.738174 4776 net.cpp:100] Creating Layer inception_4e/3x3
- I0805 13:26:38.738181 4776 net.cpp:434] inception_4e/3x3 <- inception_4e/3x3_reduce
- I0805 13:26:38.738193 4776 net.cpp:408] inception_4e/3x3 -> inception_4e/3x3
- I0805 13:26:38.742796 4776 net.cpp:150] Setting up inception_4e/3x3
- I0805 13:26:38.742813 4776 net.cpp:157] Top shape: 10 320 14 14 (627200)
- I0805 13:26:38.742818 4776 net.cpp:165] Memory required for data: 503139840
- I0805 13:26:38.742827 4776 layer_factory.hpp:77] Creating layer inception_4e/relu_3x3
- I0805 13:26:38.742835 4776 net.cpp:100] Creating Layer inception_4e/relu_3x3
- I0805 13:26:38.742843 4776 net.cpp:434] inception_4e/relu_3x3 <- inception_4e/3x3
- I0805 13:26:38.742852 4776 net.cpp:395] inception_4e/relu_3x3 -> inception_4e/3x3 (in-place)
- I0805 13:26:38.742861 4776 net.cpp:150] Setting up inception_4e/relu_3x3
- I0805 13:26:38.742868 4776 net.cpp:157] Top shape: 10 320 14 14 (627200)
- I0805 13:26:38.742872 4776 net.cpp:165] Memory required for data: 505648640
- I0805 13:26:38.742877 4776 layer_factory.hpp:77] Creating layer inception_4e/5x5_reduce
- I0805 13:26:38.742890 4776 net.cpp:100] Creating Layer inception_4e/5x5_reduce
- I0805 13:26:38.742897 4776 net.cpp:434] inception_4e/5x5_reduce <- inception_4d/output_inception_4d/output_0_split_2
- I0805 13:26:38.742907 4776 net.cpp:408] inception_4e/5x5_reduce -> inception_4e/5x5_reduce
- I0805 13:26:38.743240 4776 net.cpp:150] Setting up inception_4e/5x5_reduce
- I0805 13:26:38.743252 4776 net.cpp:157] Top shape: 10 32 14 14 (62720)
- I0805 13:26:38.743257 4776 net.cpp:165] Memory required for data: 505899520
- I0805 13:26:38.743265 4776 layer_factory.hpp:77] Creating layer inception_4e/relu_5x5_reduce
- I0805 13:26:38.743273 4776 net.cpp:100] Creating Layer inception_4e/relu_5x5_reduce
- I0805 13:26:38.743280 4776 net.cpp:434] inception_4e/relu_5x5_reduce <- inception_4e/5x5_reduce
- I0805 13:26:38.743288 4776 net.cpp:395] inception_4e/relu_5x5_reduce -> inception_4e/5x5_reduce (in-place)
- I0805 13:26:38.743296 4776 net.cpp:150] Setting up inception_4e/relu_5x5_reduce
- I0805 13:26:38.743304 4776 net.cpp:157] Top shape: 10 32 14 14 (62720)
- I0805 13:26:38.743309 4776 net.cpp:165] Memory required for data: 506150400
- I0805 13:26:38.743314 4776 layer_factory.hpp:77] Creating layer inception_4e/5x5
- I0805 13:26:38.743325 4776 net.cpp:100] Creating Layer inception_4e/5x5
- I0805 13:26:38.743332 4776 net.cpp:434] inception_4e/5x5 <- inception_4e/5x5_reduce
- I0805 13:26:38.743341 4776 net.cpp:408] inception_4e/5x5 -> inception_4e/5x5
- I0805 13:26:38.744185 4776 net.cpp:150] Setting up inception_4e/5x5
- I0805 13:26:38.744197 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.744204 4776 net.cpp:165] Memory required for data: 507153920
- I0805 13:26:38.744212 4776 layer_factory.hpp:77] Creating layer inception_4e/relu_5x5
- I0805 13:26:38.744220 4776 net.cpp:100] Creating Layer inception_4e/relu_5x5
- I0805 13:26:38.744227 4776 net.cpp:434] inception_4e/relu_5x5 <- inception_4e/5x5
- I0805 13:26:38.744236 4776 net.cpp:395] inception_4e/relu_5x5 -> inception_4e/5x5 (in-place)
- I0805 13:26:38.744246 4776 net.cpp:150] Setting up inception_4e/relu_5x5
- I0805 13:26:38.744252 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.744258 4776 net.cpp:165] Memory required for data: 508157440
- I0805 13:26:38.744263 4776 layer_factory.hpp:77] Creating layer inception_4e/pool
- I0805 13:26:38.744271 4776 net.cpp:100] Creating Layer inception_4e/pool
- I0805 13:26:38.744277 4776 net.cpp:434] inception_4e/pool <- inception_4d/output_inception_4d/output_0_split_3
- I0805 13:26:38.744287 4776 net.cpp:408] inception_4e/pool -> inception_4e/pool
- I0805 13:26:38.744331 4776 net.cpp:150] Setting up inception_4e/pool
- I0805 13:26:38.744340 4776 net.cpp:157] Top shape: 10 528 14 14 (1034880)
- I0805 13:26:38.744346 4776 net.cpp:165] Memory required for data: 512296960
- I0805 13:26:38.744352 4776 layer_factory.hpp:77] Creating layer inception_4e/pool_proj
- I0805 13:26:38.744364 4776 net.cpp:100] Creating Layer inception_4e/pool_proj
- I0805 13:26:38.744370 4776 net.cpp:434] inception_4e/pool_proj <- inception_4e/pool
- I0805 13:26:38.744380 4776 net.cpp:408] inception_4e/pool_proj -> inception_4e/pool_proj
- I0805 13:26:38.745939 4776 net.cpp:150] Setting up inception_4e/pool_proj
- I0805 13:26:38.745959 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.745965 4776 net.cpp:165] Memory required for data: 513300480
- I0805 13:26:38.745975 4776 layer_factory.hpp:77] Creating layer inception_4e/relu_pool_proj
- I0805 13:26:38.745985 4776 net.cpp:100] Creating Layer inception_4e/relu_pool_proj
- I0805 13:26:38.745991 4776 net.cpp:434] inception_4e/relu_pool_proj <- inception_4e/pool_proj
- I0805 13:26:38.746002 4776 net.cpp:395] inception_4e/relu_pool_proj -> inception_4e/pool_proj (in-place)
- I0805 13:26:38.746013 4776 net.cpp:150] Setting up inception_4e/relu_pool_proj
- I0805 13:26:38.746021 4776 net.cpp:157] Top shape: 10 128 14 14 (250880)
- I0805 13:26:38.746026 4776 net.cpp:165] Memory required for data: 514304000
- I0805 13:26:38.746031 4776 layer_factory.hpp:77] Creating layer inception_4e/output
- I0805 13:26:38.746039 4776 net.cpp:100] Creating Layer inception_4e/output
- I0805 13:26:38.746047 4776 net.cpp:434] inception_4e/output <- inception_4e/1x1
- I0805 13:26:38.746052 4776 net.cpp:434] inception_4e/output <- inception_4e/3x3
- I0805 13:26:38.746059 4776 net.cpp:434] inception_4e/output <- inception_4e/5x5
- I0805 13:26:38.746065 4776 net.cpp:434] inception_4e/output <- inception_4e/pool_proj
- I0805 13:26:38.746075 4776 net.cpp:408] inception_4e/output -> inception_4e/output
- I0805 13:26:38.746106 4776 net.cpp:150] Setting up inception_4e/output
- I0805 13:26:38.746114 4776 net.cpp:157] Top shape: 10 832 14 14 (1630720)
- I0805 13:26:38.746120 4776 net.cpp:165] Memory required for data: 520826880
- I0805 13:26:38.746126 4776 layer_factory.hpp:77] Creating layer pool4/3x3_s2
- I0805 13:26:38.746136 4776 net.cpp:100] Creating Layer pool4/3x3_s2
- I0805 13:26:38.746142 4776 net.cpp:434] pool4/3x3_s2 <- inception_4e/output
- I0805 13:26:38.746151 4776 net.cpp:408] pool4/3x3_s2 -> pool4/3x3_s2
- I0805 13:26:38.746194 4776 net.cpp:150] Setting up pool4/3x3_s2
- I0805 13:26:38.746203 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.746209 4776 net.cpp:165] Memory required for data: 522457600
- I0805 13:26:38.746214 4776 layer_factory.hpp:77] Creating layer pool4/3x3_s2_pool4/3x3_s2_0_split
- I0805 13:26:38.746225 4776 net.cpp:100] Creating Layer pool4/3x3_s2_pool4/3x3_s2_0_split
- I0805 13:26:38.746232 4776 net.cpp:434] pool4/3x3_s2_pool4/3x3_s2_0_split <- pool4/3x3_s2
- I0805 13:26:38.746239 4776 net.cpp:408] pool4/3x3_s2_pool4/3x3_s2_0_split -> pool4/3x3_s2_pool4/3x3_s2_0_split_0
- I0805 13:26:38.746248 4776 net.cpp:408] pool4/3x3_s2_pool4/3x3_s2_0_split -> pool4/3x3_s2_pool4/3x3_s2_0_split_1
- I0805 13:26:38.746260 4776 net.cpp:408] pool4/3x3_s2_pool4/3x3_s2_0_split -> pool4/3x3_s2_pool4/3x3_s2_0_split_2
- I0805 13:26:38.746269 4776 net.cpp:408] pool4/3x3_s2_pool4/3x3_s2_0_split -> pool4/3x3_s2_pool4/3x3_s2_0_split_3
- I0805 13:26:38.746327 4776 net.cpp:150] Setting up pool4/3x3_s2_pool4/3x3_s2_0_split
- I0805 13:26:38.746336 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.746343 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.746349 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.760530 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.760541 4776 net.cpp:165] Memory required for data: 528980480
- I0805 13:26:38.760550 4776 layer_factory.hpp:77] Creating layer inception_5a/1x1
- I0805 13:26:38.760565 4776 net.cpp:100] Creating Layer inception_5a/1x1
- I0805 13:26:38.760573 4776 net.cpp:434] inception_5a/1x1 <- pool4/3x3_s2_pool4/3x3_s2_0_split_0
- I0805 13:26:38.760584 4776 net.cpp:408] inception_5a/1x1 -> inception_5a/1x1
- I0805 13:26:38.762748 4776 net.cpp:150] Setting up inception_5a/1x1
- I0805 13:26:38.762763 4776 net.cpp:157] Top shape: 10 256 7 7 (125440)
- I0805 13:26:38.762768 4776 net.cpp:165] Memory required for data: 529482240
- I0805 13:26:38.762779 4776 layer_factory.hpp:77] Creating layer inception_5a/relu_1x1
- I0805 13:26:38.762790 4776 net.cpp:100] Creating Layer inception_5a/relu_1x1
- I0805 13:26:38.762799 4776 net.cpp:434] inception_5a/relu_1x1 <- inception_5a/1x1
- I0805 13:26:38.762810 4776 net.cpp:395] inception_5a/relu_1x1 -> inception_5a/1x1 (in-place)
- I0805 13:26:38.762820 4776 net.cpp:150] Setting up inception_5a/relu_1x1
- I0805 13:26:38.762830 4776 net.cpp:157] Top shape: 10 256 7 7 (125440)
- I0805 13:26:38.762835 4776 net.cpp:165] Memory required for data: 529984000
- I0805 13:26:38.762841 4776 layer_factory.hpp:77] Creating layer inception_5a/3x3_reduce
- I0805 13:26:38.762854 4776 net.cpp:100] Creating Layer inception_5a/3x3_reduce
- I0805 13:26:38.762862 4776 net.cpp:434] inception_5a/3x3_reduce <- pool4/3x3_s2_pool4/3x3_s2_0_split_1
- I0805 13:26:38.762872 4776 net.cpp:408] inception_5a/3x3_reduce -> inception_5a/3x3_reduce
- I0805 13:26:38.764288 4776 net.cpp:150] Setting up inception_5a/3x3_reduce
- I0805 13:26:38.764303 4776 net.cpp:157] Top shape: 10 160 7 7 (78400)
- I0805 13:26:38.764308 4776 net.cpp:165] Memory required for data: 530297600
- I0805 13:26:38.764315 4776 layer_factory.hpp:77] Creating layer inception_5a/relu_3x3_reduce
- I0805 13:26:38.764324 4776 net.cpp:100] Creating Layer inception_5a/relu_3x3_reduce
- I0805 13:26:38.764330 4776 net.cpp:434] inception_5a/relu_3x3_reduce <- inception_5a/3x3_reduce
- I0805 13:26:38.764336 4776 net.cpp:395] inception_5a/relu_3x3_reduce -> inception_5a/3x3_reduce (in-place)
- I0805 13:26:38.764344 4776 net.cpp:150] Setting up inception_5a/relu_3x3_reduce
- I0805 13:26:38.764353 4776 net.cpp:157] Top shape: 10 160 7 7 (78400)
- I0805 13:26:38.764359 4776 net.cpp:165] Memory required for data: 530611200
- I0805 13:26:38.764365 4776 layer_factory.hpp:77] Creating layer inception_5a/3x3
- I0805 13:26:38.764381 4776 net.cpp:100] Creating Layer inception_5a/3x3
- I0805 13:26:38.764389 4776 net.cpp:434] inception_5a/3x3 <- inception_5a/3x3_reduce
- I0805 13:26:38.764401 4776 net.cpp:408] inception_5a/3x3 -> inception_5a/3x3
- I0805 13:26:38.767208 4776 net.cpp:150] Setting up inception_5a/3x3
- I0805 13:26:38.767220 4776 net.cpp:157] Top shape: 10 320 7 7 (156800)
- I0805 13:26:38.767225 4776 net.cpp:165] Memory required for data: 531238400
- I0805 13:26:38.767231 4776 layer_factory.hpp:77] Creating layer inception_5a/relu_3x3
- I0805 13:26:38.767240 4776 net.cpp:100] Creating Layer inception_5a/relu_3x3
- I0805 13:26:38.767244 4776 net.cpp:434] inception_5a/relu_3x3 <- inception_5a/3x3
- I0805 13:26:38.767252 4776 net.cpp:395] inception_5a/relu_3x3 -> inception_5a/3x3 (in-place)
- I0805 13:26:38.767261 4776 net.cpp:150] Setting up inception_5a/relu_3x3
- I0805 13:26:38.767266 4776 net.cpp:157] Top shape: 10 320 7 7 (156800)
- I0805 13:26:38.767269 4776 net.cpp:165] Memory required for data: 531865600
- I0805 13:26:38.767273 4776 layer_factory.hpp:77] Creating layer inception_5a/5x5_reduce
- I0805 13:26:38.767283 4776 net.cpp:100] Creating Layer inception_5a/5x5_reduce
- I0805 13:26:38.767288 4776 net.cpp:434] inception_5a/5x5_reduce <- pool4/3x3_s2_pool4/3x3_s2_0_split_2
- I0805 13:26:38.767297 4776 net.cpp:408] inception_5a/5x5_reduce -> inception_5a/5x5_reduce
- I0805 13:26:38.767601 4776 net.cpp:150] Setting up inception_5a/5x5_reduce
- I0805 13:26:38.767611 4776 net.cpp:157] Top shape: 10 32 7 7 (15680)
- I0805 13:26:38.767616 4776 net.cpp:165] Memory required for data: 531928320
- I0805 13:26:38.767621 4776 layer_factory.hpp:77] Creating layer inception_5a/relu_5x5_reduce
- I0805 13:26:38.767627 4776 net.cpp:100] Creating Layer inception_5a/relu_5x5_reduce
- I0805 13:26:38.767632 4776 net.cpp:434] inception_5a/relu_5x5_reduce <- inception_5a/5x5_reduce
- I0805 13:26:38.767638 4776 net.cpp:395] inception_5a/relu_5x5_reduce -> inception_5a/5x5_reduce (in-place)
- I0805 13:26:38.767644 4776 net.cpp:150] Setting up inception_5a/relu_5x5_reduce
- I0805 13:26:38.767650 4776 net.cpp:157] Top shape: 10 32 7 7 (15680)
- I0805 13:26:38.767654 4776 net.cpp:165] Memory required for data: 531991040
- I0805 13:26:38.767658 4776 layer_factory.hpp:77] Creating layer inception_5a/5x5
- I0805 13:26:38.767668 4776 net.cpp:100] Creating Layer inception_5a/5x5
- I0805 13:26:38.767673 4776 net.cpp:434] inception_5a/5x5 <- inception_5a/5x5_reduce
- I0805 13:26:38.767678 4776 net.cpp:408] inception_5a/5x5 -> inception_5a/5x5
- I0805 13:26:38.768306 4776 net.cpp:150] Setting up inception_5a/5x5
- I0805 13:26:38.768314 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.768318 4776 net.cpp:165] Memory required for data: 532241920
- I0805 13:26:38.768324 4776 layer_factory.hpp:77] Creating layer inception_5a/relu_5x5
- I0805 13:26:38.768352 4776 net.cpp:100] Creating Layer inception_5a/relu_5x5
- I0805 13:26:38.768358 4776 net.cpp:434] inception_5a/relu_5x5 <- inception_5a/5x5
- I0805 13:26:38.768364 4776 net.cpp:395] inception_5a/relu_5x5 -> inception_5a/5x5 (in-place)
- I0805 13:26:38.768370 4776 net.cpp:150] Setting up inception_5a/relu_5x5
- I0805 13:26:38.768375 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.768379 4776 net.cpp:165] Memory required for data: 532492800
- I0805 13:26:38.768384 4776 layer_factory.hpp:77] Creating layer inception_5a/pool
- I0805 13:26:38.768389 4776 net.cpp:100] Creating Layer inception_5a/pool
- I0805 13:26:38.768394 4776 net.cpp:434] inception_5a/pool <- pool4/3x3_s2_pool4/3x3_s2_0_split_3
- I0805 13:26:38.768400 4776 net.cpp:408] inception_5a/pool -> inception_5a/pool
- I0805 13:26:38.768430 4776 net.cpp:150] Setting up inception_5a/pool
- I0805 13:26:38.768436 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.768441 4776 net.cpp:165] Memory required for data: 534123520
- I0805 13:26:38.768445 4776 layer_factory.hpp:77] Creating layer inception_5a/pool_proj
- I0805 13:26:38.768455 4776 net.cpp:100] Creating Layer inception_5a/pool_proj
- I0805 13:26:38.768460 4776 net.cpp:434] inception_5a/pool_proj <- inception_5a/pool
- I0805 13:26:38.768467 4776 net.cpp:408] inception_5a/pool_proj -> inception_5a/pool_proj
- I0805 13:26:38.769665 4776 net.cpp:150] Setting up inception_5a/pool_proj
- I0805 13:26:38.769676 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.769681 4776 net.cpp:165] Memory required for data: 534374400
- I0805 13:26:38.769688 4776 layer_factory.hpp:77] Creating layer inception_5a/relu_pool_proj
- I0805 13:26:38.769697 4776 net.cpp:100] Creating Layer inception_5a/relu_pool_proj
- I0805 13:26:38.769702 4776 net.cpp:434] inception_5a/relu_pool_proj <- inception_5a/pool_proj
- I0805 13:26:38.769708 4776 net.cpp:395] inception_5a/relu_pool_proj -> inception_5a/pool_proj (in-place)
- I0805 13:26:38.769716 4776 net.cpp:150] Setting up inception_5a/relu_pool_proj
- I0805 13:26:38.769721 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.769726 4776 net.cpp:165] Memory required for data: 534625280
- I0805 13:26:38.769729 4776 layer_factory.hpp:77] Creating layer inception_5a/output
- I0805 13:26:38.769737 4776 net.cpp:100] Creating Layer inception_5a/output
- I0805 13:26:38.769742 4776 net.cpp:434] inception_5a/output <- inception_5a/1x1
- I0805 13:26:38.769747 4776 net.cpp:434] inception_5a/output <- inception_5a/3x3
- I0805 13:26:38.769752 4776 net.cpp:434] inception_5a/output <- inception_5a/5x5
- I0805 13:26:38.769757 4776 net.cpp:434] inception_5a/output <- inception_5a/pool_proj
- I0805 13:26:38.769762 4776 net.cpp:408] inception_5a/output -> inception_5a/output
- I0805 13:26:38.769785 4776 net.cpp:150] Setting up inception_5a/output
- I0805 13:26:38.769793 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.769796 4776 net.cpp:165] Memory required for data: 536256000
- I0805 13:26:38.769800 4776 layer_factory.hpp:77] Creating layer inception_5a/output_inception_5a/output_0_split
- I0805 13:26:38.769806 4776 net.cpp:100] Creating Layer inception_5a/output_inception_5a/output_0_split
- I0805 13:26:38.769811 4776 net.cpp:434] inception_5a/output_inception_5a/output_0_split <- inception_5a/output
- I0805 13:26:38.769819 4776 net.cpp:408] inception_5a/output_inception_5a/output_0_split -> inception_5a/output_inception_5a/output_0_split_0
- I0805 13:26:38.769826 4776 net.cpp:408] inception_5a/output_inception_5a/output_0_split -> inception_5a/output_inception_5a/output_0_split_1
- I0805 13:26:38.769835 4776 net.cpp:408] inception_5a/output_inception_5a/output_0_split -> inception_5a/output_inception_5a/output_0_split_2
- I0805 13:26:38.769842 4776 net.cpp:408] inception_5a/output_inception_5a/output_0_split -> inception_5a/output_inception_5a/output_0_split_3
- I0805 13:26:38.769886 4776 net.cpp:150] Setting up inception_5a/output_inception_5a/output_0_split
- I0805 13:26:38.769893 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.769898 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.769903 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.769908 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.769912 4776 net.cpp:165] Memory required for data: 542778880
- I0805 13:26:38.769917 4776 layer_factory.hpp:77] Creating layer inception_5b/1x1
- I0805 13:26:38.769925 4776 net.cpp:100] Creating Layer inception_5b/1x1
- I0805 13:26:38.769930 4776 net.cpp:434] inception_5b/1x1 <- inception_5a/output_inception_5a/output_0_split_0
- I0805 13:26:38.769938 4776 net.cpp:408] inception_5b/1x1 -> inception_5b/1x1
- I0805 13:26:38.771507 4776 net.cpp:150] Setting up inception_5b/1x1
- I0805 13:26:38.771514 4776 net.cpp:157] Top shape: 10 384 7 7 (188160)
- I0805 13:26:38.771519 4776 net.cpp:165] Memory required for data: 543531520
- I0805 13:26:38.771525 4776 layer_factory.hpp:77] Creating layer inception_5b/relu_1x1
- I0805 13:26:38.771531 4776 net.cpp:100] Creating Layer inception_5b/relu_1x1
- I0805 13:26:38.771536 4776 net.cpp:434] inception_5b/relu_1x1 <- inception_5b/1x1
- I0805 13:26:38.771543 4776 net.cpp:395] inception_5b/relu_1x1 -> inception_5b/1x1 (in-place)
- I0805 13:26:38.771548 4776 net.cpp:150] Setting up inception_5b/relu_1x1
- I0805 13:26:38.771553 4776 net.cpp:157] Top shape: 10 384 7 7 (188160)
- I0805 13:26:38.771558 4776 net.cpp:165] Memory required for data: 544284160
- I0805 13:26:38.771562 4776 layer_factory.hpp:77] Creating layer inception_5b/3x3_reduce
- I0805 13:26:38.771570 4776 net.cpp:100] Creating Layer inception_5b/3x3_reduce
- I0805 13:26:38.771575 4776 net.cpp:434] inception_5b/3x3_reduce <- inception_5a/output_inception_5a/output_0_split_1
- I0805 13:26:38.771584 4776 net.cpp:408] inception_5b/3x3_reduce -> inception_5b/3x3_reduce
- I0805 13:26:38.772908 4776 net.cpp:150] Setting up inception_5b/3x3_reduce
- I0805 13:26:38.772919 4776 net.cpp:157] Top shape: 10 192 7 7 (94080)
- I0805 13:26:38.772923 4776 net.cpp:165] Memory required for data: 544660480
- I0805 13:26:38.772929 4776 layer_factory.hpp:77] Creating layer inception_5b/relu_3x3_reduce
- I0805 13:26:38.772938 4776 net.cpp:100] Creating Layer inception_5b/relu_3x3_reduce
- I0805 13:26:38.772943 4776 net.cpp:434] inception_5b/relu_3x3_reduce <- inception_5b/3x3_reduce
- I0805 13:26:38.772948 4776 net.cpp:395] inception_5b/relu_3x3_reduce -> inception_5b/3x3_reduce (in-place)
- I0805 13:26:38.772953 4776 net.cpp:150] Setting up inception_5b/relu_3x3_reduce
- I0805 13:26:38.772958 4776 net.cpp:157] Top shape: 10 192 7 7 (94080)
- I0805 13:26:38.772963 4776 net.cpp:165] Memory required for data: 545036800
- I0805 13:26:38.772965 4776 layer_factory.hpp:77] Creating layer inception_5b/3x3
- I0805 13:26:38.772974 4776 net.cpp:100] Creating Layer inception_5b/3x3
- I0805 13:26:38.772979 4776 net.cpp:434] inception_5b/3x3 <- inception_5b/3x3_reduce
- I0805 13:26:38.772985 4776 net.cpp:408] inception_5b/3x3 -> inception_5b/3x3
- I0805 13:26:38.776340 4776 net.cpp:150] Setting up inception_5b/3x3
- I0805 13:26:38.776351 4776 net.cpp:157] Top shape: 10 384 7 7 (188160)
- I0805 13:26:38.776356 4776 net.cpp:165] Memory required for data: 545789440
- I0805 13:26:38.776362 4776 layer_factory.hpp:77] Creating layer inception_5b/relu_3x3
- I0805 13:26:38.776371 4776 net.cpp:100] Creating Layer inception_5b/relu_3x3
- I0805 13:26:38.776376 4776 net.cpp:434] inception_5b/relu_3x3 <- inception_5b/3x3
- I0805 13:26:38.776381 4776 net.cpp:395] inception_5b/relu_3x3 -> inception_5b/3x3 (in-place)
- I0805 13:26:38.776388 4776 net.cpp:150] Setting up inception_5b/relu_3x3
- I0805 13:26:38.776393 4776 net.cpp:157] Top shape: 10 384 7 7 (188160)
- I0805 13:26:38.776397 4776 net.cpp:165] Memory required for data: 546542080
- I0805 13:26:38.776401 4776 layer_factory.hpp:77] Creating layer inception_5b/5x5_reduce
- I0805 13:26:38.776408 4776 net.cpp:100] Creating Layer inception_5b/5x5_reduce
- I0805 13:26:38.776412 4776 net.cpp:434] inception_5b/5x5_reduce <- inception_5a/output_inception_5a/output_0_split_2
- I0805 13:26:38.776419 4776 net.cpp:408] inception_5b/5x5_reduce -> inception_5b/5x5_reduce
- I0805 13:26:38.776748 4776 net.cpp:150] Setting up inception_5b/5x5_reduce
- I0805 13:26:38.776754 4776 net.cpp:157] Top shape: 10 48 7 7 (23520)
- I0805 13:26:38.776758 4776 net.cpp:165] Memory required for data: 546636160
- I0805 13:26:38.776763 4776 layer_factory.hpp:77] Creating layer inception_5b/relu_5x5_reduce
- I0805 13:26:38.776768 4776 net.cpp:100] Creating Layer inception_5b/relu_5x5_reduce
- I0805 13:26:38.776772 4776 net.cpp:434] inception_5b/relu_5x5_reduce <- inception_5b/5x5_reduce
- I0805 13:26:38.776777 4776 net.cpp:395] inception_5b/relu_5x5_reduce -> inception_5b/5x5_reduce (in-place)
- I0805 13:26:38.776782 4776 net.cpp:150] Setting up inception_5b/relu_5x5_reduce
- I0805 13:26:38.776785 4776 net.cpp:157] Top shape: 10 48 7 7 (23520)
- I0805 13:26:38.776788 4776 net.cpp:165] Memory required for data: 546730240
- I0805 13:26:38.776793 4776 layer_factory.hpp:77] Creating layer inception_5b/5x5
- I0805 13:26:38.776798 4776 net.cpp:100] Creating Layer inception_5b/5x5
- I0805 13:26:38.776803 4776 net.cpp:434] inception_5b/5x5 <- inception_5b/5x5_reduce
- I0805 13:26:38.776808 4776 net.cpp:408] inception_5b/5x5 -> inception_5b/5x5
- I0805 13:26:38.777493 4776 net.cpp:150] Setting up inception_5b/5x5
- I0805 13:26:38.777499 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.777503 4776 net.cpp:165] Memory required for data: 546981120
- I0805 13:26:38.777508 4776 layer_factory.hpp:77] Creating layer inception_5b/relu_5x5
- I0805 13:26:38.777513 4776 net.cpp:100] Creating Layer inception_5b/relu_5x5
- I0805 13:26:38.777518 4776 net.cpp:434] inception_5b/relu_5x5 <- inception_5b/5x5
- I0805 13:26:38.777521 4776 net.cpp:395] inception_5b/relu_5x5 -> inception_5b/5x5 (in-place)
- I0805 13:26:38.777526 4776 net.cpp:150] Setting up inception_5b/relu_5x5
- I0805 13:26:38.777530 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.777534 4776 net.cpp:165] Memory required for data: 547232000
- I0805 13:26:38.777537 4776 layer_factory.hpp:77] Creating layer inception_5b/pool
- I0805 13:26:38.777544 4776 net.cpp:100] Creating Layer inception_5b/pool
- I0805 13:26:38.777547 4776 net.cpp:434] inception_5b/pool <- inception_5a/output_inception_5a/output_0_split_3
- I0805 13:26:38.777552 4776 net.cpp:408] inception_5b/pool -> inception_5b/pool
- I0805 13:26:38.777578 4776 net.cpp:150] Setting up inception_5b/pool
- I0805 13:26:38.777585 4776 net.cpp:157] Top shape: 10 832 7 7 (407680)
- I0805 13:26:38.777587 4776 net.cpp:165] Memory required for data: 548862720
- I0805 13:26:38.777590 4776 layer_factory.hpp:77] Creating layer inception_5b/pool_proj
- I0805 13:26:38.777599 4776 net.cpp:100] Creating Layer inception_5b/pool_proj
- I0805 13:26:38.777603 4776 net.cpp:434] inception_5b/pool_proj <- inception_5b/pool
- I0805 13:26:38.777608 4776 net.cpp:408] inception_5b/pool_proj -> inception_5b/pool_proj
- I0805 13:26:38.796602 4776 net.cpp:150] Setting up inception_5b/pool_proj
- I0805 13:26:38.796676 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.796702 4776 net.cpp:165] Memory required for data: 549113600
- I0805 13:26:38.796747 4776 layer_factory.hpp:77] Creating layer inception_5b/relu_pool_proj
- I0805 13:26:38.796802 4776 net.cpp:100] Creating Layer inception_5b/relu_pool_proj
- I0805 13:26:38.796838 4776 net.cpp:434] inception_5b/relu_pool_proj <- inception_5b/pool_proj
- I0805 13:26:38.796880 4776 net.cpp:395] inception_5b/relu_pool_proj -> inception_5b/pool_proj (in-place)
- I0805 13:26:38.796921 4776 net.cpp:150] Setting up inception_5b/relu_pool_proj
- I0805 13:26:38.796958 4776 net.cpp:157] Top shape: 10 128 7 7 (62720)
- I0805 13:26:38.796983 4776 net.cpp:165] Memory required for data: 549364480
- I0805 13:26:38.797006 4776 layer_factory.hpp:77] Creating layer inception_5b/output
- I0805 13:26:38.797052 4776 net.cpp:100] Creating Layer inception_5b/output
- I0805 13:26:38.797082 4776 net.cpp:434] inception_5b/output <- inception_5b/1x1
- I0805 13:26:38.797121 4776 net.cpp:434] inception_5b/output <- inception_5b/3x3
- I0805 13:26:38.797153 4776 net.cpp:434] inception_5b/output <- inception_5b/5x5
- I0805 13:26:38.797186 4776 net.cpp:434] inception_5b/output <- inception_5b/pool_proj
- I0805 13:26:38.797224 4776 net.cpp:408] inception_5b/output -> inception_5b/output
- I0805 13:26:38.797361 4776 net.cpp:150] Setting up inception_5b/output
- I0805 13:26:38.797403 4776 net.cpp:157] Top shape: 10 1024 7 7 (501760)
- I0805 13:26:38.797431 4776 net.cpp:165] Memory required for data: 551371520
- I0805 13:26:38.797458 4776 layer_factory.hpp:77] Creating layer pool5/7x7_s1
- I0805 13:26:38.797497 4776 net.cpp:100] Creating Layer pool5/7x7_s1
- I0805 13:26:38.797528 4776 net.cpp:434] pool5/7x7_s1 <- inception_5b/output
- I0805 13:26:38.797576 4776 net.cpp:408] pool5/7x7_s1 -> pool5/7x7_s1
- I0805 13:26:38.797693 4776 net.cpp:150] Setting up pool5/7x7_s1
- I0805 13:26:38.797734 4776 net.cpp:157] Top shape: 10 1024 1 1 (10240)
- I0805 13:26:38.797762 4776 net.cpp:165] Memory required for data: 551412480
- I0805 13:26:38.797789 4776 layer_factory.hpp:77] Creating layer pool5/drop_7x7_s1
- I0805 13:26:38.797861 4776 net.cpp:100] Creating Layer pool5/drop_7x7_s1
- I0805 13:26:38.797894 4776 net.cpp:434] pool5/drop_7x7_s1 <- pool5/7x7_s1
- I0805 13:26:38.797930 4776 net.cpp:395] pool5/drop_7x7_s1 -> pool5/7x7_s1 (in-place)
- I0805 13:26:38.798069 4776 net.cpp:150] Setting up pool5/drop_7x7_s1
- I0805 13:26:38.798110 4776 net.cpp:157] Top shape: 10 1024 1 1 (10240)
- I0805 13:26:38.798139 4776 net.cpp:165] Memory required for data: 551453440
- I0805 13:26:38.798167 4776 layer_factory.hpp:77] Creating layer loss3/classifier
- I0805 13:26:38.798218 4776 net.cpp:100] Creating Layer loss3/classifier
- I0805 13:26:38.798247 4776 net.cpp:434] loss3/classifier <- pool5/7x7_s1
- I0805 13:26:38.798295 4776 net.cpp:408] loss3/classifier -> loss3/classifier
- I0805 13:26:38.816505 4776 net.cpp:150] Setting up loss3/classifier
- I0805 13:26:38.816538 4776 net.cpp:157] Top shape: 10 1000 (10000)
- I0805 13:26:38.816546 4776 net.cpp:165] Memory required for data: 551493440
- I0805 13:26:38.816562 4776 layer_factory.hpp:77] Creating layer prob
- I0805 13:26:38.816577 4776 net.cpp:100] Creating Layer prob
- I0805 13:26:38.816588 4776 net.cpp:434] prob <- loss3/classifier
- I0805 13:26:38.816619 4776 net.cpp:408] prob -> prob
- I0805 13:26:38.816709 4776 net.cpp:150] Setting up prob
- I0805 13:26:38.816720 4776 net.cpp:157] Top shape: 10 1000 (10000)
- I0805 13:26:38.816725 4776 net.cpp:165] Memory required for data: 551533440
- I0805 13:26:38.816731 4776 net.cpp:228] prob does not need backward computation.
- I0805 13:26:38.816746 4776 net.cpp:228] loss3/classifier does not need backward computation.
- I0805 13:26:38.816753 4776 net.cpp:228] pool5/drop_7x7_s1 does not need backward computation.
- I0805 13:26:38.816761 4776 net.cpp:228] pool5/7x7_s1 does not need backward computation.
- I0805 13:26:38.816767 4776 net.cpp:228] inception_5b/output does not need backward computation.
- I0805 13:26:38.816777 4776 net.cpp:228] inception_5b/relu_pool_proj does not need backward computation.
- I0805 13:26:38.816782 4776 net.cpp:228] inception_5b/pool_proj does not need backward computation.
- I0805 13:26:38.816789 4776 net.cpp:228] inception_5b/pool does not need backward computation.
- I0805 13:26:38.816797 4776 net.cpp:228] inception_5b/relu_5x5 does not need backward computation.
- I0805 13:26:38.816804 4776 net.cpp:228] inception_5b/5x5 does not need backward computation.
- I0805 13:26:38.816812 4776 net.cpp:228] inception_5b/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.816818 4776 net.cpp:228] inception_5b/5x5_reduce does not need backward computation.
- I0805 13:26:38.816825 4776 net.cpp:228] inception_5b/relu_3x3 does not need backward computation.
- I0805 13:26:38.816833 4776 net.cpp:228] inception_5b/3x3 does not need backward computation.
- I0805 13:26:38.816840 4776 net.cpp:228] inception_5b/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.816846 4776 net.cpp:228] inception_5b/3x3_reduce does not need backward computation.
- I0805 13:26:38.816856 4776 net.cpp:228] inception_5b/relu_1x1 does not need backward computation.
- I0805 13:26:38.816864 4776 net.cpp:228] inception_5b/1x1 does not need backward computation.
- I0805 13:26:38.816871 4776 net.cpp:228] inception_5a/output_inception_5a/output_0_split does not need backward computation.
- I0805 13:26:38.816879 4776 net.cpp:228] inception_5a/output does not need backward computation.
- I0805 13:26:38.816887 4776 net.cpp:228] inception_5a/relu_pool_proj does not need backward computation.
- I0805 13:26:38.816895 4776 net.cpp:228] inception_5a/pool_proj does not need backward computation.
- I0805 13:26:38.816902 4776 net.cpp:228] inception_5a/pool does not need backward computation.
- I0805 13:26:38.816910 4776 net.cpp:228] inception_5a/relu_5x5 does not need backward computation.
- I0805 13:26:38.816916 4776 net.cpp:228] inception_5a/5x5 does not need backward computation.
- I0805 13:26:38.816924 4776 net.cpp:228] inception_5a/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.816931 4776 net.cpp:228] inception_5a/5x5_reduce does not need backward computation.
- I0805 13:26:38.816938 4776 net.cpp:228] inception_5a/relu_3x3 does not need backward computation.
- I0805 13:26:38.816946 4776 net.cpp:228] inception_5a/3x3 does not need backward computation.
- I0805 13:26:38.816953 4776 net.cpp:228] inception_5a/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.816959 4776 net.cpp:228] inception_5a/3x3_reduce does not need backward computation.
- I0805 13:26:38.816967 4776 net.cpp:228] inception_5a/relu_1x1 does not need backward computation.
- I0805 13:26:38.816972 4776 net.cpp:228] inception_5a/1x1 does not need backward computation.
- I0805 13:26:38.816982 4776 net.cpp:228] pool4/3x3_s2_pool4/3x3_s2_0_split does not need backward computation.
- I0805 13:26:38.816988 4776 net.cpp:228] pool4/3x3_s2 does not need backward computation.
- I0805 13:26:38.816995 4776 net.cpp:228] inception_4e/output does not need backward computation.
- I0805 13:26:38.817003 4776 net.cpp:228] inception_4e/relu_pool_proj does not need backward computation.
- I0805 13:26:38.817011 4776 net.cpp:228] inception_4e/pool_proj does not need backward computation.
- I0805 13:26:38.817018 4776 net.cpp:228] inception_4e/pool does not need backward computation.
- I0805 13:26:38.817025 4776 net.cpp:228] inception_4e/relu_5x5 does not need backward computation.
- I0805 13:26:38.817032 4776 net.cpp:228] inception_4e/5x5 does not need backward computation.
- I0805 13:26:38.817039 4776 net.cpp:228] inception_4e/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.817046 4776 net.cpp:228] inception_4e/5x5_reduce does not need backward computation.
- I0805 13:26:38.817054 4776 net.cpp:228] inception_4e/relu_3x3 does not need backward computation.
- I0805 13:26:38.817060 4776 net.cpp:228] inception_4e/3x3 does not need backward computation.
- I0805 13:26:38.817067 4776 net.cpp:228] inception_4e/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.817075 4776 net.cpp:228] inception_4e/3x3_reduce does not need backward computation.
- I0805 13:26:38.817080 4776 net.cpp:228] inception_4e/relu_1x1 does not need backward computation.
- I0805 13:26:38.817087 4776 net.cpp:228] inception_4e/1x1 does not need backward computation.
- I0805 13:26:38.817095 4776 net.cpp:228] inception_4d/output_inception_4d/output_0_split does not need backward computation.
- I0805 13:26:38.817102 4776 net.cpp:228] inception_4d/output does not need backward computation.
- I0805 13:26:38.817111 4776 net.cpp:228] inception_4d/relu_pool_proj does not need backward computation.
- I0805 13:26:38.817118 4776 net.cpp:228] inception_4d/pool_proj does not need backward computation.
- I0805 13:26:38.817126 4776 net.cpp:228] inception_4d/pool does not need backward computation.
- I0805 13:26:38.817133 4776 net.cpp:228] inception_4d/relu_5x5 does not need backward computation.
- I0805 13:26:38.817139 4776 net.cpp:228] inception_4d/5x5 does not need backward computation.
- I0805 13:26:38.817147 4776 net.cpp:228] inception_4d/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.817153 4776 net.cpp:228] inception_4d/5x5_reduce does not need backward computation.
- I0805 13:26:38.817162 4776 net.cpp:228] inception_4d/relu_3x3 does not need backward computation.
- I0805 13:26:38.817169 4776 net.cpp:228] inception_4d/3x3 does not need backward computation.
- I0805 13:26:38.817176 4776 net.cpp:228] inception_4d/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.817184 4776 net.cpp:228] inception_4d/3x3_reduce does not need backward computation.
- I0805 13:26:38.817191 4776 net.cpp:228] inception_4d/relu_1x1 does not need backward computation.
- I0805 13:26:38.817198 4776 net.cpp:228] inception_4d/1x1 does not need backward computation.
- I0805 13:26:38.817205 4776 net.cpp:228] inception_4c/output_inception_4c/output_0_split does not need backward computation.
- I0805 13:26:38.817214 4776 net.cpp:228] inception_4c/output does not need backward computation.
- I0805 13:26:38.817221 4776 net.cpp:228] inception_4c/relu_pool_proj does not need backward computation.
- I0805 13:26:38.817229 4776 net.cpp:228] inception_4c/pool_proj does not need backward computation.
- I0805 13:26:38.817235 4776 net.cpp:228] inception_4c/pool does not need backward computation.
- I0805 13:26:38.817242 4776 net.cpp:228] inception_4c/relu_5x5 does not need backward computation.
- I0805 13:26:38.817250 4776 net.cpp:228] inception_4c/5x5 does not need backward computation.
- I0805 13:26:38.817256 4776 net.cpp:228] inception_4c/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.817262 4776 net.cpp:228] inception_4c/5x5_reduce does not need backward computation.
- I0805 13:26:38.817270 4776 net.cpp:228] inception_4c/relu_3x3 does not need backward computation.
- I0805 13:26:38.817277 4776 net.cpp:228] inception_4c/3x3 does not need backward computation.
- I0805 13:26:38.817283 4776 net.cpp:228] inception_4c/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.817291 4776 net.cpp:228] inception_4c/3x3_reduce does not need backward computation.
- I0805 13:26:38.817297 4776 net.cpp:228] inception_4c/relu_1x1 does not need backward computation.
- I0805 13:26:38.817304 4776 net.cpp:228] inception_4c/1x1 does not need backward computation.
- I0805 13:26:38.817312 4776 net.cpp:228] inception_4b/output_inception_4b/output_0_split does not need backward computation.
- I0805 13:26:38.817319 4776 net.cpp:228] inception_4b/output does not need backward computation.
- I0805 13:26:38.817328 4776 net.cpp:228] inception_4b/relu_pool_proj does not need backward computation.
- I0805 13:26:38.817334 4776 net.cpp:228] inception_4b/pool_proj does not need backward computation.
- I0805 13:26:38.817342 4776 net.cpp:228] inception_4b/pool does not need backward computation.
- I0805 13:26:38.817348 4776 net.cpp:228] inception_4b/relu_5x5 does not need backward computation.
- I0805 13:26:38.817355 4776 net.cpp:228] inception_4b/5x5 does not need backward computation.
- I0805 13:26:38.817363 4776 net.cpp:228] inception_4b/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.817368 4776 net.cpp:228] inception_4b/5x5_reduce does not need backward computation.
- I0805 13:26:38.817375 4776 net.cpp:228] inception_4b/relu_3x3 does not need backward computation.
- I0805 13:26:38.817384 4776 net.cpp:228] inception_4b/3x3 does not need backward computation.
- I0805 13:26:38.817389 4776 net.cpp:228] inception_4b/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.817396 4776 net.cpp:228] inception_4b/3x3_reduce does not need backward computation.
- I0805 13:26:38.817404 4776 net.cpp:228] inception_4b/relu_1x1 does not need backward computation.
- I0805 13:26:38.817410 4776 net.cpp:228] inception_4b/1x1 does not need backward computation.
- I0805 13:26:38.817417 4776 net.cpp:228] inception_4a/output_inception_4a/output_0_split does not need backward computation.
- I0805 13:26:38.817425 4776 net.cpp:228] inception_4a/output does not need backward computation.
- I0805 13:26:38.817432 4776 net.cpp:228] inception_4a/relu_pool_proj does not need backward computation.
- I0805 13:26:38.817440 4776 net.cpp:228] inception_4a/pool_proj does not need backward computation.
- I0805 13:26:38.817451 4776 net.cpp:228] inception_4a/pool does not need backward computation.
- I0805 13:26:38.817457 4776 net.cpp:228] inception_4a/relu_5x5 does not need backward computation.
- I0805 13:26:38.817464 4776 net.cpp:228] inception_4a/5x5 does not need backward computation.
- I0805 13:26:38.817472 4776 net.cpp:228] inception_4a/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.817479 4776 net.cpp:228] inception_4a/5x5_reduce does not need backward computation.
- I0805 13:26:38.817487 4776 net.cpp:228] inception_4a/relu_3x3 does not need backward computation.
- I0805 13:26:38.817493 4776 net.cpp:228] inception_4a/3x3 does not need backward computation.
- I0805 13:26:38.817500 4776 net.cpp:228] inception_4a/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.817507 4776 net.cpp:228] inception_4a/3x3_reduce does not need backward computation.
- I0805 13:26:38.817513 4776 net.cpp:228] inception_4a/relu_1x1 does not need backward computation.
- I0805 13:26:38.817520 4776 net.cpp:228] inception_4a/1x1 does not need backward computation.
- I0805 13:26:38.817529 4776 net.cpp:228] pool3/3x3_s2_pool3/3x3_s2_0_split does not need backward computation.
- I0805 13:26:38.817536 4776 net.cpp:228] pool3/3x3_s2 does not need backward computation.
- I0805 13:26:38.817544 4776 net.cpp:228] inception_3b/output does not need backward computation.
- I0805 13:26:38.817553 4776 net.cpp:228] inception_3b/relu_pool_proj does not need backward computation.
- I0805 13:26:38.817559 4776 net.cpp:228] inception_3b/pool_proj does not need backward computation.
- I0805 13:26:38.817567 4776 net.cpp:228] inception_3b/pool does not need backward computation.
- I0805 13:26:38.817574 4776 net.cpp:228] inception_3b/relu_5x5 does not need backward computation.
- I0805 13:26:38.817580 4776 net.cpp:228] inception_3b/5x5 does not need backward computation.
- I0805 13:26:38.817589 4776 net.cpp:228] inception_3b/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.817597 4776 net.cpp:228] inception_3b/5x5_reduce does not need backward computation.
- I0805 13:26:38.817605 4776 net.cpp:228] inception_3b/relu_3x3 does not need backward computation.
- I0805 13:26:38.817611 4776 net.cpp:228] inception_3b/3x3 does not need backward computation.
- I0805 13:26:38.817618 4776 net.cpp:228] inception_3b/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.817625 4776 net.cpp:228] inception_3b/3x3_reduce does not need backward computation.
- I0805 13:26:38.822043 4776 net.cpp:228] inception_3b/relu_1x1 does not need backward computation.
- I0805 13:26:38.822060 4776 net.cpp:228] inception_3b/1x1 does not need backward computation.
- I0805 13:26:38.822070 4776 net.cpp:228] inception_3a/output_inception_3a/output_0_split does not need backward computation.
- I0805 13:26:38.822079 4776 net.cpp:228] inception_3a/output does not need backward computation.
- I0805 13:26:38.822091 4776 net.cpp:228] inception_3a/relu_pool_proj does not need backward computation.
- I0805 13:26:38.822099 4776 net.cpp:228] inception_3a/pool_proj does not need backward computation.
- I0805 13:26:38.822108 4776 net.cpp:228] inception_3a/pool does not need backward computation.
- I0805 13:26:38.822115 4776 net.cpp:228] inception_3a/relu_5x5 does not need backward computation.
- I0805 13:26:38.822122 4776 net.cpp:228] inception_3a/5x5 does not need backward computation.
- I0805 13:26:38.822131 4776 net.cpp:228] inception_3a/relu_5x5_reduce does not need backward computation.
- I0805 13:26:38.822140 4776 net.cpp:228] inception_3a/5x5_reduce does not need backward computation.
- I0805 13:26:38.822149 4776 net.cpp:228] inception_3a/relu_3x3 does not need backward computation.
- I0805 13:26:38.822158 4776 net.cpp:228] inception_3a/3x3 does not need backward computation.
- I0805 13:26:38.822166 4776 net.cpp:228] inception_3a/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.822175 4776 net.cpp:228] inception_3a/3x3_reduce does not need backward computation.
- I0805 13:26:38.822185 4776 net.cpp:228] inception_3a/relu_1x1 does not need backward computation.
- I0805 13:26:38.822193 4776 net.cpp:228] inception_3a/1x1 does not need backward computation.
- I0805 13:26:38.822204 4776 net.cpp:228] pool2/3x3_s2_pool2/3x3_s2_0_split does not need backward computation.
- I0805 13:26:38.822213 4776 net.cpp:228] pool2/3x3_s2 does not need backward computation.
- I0805 13:26:38.822222 4776 net.cpp:228] conv2/norm2 does not need backward computation.
- I0805 13:26:38.822232 4776 net.cpp:228] conv2/relu_3x3 does not need backward computation.
- I0805 13:26:38.822239 4776 net.cpp:228] conv2/3x3 does not need backward computation.
- I0805 13:26:38.822253 4776 net.cpp:228] conv2/relu_3x3_reduce does not need backward computation.
- I0805 13:26:38.822263 4776 net.cpp:228] conv2/3x3_reduce does not need backward computation.
- I0805 13:26:38.822271 4776 net.cpp:228] pool1/norm1 does not need backward computation.
- I0805 13:26:38.822279 4776 net.cpp:228] pool1/3x3_s2 does not need backward computation.
- I0805 13:26:38.822289 4776 net.cpp:228] conv1/relu_7x7 does not need backward computation.
- I0805 13:26:38.822297 4776 net.cpp:228] conv1/7x7_s2 does not need backward computation.
- I0805 13:26:38.822306 4776 net.cpp:228] data does not need backward computation.
- I0805 13:26:38.822314 4776 net.cpp:270] This network produces output prob
- I0805 13:26:38.822536 4776 net.cpp:283] Network initialization done.
- I0805 13:26:38.873131 4776 upgrade_proto.cpp:53] Attempting to upgrade input file specified using deprecated V1LayerParameter: /home/sergiev/ssdcaffe/models/bvlc_googlenet/bvlc_googlenet.caffemodel
- I0805 13:26:38.912257 4776 upgrade_proto.cpp:61] Successfully upgraded file specified using deprecated V1LayerParameter
- I0805 13:26:38.912406 4776 net.cpp:761] Ignoring source layer label_data_1_split
- I0805 13:26:38.912900 4776 net.cpp:761] Ignoring source layer loss1/ave_pool
- I0805 13:26:38.912907 4776 net.cpp:761] Ignoring source layer loss1/conv
- I0805 13:26:38.912910 4776 net.cpp:761] Ignoring source layer loss1/relu_conv
- I0805 13:26:38.912912 4776 net.cpp:761] Ignoring source layer loss1/fc
- I0805 13:26:38.912915 4776 net.cpp:761] Ignoring source layer loss1/relu_fc
- I0805 13:26:38.912917 4776 net.cpp:761] Ignoring source layer loss1/drop_fc
- I0805 13:26:38.912920 4776 net.cpp:761] Ignoring source layer loss1/classifier
- I0805 13:26:38.912922 4776 net.cpp:761] Ignoring source layer loss1/loss
- I0805 13:26:38.913619 4776 net.cpp:761] Ignoring source layer loss2/ave_pool
- I0805 13:26:38.913625 4776 net.cpp:761] Ignoring source layer loss2/conv
- I0805 13:26:38.913627 4776 net.cpp:761] Ignoring source layer loss2/relu_conv
- I0805 13:26:38.913630 4776 net.cpp:761] Ignoring source layer loss2/fc
- I0805 13:26:38.913632 4776 net.cpp:761] Ignoring source layer loss2/relu_fc
- I0805 13:26:38.913635 4776 net.cpp:761] Ignoring source layer loss2/drop_fc
- I0805 13:26:38.913637 4776 net.cpp:761] Ignoring source layer loss2/classifier
- I0805 13:26:38.913640 4776 net.cpp:761] Ignoring source layer loss2/loss
- I0805 13:26:38.915750 4776 net.cpp:761] Ignoring source layer loss3/loss3
- [ INFO] [1565000798.919056097]: SSD Detector initialized.
- [ INFO] [1565000799.033240795]: Subscribing to... /pylon_camera_node/image_raw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement