Skip to content

Instantly share code, notes, and snippets.

@melvincabatuan
Last active August 29, 2015 14:21
Show Gist options
  • Save melvincabatuan/2f1cfbd923ac307128af to your computer and use it in GitHub Desktop.
Save melvincabatuan/2f1cfbd923ac307128af to your computer and use it in GitHub Desktop.
Caffe Install Centos 7 [CPU Only+OpenBLAS]
[root@cobalt caffe]# mkdir build
[root@cobalt caffe]# cd build/
[root@cobalt build]# cmake ..
-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- system
-- thread
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Glog: /usr/include
-- Found glog (include: /usr/include, library: /usr/lib64/libglog.so)
-- Found GFlags: /usr/include
-- Found gflags (include: /usr/include, library: /usr/lib64/libgflags.so)
-- Found PROTOBUF: /usr/lib64/libprotobuf.so
-- Found PROTOBUF Compiler: /usr/bin/protoc
-- Found HDF5: debug;/usr/lib64/libhdf5_hl.so;debug;/usr/lib64/libhdf5.so;optimized;/usr/lib64/libhdf5_hl.so;optimized;/usr/lib64/libhdf5.so
-- Found LMDB: /usr/include
-- Found lmdb (include: /usr/include, library: /usr/lib64/liblmdb.so)
-- Found LevelDB: /usr/include
-- Found LevelDB (include: /usr/include, library: /usr/lib64/libleveldb.so)
-- Found Snappy: /usr/include
-- Found Snappy (include: /usr/include, library: /usr/lib64/libsnappy.so)
-- CUDA is disabled. Building without it...
-- OpenCV found (/usr/local/share/OpenCV)
-- Found OpenBLAS libraries: /opt/openblas/lib/libopenblas.so
-- Found OpenBLAS include: /opt/openblas/include
-- Found PythonInterp: /root/anaconda/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7")
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "2.7")
-- Found NumPy: /root/anaconda/lib/python2.7/site-packages/numpy/core/include (found suitable version "1.9.2", minimum required is "1.7.1")
-- NumPy ver. 1.9.2 found (include: /root/anaconda/lib/python2.7/site-packages/numpy/core/include)
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- python
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5")
-- Python interface is disabled or not all required dependecies found. Building without it...
-- Detected Doxygen OUTPUT_DIRECTORY: ./doxygen/
-- Found Git: /usr/bin/git (found version "1.8.3.1")
--
-- ******************* Caffe Configuration Summary *******************
-- General:
-- Version : <TODO> (Caffe doesn't declare its version in headers)
-- Git : rc2-217-gc255709-dirty
-- System : Linux
-- C++ compiler : /usr/bin/c++
-- Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -Wno-sign-compare -Wno-uninitialized
-- Debug CXX flags : -g -fPIC -Wall -Wno-sign-compare -Wno-uninitialized
-- Build type : Release
--
-- BUILD_SHARED_LIBS : ON
-- BUILD_python : ON
-- BUILD_matlab : OFF
-- BUILD_docs : ON
-- CPU_ONLY : ON
--
-- Dependencies:
-- BLAS : Yes (Open)
-- Boost : Yes (ver. 1.53)
-- glog : Yes
-- gflags : Yes
-- protobuf : Yes (ver. 2.5.0)
-- lmdb : Yes (ver. 0.9.13)
-- Snappy : Yes (ver. 1.1.0)
-- LevelDB : Yes (ver. 1.12)
-- OpenCV : Yes (ver. 3.0.0)
-- CUDA : No
--
-- Documentaion:
-- Doxygen : /usr/bin/doxygen (1.8.5)
-- config_file : /root/src/caffe/.Doxyfile
--
-- Install:
-- Install path : /root/src/caffe/build/install
--
-- Configuring done
-- Generating done
-- Build files have been written to: /root/src/caffe/build
[root@cobalt build]# make -j8
[ 0%] Running C++/Python protocol buffer compiler on /root/src/caffe/src/caffe/proto/caffe.proto
Scanning dependencies of target proto
[ 1%] Building CXX object src/caffe/CMakeFiles/proto.dir/__/__/include/caffe/proto/caffe.pb.cc.o
Linking CXX static library ../../lib/libproto.a
[ 1%] Built target proto
Scanning dependencies of target caffe
[ 1%] [ 5%] [ 5%] [ 6%] [ 8%] [ 8%] [ 8%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/bnll_layer.cpp.o
[ 10%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/concat_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/contrastive_loss_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/cudnn_conv_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/cudnn_pooling_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/conv_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/cudnn_relu_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/cudnn_sigmoid_layer.cpp.o
[ 10%] [ 13%] [ 13%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/cudnn_tanh_layer.cpp.o
[ 15%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/cudnn_softmax_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/data_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/deconv_layer.cpp.o
[ 16%] [ 16%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/dummy_data_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/dropout_layer.cpp.o
[ 18%] [ 20%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/euclidean_loss_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/exp_layer.cpp.o
[ 20%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/flatten_layer.cpp.o
[ 22%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/hdf5_data_layer.cpp.o
[ 23%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/hdf5_output_layer.cpp.o
[ 23%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/hinge_loss_layer.cpp.o
[ 25%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/im2col_layer.cpp.o
[ 27%] [ 27%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/infogain_loss_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/image_data_layer.cpp.o
[ 28%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/inner_product_layer.cpp.o
[ 30%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/loss_layer.cpp.o
[ 32%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/memory_data_layer.cpp.o
[ 32%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/multinomial_logistic_loss_layer.cpp.o
[ 33%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/mvn_layer.cpp.o
[ 35%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/neuron_layer.cpp.o
[ 35%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/pooling_layer.cpp.o
[ 37%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/power_layer.cpp.o
[ 38%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/prelu_layer.cpp.o
[ 38%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/relu_layer.cpp.o
[ 40%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/reshape_layer.cpp.o
[ 42%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/sigmoid_cross_entropy_loss_layer.cpp.o
[ 44%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/sigmoid_layer.cpp.o
[ 44%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/silence_layer.cpp.o
[ 45%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/slice_layer.cpp.o
[ 47%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/softmax_layer.cpp.o
[ 47%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/softmax_loss_layer.cpp.o
[ 49%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/split_layer.cpp.o
[ 50%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/spp_layer.cpp.o
[ 50%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/tanh_layer.cpp.o
[ 52%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/threshold_layer.cpp.o
[ 54%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/window_data_layer.cpp.o
[ 54%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/absval_layer.cpp.o
[ 55%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/accuracy_layer.cpp.o
[ 57%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/argmax_layer.cpp.o
[ 59%] [ 59%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/base_conv_layer.cpp.o
Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/base_data_layer.cpp.o
[ 61%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/eltwise_layer.cpp.o
[ 62%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layers/lrn_layer.cpp.o
[ 62%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/benchmark.cpp.o
[ 64%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/cudnn.cpp.o
[ 66%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/db.cpp.o
[ 66%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/im2col.cpp.o
[ 67%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/insert_splits.cpp.o
[ 69%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/io.cpp.o
[ 69%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/math_functions.cpp.o
[ 71%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/upgrade_proto.cpp.o
[ 72%] Building CXX object src/caffe/CMakeFiles/caffe.dir/blob.cpp.o
[ 74%] Building CXX object src/caffe/CMakeFiles/caffe.dir/common.cpp.o
[ 74%] Building CXX object src/caffe/CMakeFiles/caffe.dir/data_transformer.cpp.o
[ 76%] Building CXX object src/caffe/CMakeFiles/caffe.dir/internal_thread.cpp.o
[ 77%] Building CXX object src/caffe/CMakeFiles/caffe.dir/layer_factory.cpp.o
[ 77%] Building CXX object src/caffe/CMakeFiles/caffe.dir/net.cpp.o
[ 79%] Building CXX object src/caffe/CMakeFiles/caffe.dir/solver.cpp.o
[ 81%] Building CXX object src/caffe/CMakeFiles/caffe.dir/syncedmem.cpp.o
Linking CXX shared library ../../lib/libcaffe.so
[ 81%] Built target caffe
Scanning dependencies of target device_query
Scanning dependencies of target convert_imageset
Scanning dependencies of target caffe.bin
Scanning dependencies of target finetune_net
Scanning dependencies of target test_net
Scanning dependencies of target compute_image_mean
Scanning dependencies of target extract_features
Scanning dependencies of target net_speed_benchmark
[ 83%] [ 84%] [ 86%] [ 88%] Building CXX object tools/CMakeFiles/compute_image_mean.dir/compute_image_mean.cpp.o
Building CXX object tools/CMakeFiles/extract_features.dir/extract_features.cpp.o
Building CXX object tools/CMakeFiles/device_query.dir/device_query.cpp.o
Building CXX object tools/CMakeFiles/convert_imageset.dir/convert_imageset.cpp.o
[ 91%] [ 91%] [ 91%] [ 91%] Building CXX object tools/CMakeFiles/net_speed_benchmark.dir/net_speed_benchmark.cpp.o
Building CXX object tools/CMakeFiles/caffe.bin.dir/caffe.cpp.o
Building CXX object tools/CMakeFiles/test_net.dir/test_net.cpp.o
Building CXX object tools/CMakeFiles/finetune_net.dir/finetune_net.cpp.o
Linking CXX executable device_query
[ 91%] Built target device_query
Scanning dependencies of target train_net
[ 93%] Building CXX object tools/CMakeFiles/train_net.dir/train_net.cpp.o
Linking CXX executable compute_image_mean
[ 93%] Built target compute_image_mean
Scanning dependencies of target upgrade_net_proto_binary
[ 94%] Building CXX object tools/CMakeFiles/upgrade_net_proto_binary.dir/upgrade_net_proto_binary.cpp.o
Linking CXX executable convert_imageset
[ 94%] Built target convert_imageset
Scanning dependencies of target upgrade_net_proto_text
[ 96%] Building CXX object tools/CMakeFiles/upgrade_net_proto_text.dir/upgrade_net_proto_text.cpp.o
Linking CXX executable test_net
Linking CXX executable finetune_net
Linking CXX executable net_speed_benchmark
[ 96%] Built target test_net
[ 96%] Built target finetune_net
Scanning dependencies of target convert_cifar_data
Scanning dependencies of target convert_mnist_data
[ 98%] Building CXX object examples/CMakeFiles/convert_cifar_data.dir/cifar10/convert_cifar_data.cpp.o
[ 98%] Built target net_speed_benchmark
Scanning dependencies of target convert_mnist_siamese_data
[ 98%] Building CXX object examples/CMakeFiles/convert_mnist_data.dir/mnist/convert_mnist_data.cpp.o
[100%] Building CXX object examples/CMakeFiles/convert_mnist_siamese_data.dir/siamese/convert_mnist_siamese_data.cpp.o
Linking CXX executable train_net
[100%] Built target train_net
Linking CXX executable upgrade_net_proto_binary
Linking CXX executable mnist/convert_mnist_data
Linking CXX executable extract_features
Linking CXX executable cifar10/convert_cifar_data
Linking CXX executable siamese/convert_mnist_siamese_data
[100%] Built target upgrade_net_proto_binary
[100%] Built target extract_features
[100%] Built target convert_mnist_data
[100%] Built target convert_cifar_data
[100%] Built target convert_mnist_siamese_data
Linking CXX executable caffe
Linking CXX executable upgrade_net_proto_text
[100%] Built target caffe.bin
[100%] Built target upgrade_net_proto_text
[root@cobalt build]# make -j8 all
[ 1%] Built target proto
[ 81%] Built target caffe
[ 81%] [ 88%] [ 88%] [ 88%] [ 88%] [ 88%] [ 89%] Built target caffe.bin
Built target compute_image_mean
Built target device_query
Built target finetune_net
Built target net_speed_benchmark
Built target test_net
Built target convert_imageset
[ 91%] Built target extract_features
[ 94%] [ 94%] [ 96%] [ 98%] [100%] [100%] Built target convert_mnist_siamese_data
Built target upgrade_net_proto_binary
Built target upgrade_net_proto_text
Built target convert_cifar_data
Built target convert_mnist_data
Built target train_net
[root@cobalt build]# make -j8 runtest
Scanning dependencies of target gtest
[ 1%] Built target proto
[ 1%] Building CXX object src/gtest/CMakeFiles/gtest.dir/gtest-all.cpp.o
[ 55%] Built target caffe
Linking CXX static library ../../lib/libgtest.a
[ 55%] Built target gtest
Scanning dependencies of target test.testbin
[ 56%] [ 56%] [ 57%] [ 58%] [ 58%] [ 59%] [ 60%] [ 60%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_im2col_layer.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_infogain_loss_layer.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_inner_product_layer.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_image_data_layer.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_internal_thread.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_layer_factory.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_lrn_layer.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_math_functions.cpp.o
[ 62%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_maxpool_dropout_layers.cpp.o
[ 63%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_memory_data_layer.cpp.o
[ 63%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_multinomial_logistic_loss_layer.cpp.o
[ 64%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_mvn_layer.cpp.o
[ 65%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_net.cpp.o
[ 66%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_neuron_layer.cpp.o
[ 66%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_platform.cpp.o
[ 67%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_pooling_layer.cpp.o
[ 68%] [ 68%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_power_layer.cpp.o
Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_protobuf.cpp.o
[ 70%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_random_number_generator.cpp.o
[ 71%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_reshape_layer.cpp.o
[ 71%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_sigmoid_cross_entropy_loss_layer.cpp.o
[ 72%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_slice_layer.cpp.o
[ 73%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_layer.cpp.o
[ 74%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_with_loss_layer.cpp.o
[ 74%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_solver.cpp.o
[ 75%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_split_layer.cpp.o
[ 77%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_spp_layer.cpp.o
[ 77%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_stochastic_pooling.cpp.o
[ 78%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_syncedmem.cpp.o
[ 79%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_tanh_layer.cpp.o
[ 79%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_threshold_layer.cpp.o
[ 80%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_upgrade_proto.cpp.o
[ 81%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_util_blas.cpp.o
[ 81%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_accuracy_layer.cpp.o
[ 82%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_argmax_layer.cpp.o
[ 83%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_benchmark.cpp.o
[ 85%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_blob.cpp.o
[ 85%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_caffe_main.cpp.o
[ 86%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_common.cpp.o
[ 87%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_concat_layer.cpp.o
[ 87%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_contrastive_loss_layer.cpp.o
[ 88%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_convolution_layer.cpp.o
[ 89%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_data_layer.cpp.o
[ 89%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_data_transformer.cpp.o
[ 90%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_db.cpp.o
[ 91%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_deconvolution_layer.cpp.o
[ 91%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_dummy_data_layer.cpp.o
[ 93%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_eltwise_layer.cpp.o
[ 94%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_euclidean_loss_layer.cpp.o
[ 95%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_flatten_layer.cpp.o
[ 95%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_gradient_based_solver.cpp.o
[ 96%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5_output_layer.cpp.o
[ 97%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5data_layer.cpp.o
[ 97%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_hinge_loss_layer.cpp.o
[ 98%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_io.cpp.o
[100%] Building CXX object src/caffe/test/CMakeFiles/test.testbin.dir/test_filler.cpp.o
Linking CXX executable ../../../test/test.testbin
[100%] Built target test.testbin
Scanning dependencies of target runtest
Note: Google Test filter = -*GPU*
Note: Randomizing tests' orders with a seed of 76594 .
[==========] Running 663 tests from 119 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from Im2colLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] Im2colLayerTest/1.TestRectGradient
[ OK ] Im2colLayerTest/1.TestRectGradient (216 ms)
[ RUN ] Im2colLayerTest/1.TestSetup
[ OK ] Im2colLayerTest/1.TestSetup (0 ms)
[ RUN ] Im2colLayerTest/1.TestForward
[ OK ] Im2colLayerTest/1.TestForward (0 ms)
[ RUN ] Im2colLayerTest/1.TestGradient
[ OK ] Im2colLayerTest/1.TestGradient (213 ms)
[ RUN ] Im2colLayerTest/1.TestRect
[ OK ] Im2colLayerTest/1.TestRect (0 ms)
[----------] 5 tests from Im2colLayerTest/1 (429 ms total)
[----------] 8 tests from LRNLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] LRNLayerTest/0.TestForwardAcrossChannelsLargeRegion
[ OK ] LRNLayerTest/0.TestForwardAcrossChannelsLargeRegion (13 ms)
[ RUN ] LRNLayerTest/0.TestForwardWithinChannel
[ OK ] LRNLayerTest/0.TestForwardWithinChannel (0 ms)
[ RUN ] LRNLayerTest/0.TestGradientAcrossChannelsLargeRegion
[ OK ] LRNLayerTest/0.TestGradientAcrossChannelsLargeRegion (656 ms)
[ RUN ] LRNLayerTest/0.TestGradientWithinChannel
[ OK ] LRNLayerTest/0.TestGradientWithinChannel (441 ms)
[ RUN ] LRNLayerTest/0.TestSetupAcrossChannels
[ OK ] LRNLayerTest/0.TestSetupAcrossChannels (0 ms)
[ RUN ] LRNLayerTest/0.TestSetupWithinChannel
[ OK ] LRNLayerTest/0.TestSetupWithinChannel (0 ms)
[ RUN ] LRNLayerTest/0.TestForwardAcrossChannels
[ OK ] LRNLayerTest/0.TestForwardAcrossChannels (0 ms)
[ RUN ] LRNLayerTest/0.TestGradientAcrossChannels
[ OK ] LRNLayerTest/0.TestGradientAcrossChannels (542 ms)
[----------] 8 tests from LRNLayerTest/0 (1653 ms total)
[----------] 3 tests from SyncedMemoryTest
[ RUN ] SyncedMemoryTest.TestInitialization
[ OK ] SyncedMemoryTest.TestInitialization (0 ms)
[ RUN ] SyncedMemoryTest.TestCPUWrite
[ OK ] SyncedMemoryTest.TestCPUWrite (0 ms)
[ RUN ] SyncedMemoryTest.TestAllocationCPU
[ OK ] SyncedMemoryTest.TestAllocationCPU (0 ms)
[----------] 3 tests from SyncedMemoryTest (0 ms total)
[----------] 4 tests from SoftmaxWithLossLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SoftmaxWithLossLayerTest/0.TestForwardIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/0.TestForwardIgnoreLabel (2 ms)
[ RUN ] SoftmaxWithLossLayerTest/0.TestGradientUnnormalized
[ OK ] SoftmaxWithLossLayerTest/0.TestGradientUnnormalized (7 ms)
[ RUN ] SoftmaxWithLossLayerTest/0.TestGradient
[ OK ] SoftmaxWithLossLayerTest/0.TestGradient (7 ms)
[ RUN ] SoftmaxWithLossLayerTest/0.TestGradientIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/0.TestGradientIgnoreLabel (7 ms)
[----------] 4 tests from SoftmaxWithLossLayerTest/0 (23 ms total)
[----------] 1 test from InfogainLossLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] InfogainLossLayerTest/1.TestGradient
[ OK ] InfogainLossLayerTest/1.TestGradient (13 ms)
[----------] 1 test from InfogainLossLayerTest/1 (13 ms total)
[----------] 8 tests from MathFunctionsTest/0, where TypeParam = float
[ RUN ] MathFunctionsTest/0.TestSgnbitCPU
[ OK ] MathFunctionsTest/0.TestSgnbitCPU (5 ms)
[ RUN ] MathFunctionsTest/0.TestSignCPU
[ OK ] MathFunctionsTest/0.TestSignCPU (4 ms)
[ RUN ] MathFunctionsTest/0.TestScaleCPU
[ OK ] MathFunctionsTest/0.TestScaleCPU (4 ms)
[ RUN ] MathFunctionsTest/0.TestCopyCPU
[ OK ] MathFunctionsTest/0.TestCopyCPU (4 ms)
[ RUN ] MathFunctionsTest/0.TestNothing
[ OK ] MathFunctionsTest/0.TestNothing (4 ms)
[ RUN ] MathFunctionsTest/0.TestHammingDistanceCPU
[ OK ] MathFunctionsTest/0.TestHammingDistanceCPU (5 ms)
[ RUN ] MathFunctionsTest/0.TestAsumCPU
[ OK ] MathFunctionsTest/0.TestAsumCPU (4 ms)
[ RUN ] MathFunctionsTest/0.TestFabsCPU
[ OK ] MathFunctionsTest/0.TestFabsCPU (4 ms)
[----------] 8 tests from MathFunctionsTest/0 (34 ms total)
[----------] 3 tests from InnerProductLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] InnerProductLayerTest/1.TestForward
[ OK ] InnerProductLayerTest/1.TestForward (1 ms)
[ RUN ] InnerProductLayerTest/1.TestGradient
[ OK ] InnerProductLayerTest/1.TestGradient (69 ms)
[ RUN ] InnerProductLayerTest/1.TestSetUp
[ OK ] InnerProductLayerTest/1.TestSetUp (0 ms)
[----------] 3 tests from InnerProductLayerTest/1 (70 ms total)
[----------] 4 tests from SoftmaxWithLossLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SoftmaxWithLossLayerTest/1.TestGradient
[ OK ] SoftmaxWithLossLayerTest/1.TestGradient (7 ms)
[ RUN ] SoftmaxWithLossLayerTest/1.TestGradientIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/1.TestGradientIgnoreLabel (7 ms)
[ RUN ] SoftmaxWithLossLayerTest/1.TestGradientUnnormalized
[ OK ] SoftmaxWithLossLayerTest/1.TestGradientUnnormalized (7 ms)
[ RUN ] SoftmaxWithLossLayerTest/1.TestForwardIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/1.TestForwardIgnoreLabel (0 ms)
[----------] 4 tests from SoftmaxWithLossLayerTest/1 (21 ms total)
[----------] 3 tests from FlattenLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] FlattenLayerTest/0.TestSetup
[ OK ] FlattenLayerTest/0.TestSetup (0 ms)
[ RUN ] FlattenLayerTest/0.TestGradient
[ OK ] FlattenLayerTest/0.TestGradient (1 ms)
[ RUN ] FlattenLayerTest/0.Test
[ OK ] FlattenLayerTest/0.Test (0 ms)
[----------] 3 tests from FlattenLayerTest/0 (2 ms total)
[----------] 6 tests from AccuracyLayerTest/1, where TypeParam = double
[ RUN ] AccuracyLayerTest/1.TestSetupTopK
[ OK ] AccuracyLayerTest/1.TestSetupTopK (0 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardWithSpatialAxes
[ OK ] AccuracyLayerTest/1.TestForwardWithSpatialAxes (0 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardIgnoreLabel
[ OK ] AccuracyLayerTest/1.TestForwardIgnoreLabel (0 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardCPUTopK
[ OK ] AccuracyLayerTest/1.TestForwardCPUTopK (1 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardCPU
[ OK ] AccuracyLayerTest/1.TestForwardCPU (0 ms)
[ RUN ] AccuracyLayerTest/1.TestSetup
[ OK ] AccuracyLayerTest/1.TestSetup (0 ms)
[----------] 6 tests from AccuracyLayerTest/1 (1 ms total)
[----------] 3 tests from FlattenLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] FlattenLayerTest/1.TestSetup
[ OK ] FlattenLayerTest/1.TestSetup (0 ms)
[ RUN ] FlattenLayerTest/1.Test
[ OK ] FlattenLayerTest/1.Test (0 ms)
[ RUN ] FlattenLayerTest/1.TestGradient
[ OK ] FlattenLayerTest/1.TestGradient (2 ms)
[----------] 3 tests from FlattenLayerTest/1 (2 ms total)
[----------] 8 tests from ConvolutionLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] ConvolutionLayerTest/1.Test1x1Convolution
[ OK ] ConvolutionLayerTest/1.Test1x1Convolution (0 ms)
[ RUN ] ConvolutionLayerTest/1.TestSimpleConvolutionGroup
[ OK ] ConvolutionLayerTest/1.TestSimpleConvolutionGroup (0 ms)
[ RUN ] ConvolutionLayerTest/1.TestSobelConvolution
[ OK ] ConvolutionLayerTest/1.TestSobelConvolution (0 ms)
[ RUN ] ConvolutionLayerTest/1.TestSimpleConvolution
[ OK ] ConvolutionLayerTest/1.TestSimpleConvolution (0 ms)
[ RUN ] ConvolutionLayerTest/1.TestSetup
[ OK ] ConvolutionLayerTest/1.TestSetup (1 ms)
[ RUN ] ConvolutionLayerTest/1.TestGradientGroup
[ OK ] ConvolutionLayerTest/1.TestGradientGroup (15 ms)
[ RUN ] ConvolutionLayerTest/1.Test1x1Gradient
[ OK ] ConvolutionLayerTest/1.Test1x1Gradient (387 ms)
[ RUN ] ConvolutionLayerTest/1.TestGradient
[ OK ] ConvolutionLayerTest/1.TestGradient (57 ms)
[----------] 8 tests from ConvolutionLayerTest/1 (460 ms total)
[----------] 34 tests from NeuronLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] NeuronLayerTest/1.TestPReLUForward
[ OK ] NeuronLayerTest/1.TestPReLUForward (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpLayerBase2
[ OK ] NeuronLayerTest/1.TestExpLayerBase2 (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpLayer
[ OK ] NeuronLayerTest/1.TestExpLayer (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpLayerBase2Shift1
[ OK ] NeuronLayerTest/1.TestExpLayerBase2Shift1 (0 ms)
[ RUN ] NeuronLayerTest/1.TestReLU
[ OK ] NeuronLayerTest/1.TestReLU (0 ms)
[ RUN ] NeuronLayerTest/1.TestPReLUInPlace
[ OK ] NeuronLayerTest/1.TestPReLUInPlace (0 ms)
[ RUN ] NeuronLayerTest/1.TestReLUWithNegativeSlope
[ OK ] NeuronLayerTest/1.TestReLUWithNegativeSlope (18 ms)
[ RUN ] NeuronLayerTest/1.TestExpLayerBase2Scale3
[ OK ] NeuronLayerTest/1.TestExpLayerBase2Scale3 (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpGradientBase2Shift1Scale3
[ OK ] NeuronLayerTest/1.TestExpGradientBase2Shift1Scale3 (2 ms)
[ RUN ] NeuronLayerTest/1.TestDropoutThreeQuarters
[ OK ] NeuronLayerTest/1.TestDropoutThreeQuarters (0 ms)
[ RUN ] NeuronLayerTest/1.TestSigmoid
[ OK ] NeuronLayerTest/1.TestSigmoid (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpGradientBase2Scale3
[ OK ] NeuronLayerTest/1.TestExpGradientBase2Scale3 (2 ms)
[ RUN ] NeuronLayerTest/1.TestPReLUGradient
[ OK ] NeuronLayerTest/1.TestPReLUGradient (70 ms)
[ RUN ] NeuronLayerTest/1.TestExpLayerBase2Shift1Scale3
[ OK ] NeuronLayerTest/1.TestExpLayerBase2Shift1Scale3 (0 ms)
[ RUN ] NeuronLayerTest/1.TestReLUGradientWithNegativeSlope
[ OK ] NeuronLayerTest/1.TestReLUGradientWithNegativeSlope (1 ms)
[ RUN ] NeuronLayerTest/1.TestDropoutHalf
[ OK ] NeuronLayerTest/1.TestDropoutHalf (0 ms)
[ RUN ] NeuronLayerTest/1.TestDropoutGradientTest
[ OK ] NeuronLayerTest/1.TestDropoutGradientTest (0 ms)
[ RUN ] NeuronLayerTest/1.TestPReLUForwardChannelShared
[ OK ] NeuronLayerTest/1.TestPReLUForwardChannelShared (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpGradient
[ OK ] NeuronLayerTest/1.TestExpGradient (2 ms)
[ RUN ] NeuronLayerTest/1.TestDropoutTestPhase
[ OK ] NeuronLayerTest/1.TestDropoutTestPhase (0 ms)
[ RUN ] NeuronLayerTest/1.TestPReLUGradientChannelShared
[ OK ] NeuronLayerTest/1.TestPReLUGradientChannelShared (69 ms)
[ RUN ] NeuronLayerTest/1.TestExpGradientBase2Shift1
[ OK ] NeuronLayerTest/1.TestExpGradientBase2Shift1 (2 ms)
[ RUN ] NeuronLayerTest/1.TestPReLUParam
[ OK ] NeuronLayerTest/1.TestPReLUParam (0 ms)
[ RUN ] NeuronLayerTest/1.TestTanHGradient
[ OK ] NeuronLayerTest/1.TestTanHGradient (2 ms)
[ RUN ] NeuronLayerTest/1.TestTanH
[ OK ] NeuronLayerTest/1.TestTanH (0 ms)
[ RUN ] NeuronLayerTest/1.TestDropoutGradient
[ OK ] NeuronLayerTest/1.TestDropoutGradient (1 ms)
[ RUN ] NeuronLayerTest/1.TestAbsVal
[ OK ] NeuronLayerTest/1.TestAbsVal (0 ms)
[ RUN ] NeuronLayerTest/1.TestExpGradientBase2
[ OK ] NeuronLayerTest/1.TestExpGradientBase2 (2 ms)
[ RUN ] NeuronLayerTest/1.TestPReLUConsistencyReLU
[ OK ] NeuronLayerTest/1.TestPReLUConsistencyReLU (0 ms)
[ RUN ] NeuronLayerTest/1.TestBNLL
[ OK ] NeuronLayerTest/1.TestBNLL (0 ms)
[ RUN ] NeuronLayerTest/1.TestReLUGradient
[ OK ] NeuronLayerTest/1.TestReLUGradient (1 ms)
[ RUN ] NeuronLayerTest/1.TestAbsGradient
[ OK ] NeuronLayerTest/1.TestAbsGradient (1 ms)
[ RUN ] NeuronLayerTest/1.TestBNLLGradient
[ OK ] NeuronLayerTest/1.TestBNLLGradient (3 ms)
[ RUN ] NeuronLayerTest/1.TestSigmoidGradient
[ OK ] NeuronLayerTest/1.TestSigmoidGradient (1 ms)
[----------] 34 tests from NeuronLayerTest/1 (177 ms total)
[----------] 1 test from PositiveUnitballFillerTest/0, where TypeParam = float
[ RUN ] PositiveUnitballFillerTest/0.TestFill
[ OK ] PositiveUnitballFillerTest/0.TestFill (1 ms)
[----------] 1 test from PositiveUnitballFillerTest/0 (1 ms total)
[----------] 12 tests from DataTransformTest/0, where TypeParam = float
[ RUN ] DataTransformTest/0.TestMeanValues
[ OK ] DataTransformTest/0.TestMeanValues (0 ms)
[ RUN ] DataTransformTest/0.TestCropTrain
[ OK ] DataTransformTest/0.TestCropTrain (0 ms)
[ RUN ] DataTransformTest/0.TestEmptyTransform
[ OK ] DataTransformTest/0.TestEmptyTransform (0 ms)
[ RUN ] DataTransformTest/0.TestMirrorTrain
[ OK ] DataTransformTest/0.TestMirrorTrain (0 ms)
[ RUN ] DataTransformTest/0.TestCropMirrorTrain
[ OK ] DataTransformTest/0.TestCropMirrorTrain (0 ms)
[ RUN ] DataTransformTest/0.TestMeanValue
[ OK ] DataTransformTest/0.TestMeanValue (0 ms)
[ RUN ] DataTransformTest/0.TestCropMirrorTest
[ OK ] DataTransformTest/0.TestCropMirrorTest (0 ms)
[ RUN ] DataTransformTest/0.TestCropSize
[ OK ] DataTransformTest/0.TestCropSize (0 ms)
[ RUN ] DataTransformTest/0.TestMeanFile
[ OK ] DataTransformTest/0.TestMeanFile (0 ms)
[ RUN ] DataTransformTest/0.TestCropTest
[ OK ] DataTransformTest/0.TestCropTest (0 ms)
[ RUN ] DataTransformTest/0.TestEmptyTransformUniquePixels
[ OK ] DataTransformTest/0.TestEmptyTransformUniquePixels (0 ms)
[ RUN ] DataTransformTest/0.TestMirrorTest
[ OK ] DataTransformTest/0.TestMirrorTest (0 ms)
[----------] 12 tests from DataTransformTest/0 (0 ms total)
[----------] 1 test from GaussianFillerTest/0, where TypeParam = float
[ RUN ] GaussianFillerTest/0.TestFill
[ OK ] GaussianFillerTest/0.TestFill (0 ms)
[----------] 1 test from GaussianFillerTest/0 (0 ms total)
[----------] 1 test from UniformFillerTest/1, where TypeParam = double
[ RUN ] UniformFillerTest/1.TestFill
[ OK ] UniformFillerTest/1.TestFill (0 ms)
[----------] 1 test from UniformFillerTest/1 (0 ms total)
[----------] 7 tests from ConcatLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] ConcatLayerTest/1.TestSetupNum
[ OK ] ConcatLayerTest/1.TestSetupNum (0 ms)
[ RUN ] ConcatLayerTest/1.TestGradientChannels
[ OK ] ConcatLayerTest/1.TestGradientChannels (2 ms)
[ RUN ] ConcatLayerTest/1.TestForwardNum
[ OK ] ConcatLayerTest/1.TestForwardNum (0 ms)
[ RUN ] ConcatLayerTest/1.TestForwardChannels
[ OK ] ConcatLayerTest/1.TestForwardChannels (0 ms)
[ RUN ] ConcatLayerTest/1.TestSetupChannels
[ OK ] ConcatLayerTest/1.TestSetupChannels (0 ms)
[ RUN ] ConcatLayerTest/1.TestGradientNum
[ OK ] ConcatLayerTest/1.TestGradientNum (3 ms)
[ RUN ] ConcatLayerTest/1.TestSetupChannelsNegativeIndexing
[ OK ] ConcatLayerTest/1.TestSetupChannelsNegativeIndexing (0 ms)
[----------] 7 tests from ConcatLayerTest/1 (5 ms total)
[----------] 1 test from HDF5OutputLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] HDF5OutputLayerTest/0.TestForward
[ OK ] HDF5OutputLayerTest/0.TestForward (108 ms)
[----------] 1 test from HDF5OutputLayerTest/0 (108 ms total)
[----------] 7 tests from ConcatLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] ConcatLayerTest/0.TestSetupChannelsNegativeIndexing
[ OK ] ConcatLayerTest/0.TestSetupChannelsNegativeIndexing (0 ms)
[ RUN ] ConcatLayerTest/0.TestGradientNum
[ OK ] ConcatLayerTest/0.TestGradientNum (5 ms)
[ RUN ] ConcatLayerTest/0.TestSetupNum
[ OK ] ConcatLayerTest/0.TestSetupNum (0 ms)
[ RUN ] ConcatLayerTest/0.TestForwardChannels
[ OK ] ConcatLayerTest/0.TestForwardChannels (0 ms)
[ RUN ] ConcatLayerTest/0.TestGradientChannels
[ OK ] ConcatLayerTest/0.TestGradientChannels (3 ms)
[ RUN ] ConcatLayerTest/0.TestSetupChannels
[ OK ] ConcatLayerTest/0.TestSetupChannels (0 ms)
[ RUN ] ConcatLayerTest/0.TestForwardNum
[ OK ] ConcatLayerTest/0.TestForwardNum (0 ms)
[----------] 7 tests from ConcatLayerTest/0 (9 ms total)
[----------] 12 tests from DataLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] DataLayerTest/1.TestReadCropTrainLevelDB
[ OK ] DataLayerTest/1.TestReadCropTrainLevelDB (301 ms)
[ RUN ] DataLayerTest/1.TestReshapeLevelDB
[ OK ] DataLayerTest/1.TestReshapeLevelDB (152 ms)
[ RUN ] DataLayerTest/1.TestReadCropTrainSequenceUnseededLMDB
[ OK ] DataLayerTest/1.TestReadCropTrainSequenceUnseededLMDB (59 ms)
[ RUN ] DataLayerTest/1.TestReadCropTestLMDB
[ OK ] DataLayerTest/1.TestReadCropTestLMDB (49 ms)
[ RUN ] DataLayerTest/1.TestReadLevelDB
[ OK ] DataLayerTest/1.TestReadLevelDB (167 ms)
[ RUN ] DataLayerTest/1.TestReadCropTestLevelDB
[ OK ] DataLayerTest/1.TestReadCropTestLevelDB (152 ms)
[ RUN ] DataLayerTest/1.TestReadCropTrainLMDB
[ OK ] DataLayerTest/1.TestReadCropTrainLMDB (58 ms)
[ RUN ] DataLayerTest/1.TestReshapeLMDB
[ OK ] DataLayerTest/1.TestReshapeLMDB (50 ms)
[ RUN ] DataLayerTest/1.TestReadCropTrainSequenceUnseededLevelDB
[ OK ] DataLayerTest/1.TestReadCropTrainSequenceUnseededLevelDB (251 ms)
[ RUN ] DataLayerTest/1.TestReadCropTrainSequenceSeededLMDB
[ OK ] DataLayerTest/1.TestReadCropTrainSequenceSeededLMDB (59 ms)
[ RUN ] DataLayerTest/1.TestReadLMDB
[ OK ] DataLayerTest/1.TestReadLMDB (64 ms)
[ RUN ] DataLayerTest/1.TestReadCropTrainSequenceSeededLevelDB
[ OK ] DataLayerTest/1.TestReadCropTrainSequenceSeededLevelDB (262 ms)
[----------] 12 tests from DataLayerTest/1 (1625 ms total)
[----------] 3 tests from DummyDataLayerTest/0, where TypeParam = float
[ RUN ] DummyDataLayerTest/0.TestOneTopConstant
[ OK ] DummyDataLayerTest/0.TestOneTopConstant (0 ms)
[ RUN ] DummyDataLayerTest/0.TestThreeTopConstantGaussianConstant
[ OK ] DummyDataLayerTest/0.TestThreeTopConstantGaussianConstant (1 ms)
[ RUN ] DummyDataLayerTest/0.TestTwoTopConstant
[ OK ] DummyDataLayerTest/0.TestTwoTopConstant (0 ms)
[----------] 3 tests from DummyDataLayerTest/0 (1 ms total)
[----------] 6 tests from SliceLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SliceLayerTest/1.TestSliceAcrossNum
[ OK ] SliceLayerTest/1.TestSliceAcrossNum (0 ms)
[ RUN ] SliceLayerTest/1.TestSliceAcrossChannels
[ OK ] SliceLayerTest/1.TestSliceAcrossChannels (0 ms)
[ RUN ] SliceLayerTest/1.TestGradientAcrossNum
[ OK ] SliceLayerTest/1.TestGradientAcrossNum (44 ms)
[ RUN ] SliceLayerTest/1.TestGradientAcrossChannels
[ OK ] SliceLayerTest/1.TestGradientAcrossChannels (40 ms)
[ RUN ] SliceLayerTest/1.TestSetupNum
[ OK ] SliceLayerTest/1.TestSetupNum (0 ms)
[ RUN ] SliceLayerTest/1.TestSetupChannels
[ OK ] SliceLayerTest/1.TestSetupChannels (0 ms)
[----------] 6 tests from SliceLayerTest/1 (84 ms total)
[----------] 5 tests from BenchmarkTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] BenchmarkTest/0.TestTimerStart
[ OK ] BenchmarkTest/0.TestTimerStart (0 ms)
[ RUN ] BenchmarkTest/0.TestTimerSeconds
[ OK ] BenchmarkTest/0.TestTimerSeconds (300 ms)
[ RUN ] BenchmarkTest/0.TestTimerConstructor
[ OK ] BenchmarkTest/0.TestTimerConstructor (0 ms)
[ RUN ] BenchmarkTest/0.TestTimerStop
[ OK ] BenchmarkTest/0.TestTimerStop (0 ms)
[ RUN ] BenchmarkTest/0.TestTimerMilliSeconds
[ OK ] BenchmarkTest/0.TestTimerMilliSeconds (300 ms)
[----------] 5 tests from BenchmarkTest/0 (600 ms total)
[----------] 1 test from InternalThreadTest
[ RUN ] InternalThreadTest.TestStartAndExit
[ OK ] InternalThreadTest.TestStartAndExit (0 ms)
[----------] 1 test from InternalThreadTest (0 ms total)
[----------] 2 tests from SigmoidCrossEntropyLossLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SigmoidCrossEntropyLossLayerTest/0.TestGradient
[ OK ] SigmoidCrossEntropyLossLayerTest/0.TestGradient (2 ms)
[ RUN ] SigmoidCrossEntropyLossLayerTest/0.TestSigmoidCrossEntropyLoss
[ OK ] SigmoidCrossEntropyLossLayerTest/0.TestSigmoidCrossEntropyLoss (3 ms)
[----------] 2 tests from SigmoidCrossEntropyLossLayerTest/0 (5 ms total)
[----------] 6 tests from NesterovSolverTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithWeightDecay
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithWeightDecay (13 ms)
[ RUN ] NesterovSolverTest/1.TestLeastSquaresUpdateWithMomentumMultiIter
[ OK ] NesterovSolverTest/1.TestLeastSquaresUpdateWithMomentumMultiIter (57 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdate
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdate (9 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithEverything
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithEverything (44 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateLROneTenth
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateLROneTenth (7 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithMomentum
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithMomentum (15 ms)
[----------] 6 tests from NesterovSolverTest/1 (145 ms total)
[----------] 2 tests from SoftmaxLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SoftmaxLayerTest/0.TestGradient
[ OK ] SoftmaxLayerTest/0.TestGradient (141 ms)
[ RUN ] SoftmaxLayerTest/0.TestForward
[ OK ] SoftmaxLayerTest/0.TestForward (0 ms)
[----------] 2 tests from SoftmaxLayerTest/0 (141 ms total)
[----------] 6 tests from MVNLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] MVNLayerTest/1.TestForwardMeanOnly
[ OK ] MVNLayerTest/1.TestForwardMeanOnly (0 ms)
[ RUN ] MVNLayerTest/1.TestGradient
[ OK ] MVNLayerTest/1.TestGradient (137 ms)
[ RUN ] MVNLayerTest/1.TestGradientAcrossChannels
[ OK ] MVNLayerTest/1.TestGradientAcrossChannels (137 ms)
[ RUN ] MVNLayerTest/1.TestForwardAcrossChannels
[ OK ] MVNLayerTest/1.TestForwardAcrossChannels (0 ms)
[ RUN ] MVNLayerTest/1.TestGradientMeanOnly
[ OK ] MVNLayerTest/1.TestGradientMeanOnly (137 ms)
[ RUN ] MVNLayerTest/1.TestForward
[ OK ] MVNLayerTest/1.TestForward (0 ms)
[----------] 6 tests from MVNLayerTest/1 (411 ms total)
[----------] 2 tests from CommonTest
[ RUN ] CommonTest.TestBrewMode
[ OK ] CommonTest.TestBrewMode (0 ms)
[ RUN ] CommonTest.TestRandSeedCPU
[ OK ] CommonTest.TestRandSeedCPU (0 ms)
[----------] 2 tests from CommonTest (0 ms total)
[----------] 5 tests from MemoryDataLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] MemoryDataLayerTest/1.AddDatumVectorDefaultTransform
[ OK ] MemoryDataLayerTest/1.AddDatumVectorDefaultTransform (2 ms)
[ RUN ] MemoryDataLayerTest/1.AddMatVectorDefaultTransform
[ OK ] MemoryDataLayerTest/1.AddMatVectorDefaultTransform (22 ms)
[ RUN ] MemoryDataLayerTest/1.TestForward
[ OK ] MemoryDataLayerTest/1.TestForward (27 ms)
[ RUN ] MemoryDataLayerTest/1.TestSetBatchSize
[ OK ] MemoryDataLayerTest/1.TestSetBatchSize (4 ms)
[ RUN ] MemoryDataLayerTest/1.TestSetup
[ OK ] MemoryDataLayerTest/1.TestSetup (3 ms)
[----------] 5 tests from MemoryDataLayerTest/1 (58 ms total)
[----------] 8 tests from ConvolutionLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] ConvolutionLayerTest/0.TestSimpleConvolutionGroup
[ OK ] ConvolutionLayerTest/0.TestSimpleConvolutionGroup (0 ms)
[ RUN ] ConvolutionLayerTest/0.TestSetup
[ OK ] ConvolutionLayerTest/0.TestSetup (0 ms)
[ RUN ] ConvolutionLayerTest/0.TestSobelConvolution
[ OK ] ConvolutionLayerTest/0.TestSobelConvolution (0 ms)
[ RUN ] ConvolutionLayerTest/0.TestGradient
[ OK ] ConvolutionLayerTest/0.TestGradient (82 ms)
[ RUN ] ConvolutionLayerTest/0.Test1x1Gradient
[ OK ] ConvolutionLayerTest/0.Test1x1Gradient (431 ms)
[ RUN ] ConvolutionLayerTest/0.TestGradientGroup
[ OK ] ConvolutionLayerTest/0.TestGradientGroup (16 ms)
[ RUN ] ConvolutionLayerTest/0.TestSimpleConvolution
[ OK ] ConvolutionLayerTest/0.TestSimpleConvolution (0 ms)
[ RUN ] ConvolutionLayerTest/0.Test1x1Convolution
[ OK ] ConvolutionLayerTest/0.Test1x1Convolution (0 ms)
[----------] 8 tests from ConvolutionLayerTest/0 (530 ms total)
[----------] 6 tests from AccuracyLayerTest/0, where TypeParam = float
[ RUN ] AccuracyLayerTest/0.TestSetup
[ OK ] AccuracyLayerTest/0.TestSetup (0 ms)
[ RUN ] AccuracyLayerTest/0.TestForwardCPU
[ OK ] AccuracyLayerTest/0.TestForwardCPU (0 ms)
[ RUN ] AccuracyLayerTest/0.TestSetupTopK
[ OK ] AccuracyLayerTest/0.TestSetupTopK (1 ms)
[ RUN ] AccuracyLayerTest/0.TestForwardIgnoreLabel
[ OK ] AccuracyLayerTest/0.TestForwardIgnoreLabel (0 ms)
[ RUN ] AccuracyLayerTest/0.TestForwardWithSpatialAxes
[ OK ] AccuracyLayerTest/0.TestForwardWithSpatialAxes (0 ms)
[ RUN ] AccuracyLayerTest/0.TestForwardCPUTopK
[ OK ] AccuracyLayerTest/0.TestForwardCPUTopK (0 ms)
[----------] 6 tests from AccuracyLayerTest/0 (1 ms total)
[----------] 3 tests from PaddingLayerUpgradeTest
[ RUN ] PaddingLayerUpgradeTest.TestSimple
[ OK ] PaddingLayerUpgradeTest.TestSimple (1 ms)
[ RUN ] PaddingLayerUpgradeTest.TestTwoTops
[ OK ] PaddingLayerUpgradeTest.TestTwoTops (0 ms)
[ RUN ] PaddingLayerUpgradeTest.TestImageNet
[ OK ] PaddingLayerUpgradeTest.TestImageNet (1 ms)
[----------] 3 tests from PaddingLayerUpgradeTest (2 ms total)
[----------] 5 tests from DBTest/0, where TypeParam = caffe::TypeLevelDB
[ RUN ] DBTest/0.TestGetDB
[ OK ] DBTest/0.TestGetDB (100 ms)
[ RUN ] DBTest/0.TestKeyValue
[ OK ] DBTest/0.TestKeyValue (283 ms)
[ RUN ] DBTest/0.TestSeekToFirst
[ OK ] DBTest/0.TestSeekToFirst (234 ms)
[ RUN ] DBTest/0.TestWrite
[ OK ] DBTest/0.TestWrite (218 ms)
[ RUN ] DBTest/0.TestNext
[ OK ] DBTest/0.TestNext (258 ms)
[----------] 5 tests from DBTest/0 (1094 ms total)
[----------] 3 tests from BlobSimpleTest/0, where TypeParam = float
[ RUN ] BlobSimpleTest/0.TestInitialization
[ OK ] BlobSimpleTest/0.TestInitialization (0 ms)
[ RUN ] BlobSimpleTest/0.TestReshape
[ OK ] BlobSimpleTest/0.TestReshape (0 ms)
[ RUN ] BlobSimpleTest/0.TestLegacyBlobProtoShapeEquals
[ OK ] BlobSimpleTest/0.TestLegacyBlobProtoShapeEquals (0 ms)
[----------] 3 tests from BlobSimpleTest/0 (0 ms total)
[----------] 1 test from ConstantFillerTest/1, where TypeParam = double
[ RUN ] ConstantFillerTest/1.TestFill
[ OK ] ConstantFillerTest/1.TestFill (0 ms)
[----------] 1 test from ConstantFillerTest/1 (0 ms total)
[----------] 8 tests from LRNLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] LRNLayerTest/1.TestForwardAcrossChannels
[ OK ] LRNLayerTest/1.TestForwardAcrossChannels (0 ms)
[ RUN ] LRNLayerTest/1.TestGradientAcrossChannels
[ OK ] LRNLayerTest/1.TestGradientAcrossChannels (665 ms)
[ RUN ] LRNLayerTest/1.TestGradientAcrossChannelsLargeRegion
[ OK ] LRNLayerTest/1.TestGradientAcrossChannelsLargeRegion (721 ms)
[ RUN ] LRNLayerTest/1.TestSetupWithinChannel
[ OK ] LRNLayerTest/1.TestSetupWithinChannel (0 ms)
[ RUN ] LRNLayerTest/1.TestForwardWithinChannel
[ OK ] LRNLayerTest/1.TestForwardWithinChannel (1 ms)
[ RUN ] LRNLayerTest/1.TestGradientWithinChannel
[ OK ] LRNLayerTest/1.TestGradientWithinChannel (434 ms)
[ RUN ] LRNLayerTest/1.TestSetupAcrossChannels
[ OK ] LRNLayerTest/1.TestSetupAcrossChannels (0 ms)
[ RUN ] LRNLayerTest/1.TestForwardAcrossChannelsLargeRegion
[ OK ] LRNLayerTest/1.TestForwardAcrossChannelsLargeRegion (0 ms)
[----------] 8 tests from LRNLayerTest/1 (1821 ms total)
[----------] 5 tests from Im2colLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] Im2colLayerTest/0.TestForward
[ OK ] Im2colLayerTest/0.TestForward (0 ms)
[ RUN ] Im2colLayerTest/0.TestSetup
[ OK ] Im2colLayerTest/0.TestSetup (0 ms)
[ RUN ] Im2colLayerTest/0.TestRect
[ OK ] Im2colLayerTest/0.TestRect (0 ms)
[ RUN ] Im2colLayerTest/0.TestRectGradient
[ OK ] Im2colLayerTest/0.TestRectGradient (191 ms)
[ RUN ] Im2colLayerTest/0.TestGradient
[ OK ] Im2colLayerTest/0.TestGradient (211 ms)
[----------] 5 tests from Im2colLayerTest/0 (402 ms total)
[----------] 1 test from HDF5DataLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] HDF5DataLayerTest/0.TestRead
[ OK ] HDF5DataLayerTest/0.TestRead (9 ms)
[----------] 1 test from HDF5DataLayerTest/0 (9 ms total)
[----------] 4 tests from NetUpgradeTest
[ RUN ] NetUpgradeTest.TestAllParams
[ OK ] NetUpgradeTest.TestAllParams (2 ms)
[ RUN ] NetUpgradeTest.TestUpgradeV1LayerType
[ OK ] NetUpgradeTest.TestUpgradeV1LayerType (0 ms)
[ RUN ] NetUpgradeTest.TestSimple
[ OK ] NetUpgradeTest.TestSimple (1 ms)
[ RUN ] NetUpgradeTest.TestImageNet
[ OK ] NetUpgradeTest.TestImageNet (4 ms)
[----------] 4 tests from NetUpgradeTest (7 ms total)
[----------] 3 tests from XavierFillerTest/0, where TypeParam = float
[ RUN ] XavierFillerTest/0.TestFillAverage
[ OK ] XavierFillerTest/0.TestFillAverage (0 ms)
[ RUN ] XavierFillerTest/0.TestFillFanIn
[ OK ] XavierFillerTest/0.TestFillFanIn (1 ms)
[ RUN ] XavierFillerTest/0.TestFillFanOut
[ OK ] XavierFillerTest/0.TestFillFanOut (0 ms)
[----------] 3 tests from XavierFillerTest/0 (1 ms total)
[----------] 1 test from ProtoTest
[ RUN ] ProtoTest.TestSerialization
Printing in binary format.
testTest
Printing in text format.
name: "test"
type: "Test"
[ OK ] ProtoTest.TestSerialization (0 ms)
[----------] 1 test from ProtoTest (0 ms total)
[----------] 3 tests from InnerProductLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] InnerProductLayerTest/0.TestGradient
[ OK ] InnerProductLayerTest/0.TestGradient (104 ms)
[ RUN ] InnerProductLayerTest/0.TestSetUp
[ OK ] InnerProductLayerTest/0.TestSetUp (0 ms)
[ RUN ] InnerProductLayerTest/0.TestForward
[ OK ] InnerProductLayerTest/0.TestForward (0 ms)
[----------] 3 tests from InnerProductLayerTest/0 (104 ms total)
[----------] 11 tests from PoolingLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] PoolingLayerTest/0.TestForwardAve
[ OK ] PoolingLayerTest/0.TestForwardAve (0 ms)
[ RUN ] PoolingLayerTest/0.TestForwardMaxTopMask
[ OK ] PoolingLayerTest/0.TestForwardMaxTopMask (0 ms)
[ RUN ] PoolingLayerTest/0.TestSetupGlobalPooling
[ OK ] PoolingLayerTest/0.TestSetupGlobalPooling (0 ms)
[ RUN ] PoolingLayerTest/0.TestForwardMax
[ OK ] PoolingLayerTest/0.TestForwardMax (0 ms)
[ RUN ] PoolingLayerTest/0.TestGradientAve
[ OK ] PoolingLayerTest/0.TestGradientAve (128 ms)
[ RUN ] PoolingLayerTest/0.TestGradientAvePadded
[ OK ] PoolingLayerTest/0.TestGradientAvePadded (431 ms)
[ RUN ] PoolingLayerTest/0.TestSetupPadded
[ OK ] PoolingLayerTest/0.TestSetupPadded (0 ms)
[ RUN ] PoolingLayerTest/0.TestGradientMaxTopMask
[ OK ] PoolingLayerTest/0.TestGradientMaxTopMask (279 ms)
[ RUN ] PoolingLayerTest/0.TestSetup
[ OK ] PoolingLayerTest/0.TestSetup (0 ms)
[ RUN ] PoolingLayerTest/0.TestGradientMax
[ OK ] PoolingLayerTest/0.TestGradientMax (326 ms)
[ RUN ] PoolingLayerTest/0.TestForwardMaxPadded
[ OK ] PoolingLayerTest/0.TestForwardMaxPadded (0 ms)
[----------] 11 tests from PoolingLayerTest/0 (1164 ms total)
[----------] 9 tests from SplitLayerInsertionTest
[ RUN ] SplitLayerInsertionTest.TestNoInsertion1
[ OK ] SplitLayerInsertionTest.TestNoInsertion1 (0 ms)
[ RUN ] SplitLayerInsertionTest.TestNoInsertionWithInPlace
[ OK ] SplitLayerInsertionTest.TestNoInsertionWithInPlace (0 ms)
[ RUN ] SplitLayerInsertionTest.TestWithInPlace
[ OK ] SplitLayerInsertionTest.TestWithInPlace (0 ms)
[ RUN ] SplitLayerInsertionTest.TestInsertion
[ OK ] SplitLayerInsertionTest.TestInsertion (0 ms)
[ RUN ] SplitLayerInsertionTest.TestNoInsertionImageNet
[ OK ] SplitLayerInsertionTest.TestNoInsertionImageNet (1 ms)
[ RUN ] SplitLayerInsertionTest.TestInputInsertion
[ OK ] SplitLayerInsertionTest.TestInputInsertion (1 ms)
[ RUN ] SplitLayerInsertionTest.TestLossInsertion
[ OK ] SplitLayerInsertionTest.TestLossInsertion (0 ms)
[ RUN ] SplitLayerInsertionTest.TestNoInsertion2
[ OK ] SplitLayerInsertionTest.TestNoInsertion2 (0 ms)
[ RUN ] SplitLayerInsertionTest.TestInsertionTwoTop
[ OK ] SplitLayerInsertionTest.TestInsertionTwoTop (0 ms)
[----------] 9 tests from SplitLayerInsertionTest (2 ms total)
[----------] 12 tests from ReshapeLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] ReshapeLayerTest/0.TestFlattenValues
[ OK ] ReshapeLayerTest/0.TestFlattenValues (0 ms)
[ RUN ] ReshapeLayerTest/0.TestInferenceOfUnspecified
[ OK ] ReshapeLayerTest/0.TestInferenceOfUnspecified (0 ms)
[ RUN ] ReshapeLayerTest/0.TestInferenceOfUnspecifiedWithStartAxis
[ OK ] ReshapeLayerTest/0.TestInferenceOfUnspecifiedWithStartAxis (0 ms)
[ RUN ] ReshapeLayerTest/0.TestForwardAfterReshape
[ OK ] ReshapeLayerTest/0.TestForwardAfterReshape (0 ms)
[ RUN ] ReshapeLayerTest/0.TestFlattenOutputSizes
[ OK ] ReshapeLayerTest/0.TestFlattenOutputSizes (0 ms)
[ RUN ] ReshapeLayerTest/0.TestInsertSingletonAxesEnd
[ OK ] ReshapeLayerTest/0.TestInsertSingletonAxesEnd (0 ms)
[ RUN ] ReshapeLayerTest/0.TestForward
[ OK ] ReshapeLayerTest/0.TestForward (0 ms)
[ RUN ] ReshapeLayerTest/0.TestGradient
[ OK ] ReshapeLayerTest/0.TestGradient (2 ms)
[ RUN ] ReshapeLayerTest/0.TestFlattenMiddle
[ OK ] ReshapeLayerTest/0.TestFlattenMiddle (0 ms)
[ RUN ] ReshapeLayerTest/0.TestInsertSingletonAxesMiddle
[ OK ] ReshapeLayerTest/0.TestInsertSingletonAxesMiddle (0 ms)
[ RUN ] ReshapeLayerTest/0.TestInsertSingletonAxesStart
[ OK ] ReshapeLayerTest/0.TestInsertSingletonAxesStart (0 ms)
[ RUN ] ReshapeLayerTest/0.TestCopyDimensions
[ OK ] ReshapeLayerTest/0.TestCopyDimensions (0 ms)
[----------] 12 tests from ReshapeLayerTest/0 (2 ms total)
[----------] 5 tests from SPPLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SPPLayerTest/1.TestSetup
[ OK ] SPPLayerTest/1.TestSetup (0 ms)
[ RUN ] SPPLayerTest/1.TestEqualOutputDims2
[ OK ] SPPLayerTest/1.TestEqualOutputDims2 (0 ms)
[ RUN ] SPPLayerTest/1.TestForwardBackward
[ OK ] SPPLayerTest/1.TestForwardBackward (0 ms)
[ RUN ] SPPLayerTest/1.TestEqualOutputDims
[ OK ] SPPLayerTest/1.TestEqualOutputDims (0 ms)
[ RUN ] SPPLayerTest/1.TestGradient
[ OK ] SPPLayerTest/1.TestGradient (1383 ms)
[----------] 5 tests from SPPLayerTest/1 (1383 ms total)
[----------] 3 tests from TanHLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] TanHLayerTest/0.TestTanH
[ OK ] TanHLayerTest/0.TestTanH (0 ms)
[ RUN ] TanHLayerTest/0.TestTanHGradient
[ OK ] TanHLayerTest/0.TestTanHGradient (1 ms)
[ RUN ] TanHLayerTest/0.TestTanHOverflow
[ OK ] TanHLayerTest/0.TestTanHOverflow (0 ms)
[----------] 3 tests from TanHLayerTest/0 (1 ms total)
[----------] 12 tests from DataTransformTest/1, where TypeParam = double
[ RUN ] DataTransformTest/1.TestCropTest
[ OK ] DataTransformTest/1.TestCropTest (1 ms)
[ RUN ] DataTransformTest/1.TestMirrorTrain
[ OK ] DataTransformTest/1.TestMirrorTrain (0 ms)
[ RUN ] DataTransformTest/1.TestEmptyTransform
[ OK ] DataTransformTest/1.TestEmptyTransform (0 ms)
[ RUN ] DataTransformTest/1.TestMeanValue
[ OK ] DataTransformTest/1.TestMeanValue (0 ms)
[ RUN ] DataTransformTest/1.TestCropSize
[ OK ] DataTransformTest/1.TestCropSize (0 ms)
[ RUN ] DataTransformTest/1.TestCropTrain
[ OK ] DataTransformTest/1.TestCropTrain (0 ms)
[ RUN ] DataTransformTest/1.TestMirrorTest
[ OK ] DataTransformTest/1.TestMirrorTest (0 ms)
[ RUN ] DataTransformTest/1.TestCropMirrorTest
[ OK ] DataTransformTest/1.TestCropMirrorTest (0 ms)
[ RUN ] DataTransformTest/1.TestMeanValues
[ OK ] DataTransformTest/1.TestMeanValues (0 ms)
[ RUN ] DataTransformTest/1.TestCropMirrorTrain
[ OK ] DataTransformTest/1.TestCropMirrorTrain (0 ms)
[ RUN ] DataTransformTest/1.TestMeanFile
[ OK ] DataTransformTest/1.TestMeanFile (0 ms)
[ RUN ] DataTransformTest/1.TestEmptyTransformUniquePixels
[ OK ] DataTransformTest/1.TestEmptyTransformUniquePixels (0 ms)
[----------] 12 tests from DataTransformTest/1 (1 ms total)
[----------] 1 test from MultinomialLogisticLossLayerTest/0, where TypeParam = float
[ RUN ] MultinomialLogisticLossLayerTest/0.TestGradientCPU
[ OK ] MultinomialLogisticLossLayerTest/0.TestGradientCPU (0 ms)
[----------] 1 test from MultinomialLogisticLossLayerTest/0 (0 ms total)
[----------] 6 tests from NesterovSolverTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithEverything
[ OK ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithEverything (29 ms)
[ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdate
[ OK ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdate (6 ms)
[ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateLROneTenth
[ OK ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateLROneTenth (5 ms)
[ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithWeightDecay
[ OK ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithWeightDecay (6 ms)
[ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithMomentum
[ OK ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithMomentum (11 ms)
[ RUN ] NesterovSolverTest/0.TestLeastSquaresUpdateWithMomentumMultiIter
[ OK ] NesterovSolverTest/0.TestLeastSquaresUpdateWithMomentumMultiIter (29 ms)
[----------] 6 tests from NesterovSolverTest/0 (86 ms total)
[----------] 1 test from StochasticPoolingLayerTest/0, where TypeParam = float
[ RUN ] StochasticPoolingLayerTest/0.TestSetup
[ OK ] StochasticPoolingLayerTest/0.TestSetup (0 ms)
[----------] 1 test from StochasticPoolingLayerTest/0 (0 ms total)
[----------] 3 tests from SplitLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SplitLayerTest/1.TestSetup
[ OK ] SplitLayerTest/1.TestSetup (0 ms)
[ RUN ] SplitLayerTest/1.TestGradient
[ OK ] SplitLayerTest/1.TestGradient (3 ms)
[ RUN ] SplitLayerTest/1.Test
[ OK ] SplitLayerTest/1.Test (0 ms)
[----------] 3 tests from SplitLayerTest/1 (3 ms total)
[----------] 4 tests from ImageDataLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] ImageDataLayerTest/1.TestReshape
[ OK ] ImageDataLayerTest/1.TestReshape (32 ms)
[ RUN ] ImageDataLayerTest/1.TestShuffle
[ OK ] ImageDataLayerTest/1.TestShuffle (99 ms)
[ RUN ] ImageDataLayerTest/1.TestResize
[ OK ] ImageDataLayerTest/1.TestResize (155 ms)
[ RUN ] ImageDataLayerTest/1.TestRead
[ OK ] ImageDataLayerTest/1.TestRead (106 ms)
[----------] 4 tests from ImageDataLayerTest/1 (392 ms total)
[----------] 1 test from UniformFillerTest/0, where TypeParam = float
[ RUN ] UniformFillerTest/0.TestFill
[ OK ] UniformFillerTest/0.TestFill (0 ms)
[----------] 1 test from UniformFillerTest/0 (0 ms total)
[----------] 5 tests from MemoryDataLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] MemoryDataLayerTest/0.TestSetBatchSize
[ OK ] MemoryDataLayerTest/0.TestSetBatchSize (3 ms)
[ RUN ] MemoryDataLayerTest/0.AddMatVectorDefaultTransform
[ OK ] MemoryDataLayerTest/0.AddMatVectorDefaultTransform (2 ms)
[ RUN ] MemoryDataLayerTest/0.TestForward
[ OK ] MemoryDataLayerTest/0.TestForward (25 ms)
[ RUN ] MemoryDataLayerTest/0.TestSetup
[ OK ] MemoryDataLayerTest/0.TestSetup (1 ms)
[ RUN ] MemoryDataLayerTest/0.AddDatumVectorDefaultTransform
[ OK ] MemoryDataLayerTest/0.AddDatumVectorDefaultTransform (1 ms)
[----------] 5 tests from MemoryDataLayerTest/0 (32 ms total)
[----------] 1 test from LayerFactoryTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] LayerFactoryTest/1.TestCreateLayer
[ OK ] LayerFactoryTest/1.TestCreateLayer (1 ms)
[----------] 1 test from LayerFactoryTest/1 (1 ms total)
[----------] 1 test from SolverTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SolverTest/1.TestInitTrainTestNets
[ OK ] SolverTest/1.TestInitTrainTestNets (2 ms)
[----------] 1 test from SolverTest/1 (2 ms total)
[----------] 2 tests from EuclideanLossLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] EuclideanLossLayerTest/1.TestForward
[ OK ] EuclideanLossLayerTest/1.TestForward (0 ms)
[ RUN ] EuclideanLossLayerTest/1.TestGradient
[ OK ] EuclideanLossLayerTest/1.TestGradient (0 ms)
[----------] 2 tests from EuclideanLossLayerTest/1 (0 ms total)
[----------] 1 test from GaussianFillerTest/1, where TypeParam = double
[ RUN ] GaussianFillerTest/1.TestFill
[ OK ] GaussianFillerTest/1.TestFill (0 ms)
[----------] 1 test from GaussianFillerTest/1 (0 ms total)
[----------] 3 tests from MaxPoolingDropoutTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] MaxPoolingDropoutTest/1.TestForward
[ OK ] MaxPoolingDropoutTest/1.TestForward (0 ms)
[ RUN ] MaxPoolingDropoutTest/1.TestSetup
[ OK ] MaxPoolingDropoutTest/1.TestSetup (1 ms)
[ RUN ] MaxPoolingDropoutTest/1.TestBackward
[ OK ] MaxPoolingDropoutTest/1.TestBackward (0 ms)
[----------] 3 tests from MaxPoolingDropoutTest/1 (1 ms total)
[----------] 3 tests from SplitLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SplitLayerTest/0.TestGradient
[ OK ] SplitLayerTest/0.TestGradient (5 ms)
[ RUN ] SplitLayerTest/0.Test
[ OK ] SplitLayerTest/0.Test (0 ms)
[ RUN ] SplitLayerTest/0.TestSetup
[ OK ] SplitLayerTest/0.TestSetup (0 ms)
[----------] 3 tests from SplitLayerTest/0 (5 ms total)
[----------] 34 tests from NeuronLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] NeuronLayerTest/0.TestAbsGradient
[ OK ] NeuronLayerTest/0.TestAbsGradient (1 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUForward
[ OK ] NeuronLayerTest/0.TestPReLUForward (1 ms)
[ RUN ] NeuronLayerTest/0.TestBNLLGradient
[ OK ] NeuronLayerTest/0.TestBNLLGradient (5 ms)
[ RUN ] NeuronLayerTest/0.TestSigmoidGradient
[ OK ] NeuronLayerTest/0.TestSigmoidGradient (3 ms)
[ RUN ] NeuronLayerTest/0.TestReLUGradient
[ OK ] NeuronLayerTest/0.TestReLUGradient (1 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradient
[ OK ] NeuronLayerTest/0.TestExpGradient (3 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2Scale3
[ OK ] NeuronLayerTest/0.TestExpGradientBase2Scale3 (3 ms)
[ RUN ] NeuronLayerTest/0.TestAbsVal
[ OK ] NeuronLayerTest/0.TestAbsVal (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2Shift1Scale3
[ OK ] NeuronLayerTest/0.TestExpLayerBase2Shift1Scale3 (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2Shift1
[ OK ] NeuronLayerTest/0.TestExpLayerBase2Shift1 (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2Shift1Scale3
[ OK ] NeuronLayerTest/0.TestExpGradientBase2Shift1Scale3 (3 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutThreeQuarters
[ OK ] NeuronLayerTest/0.TestDropoutThreeQuarters (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2
[ OK ] NeuronLayerTest/0.TestExpGradientBase2 (2 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2Shift1
[ OK ] NeuronLayerTest/0.TestExpGradientBase2Shift1 (3 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutGradientTest
[ OK ] NeuronLayerTest/0.TestDropoutGradientTest (1 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUGradientChannelShared
[ OK ] NeuronLayerTest/0.TestPReLUGradientChannelShared (92 ms)
[ RUN ] NeuronLayerTest/0.TestReLUGradientWithNegativeSlope
[ OK ] NeuronLayerTest/0.TestReLUGradientWithNegativeSlope (1 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutTestPhase
[ OK ] NeuronLayerTest/0.TestDropoutTestPhase (0 ms)
[ RUN ] NeuronLayerTest/0.TestSigmoid
[ OK ] NeuronLayerTest/0.TestSigmoid (0 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutGradient
[ OK ] NeuronLayerTest/0.TestDropoutGradient (2 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUGradient
[ OK ] NeuronLayerTest/0.TestPReLUGradient (73 ms)
[ RUN ] NeuronLayerTest/0.TestReLUWithNegativeSlope
[ OK ] NeuronLayerTest/0.TestReLUWithNegativeSlope (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUParam
[ OK ] NeuronLayerTest/0.TestPReLUParam (0 ms)
[ RUN ] NeuronLayerTest/0.TestBNLL
[ OK ] NeuronLayerTest/0.TestBNLL (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2
[ OK ] NeuronLayerTest/0.TestExpLayerBase2 (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUInPlace
[ OK ] NeuronLayerTest/0.TestPReLUInPlace (0 ms)
[ RUN ] NeuronLayerTest/0.TestTanHGradient
[ OK ] NeuronLayerTest/0.TestTanHGradient (1 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUConsistencyReLU
[ OK ] NeuronLayerTest/0.TestPReLUConsistencyReLU (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUForwardChannelShared
[ OK ] NeuronLayerTest/0.TestPReLUForwardChannelShared (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayer
[ OK ] NeuronLayerTest/0.TestExpLayer (0 ms)
[ RUN ] NeuronLayerTest/0.TestReLU
[ OK ] NeuronLayerTest/0.TestReLU (0 ms)
[ RUN ] NeuronLayerTest/0.TestTanH
[ OK ] NeuronLayerTest/0.TestTanH (0 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutHalf
[ OK ] NeuronLayerTest/0.TestDropoutHalf (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2Scale3
[ OK ] NeuronLayerTest/0.TestExpLayerBase2Scale3 (0 ms)
[----------] 34 tests from NeuronLayerTest/0 (196 ms total)
[----------] 5 tests from DBTest/1, where TypeParam = caffe::TypeLMDB
[ RUN ] DBTest/1.TestWrite
[ OK ] DBTest/1.TestWrite (150 ms)
[ RUN ] DBTest/1.TestKeyValue
[ OK ] DBTest/1.TestKeyValue (85 ms)
[ RUN ] DBTest/1.TestSeekToFirst
[ OK ] DBTest/1.TestSeekToFirst (83 ms)
[ RUN ] DBTest/1.TestNext
[ OK ] DBTest/1.TestNext (83 ms)
[ RUN ] DBTest/1.TestGetDB
[ OK ] DBTest/1.TestGetDB (92 ms)
[----------] 5 tests from DBTest/1 (493 ms total)
[----------] 12 tests from DataLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] DataLayerTest/0.TestReadCropTestLMDB
[ OK ] DataLayerTest/0.TestReadCropTestLMDB (59 ms)
[ RUN ] DataLayerTest/0.TestReadCropTrainSequenceSeededLevelDB
[ OK ] DataLayerTest/0.TestReadCropTrainSequenceSeededLevelDB (218 ms)
[ RUN ] DataLayerTest/0.TestReadCropTrainLevelDB
[ OK ] DataLayerTest/0.TestReadCropTrainLevelDB (151 ms)
[ RUN ] DataLayerTest/0.TestReadCropTestLevelDB
[ OK ] DataLayerTest/0.TestReadCropTestLevelDB (159 ms)
[ RUN ] DataLayerTest/0.TestReadCropTrainSequenceUnseededLevelDB
[ OK ] DataLayerTest/0.TestReadCropTrainSequenceUnseededLevelDB (268 ms)
[ RUN ] DataLayerTest/0.TestReadCropTrainSequenceSeededLMDB
[ OK ] DataLayerTest/0.TestReadCropTrainSequenceSeededLMDB (59 ms)
[ RUN ] DataLayerTest/0.TestReshapeLMDB
[ OK ] DataLayerTest/0.TestReshapeLMDB (50 ms)
[ RUN ] DataLayerTest/0.TestReadCropTrainSequenceUnseededLMDB
[ OK ] DataLayerTest/0.TestReadCropTrainSequenceUnseededLMDB (68 ms)
[ RUN ] DataLayerTest/0.TestReshapeLevelDB
[ OK ] DataLayerTest/0.TestReshapeLevelDB (175 ms)
[ RUN ] DataLayerTest/0.TestReadLMDB
[ OK ] DataLayerTest/0.TestReadLMDB (66 ms)
[ RUN ] DataLayerTest/0.TestReadLevelDB
[ OK ] DataLayerTest/0.TestReadLevelDB (159 ms)
[ RUN ] DataLayerTest/0.TestReadCropTrainLMDB
[ OK ] DataLayerTest/0.TestReadCropTrainLMDB (51 ms)
[----------] 12 tests from DataLayerTest/0 (1484 ms total)
[----------] 11 tests from PoolingLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] PoolingLayerTest/1.TestSetup
[ OK ] PoolingLayerTest/1.TestSetup (0 ms)
[ RUN ] PoolingLayerTest/1.TestForwardMaxPadded
[ OK ] PoolingLayerTest/1.TestForwardMaxPadded (0 ms)
[ RUN ] PoolingLayerTest/1.TestSetupGlobalPooling
[ OK ] PoolingLayerTest/1.TestSetupGlobalPooling (0 ms)
[ RUN ] PoolingLayerTest/1.TestForwardMaxTopMask
[ OK ] PoolingLayerTest/1.TestForwardMaxTopMask (0 ms)
[ RUN ] PoolingLayerTest/1.TestSetupPadded
[ OK ] PoolingLayerTest/1.TestSetupPadded (0 ms)
[ RUN ] PoolingLayerTest/1.TestGradientAvePadded
[ OK ] PoolingLayerTest/1.TestGradientAvePadded (508 ms)
[ RUN ] PoolingLayerTest/1.TestForwardMax
[ OK ] PoolingLayerTest/1.TestForwardMax (0 ms)
[ RUN ] PoolingLayerTest/1.TestGradientMax
[ OK ] PoolingLayerTest/1.TestGradientMax (337 ms)
[ RUN ] PoolingLayerTest/1.TestGradientAve
[ OK ] PoolingLayerTest/1.TestGradientAve (118 ms)
[ RUN ] PoolingLayerTest/1.TestGradientMaxTopMask
[ OK ] PoolingLayerTest/1.TestGradientMaxTopMask (286 ms)
[ RUN ] PoolingLayerTest/1.TestForwardAve
[ OK ] PoolingLayerTest/1.TestForwardAve (0 ms)
[----------] 11 tests from PoolingLayerTest/1 (1250 ms total)
[----------] 3 tests from DummyDataLayerTest/1, where TypeParam = double
[ RUN ] DummyDataLayerTest/1.TestThreeTopConstantGaussianConstant
[ OK ] DummyDataLayerTest/1.TestThreeTopConstantGaussianConstant (0 ms)
[ RUN ] DummyDataLayerTest/1.TestTwoTopConstant
[ OK ] DummyDataLayerTest/1.TestTwoTopConstant (0 ms)
[ RUN ] DummyDataLayerTest/1.TestOneTopConstant
[ OK ] DummyDataLayerTest/1.TestOneTopConstant (0 ms)
[----------] 3 tests from DummyDataLayerTest/1 (0 ms total)
[----------] 3 tests from MSRAFillerTest/1, where TypeParam = double
[ RUN ] MSRAFillerTest/1.TestFillFanOut
[ OK ] MSRAFillerTest/1.TestFillFanOut (2 ms)
[ RUN ] MSRAFillerTest/1.TestFillFanIn
[ OK ] MSRAFillerTest/1.TestFillFanIn (2 ms)
[ RUN ] MSRAFillerTest/1.TestFillAverage
[ OK ] MSRAFillerTest/1.TestFillAverage (2 ms)
[----------] 3 tests from MSRAFillerTest/1 (6 ms total)
[----------] 12 tests from ReshapeLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] ReshapeLayerTest/1.TestFlattenOutputSizes
[ OK ] ReshapeLayerTest/1.TestFlattenOutputSizes (0 ms)
[ RUN ] ReshapeLayerTest/1.TestForwardAfterReshape
[ OK ] ReshapeLayerTest/1.TestForwardAfterReshape (0 ms)
[ RUN ] ReshapeLayerTest/1.TestInferenceOfUnspecified
[ OK ] ReshapeLayerTest/1.TestInferenceOfUnspecified (0 ms)
[ RUN ] ReshapeLayerTest/1.TestInferenceOfUnspecifiedWithStartAxis
[ OK ] ReshapeLayerTest/1.TestInferenceOfUnspecifiedWithStartAxis (0 ms)
[ RUN ] ReshapeLayerTest/1.TestInsertSingletonAxesMiddle
[ OK ] ReshapeLayerTest/1.TestInsertSingletonAxesMiddle (0 ms)
[ RUN ] ReshapeLayerTest/1.TestForward
[ OK ] ReshapeLayerTest/1.TestForward (0 ms)
[ RUN ] ReshapeLayerTest/1.TestGradient
[ OK ] ReshapeLayerTest/1.TestGradient (2 ms)
[ RUN ] ReshapeLayerTest/1.TestFlattenMiddle
[ OK ] ReshapeLayerTest/1.TestFlattenMiddle (0 ms)
[ RUN ] ReshapeLayerTest/1.TestFlattenValues
[ OK ] ReshapeLayerTest/1.TestFlattenValues (0 ms)
[ RUN ] ReshapeLayerTest/1.TestInsertSingletonAxesEnd
[ OK ] ReshapeLayerTest/1.TestInsertSingletonAxesEnd (0 ms)
[ RUN ] ReshapeLayerTest/1.TestCopyDimensions
[ OK ] ReshapeLayerTest/1.TestCopyDimensions (0 ms)
[ RUN ] ReshapeLayerTest/1.TestInsertSingletonAxesStart
[ OK ] ReshapeLayerTest/1.TestInsertSingletonAxesStart (0 ms)
[----------] 12 tests from ReshapeLayerTest/1 (2 ms total)
[----------] 3 tests from MaxPoolingDropoutTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] MaxPoolingDropoutTest/0.TestBackward
[ OK ] MaxPoolingDropoutTest/0.TestBackward (0 ms)
[ RUN ] MaxPoolingDropoutTest/0.TestSetup
[ OK ] MaxPoolingDropoutTest/0.TestSetup (0 ms)
[ RUN ] MaxPoolingDropoutTest/0.TestForward
[ OK ] MaxPoolingDropoutTest/0.TestForward (0 ms)
[----------] 3 tests from MaxPoolingDropoutTest/0 (0 ms total)
[----------] 6 tests from SGDSolverTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SGDSolverTest/1.TestLeastSquaresUpdateWithMomentumMultiIter
[ OK ] SGDSolverTest/1.TestLeastSquaresUpdateWithMomentumMultiIter (29 ms)
[ RUN ] SGDSolverTest/1.TestLeastSquaresUpdateLROneTenth
[ OK ] SGDSolverTest/1.TestLeastSquaresUpdateLROneTenth (6 ms)
[ RUN ] SGDSolverTest/1.TestLeastSquaresUpdateWithWeightDecay
[ OK ] SGDSolverTest/1.TestLeastSquaresUpdateWithWeightDecay (5 ms)
[ RUN ] SGDSolverTest/1.TestLeastSquaresUpdateWithEverything
[ OK ] SGDSolverTest/1.TestLeastSquaresUpdateWithEverything (29 ms)
[ RUN ] SGDSolverTest/1.TestLeastSquaresUpdate
[ OK ] SGDSolverTest/1.TestLeastSquaresUpdate (5 ms)
[ RUN ] SGDSolverTest/1.TestLeastSquaresUpdateWithMomentum
[ OK ] SGDSolverTest/1.TestLeastSquaresUpdateWithMomentum (11 ms)
[----------] 6 tests from SGDSolverTest/1 (86 ms total)
[----------] 4 tests from AdaGradSolverTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdateLROneTenth
[ OK ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdateLROneTenth (6 ms)
[ RUN ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdate
[ OK ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdate (5 ms)
[ RUN ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdateWithEverything
[ OK ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdateWithEverything (29 ms)
[ RUN ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdateWithWeightDecay
[ OK ] AdaGradSolverTest/0.TestAdaGradLeastSquaresUpdateWithWeightDecay (5 ms)
[----------] 4 tests from AdaGradSolverTest/0 (46 ms total)
[----------] 1 test from ConstantFillerTest/0, where TypeParam = float
[ RUN ] ConstantFillerTest/0.TestFill
[ OK ] ConstantFillerTest/0.TestFill (0 ms)
[----------] 1 test from ConstantFillerTest/0 (1 ms total)
[----------] 20 tests from FilterNetTest
[ RUN ] FilterNetTest.TestFilterOutByStage
[ OK ] FilterNetTest.TestFilterOutByStage (0 ms)
[ RUN ] FilterNetTest.TestFilterLeNetTrainTest
[ OK ] FilterNetTest.TestFilterLeNetTrainTest (0 ms)
[ RUN ] FilterNetTest.TestFilterInByIncludeMultiRule
[ OK ] FilterNetTest.TestFilterInByIncludeMultiRule (0 ms)
[ RUN ] FilterNetTest.TestFilterInByMultipleStage2
[ OK ] FilterNetTest.TestFilterInByMultipleStage2 (1 ms)
[ RUN ] FilterNetTest.TestFilterOutByMultipleStage
[ OK ] FilterNetTest.TestFilterOutByMultipleStage (0 ms)
[ RUN ] FilterNetTest.TestFilterInByStage2
[ OK ] FilterNetTest.TestFilterInByStage2 (0 ms)
[ RUN ] FilterNetTest.TestFilterInByStage
[ OK ] FilterNetTest.TestFilterInByStage (0 ms)
[ RUN ] FilterNetTest.TestFilterInByNotStage
[ OK ] FilterNetTest.TestFilterInByNotStage (0 ms)
[ RUN ] FilterNetTest.TestFilterInByMinLevel
[ OK ] FilterNetTest.TestFilterInByMinLevel (0 ms)
[ RUN ] FilterNetTest.TestFilterInOutByIncludeMultiRule
[ OK ] FilterNetTest.TestFilterInOutByIncludeMultiRule (0 ms)
[ RUN ] FilterNetTest.TestFilterOutByNotStage
[ OK ] FilterNetTest.TestFilterOutByNotStage (0 ms)
[ RUN ] FilterNetTest.TestFilterInByMinLevel2
[ OK ] FilterNetTest.TestFilterInByMinLevel2 (0 ms)
[ RUN ] FilterNetTest.TestFilterOutByMaxLevel
[ OK ] FilterNetTest.TestFilterOutByMaxLevel (0 ms)
[ RUN ] FilterNetTest.TestFilterInByMultipleStage
[ OK ] FilterNetTest.TestFilterInByMultipleStage (0 ms)
[ RUN ] FilterNetTest.TestFilterInByMaxLevel
[ OK ] FilterNetTest.TestFilterInByMaxLevel (0 ms)
[ RUN ] FilterNetTest.TestFilterOutByMinLevel
[ OK ] FilterNetTest.TestFilterOutByMinLevel (0 ms)
[ RUN ] FilterNetTest.TestNoFilter
[ OK ] FilterNetTest.TestNoFilter (0 ms)
[ RUN ] FilterNetTest.TestFilterInOutByExcludeMultiRule
[ OK ] FilterNetTest.TestFilterInOutByExcludeMultiRule (0 ms)
[ RUN ] FilterNetTest.TestFilterInByMaxLevel2
[ OK ] FilterNetTest.TestFilterInByMaxLevel2 (0 ms)
[ RUN ] FilterNetTest.TestFilterOutByStage2
[ OK ] FilterNetTest.TestFilterOutByStage2 (0 ms)
[----------] 20 tests from FilterNetTest (2 ms total)
[----------] 3 tests from MSRAFillerTest/0, where TypeParam = float
[ RUN ] MSRAFillerTest/0.TestFillFanOut
[ OK ] MSRAFillerTest/0.TestFillFanOut (1 ms)
[ RUN ] MSRAFillerTest/0.TestFillFanIn
[ OK ] MSRAFillerTest/0.TestFillFanIn (1 ms)
[ RUN ] MSRAFillerTest/0.TestFillAverage
[ OK ] MSRAFillerTest/0.TestFillAverage (1 ms)
[----------] 3 tests from MSRAFillerTest/0 (3 ms total)
[----------] 6 tests from ArgMaxLayerTest/0, where TypeParam = float
[ RUN ] ArgMaxLayerTest/0.TestSetup
[ OK ] ArgMaxLayerTest/0.TestSetup (0 ms)
[ RUN ] ArgMaxLayerTest/0.TestCPU
[ OK ] ArgMaxLayerTest/0.TestCPU (0 ms)
[ RUN ] ArgMaxLayerTest/0.TestCPUMaxValTopK
[ OK ] ArgMaxLayerTest/0.TestCPUMaxValTopK (0 ms)
[ RUN ] ArgMaxLayerTest/0.TestSetupMaxVal
[ OK ] ArgMaxLayerTest/0.TestSetupMaxVal (0 ms)
[ RUN ] ArgMaxLayerTest/0.TestCPUTopK
[ OK ] ArgMaxLayerTest/0.TestCPUTopK (0 ms)
[ RUN ] ArgMaxLayerTest/0.TestCPUMaxVal
[ OK ] ArgMaxLayerTest/0.TestCPUMaxVal (0 ms)
[----------] 6 tests from ArgMaxLayerTest/0 (0 ms total)
[----------] 3 tests from BlobMathTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] BlobMathTest/1.TestScaleData
[ OK ] BlobMathTest/1.TestScaleData (0 ms)
[ RUN ] BlobMathTest/1.TestSumOfSquares
[ OK ] BlobMathTest/1.TestSumOfSquares (0 ms)
[ RUN ] BlobMathTest/1.TestAsum
[ OK ] BlobMathTest/1.TestAsum (0 ms)
[----------] 3 tests from BlobMathTest/1 (0 ms total)
[----------] 6 tests from ArgMaxLayerTest/1, where TypeParam = double
[ RUN ] ArgMaxLayerTest/1.TestCPUTopK
[ OK ] ArgMaxLayerTest/1.TestCPUTopK (0 ms)
[ RUN ] ArgMaxLayerTest/1.TestCPUMaxVal
[ OK ] ArgMaxLayerTest/1.TestCPUMaxVal (0 ms)
[ RUN ] ArgMaxLayerTest/1.TestSetup
[ OK ] ArgMaxLayerTest/1.TestSetup (0 ms)
[ RUN ] ArgMaxLayerTest/1.TestCPUMaxValTopK
[ OK ] ArgMaxLayerTest/1.TestCPUMaxValTopK (0 ms)
[ RUN ] ArgMaxLayerTest/1.TestSetupMaxVal
[ OK ] ArgMaxLayerTest/1.TestSetupMaxVal (0 ms)
[ RUN ] ArgMaxLayerTest/1.TestCPU
[ OK ] ArgMaxLayerTest/1.TestCPU (0 ms)
[----------] 6 tests from ArgMaxLayerTest/1 (0 ms total)
[----------] 10 tests from EltwiseLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] EltwiseLayerTest/1.TestSetUp
[ OK ] EltwiseLayerTest/1.TestSetUp (0 ms)
[ RUN ] EltwiseLayerTest/1.TestUnstableProdGradient
[ OK ] EltwiseLayerTest/1.TestUnstableProdGradient (2 ms)
[ RUN ] EltwiseLayerTest/1.TestSum
[ OK ] EltwiseLayerTest/1.TestSum (0 ms)
[ RUN ] EltwiseLayerTest/1.TestStableProdGradient
[ OK ] EltwiseLayerTest/1.TestStableProdGradient (3 ms)
[ RUN ] EltwiseLayerTest/1.TestMax
[ OK ] EltwiseLayerTest/1.TestMax (0 ms)
[ RUN ] EltwiseLayerTest/1.TestSumGradient
[ OK ] EltwiseLayerTest/1.TestSumGradient (2 ms)
[ RUN ] EltwiseLayerTest/1.TestProd
[ OK ] EltwiseLayerTest/1.TestProd (0 ms)
[ RUN ] EltwiseLayerTest/1.TestSumCoeffGradient
[ OK ] EltwiseLayerTest/1.TestSumCoeffGradient (2 ms)
[ RUN ] EltwiseLayerTest/1.TestSumCoeff
[ OK ] EltwiseLayerTest/1.TestSumCoeff (0 ms)
[ RUN ] EltwiseLayerTest/1.TestMaxGradient
[ OK ] EltwiseLayerTest/1.TestMaxGradient (2 ms)
[----------] 10 tests from EltwiseLayerTest/1 (11 ms total)
[----------] 11 tests from RandomNumberGeneratorTest/0, where TypeParam = float
[ RUN ] RandomNumberGeneratorTest/0.TestRngBernoulli
[ OK ] RandomNumberGeneratorTest/0.TestRngBernoulli (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngUniform2
[ OK ] RandomNumberGeneratorTest/0.TestRngUniform2 (1 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngGaussian
[ OK ] RandomNumberGeneratorTest/0.TestRngGaussian (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngUniformTimesUniform
[ OK ] RandomNumberGeneratorTest/0.TestRngUniformTimesUniform (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngGaussianTimesBernoulli
[ OK ] RandomNumberGeneratorTest/0.TestRngGaussianTimesBernoulli (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngUniformTimesBernoulli
[ OK ] RandomNumberGeneratorTest/0.TestRngUniformTimesBernoulli (1 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngGaussianTimesGaussian
[ OK ] RandomNumberGeneratorTest/0.TestRngGaussianTimesGaussian (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngGaussian2
[ OK ] RandomNumberGeneratorTest/0.TestRngGaussian2 (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngUniform
[ OK ] RandomNumberGeneratorTest/0.TestRngUniform (0 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngBernoulli2
[ OK ] RandomNumberGeneratorTest/0.TestRngBernoulli2 (1 ms)
[ RUN ] RandomNumberGeneratorTest/0.TestRngBernoulliTimesBernoulli
[ OK ] RandomNumberGeneratorTest/0.TestRngBernoulliTimesBernoulli (0 ms)
[----------] 11 tests from RandomNumberGeneratorTest/0 (3 ms total)
[----------] 22 tests from NetTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] NetTest/1.TestGetBlob
[ OK ] NetTest/1.TestGetBlob (1 ms)
[ RUN ] NetTest/1.TestSharedWeightsDiffNet
[ OK ] NetTest/1.TestSharedWeightsDiffNet (1 ms)
[ RUN ] NetTest/1.TestGetLayerByName
[ OK ] NetTest/1.TestGetLayerByName (1 ms)
[ RUN ] NetTest/1.TestSharedWeightsResume
[ OK ] NetTest/1.TestSharedWeightsResume (1 ms)
[ RUN ] NetTest/1.TestHasLayer
[ OK ] NetTest/1.TestHasLayer (1 ms)
[ RUN ] NetTest/1.TestSharedWeightsUpdate
[ OK ] NetTest/1.TestSharedWeightsUpdate (1 ms)
[ RUN ] NetTest/1.TestComboLossWeight
[ OK ] NetTest/1.TestComboLossWeight (2 ms)
[ RUN ] NetTest/1.TestBackwardWithAccuracyLayer
[ OK ] NetTest/1.TestBackwardWithAccuracyLayer (2 ms)
[ RUN ] NetTest/1.TestLossWeightMidNet
[ OK ] NetTest/1.TestLossWeightMidNet (3 ms)
[ RUN ] NetTest/1.TestSharedWeightsDataNet
[ OK ] NetTest/1.TestSharedWeightsDataNet (0 ms)
[ RUN ] NetTest/1.TestBottomNeedBackwardTricky
[ OK ] NetTest/1.TestBottomNeedBackwardTricky (2 ms)
[ RUN ] NetTest/1.TestUnsharedWeightsDiffNet
[ OK ] NetTest/1.TestUnsharedWeightsDiffNet (0 ms)
[ RUN ] NetTest/1.TestBottomNeedBackwardForce
[ OK ] NetTest/1.TestBottomNeedBackwardForce (2 ms)
[ RUN ] NetTest/1.TestBottomNeedBackward
[ OK ] NetTest/1.TestBottomNeedBackward (1 ms)
[ RUN ] NetTest/1.TestLossWeight
[ OK ] NetTest/1.TestLossWeight (3 ms)
[ RUN ] NetTest/1.TestUnsharedWeightsDataNet
[ OK ] NetTest/1.TestUnsharedWeightsDataNet (0 ms)
[ RUN ] NetTest/1.TestBottomNeedBackwardEuclideanForce
[ OK ] NetTest/1.TestBottomNeedBackwardEuclideanForce (1 ms)
[ RUN ] NetTest/1.TestFromTo
[ OK ] NetTest/1.TestFromTo (2 ms)
[ RUN ] NetTest/1.TestSkipPropagateDown
[ OK ] NetTest/1.TestSkipPropagateDown (0 ms)
[ RUN ] NetTest/1.TestHasBlob
[ OK ] NetTest/1.TestHasBlob (1 ms)
[ RUN ] NetTest/1.TestParamPropagateDown
[ OK ] NetTest/1.TestParamPropagateDown (2 ms)
[ RUN ] NetTest/1.TestReshape
[ OK ] NetTest/1.TestReshape (0 ms)
[----------] 22 tests from NetTest/1 (28 ms total)
[----------] 22 tests from NetTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] NetTest/0.TestHasLayer
[ OK ] NetTest/0.TestHasLayer (1 ms)
[ RUN ] NetTest/0.TestLossWeight
[ OK ] NetTest/0.TestLossWeight (2 ms)
[ RUN ] NetTest/0.TestBottomNeedBackwardEuclideanForce
[ OK ] NetTest/0.TestBottomNeedBackwardEuclideanForce (1 ms)
[ RUN ] NetTest/0.TestBottomNeedBackwardForce
[ OK ] NetTest/0.TestBottomNeedBackwardForce (1 ms)
[ RUN ] NetTest/0.TestGetBlob
[ OK ] NetTest/0.TestGetBlob (0 ms)
[ RUN ] NetTest/0.TestUnsharedWeightsDataNet
[ OK ] NetTest/0.TestUnsharedWeightsDataNet (1 ms)
[ RUN ] NetTest/0.TestHasBlob
[ OK ] NetTest/0.TestHasBlob (1 ms)
[ RUN ] NetTest/0.TestFromTo
[ OK ] NetTest/0.TestFromTo (1 ms)
[ RUN ] NetTest/0.TestComboLossWeight
[ OK ] NetTest/0.TestComboLossWeight (2 ms)
[ RUN ] NetTest/0.TestSharedWeightsDataNet
[ OK ] NetTest/0.TestSharedWeightsDataNet (0 ms)
[ RUN ] NetTest/0.TestBottomNeedBackward
[ OK ] NetTest/0.TestBottomNeedBackward (1 ms)
[ RUN ] NetTest/0.TestSharedWeightsDiffNet
[ OK ] NetTest/0.TestSharedWeightsDiffNet (0 ms)
[ RUN ] NetTest/0.TestBottomNeedBackwardTricky
[ OK ] NetTest/0.TestBottomNeedBackwardTricky (1 ms)
[ RUN ] NetTest/0.TestLossWeightMidNet
[ OK ] NetTest/0.TestLossWeightMidNet (3 ms)
[ RUN ] NetTest/0.TestParamPropagateDown
[ OK ] NetTest/0.TestParamPropagateDown (1 ms)
[ RUN ] NetTest/0.TestSharedWeightsUpdate
[ OK ] NetTest/0.TestSharedWeightsUpdate (1 ms)
[ RUN ] NetTest/0.TestGetLayerByName
[ OK ] NetTest/0.TestGetLayerByName (1 ms)
[ RUN ] NetTest/0.TestSharedWeightsResume
[ OK ] NetTest/0.TestSharedWeightsResume (0 ms)
[ RUN ] NetTest/0.TestReshape
[ OK ] NetTest/0.TestReshape (1 ms)
[ RUN ] NetTest/0.TestBackwardWithAccuracyLayer
[ OK ] NetTest/0.TestBackwardWithAccuracyLayer (14 ms)
[ RUN ] NetTest/0.TestUnsharedWeightsDiffNet
[ OK ] NetTest/0.TestUnsharedWeightsDiffNet (1 ms)
[ RUN ] NetTest/0.TestSkipPropagateDown
[ OK ] NetTest/0.TestSkipPropagateDown (2 ms)
[----------] 22 tests from NetTest/0 (36 ms total)
[----------] 1 test from HDF5DataLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] HDF5DataLayerTest/1.TestRead
[ OK ] HDF5DataLayerTest/1.TestRead (9 ms)
[----------] 1 test from HDF5DataLayerTest/1 (9 ms total)
[----------] 3 tests from TanHLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] TanHLayerTest/1.TestTanH
[ OK ] TanHLayerTest/1.TestTanH (0 ms)
[ RUN ] TanHLayerTest/1.TestTanHOverflow
[ OK ] TanHLayerTest/1.TestTanHOverflow (0 ms)
[ RUN ] TanHLayerTest/1.TestTanHGradient
[ OK ] TanHLayerTest/1.TestTanHGradient (4 ms)
[----------] 3 tests from TanHLayerTest/1 (4 ms total)
[----------] 1 test from HDF5OutputLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] HDF5OutputLayerTest/1.TestForward
[ OK ] HDF5OutputLayerTest/1.TestForward (4 ms)
[----------] 1 test from HDF5OutputLayerTest/1 (4 ms total)
[----------] 3 tests from BlobMathTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] BlobMathTest/0.TestAsum
[ OK ] BlobMathTest/0.TestAsum (0 ms)
[ RUN ] BlobMathTest/0.TestSumOfSquares
[ OK ] BlobMathTest/0.TestSumOfSquares (0 ms)
[ RUN ] BlobMathTest/0.TestScaleData
[ OK ] BlobMathTest/0.TestScaleData (0 ms)
[----------] 3 tests from BlobMathTest/0 (0 ms total)
[----------] 1 test from PositiveUnitballFillerTest/1, where TypeParam = double
[ RUN ] PositiveUnitballFillerTest/1.TestFill
[ OK ] PositiveUnitballFillerTest/1.TestFill (0 ms)
[----------] 1 test from PositiveUnitballFillerTest/1 (0 ms total)
[----------] 10 tests from EltwiseLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] EltwiseLayerTest/0.TestProd
[ OK ] EltwiseLayerTest/0.TestProd (0 ms)
[ RUN ] EltwiseLayerTest/0.TestStableProdGradient
[ OK ] EltwiseLayerTest/0.TestStableProdGradient (4 ms)
[ RUN ] EltwiseLayerTest/0.TestSumCoeff
[ OK ] EltwiseLayerTest/0.TestSumCoeff (0 ms)
[ RUN ] EltwiseLayerTest/0.TestMax
[ OK ] EltwiseLayerTest/0.TestMax (0 ms)
[ RUN ] EltwiseLayerTest/0.TestSumCoeffGradient
[ OK ] EltwiseLayerTest/0.TestSumCoeffGradient (5 ms)
[ RUN ] EltwiseLayerTest/0.TestSum
[ OK ] EltwiseLayerTest/0.TestSum (0 ms)
[ RUN ] EltwiseLayerTest/0.TestMaxGradient
[ OK ] EltwiseLayerTest/0.TestMaxGradient (4 ms)
[ RUN ] EltwiseLayerTest/0.TestSumGradient
[ OK ] EltwiseLayerTest/0.TestSumGradient (3 ms)
[ RUN ] EltwiseLayerTest/0.TestUnstableProdGradient
[ OK ] EltwiseLayerTest/0.TestUnstableProdGradient (4 ms)
[ RUN ] EltwiseLayerTest/0.TestSetUp
[ OK ] EltwiseLayerTest/0.TestSetUp (0 ms)
[----------] 10 tests from EltwiseLayerTest/0 (20 ms total)
[----------] 4 tests from ContrastiveLossLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] ContrastiveLossLayerTest/0.TestGradient
[ OK ] ContrastiveLossLayerTest/0.TestGradient (112 ms)
[ RUN ] ContrastiveLossLayerTest/0.TestForwardLegacy
[ OK ] ContrastiveLossLayerTest/0.TestForwardLegacy (0 ms)
[ RUN ] ContrastiveLossLayerTest/0.TestGradientLegacy
[ OK ] ContrastiveLossLayerTest/0.TestGradientLegacy (82 ms)
[ RUN ] ContrastiveLossLayerTest/0.TestForward
[ OK ] ContrastiveLossLayerTest/0.TestForward (0 ms)
[----------] 4 tests from ContrastiveLossLayerTest/0 (194 ms total)
[----------] 1 test from LayerFactoryTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] LayerFactoryTest/0.TestCreateLayer
[ OK ] LayerFactoryTest/0.TestCreateLayer (0 ms)
[----------] 1 test from LayerFactoryTest/0 (0 ms total)
[----------] 10 tests from PowerLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] PowerLayerTest/0.TestPowerGradient
[ OK ] PowerLayerTest/0.TestPowerGradient (4 ms)
[ RUN ] PowerLayerTest/0.TestPowerOne
[ OK ] PowerLayerTest/0.TestPowerOne (0 ms)
[ RUN ] PowerLayerTest/0.TestPowerZero
[ OK ] PowerLayerTest/0.TestPowerZero (0 ms)
[ RUN ] PowerLayerTest/0.TestPowerOneGradient
[ OK ] PowerLayerTest/0.TestPowerOneGradient (0 ms)
[ RUN ] PowerLayerTest/0.TestPowerTwoScaleHalfGradient
[ OK ] PowerLayerTest/0.TestPowerTwoScaleHalfGradient (2 ms)
[ RUN ] PowerLayerTest/0.TestPower
[ OK ] PowerLayerTest/0.TestPower (3 ms)
[ RUN ] PowerLayerTest/0.TestPowerTwo
[ OK ] PowerLayerTest/0.TestPowerTwo (0 ms)
[ RUN ] PowerLayerTest/0.TestPowerTwoGradient
[ OK ] PowerLayerTest/0.TestPowerTwoGradient (2 ms)
[ RUN ] PowerLayerTest/0.TestPowerGradientShiftZero
[ OK ] PowerLayerTest/0.TestPowerGradientShiftZero (3 ms)
[ RUN ] PowerLayerTest/0.TestPowerZeroGradient
[ OK ] PowerLayerTest/0.TestPowerZeroGradient (1 ms)
[----------] 10 tests from PowerLayerTest/0 (15 ms total)
[----------] 3 tests from BlobSimpleTest/1, where TypeParam = double
[ RUN ] BlobSimpleTest/1.TestLegacyBlobProtoShapeEquals
[ OK ] BlobSimpleTest/1.TestLegacyBlobProtoShapeEquals (0 ms)
[ RUN ] BlobSimpleTest/1.TestReshape
[ OK ] BlobSimpleTest/1.TestReshape (0 ms)
[ RUN ] BlobSimpleTest/1.TestInitialization
[ OK ] BlobSimpleTest/1.TestInitialization (0 ms)
[----------] 3 tests from BlobSimpleTest/1 (0 ms total)
[----------] 1 test from InfogainLossLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] InfogainLossLayerTest/0.TestGradient
[ OK ] InfogainLossLayerTest/0.TestGradient (0 ms)
[----------] 1 test from InfogainLossLayerTest/0 (0 ms total)
[----------] 4 tests from ContrastiveLossLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] ContrastiveLossLayerTest/1.TestForward
[ OK ] ContrastiveLossLayerTest/1.TestForward (0 ms)
[ RUN ] ContrastiveLossLayerTest/1.TestForwardLegacy
[ OK ] ContrastiveLossLayerTest/1.TestForwardLegacy (0 ms)
[ RUN ] ContrastiveLossLayerTest/1.TestGradient
[ OK ] ContrastiveLossLayerTest/1.TestGradient (88 ms)
[ RUN ] ContrastiveLossLayerTest/1.TestGradientLegacy
[ OK ] ContrastiveLossLayerTest/1.TestGradientLegacy (81 ms)
[----------] 4 tests from ContrastiveLossLayerTest/1 (169 ms total)
[----------] 3 tests from ThresholdLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] ThresholdLayerTest/1.Test2
[ OK ] ThresholdLayerTest/1.Test2 (0 ms)
[ RUN ] ThresholdLayerTest/1.Test
[ OK ] ThresholdLayerTest/1.Test (0 ms)
[ RUN ] ThresholdLayerTest/1.TestSetup
[ OK ] ThresholdLayerTest/1.TestSetup (0 ms)
[----------] 3 tests from ThresholdLayerTest/1 (0 ms total)
[----------] 6 tests from MVNLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] MVNLayerTest/0.TestGradientMeanOnly
[ OK ] MVNLayerTest/0.TestGradientMeanOnly (127 ms)
[ RUN ] MVNLayerTest/0.TestGradient
[ OK ] MVNLayerTest/0.TestGradient (127 ms)
[ RUN ] MVNLayerTest/0.TestForward
[ OK ] MVNLayerTest/0.TestForward (0 ms)
[ RUN ] MVNLayerTest/0.TestGradientAcrossChannels
[ OK ] MVNLayerTest/0.TestGradientAcrossChannels (127 ms)
[ RUN ] MVNLayerTest/0.TestForwardAcrossChannels
[ OK ] MVNLayerTest/0.TestForwardAcrossChannels (0 ms)
[ RUN ] MVNLayerTest/0.TestForwardMeanOnly
[ OK ] MVNLayerTest/0.TestForwardMeanOnly (0 ms)
[----------] 6 tests from MVNLayerTest/0 (381 ms total)
[----------] 2 tests from SoftmaxLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SoftmaxLayerTest/1.TestForward
[ OK ] SoftmaxLayerTest/1.TestForward (0 ms)
[ RUN ] SoftmaxLayerTest/1.TestGradient
[ OK ] SoftmaxLayerTest/1.TestGradient (136 ms)
[----------] 2 tests from SoftmaxLayerTest/1 (136 ms total)
[----------] 6 tests from SGDSolverTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdateLROneTenth
[ OK ] SGDSolverTest/0.TestLeastSquaresUpdateLROneTenth (6 ms)
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdate
[ OK ] SGDSolverTest/0.TestLeastSquaresUpdate (6 ms)
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdateWithMomentum
[ OK ] SGDSolverTest/0.TestLeastSquaresUpdateWithMomentum (11 ms)
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdateWithEverything
[ OK ] SGDSolverTest/0.TestLeastSquaresUpdateWithEverything (29 ms)
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdateWithWeightDecay
[ OK ] SGDSolverTest/0.TestLeastSquaresUpdateWithWeightDecay (5 ms)
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdateWithMomentumMultiIter
[ OK ] SGDSolverTest/0.TestLeastSquaresUpdateWithMomentumMultiIter (29 ms)
[----------] 6 tests from SGDSolverTest/0 (86 ms total)
[----------] 2 tests from EuclideanLossLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] EuclideanLossLayerTest/0.TestGradient
[ OK ] EuclideanLossLayerTest/0.TestGradient (0 ms)
[ RUN ] EuclideanLossLayerTest/0.TestForward
[ OK ] EuclideanLossLayerTest/0.TestForward (0 ms)
[----------] 2 tests from EuclideanLossLayerTest/0 (0 ms total)
[----------] 1 test from SolverTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SolverTest/0.TestInitTrainTestNets
[ OK ] SolverTest/0.TestInitTrainTestNets (1 ms)
[----------] 1 test from SolverTest/0 (1 ms total)
[----------] 3 tests from DeconvolutionLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] DeconvolutionLayerTest/0.TestGradient
[ OK ] DeconvolutionLayerTest/0.TestGradient (409 ms)
[ RUN ] DeconvolutionLayerTest/0.TestSimpleDeconvolution
[ OK ] DeconvolutionLayerTest/0.TestSimpleDeconvolution (0 ms)
[ RUN ] DeconvolutionLayerTest/0.TestSetup
[ OK ] DeconvolutionLayerTest/0.TestSetup (0 ms)
[----------] 3 tests from DeconvolutionLayerTest/0 (409 ms total)
[----------] 1 test from StochasticPoolingLayerTest/1, where TypeParam = double
[ RUN ] StochasticPoolingLayerTest/1.TestSetup
[ OK ] StochasticPoolingLayerTest/1.TestSetup (0 ms)
[----------] 1 test from StochasticPoolingLayerTest/1 (0 ms total)
[----------] 5 tests from BenchmarkTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] BenchmarkTest/1.TestTimerSeconds
[ OK ] BenchmarkTest/1.TestTimerSeconds (300 ms)
[ RUN ] BenchmarkTest/1.TestTimerMilliSeconds
[ OK ] BenchmarkTest/1.TestTimerMilliSeconds (300 ms)
[ RUN ] BenchmarkTest/1.TestTimerConstructor
[ OK ] BenchmarkTest/1.TestTimerConstructor (0 ms)
[ RUN ] BenchmarkTest/1.TestTimerStop
[ OK ] BenchmarkTest/1.TestTimerStop (0 ms)
[ RUN ] BenchmarkTest/1.TestTimerStart
[ OK ] BenchmarkTest/1.TestTimerStart (0 ms)
[----------] 5 tests from BenchmarkTest/1 (601 ms total)
[----------] 6 tests from SliceLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SliceLayerTest/0.TestSliceAcrossNum
[ OK ] SliceLayerTest/0.TestSliceAcrossNum (0 ms)
[ RUN ] SliceLayerTest/0.TestSliceAcrossChannels
[ OK ] SliceLayerTest/0.TestSliceAcrossChannels (0 ms)
[ RUN ] SliceLayerTest/0.TestSetupChannels
[ OK ] SliceLayerTest/0.TestSetupChannels (0 ms)
[ RUN ] SliceLayerTest/0.TestGradientAcrossChannels
[ OK ] SliceLayerTest/0.TestGradientAcrossChannels (40 ms)
[ RUN ] SliceLayerTest/0.TestGradientAcrossNum
[ OK ] SliceLayerTest/0.TestGradientAcrossNum (31 ms)
[ RUN ] SliceLayerTest/0.TestSetupNum
[ OK ] SliceLayerTest/0.TestSetupNum (0 ms)
[----------] 6 tests from SliceLayerTest/0 (71 ms total)
[----------] 2 tests from HingeLossLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] HingeLossLayerTest/0.TestGradientL2
[ OK ] HingeLossLayerTest/0.TestGradientL2 (0 ms)
[ RUN ] HingeLossLayerTest/0.TestGradientL1
[ OK ] HingeLossLayerTest/0.TestGradientL1 (0 ms)
[----------] 2 tests from HingeLossLayerTest/0 (0 ms total)
[----------] 1 test from MultinomialLogisticLossLayerTest/1, where TypeParam = double
[ RUN ] MultinomialLogisticLossLayerTest/1.TestGradientCPU
[ OK ] MultinomialLogisticLossLayerTest/1.TestGradientCPU (1 ms)
[----------] 1 test from MultinomialLogisticLossLayerTest/1 (1 ms total)
[----------] 2 tests from SigmoidCrossEntropyLossLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] SigmoidCrossEntropyLossLayerTest/1.TestSigmoidCrossEntropyLoss
[ OK ] SigmoidCrossEntropyLossLayerTest/1.TestSigmoidCrossEntropyLoss (2 ms)
[ RUN ] SigmoidCrossEntropyLossLayerTest/1.TestGradient
[ OK ] SigmoidCrossEntropyLossLayerTest/1.TestGradient (0 ms)
[----------] 2 tests from SigmoidCrossEntropyLossLayerTest/1 (2 ms total)
[----------] 3 tests from ThresholdLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] ThresholdLayerTest/0.TestSetup
[ OK ] ThresholdLayerTest/0.TestSetup (0 ms)
[ RUN ] ThresholdLayerTest/0.Test
[ OK ] ThresholdLayerTest/0.Test (1 ms)
[ RUN ] ThresholdLayerTest/0.Test2
[ OK ] ThresholdLayerTest/0.Test2 (0 ms)
[----------] 3 tests from ThresholdLayerTest/0 (1 ms total)
[----------] 11 tests from RandomNumberGeneratorTest/1, where TypeParam = double
[ RUN ] RandomNumberGeneratorTest/1.TestRngBernoulliTimesBernoulli
[ OK ] RandomNumberGeneratorTest/1.TestRngBernoulliTimesBernoulli (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngGaussianTimesGaussian
[ OK ] RandomNumberGeneratorTest/1.TestRngGaussianTimesGaussian (1 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngGaussianTimesBernoulli
[ OK ] RandomNumberGeneratorTest/1.TestRngGaussianTimesBernoulli (1 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngBernoulli2
[ OK ] RandomNumberGeneratorTest/1.TestRngBernoulli2 (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngBernoulli
[ OK ] RandomNumberGeneratorTest/1.TestRngBernoulli (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngUniformTimesBernoulli
[ OK ] RandomNumberGeneratorTest/1.TestRngUniformTimesBernoulli (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngGaussian2
[ OK ] RandomNumberGeneratorTest/1.TestRngGaussian2 (1 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngUniformTimesUniform
[ OK ] RandomNumberGeneratorTest/1.TestRngUniformTimesUniform (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngUniform
[ OK ] RandomNumberGeneratorTest/1.TestRngUniform (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngUniform2
[ OK ] RandomNumberGeneratorTest/1.TestRngUniform2 (0 ms)
[ RUN ] RandomNumberGeneratorTest/1.TestRngGaussian
[ OK ] RandomNumberGeneratorTest/1.TestRngGaussian (1 ms)
[----------] 11 tests from RandomNumberGeneratorTest/1 (5 ms total)
[----------] 3 tests from DeconvolutionLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] DeconvolutionLayerTest/1.TestSetup
[ OK ] DeconvolutionLayerTest/1.TestSetup (0 ms)
[ RUN ] DeconvolutionLayerTest/1.TestSimpleDeconvolution
[ OK ] DeconvolutionLayerTest/1.TestSimpleDeconvolution (0 ms)
[ RUN ] DeconvolutionLayerTest/1.TestGradient
[ OK ] DeconvolutionLayerTest/1.TestGradient (476 ms)
[----------] 3 tests from DeconvolutionLayerTest/1 (476 ms total)
[----------] 26 tests from IOTest
[ RUN ] IOTest.TestReadImageToDatumContent
[ OK ] IOTest.TestReadImageToDatumContent (7 ms)
[ RUN ] IOTest.TestReadImageToDatumResized
[ OK ] IOTest.TestReadImageToDatumResized (2 ms)
[ RUN ] IOTest.TestReadImageToDatumResizedGray
[ OK ] IOTest.TestReadImageToDatumResizedGray (2 ms)
[ RUN ] IOTest.TestDecodeDatumToCVMatContentNative
[ OK ] IOTest.TestDecodeDatumToCVMatContentNative (37 ms)
[ RUN ] IOTest.TestDecodeDatumToCVMatNativeGray
[ OK ] IOTest.TestDecodeDatumToCVMatNativeGray (2 ms)
[ RUN ] IOTest.TestReadImageToCVMatResizedGray
[ OK ] IOTest.TestReadImageToCVMatResizedGray (2 ms)
[ RUN ] IOTest.TestDecodeDatumToCVMat
[ OK ] IOTest.TestDecodeDatumToCVMat (5 ms)
[ RUN ] IOTest.TestReadImageToCVMat
[ OK ] IOTest.TestReadImageToCVMat (3 ms)
[ RUN ] IOTest.TestCVMatToDatumContent
[ OK ] IOTest.TestCVMatToDatumContent (9 ms)
[ RUN ] IOTest.TestCVMatToDatum
[ OK ] IOTest.TestCVMatToDatum (4 ms)
[ RUN ] IOTest.TestReadImageToDatumReference
[ OK ] IOTest.TestReadImageToDatumReference (9 ms)
[ RUN ] IOTest.TestReadFileToDatum
[ OK ] IOTest.TestReadFileToDatum (0 ms)
[ RUN ] IOTest.TestReadImageToDatumGray
[ OK ] IOTest.TestReadImageToDatumGray (3 ms)
[ RUN ] IOTest.TestReadImageToDatum
[ OK ] IOTest.TestReadImageToDatum (4 ms)
[ RUN ] IOTest.TestReadImageToDatumReferenceResized
[ OK ] IOTest.TestReadImageToDatumReferenceResized (6 ms)
[ RUN ] IOTest.TestDecodeDatumToCVMatContent
[ OK ] IOTest.TestDecodeDatumToCVMatContent (9 ms)
[ RUN ] IOTest.TestReadImageToCVMatResizedSquare
[ OK ] IOTest.TestReadImageToCVMatResizedSquare (3 ms)
[ RUN ] IOTest.TestReadImageToDatumResizedSquare
[ OK ] IOTest.TestReadImageToDatumResizedSquare (4 ms)
[ RUN ] IOTest.TestReadImageToCVMatGray
[ OK ] IOTest.TestReadImageToCVMatGray (1 ms)
[ RUN ] IOTest.TestDecodeDatum
[ OK ] IOTest.TestDecodeDatum (8 ms)
[ RUN ] IOTest.TestDecodeDatumNative
[ OK ] IOTest.TestDecodeDatumNative (8 ms)
[ RUN ] IOTest.TestDecodeDatumNativeGray
[ OK ] IOTest.TestDecodeDatumNativeGray (4 ms)
[ RUN ] IOTest.TestDecodeDatumToCVMatNative
[ OK ] IOTest.TestDecodeDatumToCVMatNative (2 ms)
[ RUN ] IOTest.TestReadImageToCVMatResized
[ OK ] IOTest.TestReadImageToCVMatResized (3 ms)
[ RUN ] IOTest.TestReadImageToDatumContentGray
[ OK ] IOTest.TestReadImageToDatumContentGray (4 ms)
[ RUN ] IOTest.TestCVMatToDatumReference
[ OK ] IOTest.TestCVMatToDatumReference (8 ms)
[----------] 26 tests from IOTest (150 ms total)
[----------] 4 tests from ImageDataLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] ImageDataLayerTest/0.TestRead
[ OK ] ImageDataLayerTest/0.TestRead (107 ms)
[ RUN ] ImageDataLayerTest/0.TestShuffle
[ OK ] ImageDataLayerTest/0.TestShuffle (81 ms)
[ RUN ] ImageDataLayerTest/0.TestReshape
[ OK ] ImageDataLayerTest/0.TestReshape (24 ms)
[ RUN ] ImageDataLayerTest/0.TestResize
[ OK ] ImageDataLayerTest/0.TestResize (59 ms)
[----------] 4 tests from ImageDataLayerTest/0 (271 ms total)
[----------] 5 tests from SPPLayerTest/0, where TypeParam = caffe::FloatCPU
[ RUN ] SPPLayerTest/0.TestSetup
[ OK ] SPPLayerTest/0.TestSetup (1 ms)
[ RUN ] SPPLayerTest/0.TestForwardBackward
[ OK ] SPPLayerTest/0.TestForwardBackward (0 ms)
[ RUN ] SPPLayerTest/0.TestEqualOutputDims2
[ OK ] SPPLayerTest/0.TestEqualOutputDims2 (0 ms)
[ RUN ] SPPLayerTest/0.TestEqualOutputDims
[ OK ] SPPLayerTest/0.TestEqualOutputDims (0 ms)
[ RUN ] SPPLayerTest/0.TestGradient
[ OK ] SPPLayerTest/0.TestGradient (1437 ms)
[----------] 5 tests from SPPLayerTest/0 (1438 ms total)
[----------] 2 tests from HingeLossLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] HingeLossLayerTest/1.TestGradientL1
[ OK ] HingeLossLayerTest/1.TestGradientL1 (0 ms)
[ RUN ] HingeLossLayerTest/1.TestGradientL2
[ OK ] HingeLossLayerTest/1.TestGradientL2 (1 ms)
[----------] 2 tests from HingeLossLayerTest/1 (1 ms total)
[----------] 8 tests from MathFunctionsTest/1, where TypeParam = double
[ RUN ] MathFunctionsTest/1.TestScaleCPU
[ OK ] MathFunctionsTest/1.TestScaleCPU (8 ms)
[ RUN ] MathFunctionsTest/1.TestSignCPU
[ OK ] MathFunctionsTest/1.TestSignCPU (9 ms)
[ RUN ] MathFunctionsTest/1.TestCopyCPU
[ OK ] MathFunctionsTest/1.TestCopyCPU (9 ms)
[ RUN ] MathFunctionsTest/1.TestNothing
[ OK ] MathFunctionsTest/1.TestNothing (8 ms)
[ RUN ] MathFunctionsTest/1.TestFabsCPU
[ OK ] MathFunctionsTest/1.TestFabsCPU (9 ms)
[ RUN ] MathFunctionsTest/1.TestAsumCPU
[ OK ] MathFunctionsTest/1.TestAsumCPU (9 ms)
[ RUN ] MathFunctionsTest/1.TestHammingDistanceCPU
[ OK ] MathFunctionsTest/1.TestHammingDistanceCPU (10 ms)
[ RUN ] MathFunctionsTest/1.TestSgnbitCPU
[ OK ] MathFunctionsTest/1.TestSgnbitCPU (9 ms)
[----------] 8 tests from MathFunctionsTest/1 (71 ms total)
[----------] 4 tests from AdaGradSolverTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdateWithWeightDecay
[ OK ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdateWithWeightDecay (5 ms)
[ RUN ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdateWithEverything
[ OK ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdateWithEverything (30 ms)
[ RUN ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdate
[ OK ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdate (5 ms)
[ RUN ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdateLROneTenth
[ OK ] AdaGradSolverTest/1.TestAdaGradLeastSquaresUpdateLROneTenth (6 ms)
[----------] 4 tests from AdaGradSolverTest/1 (46 ms total)
[----------] 3 tests from XavierFillerTest/1, where TypeParam = double
[ RUN ] XavierFillerTest/1.TestFillFanOut
[ OK ] XavierFillerTest/1.TestFillFanOut (0 ms)
[ RUN ] XavierFillerTest/1.TestFillFanIn
[ OK ] XavierFillerTest/1.TestFillFanIn (1 ms)
[ RUN ] XavierFillerTest/1.TestFillAverage
[ OK ] XavierFillerTest/1.TestFillAverage (0 ms)
[----------] 3 tests from XavierFillerTest/1 (1 ms total)
[----------] 10 tests from PowerLayerTest/1, where TypeParam = caffe::DoubleCPU
[ RUN ] PowerLayerTest/1.TestPower
[ OK ] PowerLayerTest/1.TestPower (0 ms)
[ RUN ] PowerLayerTest/1.TestPowerGradientShiftZero
[ OK ] PowerLayerTest/1.TestPowerGradientShiftZero (3 ms)
[ RUN ] PowerLayerTest/1.TestPowerTwoGradient
[ OK ] PowerLayerTest/1.TestPowerTwoGradient (1 ms)
[ RUN ] PowerLayerTest/1.TestPowerZeroGradient
[ OK ] PowerLayerTest/1.TestPowerZeroGradient (1 ms)
[ RUN ] PowerLayerTest/1.TestPowerOneGradient
[ OK ] PowerLayerTest/1.TestPowerOneGradient (1 ms)
[ RUN ] PowerLayerTest/1.TestPowerOne
[ OK ] PowerLayerTest/1.TestPowerOne (0 ms)
[ RUN ] PowerLayerTest/1.TestPowerTwo
[ OK ] PowerLayerTest/1.TestPowerTwo (0 ms)
[ RUN ] PowerLayerTest/1.TestPowerZero
[ OK ] PowerLayerTest/1.TestPowerZero (0 ms)
[ RUN ] PowerLayerTest/1.TestPowerTwoScaleHalfGradient
[ OK ] PowerLayerTest/1.TestPowerTwoScaleHalfGradient (2 ms)
[ RUN ] PowerLayerTest/1.TestPowerGradient
[ OK ] PowerLayerTest/1.TestPowerGradient (3 ms)
[----------] 10 tests from PowerLayerTest/1 (11 ms total)
[----------] Global test environment tear-down
[==========] 663 tests from 119 test cases ran. (21347 ms total)
[ PASSED ] 663 tests.
[100%] Built target runtest
[root@cobalt build]#
@melvincabatuan
Copy link
Author

[root@cobalt caffe]# ls
caffe.cloc CMakeLists.txt~ docs INSTALL.md Makefile.config.example python src
cmake CONTRIBUTORS.md examples LICENSE matlab README.md tools
CMakeLists.txt data include Makefile models scripts
[root@cobalt caffe]# mkdir build
[root@cobalt caffe]# cd build/
[root@cobalt build]# cmake ..
-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- system
-- thread
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Glog: /usr/include
-- Found glog (include: /usr/include, library: /usr/lib64/libglog.so)
-- Found GFlags: /usr/include
-- Found gflags (include: /usr/include, library: /usr/lib64/libgflags.so)
-- Found PROTOBUF: /usr/lib64/libprotobuf.so
-- Found PROTOBUF Compiler: /usr/bin/protoc
-- Found HDF5: debug;/usr/lib64/libhdf5_hl.so;debug;/usr/lib64/libhdf5.so;optimized;/usr/lib64/libhdf5_hl.so;optimized;/usr/lib64/libhdf5.so
-- Found LMDB: /usr/include
-- Found lmdb (include: /usr/include, library: /usr/lib64/liblmdb.so)
-- Found LevelDB: /usr/include
-- Found LevelDB (include: /usr/include, library: /usr/lib64/libleveldb.so)
-- Found Snappy: /usr/include
-- Found Snappy (include: /usr/include, library: /usr/lib64/libsnappy.so)
-- CUDA is disabled. Building without it...
-- OpenCV found (/usr/local/share/OpenCV)
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR
Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindAtlas.cmake:43 (find_package_handle_standard_args)
cmake/Dependencies.cmake:74 (find_package)
CMakeLists.txt:27 (include)

-- Configuring incomplete, errors occurred!
[root@cobalt build]# ls
CMakeCache.txt CMakeFiles
[root@cobalt build]# cmake ..
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- system
-- thread
-- Found glog (include: /usr/include, library: /usr/lib64/libglog.so)
-- Found gflags (include: /usr/include, library: /usr/lib64/libgflags.so)
-- Found PROTOBUF Compiler: /usr/bin/protoc
-- Found lmdb (include: /usr/include, library: /usr/lib64/liblmdb.so)
-- Found LevelDB (include: /usr/include, library: /usr/lib64/libleveldb.so)
-- Found Snappy (include: /usr/include, library: /usr/lib64/libsnappy.so)
-- CUDA is disabled. Building without it...
-- OpenCV found (/usr/local/share/OpenCV)
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR
Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindAtlas.cmake:43 (find_package_handle_standard_args)
cmake/Dependencies.cmake:74 (find_package)
CMakeLists.txt:27 (include)

-- Configuring incomplete, errors occurred!
[root@cobalt build]# cd ..
[root@cobalt caffe]# rm -rf build/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment