caffe-segnet-cudnn5测试时的一些trick(后来通过将opencv 3.1.0更换到opencv 2.4.13版本解决)

在Ubuntu环境下,使用Caffe进行CUDA设备查询并运行测试,显示出GPU信息,包括名称、内存等。在多核处理器上运行测试,部分测试如CuDNN的卷积层、池化层、Softmax层等通过,但有测试失败,如GPU的随机数生成器测试。
摘要由CSDN通过智能技术生成

xx@xx-OMEN-by-HP-Laptop:~/catkin_ws/src/tracking_slam/caffe-segnet-cudnn5$ sudo make runtest -j4
[sudo] xx 的密码:
.build_release/tools/caffe
caffe: command line brew
usage: caffe

commands:
train train or finetune a model
test score a model
device_query show GPU diagnostic information
time benchmark model execution time

Flags from tools/caffe.cpp:
-gpu (Optional; run in GPU mode on given device IDs separated by ‘,’.Use
‘-gpu all’ to run on all available GPUs. The effective training batch
size is multiplied by the number of devices.) type: string default: “”
-iterations (The number of iterations to run.) type: int32 default: 50
-level (Optional; network level.) type: int32 default: 0
-model (The model definition protocol buffer text file.) type: string
default: “”
-phase (Optional; network phase (TRAIN or TEST). Only used for ‘time’.)
type: string default: “”
-sighup_effect (Optional; action to take when a SIGHUP signal is received:
snapshot, stop or none.) type: string default: “snapshot”
-sigint_effect (Optional; action to take when a SIGINT signal is received:
snapshot, stop or none.) type: string default: “stop”
-snapshot (Optional; the snapshot solver state to resume training.)
type: string default: “”
-solver (The solver definition protocol buffer text file.) type: string
default: “”
-stage (Optional; network stages (not to be confused with phase), separated
by ‘,’.) type: string default: “”
-weights (Optional; the pretrained weights to initialize finetuning,
separated by ‘,’. Cannot be set simultaneously with snapshot.)
type: string default: “”
.build_release/test/test_all.testbin 0 --gtest_shuffle
Cuda number of devices: 1
Setting to use device 0
Current device id: 0
Current device name: GeForce GTX 1050
Note: Randomizing tests’ orders with a seed of 33381 .
[==========] Running 2093 tests from 277 test cases.
[----------] Global test environment set-up.
[----------] 1 test from UniformFillerTest/1, where TypeParam = double
[ RUN ] UniformFillerTest/1.TestFill
[ OK ] UniformFillerTest/1.TestFill (10233 ms)
[----------] 1 test from UniformFillerTest/1 (10233 ms total)

[----------] 1 test from SolverTypeUpgradeTest
[ RUN ] SolverTypeUpgradeTest.TestSimple
[ OK ] SolverTypeUpgradeTest.TestSimple (8 ms)
[----------] 1 test from SolverTypeUpgradeTest (8 ms total)

[----------] 3 tests from MaxPoolingDropoutTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] MaxPoolingDropoutTest/1.TestBackward
[ OK ] MaxPoolingDropoutTest/1.TestBackward (0 ms)
[ RUN ] MaxPoolingDropoutTest/1.TestSetup
[ OK ] MaxPoolingDropoutTest/1.TestSetup (0 ms)
[ RUN ] MaxPoolingDropoutTest/1.TestForward
[ OK ] MaxPoolingDropoutTest/1.TestForward (0 ms)
[----------] 3 tests from MaxPoolingDropoutTest/1 (0 ms total)

[----------] 1 test from PlatformTest
[ RUN ] PlatformTest.TestInitialization
Major revision number: 6
Minor revision number: 1
Name: GeForce GTX 1050
Total global memory: 2096168960
Total shared memory per block: 49152
Total registers per block: 65536
Warp size: 32
Maximum memory pitch: 2147483647
Maximum threads per block: 1024
Maximum dimension 0 of block: 1024
Maximum dimension 1 of block: 1024
Maximum dimension 2 of block: 64
Maximum dimension 0 of grid: 2147483647
Maximum dimension 1 of grid: 65535
Maximum dimension 2 of grid: 65535
Clock rate: 1493000
Total constant memory: 65536
Texture alignment: 512
Concurrent copy and execution: Yes
Number of multiprocessors: 5
Kernel execution timeout: Yes
Unified virtual addressing: Yes
[ OK ] PlatformTest.TestInitialization (0 ms)
[----------] 1 test from PlatformTest (0 ms total)

[----------] 3 tests from TanHLayerTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] TanHLayerTest/1.TestTanH
[ OK ] TanHLayerTest/1.TestTanH (0 ms)
[ RUN ] TanHLayerTest/1.TestTanHGradient
[ OK ] TanHLayerTest/1.TestTanHGradient (2 ms)
[ RUN ] TanHLayerTest/1.TestTanHOverflow
[ OK ] TanHLayerTest/1.TestTanHOverflow (0 ms)
[----------] 3 tests from TanHLayerTest/1 (2 ms total)

[----------] 5 tests from DBTest/0, where TypeParam = caffe::TypeLevelDB
[ RUN ] DBTest/0.TestNext
[ OK ] DBTest/0.TestNext (625 ms)
[ RUN ] DBTest/0.TestGetDB
[ OK ] DBTest/0.TestGetDB (182 ms)
[ RUN ] DBTest/0.TestWrite
[ OK ] DBTest/0.TestWrite (389 ms)
[ RUN ] DBTest/0.TestSeekToFirst
[ OK ] DBTest/0.TestSeekToFirst (427 ms)
[ RUN ] DBTest/0.TestKeyValue
[ OK ] DBTest/0.TestKeyValue (460 ms)
[----------] 5 tests from DBTest/0 (2084 ms total)

[----------] 3 tests from SigmoidCrossEntropyLossLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] SigmoidCrossEntropyLossLayerTest/3.TestIgnoreGradient
[ OK ] SigmoidCrossEntropyLossLayerTest/3.TestIgnoreGradient (1377 ms)
[ RUN ] SigmoidCrossEntropyLossLayerTest/3.TestSigmoidCrossEntropyLoss
[ OK ] SigmoidCrossEntropyLossLayerTest/3.TestSigmoidCrossEntropyLoss (42 ms)
[ RUN ] SigmoidCrossEntropyLossLayerTest/3.TestGradient
[ OK ] SigmoidCrossEntropyLossLayerTest/3.TestGradient (11 ms)
[----------] 3 tests from SigmoidCrossEntropyLossLayerTest/3 (1430 ms total)

[----------] 3 tests from GPUStochasticPoolingLayerTest/1, where TypeParam = double
[ RUN ] GPUStochasticPoolingLayerTest/1.TestGradient
F0927 16:20:13.189004 4091 math_functions.cu:394] Check failed: status == CURAND_STATUS_SUCCESS (201 vs. 0) CURAND_STATUS_LAUNCH_FAILURE
*** Check failure stack trace: ***
@ 0x7f6a1abc15cd google::LogMessage::Fail()
@ 0x7f6a1abc3433 google::LogMessage::SendToLog()
@ 0x7f6a1abc115b google::LogMessage::Flush()
@ 0x7f6a1abc3e1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7f6a0f5da3b4 caffe::caffe_gpu_rng_uniform<>()
@ 0x7f6a0f6008f3 caffe::PoolingLayer<>::Forward_gpu()
@ 0x47a436 caffe::Layer<>::Forward()
@ 0x480092 caffe::GradientChecker<>::CheckGradientSingle()
@ 0x52a592 caffe::GPUStochasticPoolingLayerTest_TestGradient_Test<>::TestBody()
@ 0x8f9923 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x8f373a testing::Test::Run()
@ 0x8f3888 testing::TestInfo::Run()
@ 0x8f3965 testing::TestCase::Run()
@ 0x8f4b7f testing::internal::UnitTestImpl::RunAllTests()
@ 0x8f4e93 testing::UnitTest::Run()
@ 0x46f22d main
@ 0x7f6a0e775840 __libc_start_main
@ 0x476ca9 _start
@ (nil) (unknown)
Makefile:526: recipe for target ‘runtest’ failed
make: *** [runtest] 已放弃 (core dumped)
xx@xx-OMEN-by-HP-Laptop:~/catkin_ws/src/tracking_slam/caffe-segnet-cudnn5$ make test -j4
make: Nothing to be done for ‘test’.
xx@xx-OMEN-by-HP-Laptop:~/catkin_ws/src/tracking_slam/caffe-segnet-cudnn5$ sudo make runtest -j8
.build_release/tools/caffe
caffe: command line brew
usage: caffe

commands:
train train or finetune a model
test score a model
device_query show GPU diagnostic information
time benchmark model execution time

Flags from tools/caffe.cpp:
-gpu (Optional; run in GPU mode on given device IDs separated by ‘,’.Use
‘-gpu all’ to run on all available GPUs. The effective training batch
size is multiplied by the number of devices.) type: string default: “”
-iterations (The number of iterations to run.) type: int32 default: 50
-level (Optional; network level.) type: int32 default: 0
-model (The model definition protocol buffer text file.) type: string
default: “”
-phase (Optional; network phase (TRAIN or TEST). Only used for ‘time’.)
type: string default: “”
-sighup_effect (Optional; action to take when a SIGHUP signal is received:
snapshot, stop or none.) type: string default: “snapshot”
-sigint_effect (Optional; action to take when a SIGINT signal is received:
snapshot, stop or none.) type: string default: “stop”
-snapshot (Optional; the snapshot solver state to resume training.)
type: string default: “”
-solver (The solver definition protocol buffer text file.) type: string
default: “”
-stage (Optional; network stages (not to be confused with phase), separated
by ‘,’.) type: string default: “”
-weights (Optional; the pretrained weights to initialize finetuning,
separated by ‘,’. Cannot be set simultaneously with snapshot.)
type: string default: “”
.build_release/test/test_all.testbin 0 --gtest_shuffle
Cuda number of devices: 1
Setting to use device 0
Current device id: 0
Current device name: GeForce GTX 1050
Note: Randomizing tests’ orders with a seed of 96042 .
[==========] Running 2093 tests from 277 test cases.
[----------] Global test environment set-up.
[----------] 1 test from LayerFactoryTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] LayerFactoryTest/0.TestCreateLayer
[ OK ] LayerFactoryTest/0.TestCreateLayer (325 ms)
[----------] 1 test from LayerFactoryTest/0 (325 ms total)

[----------] 9 tests from AccuracyLayerTest/1, where TypeParam = double
[ RUN ] AccuracyLayerTest/1.TestForwardCPUPerClassWithIgnoreLabel
[ OK ] AccuracyLayerTest/1.TestForwardCPUPerClassWithIgnoreLabel (19 ms)
[ RUN ] AccuracyLayerTest/1.TestSetupOutputPerClass
[ OK ] AccuracyLayerTest/1.TestSetupOutputPerClass (0 ms)
[ RUN ] AccuracyLayerTest/1.TestSetupTopK
[ OK ] AccuracyLayerTest/1.TestSetupTopK (0 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardCPUPerClass
[ OK ] AccuracyLayerTest/1.TestForwardCPUPerClass (0 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardWithSpatialAxes
[ OK ] AccuracyLayerTest/1.TestForwardWithSpatialAxes (1 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardIgnoreLabel
[ OK ] AccuracyLayerTest/1.TestForwardIgnoreLabel (0 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardCPUTopK
[ OK ] AccuracyLayerTest/1.TestForwardCPUTopK (3 ms)
[ RUN ] AccuracyLayerTest/1.TestForwardCPU
[ OK ] AccuracyLayerTest/1.TestForwardCPU (0 ms)
[ RUN ] AccuracyLayerTest/1.TestSetup
[ OK ] AccuracyLayerTest/1.TestSetup (0 ms)
[----------] 9 tests from AccuracyLayerTest/1 (23 ms total)

[----------] 6 tests from SoftmaxWithLossLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] SoftmaxWithLossLayerTest/3.TestLoss
[ OK ] SoftmaxWithLossLayerTest/3.TestLoss (2166 ms)
[ RUN ] SoftmaxWithLossLayerTest/3.TestGradientUnnormalized
[ OK ] SoftmaxWithLossLayerTest/3.TestGradientUnnormalized (81 ms)
[ RUN ] SoftmaxWithLossLayerTest/3.TestFrequencyWeightedGradient
[ OK ] SoftmaxWithLossLayerTest/3.TestFrequencyWeightedGradient (263 ms)
[ RUN ] SoftmaxWithLossLayerTest/3.TestGradientIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/3.TestGradientIgnoreLabel (86 ms)
[ RUN ] SoftmaxWithLossLayerTest/3.TestForwardIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/3.TestForwardIgnoreLabel (4 ms)
[ RUN ] SoftmaxWithLossLayerTest/3.TestGradient
[ OK ] SoftmaxWithLossLayerTest/3.TestGradient (86 ms)
[----------] 6 tests from SoftmaxWithLossLayerTest/3 (2686 ms total)

[----------] 3 tests from XavierFillerTest/0, where TypeParam = float
[ RUN ] XavierFillerTest/0.TestFillFanIn
[ OK ] XavierFillerTest/0.TestFillFanIn (2 ms)
[ RUN ] XavierFillerTest/0.TestFillFanOut
[ OK ] XavierFillerTest/0.TestFillFanOut (2 ms)
[ RUN ] XavierFillerTest/0.TestFillAverage
[ OK ] XavierFillerTest/0.TestFillAverage (2 ms)
[----------] 3 tests from XavierFillerTest/0 (6 ms total)

[----------] 7 tests from TileLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] TileLayerTest/0.TestGradientChannels
[ OK ] TileLayerTest/0.TestGradientChannels (170 ms)
[ RUN ] TileLayerTest/0.TestTrivialSetup
[ OK ] TileLayerTest/0.TestTrivialSetup (0 ms)
[ RUN ] TileLayerTest/0.TestSetup
[ OK ] TileLayerTest/0.TestSetup (0 ms)
[ RUN ] TileLayerTest/0.TestGradientNum
[ OK ] TileLayerTest/0.TestGradientNum (163 ms)
[ RUN ] TileLayerTest/0.TestForwardNum
[ OK ] TileLayerTest/0.TestForwardNum (1 ms)
[ RUN ] TileLayerTest/0.TestTrivialGradient
[ OK ] TileLayerTest/0.TestTrivialGradient (53 ms)
[ RUN ] TileLayerTest/0.TestForwardChannels
[ OK ] TileLayerTest/0.TestForwardChannels (1 ms)
[----------] 7 tests from TileLayerTest/0 (388 ms total)

[----------] 8 tests from RMSPropSolverTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithEverythingShare
[ OK ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithEverythingShare (174 ms)
[ RUN ] RMSPropSolverTest/3.TestLeastSquaresUpdateWithEverythingAccumShare
[ OK ] RMSPropSolverTest/3.TestLeastSquaresUpdateWithEverythingAccumShare (9 ms)
[ RUN ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithRmsDecay
[ OK ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithRmsDecay (56 ms)
[ RUN ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithEverything
[ OK ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithEverything (55 ms)
[ RUN ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithWeightDecay
[ OK ] RMSPropSolverTest/3.TestRMSPropLeastSquaresUpdateWithWeightDecay (12 ms)
[ RUN ] RMSPropSolverTest/3.TestSnapshotShare
[ OK ] RMSPropSolverTest/3.TestSnapshotShare (47 ms)
[ RUN ] RMSPropSolverTest/3.TestLeastSquaresUpdateWithEverythingAccum
[ OK ] RMSPropSolverTest/3.TestLeastSquaresUpdateWithEverythingAccum (10 ms)
[ RUN ] RMSPropSolverTest/3.TestSnapshot
[ OK ] RMSPropSolverTest/3.TestSnapshot (39 ms)
[----------] 8 tests from RMSPropSolverTest/3 (402 ms total)

[----------] 2 tests from CuDNNSoftmaxLayerTest/1, where TypeParam = double
[ RUN ] CuDNNSoftmaxLayerTest/1.TestGradientCuDNN
[ OK ] CuDNNSoftmaxLayerTest/1.TestGradientCuDNN (1207 ms)
[ RUN ] CuDNNSoftmaxLayerTest/1.TestForwardCuDNN
[ OK ] CuDNNSoftmaxLayerTest/1.TestForwardCuDNN (1 ms)
[----------] 2 tests from CuDNNSoftmaxLayerTest/1 (1208 ms total)

[----------] 8 tests from LRNLayerTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] LRNLayerTest/1.TestForwardAcrossChannelsLargeRegion
[ OK ] LRNLayerTest/1.TestForwardAcrossChannelsLargeRegion (1 ms)
[ RUN ] LRNLayerTest/1.TestForwardWithinChannel
[ OK ] LRNLayerTest/1.TestForwardWithinChannel (0 ms)
[ RUN ] LRNLayerTest/1.TestSetupAcrossChannels
[ OK ] LRNLayerTest/1.TestSetupAcrossChannels (0 ms)
[ RUN ] LRNLayerTest/1.TestForwardAcrossChannels
[ OK ] LRNLayerTest/1.TestForwardAcrossChannels (0 ms)
[ RUN ] LRNLayerTest/1.TestGradientAcrossChannelsLargeRegion
[ OK ] LRNLayerTest/1.TestGradientAcrossChannelsLargeRegion (635 ms)
[ RUN ] LRNLayerTest/1.TestGradientAcrossChannels
[ OK ] LRNLayerTest/1.TestGradientAcrossChannels (547 ms)
[ RUN ] LRNLayerTest/1.TestGradientWithinChannel
[ OK ] LRNLayerTest/1.TestGradientWithinChannel (456 ms)
[ RUN ] LRNLayerTest/1.TestSetupWithinChannel
[ OK ] LRNLayerTest/1.TestSetupWithinChannel (0 ms)
[----------] 8 tests from LRNLayerTest/1 (1640 ms total)

[----------] 5 tests from MemoryDataLayerTest/2, where TypeParam = caffe::GPUDevice
[ RUN ] MemoryDataLayerTest/2.TestForward
[ OK ] MemoryDataLayerTest/2.TestForward (18 ms)
[ RUN ] MemoryDataLayerTest/2.AddMatVectorDefaultTransform
[ OK ] MemoryDataLayerTest/2.AddMatVectorDefaultTransform (18 ms)
[ RUN ] MemoryDataLayerTest/2.TestSetup
[ OK ] MemoryDataLayerTest/2.TestSetup (3 ms)
[ RUN ] MemoryDataLayerTest/2.AddDatumVectorDefaultTransform
[ OK ] MemoryDataLayerTest/2.AddDatumVectorDefaultTransform (4 ms)
[ RUN ] MemoryDataLayerTest/2.TestSetBatchSize
[ OK ] MemoryDataLayerTest/2.TestSetBatchSize (6 ms)
[----------] 5 tests from MemoryDataLayerTest/2 (50 ms total)

[----------] 6 tests from CuDNNConvolutionLayerTest/1, where TypeParam = double
[ RUN ] CuDNNConvolutionLayerTest/1.TestSimpleConvolutionCuDNN
[ OK ] CuDNNConvolutionLayerTest/1.TestSimpleConvolutionCuDNN (4 ms)
[ RUN ] CuDNNConvolutionLayerTest/1.TestSetupCuDNN
[ OK ] CuDNNConvolutionLayerTest/1.TestSetupCuDNN (5 ms)
[ RUN ] CuDNNConvolutionLayerTest/1.TestSobelConvolutionCuDNN
[ OK ] CuDNNConvolutionLayerTest/1.TestSobelConvolutionCuDNN (5 ms)
[ RUN ] CuDNNConvolutionLayerTest/1.TestGradientCuDNN
[ OK ] CuDNNConvolutionLayerTest/1.TestGradientCuDNN (1202 ms)
[ RUN ] CuDNNConvolutionLayerTest/1.TestGradientGroupCuDNN
[ OK ] CuDNNConvolutionLayerTest/1.TestGradientGroupCuDNN (330 ms)
[ RUN ] CuDNNConvolutionLayerTest/1.TestSimpleConvolutionGroupCuDNN
[ OK ] CuDNNConvolutionLayerTest/1.TestSimpleConvolutionGroupCuDNN (5 ms)
[----------] 6 tests from CuDNNConvolutionLayerTest/1 (1551 ms total)

[----------] 3 tests from ThresholdLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] ThresholdLayerTest/3.Test
[ OK ] ThresholdLayerTest/3.Test (3 ms)
[ RUN ] ThresholdLayerTest/3.Test2
[ OK ] ThresholdLayerTest/3.Test2 (2 ms)
[ RUN ] ThresholdLayerTest/3.TestSetup
[ OK ] ThresholdLayerTest/3.TestSetup (2 ms)
[----------] 3 tests from ThresholdLayerTest/3 (7 ms total)

[----------] 9 tests from AdaGradSolverTest/2, where TypeParam = caffe::GPUDevice
[ RUN ] AdaGradSolverTest/2.TestLeastSquaresUpdateWithEverythingAccumShare
[ OK ] AdaGradSolverTest/2.TestLeastSquaresUpdateWithEverythingAccumShare (10 ms)
[ RUN ] AdaGradSolverTest/2.TestSnapshotShare
[ OK ] AdaGradSolverTest/2.TestSnapshotShare (45 ms)
[ RUN ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithEverything
[ OK ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithEverything (49 ms)
[ RUN ] AdaGradSolverTest/2.TestSnapshot
[ OK ] AdaGradSolverTest/2.TestSnapshot (37 ms)
[ RUN ] AdaGradSolverTest/2.TestLeastSquaresUpdateWithEverythingAccum
[ OK ] AdaGradSolverTest/2.TestLeastSquaresUpdateWithEverythingAccum (9 ms)
[ RUN ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdate
[ OK ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdate (13 ms)
[ RUN ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateLROneHundredth
[ OK ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateLROneHundredth (10 ms)
[ RUN ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithWeightDecay
[ OK ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithWeightDecay (12 ms)
[ RUN ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithEverythingShare
[ OK ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithEverythingShare (53 ms)
[----------] 9 tests from AdaGradSolverTest/2 (238 ms total)

[----------] 8 tests from AdamSolverTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] AdamSolverTest/0.TestLeastSquaresUpdateWithEverythingAccum
[ OK ] AdamSolverTest/0.TestLeastSquaresUpdateWithEverythingAccum (102 ms)
[ RUN ] AdamSolverTest/0.TestAdamLeastSquaresUpdateWithEverythingShare
[ OK ] AdamSolverTest/0.TestAdamLeastSquaresUpdateWithEverythingShare (46 ms)
[ RUN ] AdamSolverTest/0.TestAdamLeastSquaresUpdateWithEverything
[ OK ] AdamSolverTest/0.TestAdamLeastSquaresUpdateWithEverything (26 ms)
[ RUN ] AdamSolverTest/0.TestSnapshotShare
[ OK ] AdamSolverTest/0.TestSnapshotShare (10 ms)
[ RUN ] AdamSolverTest/0.TestSnapshot
[ OK ] AdamSolverTest/0.TestSnapshot (8 ms)
[ RUN ] AdamSolverTest/0.TestLeastSquaresUpdateWithEverythingAccumShare
[ OK ] AdamSolverTest/0.TestLeastSquaresUpdateWithEverythingAccumShare (2 ms)
[ RUN ] AdamSolverTest/0.TestAdamLeastSquaresUpdate
[ OK ] AdamSolverTest/0.TestAdamLeastSquaresUpdate (5 ms)
[ RUN ] AdamSolverTest/0.TestAdamLeastSquaresUpdateWithWeightDecay
[ OK ] AdamSolverTest/0.TestAdamLeastSquaresUpdateWithWeightDecay (5 ms)
[----------] 8 tests from AdamSolverTest/0 (205 ms total)

[----------] 1 test from SolverTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] SolverTest/1.TestInitTrainTestNets
[ OK ] SolverTest/1.TestInitTrainTestNets (1 ms)
[----------] 1 test from SolverTest/1 (1 ms total)

[----------] 9 tests from AdaGradSolverTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateLROneHundredth
[ OK ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateLROneHundredth (14 ms)
[ RUN ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateWithEverything
[ OK ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateWithEverything (55 ms)
[ RUN ] AdaGradSolverTest/3.TestSnapshotShare
[ OK ] AdaGradSolverTest/3.TestSnapshotShare (48 ms)
[ RUN ] AdaGradSolverTest/3.TestLeastSquaresUpdateWithEverythingAccumShare
[ OK ] AdaGradSolverTest/3.TestLeastSquaresUpdateWithEverythingAccumShare (10 ms)
[ RUN ] AdaGradSolverTest/3.TestSnapshot
[ OK ] AdaGradSolverTest/3.TestSnapshot (38 ms)
[ RUN ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdate
[ OK ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdate (12 ms)
[ RUN ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateWithEverythingShare
[ OK ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateWithEverythingShare (60 ms)
[ RUN ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateWithWeightDecay
[ OK ] AdaGradSolverTest/3.TestAdaGradLeastSquaresUpdateWithWeightDecay (12 ms)
[ RUN ] AdaGradSolverTest/3.TestLeastSquaresUpdateWithEverythingAccum
[ OK ] AdaGradSolverTest/3.TestLeastSquaresUpdateWithEverythingAccum (9 ms)
[----------] 9 tests from AdaGradSolverTest/3 (260 ms total)

[----------] 5 tests from EmbedLayerTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] EmbedLayerTest/1.TestForward
[ OK ] EmbedLayerTest/1.TestForward (0 ms)
[ RUN ] EmbedLayerTest/1.TestForwardWithBias
[ OK ] EmbedLayerTest/1.TestForwardWithBias (14 ms)
[ RUN ] EmbedLayerTest/1.TestGradientWithBias
[ OK ] EmbedLayerTest/1.TestGradientWithBias (16 ms)
[ RUN ] EmbedLayerTest/1.TestSetUp
[ OK ] EmbedLayerTest/1.TestSetUp (0 ms)
[ RUN ] EmbedLayerTest/1.TestGradient
[ OK ] EmbedLayerTest/1.TestGradient (8 ms)
[----------] 5 tests from EmbedLayerTest/1 (38 ms total)

[----------] 8 tests from Im2colLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] Im2colLayerTest/0.TestRectGradient
[ OK ] Im2colLayerTest/0.TestRectGradient (156 ms)
[ RUN ] Im2colLayerTest/0.TestDilatedGradient
[ OK ] Im2colLayerTest/0.TestDilatedGradient (565 ms)
[ RUN ] Im2colLayerTest/0.TestDilatedGradientForceND
[ OK ] Im2colLayerTest/0.TestDilatedGradientForceND (969 ms)
[ RUN ] Im2colLayerTest/0.TestGradient
[ OK ] Im2colLayerTest/0.TestGradient (191 ms)
[ RUN ] Im2colLayerTest/0.TestGradientForceND
[ OK ] Im2colLayerTest/0.TestGradientForceND (316 ms)
[ RUN ] Im2colLayerTest/0.TestSetup
[ OK ] Im2colLayerTest/0.TestSetup (0 ms)
[ RUN ] Im2colLayerTest/0.TestForward
[ OK ] Im2colLayerTest/0.TestForward (0 ms)
[ RUN ] Im2colLayerTest/0.TestRect
[ OK ] Im2colLayerTest/0.TestRect (0 ms)
[----------] 8 tests from Im2colLayerTest/0 (2197 ms total)

[----------] 12 tests from NesterovSolverTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] NesterovSolverTest/1.TestSnapshot
[ OK ] NesterovSolverTest/1.TestSnapshot (13 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithEverything
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithEverything (25 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateLROneHundredth
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateLROneHundredth (5 ms)
[ RUN ] NesterovSolverTest/1.TestLeastSquaresUpdateWithEverythingAccumShare
[ OK ] NesterovSolverTest/1.TestLeastSquaresUpdateWithEverythingAccumShare (1 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithEverythingShare
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithEverythingShare (27 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithWeightDecay
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithWeightDecay (4 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithWeightDecayMultiIter
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithWeightDecayMultiIter (24 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithMomentum
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdateWithMomentum (10 ms)
[ RUN ] NesterovSolverTest/1.TestSnapshotShare
[ OK ] NesterovSolverTest/1.TestSnapshotShare (9 ms)
[ RUN ] NesterovSolverTest/1.TestLeastSquaresUpdateWithEverythingAccum
[ OK ] NesterovSolverTest/1.TestLeastSquaresUpdateWithEverythingAccum (1 ms)
[ RUN ] NesterovSolverTest/1.TestLeastSquaresUpdateWithMomentumMultiIter
[ OK ] NesterovSolverTest/1.TestLeastSquaresUpdateWithMomentumMultiIter (25 ms)
[ RUN ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdate
[ OK ] NesterovSolverTest/1.TestNesterovLeastSquaresUpdate (4 ms)
[----------] 12 tests from NesterovSolverTest/1 (148 ms total)

[----------] 2 tests from SoftmaxLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] SoftmaxLayerTest/3.TestGradient
[ OK ] SoftmaxLayerTest/3.TestGradient (1033 ms)
[ RUN ] SoftmaxLayerTest/3.TestForward
[ OK ] SoftmaxLayerTest/3.TestForward (1 ms)
[----------] 2 tests from SoftmaxLayerTest/3 (1034 ms total)

[----------] 3 tests from SigmoidCrossEntropyLossLayerTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] SigmoidCrossEntropyLossLayerTest/1.TestSigmoidCrossEntropyLoss
[ OK ] SigmoidCrossEntropyLossLayerTest/1.TestSigmoidCrossEntropyLoss (2 ms)
[ RUN ] SigmoidCrossEntropyLossLayerTest/1.TestGradient
[ OK ] SigmoidCrossEntropyLossLayerTest/1.TestGradient (0 ms)
[ RUN ] SigmoidCrossEntropyLossLayerTest/1.TestIgnoreGradient
[ OK ] SigmoidCrossEntropyLossLayerTest/1.TestIgnoreGradient (0 ms)
[----------] 3 tests from SigmoidCrossEntropyLossLayerTest/1 (2 ms total)

[----------] 11 tests from CropLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] CropLayerTest/3.TestSetupShapeDefault
[ OK ] CropLayerTest/3.TestSetupShapeDefault (2 ms)
[ RUN ] CropLayerTest/3.TestDimensionsCheck
[ OK ] CropLayerTest/3.TestDimensionsCheck (3 ms)
[ RUN ] CropLayerTest/3.TestCrop5DGradient
[ OK ] CropLayerTest/3.TestCrop5DGradient (5871 ms)
[ RUN ] CropLayerTest/3.TestCropAll
[ OK ] CropLayerTest/3.TestCropAll (3 ms)
[ RUN ] CropLayerTest/3.TestCropHW
[ OK ] CropLayerTest/3.TestCropHW (2 ms)
[ RUN ] CropLayerTest/3.TestCropAllGradient
[ OK ] CropLayerTest/3.TestCropAllGradient (785 ms)
[ RUN ] CropLayerTest/3.TestCropAllOffset
[ OK ] CropLayerTest/3.TestCropAllOffset (2 ms)
[ RUN ] CropLayerTest/3.TestCropHWGradient
[ OK ] CropLayerTest/3.TestCropHWGradient (1083 ms)
[ RUN ] CropLayerTest/3.TestCrop5D
[ OK ] CropLayerTest/3.TestCrop5D (4 ms)
[ RUN ] CropLayerTest/3.TestSetupShapeNegativeIndexing
[ OK ] CropLayerTest/3.TestSetupShapeNegativeIndexing (2 ms)
[ RUN ] CropLayerTest/3.TestSetupShapeAll
[ OK ] CropLayerTest/3.TestSetupShapeAll (2 ms)
[----------] 11 tests from CropLayerTest/3 (7759 ms total)

[----------] 2 tests from EuclideanLossLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] EuclideanLossLayerTest/3.TestGradient
[ OK ] EuclideanLossLayerTest/3.TestGradient (15 ms)
[ RUN ] EuclideanLossLayerTest/3.TestForward
[ OK ] EuclideanLossLayerTest/3.TestForward (1 ms)
[----------] 2 tests from EuclideanLossLayerTest/3 (16 ms total)

[----------] 3 tests from BatchNormLayerTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] BatchNormLayerTest/1.TestForwardInplace
[ OK ] BatchNormLayerTest/1.TestForwardInplace (1 ms)
[ RUN ] BatchNormLayerTest/1.TestGradient
[ OK ] BatchNormLayerTest/1.TestGradient (125 ms)
[ RUN ] BatchNormLayerTest/1.TestForward
[ OK ] BatchNormLayerTest/1.TestForward (0 ms)
[----------] 3 tests from BatchNormLayerTest/1 (127 ms total)

[----------] 3 tests from MaxPoolingDropoutTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] MaxPoolingDropoutTest/0.TestBackward
[ OK ] MaxPoolingDropoutTest/0.TestBackward (0 ms)
[ RUN ] MaxPoolingDropoutTest/0.TestForward
[ OK ] MaxPoolingDropoutTest/0.TestForward (0 ms)
[ RUN ] MaxPoolingDropoutTest/0.TestSetup
[ OK ] MaxPoolingDropoutTest/0.TestSetup (0 ms)
[----------] 3 tests from MaxPoolingDropoutTest/0 (0 ms total)

[----------] 22 tests from ScaleLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] ScaleLayerTest/0.TestForwardEltwiseInPlace
[ OK ] ScaleLayerTest/0.TestForwardEltwiseInPlace (0 ms)
[ RUN ] ScaleLayerTest/0.TestGradientBroadcastEnd
[ OK ] ScaleLayerTest/0.TestGradientBroadcastEnd (118 ms)
[ RUN ] ScaleLayerTest/0.TestGradientEltwise
[ OK ] ScaleLayerTest/0.TestGradientEltwise (3 ms)
[ RUN ] ScaleLayerTest/0.TestForwardBroadcastMiddle
[ OK ] ScaleLayerTest/0.TestForwardBroadcastMiddle (0 ms)
[ RUN ] ScaleLayerTest/0.TestForwardBroadcastMiddleWithParamAndBias
[ OK ] ScaleLayerTest/0.TestForwardBroadcastMiddleWithParamAndBias (0 ms)
[ RUN ] ScaleLayerTest/0.TestGradientBroadcastMiddleWithParam
[ OK ] ScaleLayerTest/0.TestGradientBroadcastMiddleWithParam (76 ms)
[ RUN ] ScaleLayerTest/0.TestBackwardBroadcastMiddleInPlace
[ OK ] ScaleLayerTest/0.TestBackwardBroadcastMiddleInPlace (1 ms)
[ RUN ] ScaleLayerTest/0.TestForwardScale
[ OK ] ScaleLayerTest/0.TestForwardScale (0 ms)
[ RUN ] ScaleLayerTest/0.TestGradientBroadcastBegin
[ OK ] ScaleLayerTest/0.TestGradientBroadcastBegin (65 ms)
[ RUN ] ScaleLayerTest/0.TestForwardBroadcastMiddleInPlace
[ OK ] ScaleLayerTest/0.TestForwardBroadcastMiddleInPlace (0 ms)
[ RUN ] ScaleLayerTest/0.TestForwardScaleAxis2
[ OK ] ScaleLayerTest/0.TestForwardScaleAxis2 (0 ms)
[ RUN ] ScaleLayerTest/0.TestForwardBroadcastMiddleWithParam
[ OK ] ScaleLayerTest/0.TestForwardBroadcastMiddleWithParam (0 ms)
[ RUN ] ScaleLayerTest/0.TestForwardEltwise
[ OK ] ScaleLayerTest/0.TestForwardEltwise (0 ms)
[ RUN ] ScaleLayerTest/0.TestGradientEltwiseWithParam
[ OK ] ScaleLayerTest/0.TestGradientEltwiseWithParam (202 ms)
[ RUN ] ScaleLayerTest/0.TestGradientScaleAndBias
[ OK ] ScaleLayerTest/0.TestGradientScaleAndBias (70 ms)
[ RUN ] ScaleLayerTest/0.TestGradientScale
[ OK ] ScaleLayerTest/0.TestGradientScale (60 ms)
[ RUN ] ScaleLayerTest/0.TestForwardBroadcastBegin
[ OK ] ScaleLayerTest/0.TestForwardBroadcastBegin (0 ms)
[ RUN ] ScaleLayerTest/0.TestForwardBroadcastEnd
[ OK ] ScaleLayerTest/0.TestForwardBroadcastEnd (0 ms)
[ RUN ] ScaleLayerTest/0.TestForwardEltwiseWithParam
[ OK ] ScaleLayerTest/0.TestForwardEltwiseWithParam (0 ms)
[ RUN ] ScaleLayerTest/0.TestGradientScaleAxis2
[ OK ] ScaleLayerTest/0.TestGradientScaleAxis2 (60 ms)
[ RUN ] ScaleLayerTest/0.TestBackwardEltwiseInPlace
[ OK ] ScaleLayerTest/0.TestBackwardEltwiseInPlace (0 ms)
[ RUN ] ScaleLayerTest/0.TestGradientBroadcastMiddle
[ OK ] ScaleLayerTest/0.TestGradientBroadcastMiddle (74 ms)
[----------] 22 tests from ScaleLayerTest/0 (729 ms total)

[----------] 22 tests from ScaleLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] ScaleLayerTest/3.TestForwardScaleAxis2
[ OK ] ScaleLayerTest/3.TestForwardScaleAxis2 (2 ms)
[ RUN ] ScaleLayerTest/3.TestForwardBroadcastMiddleWithParam
[ OK ] ScaleLayerTest/3.TestForwardBroadcastMiddleWithParam (1 ms)
[ RUN ] ScaleLayerTest/3.TestForwardBroadcastMiddleInPlace
[ OK ] ScaleLayerTest/3.TestForwardBroadcastMiddleInPlace (2 ms)
[ RUN ] ScaleLayerTest/3.TestGradientEltwise
[ OK ] ScaleLayerTest/3.TestGradientEltwise (28 ms)
[ RUN ] ScaleLayerTest/3.TestForwardEltwise
[ OK ] ScaleLayerTest/3.TestForwardEltwise (2 ms)
[ RUN ] ScaleLayerTest/3.TestForwardBroadcastMiddleWithParamAndBias
[ OK ] ScaleLayerTest/3.TestForwardBroadcastMiddleWithParamAndBias (1 ms)
[ RUN ] ScaleLayerTest/3.TestGradientBroadcastMiddle
[ OK ] ScaleLayerTest/3.TestGradientBroadcastMiddle (598 ms)
[ RUN ] ScaleLayerTest/3.TestForwardBroadcastEnd
[ OK ] ScaleLayerTest/3.TestForwardBroadcastEnd (2 ms)
[ RUN ] ScaleLayerTest/3.TestBackwardEltwiseInPlace
[ OK ] ScaleLayerTest/3.TestBackwardEltwiseInPlace (2 ms)
[ RUN ] ScaleLayerTest/3.TestForwardEltwiseInPlace
[ OK ] ScaleLayerTest/3.TestForwardEltwiseInPlace (1 ms)
[ RUN ] ScaleLayerTest/3.TestGradientEltwiseWithParam
[ OK ] ScaleLayerTest/3.TestGradientEltwiseWithParam (1075 ms)
[ RUN ] ScaleLayerTest/3.TestGradientBroadcastBegin
[ OK ] ScaleLayerTest/3.TestGradientBroadcastBegin (574 ms)
[ RUN ] ScaleLayerTest/3.TestForwardBroadcastBegin
[ OK ] ScaleLayerTest/3.TestForwardBroadcastBegin (1 ms)
[ RUN ] ScaleLayerTest/3.TestGradientBroadcastEnd
[ OK ] ScaleLayerTest/3.TestGradientBroadcastEnd (631 ms)
[ RUN ] ScaleLayerTest/3.TestGradientScale
[ OK ] ScaleLayerTest/3.TestGradientScale (556 ms)
[ RUN ] ScaleLayerTest/3.TestGradientBroadcastMiddleWithParam
[ OK ] ScaleLayerTest/3.TestGradientBroadcastMiddleWithParam (604 ms)
[ RUN ] ScaleLayerTest/3.TestGradientScaleAndBias
[ OK ] ScaleLayerTest/3.TestGradientScaleAndBias (573 ms)
[ RUN ] ScaleLayerTest/3.TestBackwardBroadcastMiddleInPlace
[ OK ] ScaleLayerTest/3.TestBackwardBroadcastMiddleInPlace (1 ms)
[ RUN ] ScaleLayerTest/3.TestForwardEltwiseWithParam
[ OK ] ScaleLayerTest/3.TestForwardEltwiseWithParam (2 ms)
[ RUN ] ScaleLayerTest/3.TestForwardScale
[ OK ] ScaleLayerTest/3.TestForwardScale (1 ms)
[ RUN ] ScaleLayerTest/3.TestForwardBroadcastMiddle
[ OK ] ScaleLayerTest/3.TestForwardBroadcastMiddle (1 ms)
[ RUN ] ScaleLayerTest/3.TestGradientScaleAxis2
[ OK ] ScaleLayerTest/3.TestGradientScaleAxis2 (581 ms)
[----------] 22 tests from ScaleLayerTest/3 (5240 ms total)

[----------] 9 tests from InnerProductLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] InnerProductLayerTest/0.TestSetUpTranposeTrue
[ OK ] InnerProductLayerTest/0.TestSetUpTranposeTrue (0 ms)
[ RUN ] InnerProductLayerTest/0.TestForwardTranspose
[ OK ] InnerProductLayerTest/0.TestForwardTranspose (0 ms)
[ RUN ] InnerProductLayerTest/0.TestSetUp
[ OK ] InnerProductLayerTest/0.TestSetUp (0 ms)
[ RUN ] InnerProductLayerTest/0.TestGradientTranspose
[ OK ] InnerProductLayerTest/0.TestGradientTranspose (95 ms)
[ RUN ] InnerProductLayerTest/0.TestForward
[ OK ] InnerProductLayerTest/0.TestForward (0 ms)
[ RUN ] InnerProductLayerTest/0.TestGradient
[ OK ] InnerProductLayerTest/0.TestGradient (81 ms)
[ RUN ] InnerProductLayerTest/0.TestBackwardTranspose
[ OK ] InnerProductLayerTest/0.TestBackwardTranspose (0 ms)
[ RUN ] InnerProductLayerTest/0.TestSetUpTranposeFalse
[ OK ] InnerProductLayerTest/0.TestSetUpTranposeFalse (0 ms)
[ RUN ] InnerProductLayerTest/0.TestForwardNoBatch
[ OK ] InnerProductLayerTest/0.TestForwardNoBatch (0 ms)
[----------] 9 tests from InnerProductLayerTest/0 (176 ms total)

[----------] 27 tests from ReductionLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] ReductionLayerTest/3.TestAbsSumCoeff
[ OK ] ReductionLayerTest/3.TestAbsSumCoeff (1 ms)
[ RUN ] ReductionLayerTest/3.TestSumCoeff
[ OK ] ReductionLayerTest/3.TestSumCoeff (2 ms)
[ RUN ] ReductionLayerTest/3.TestMeanCoeffAxis1
[ OK ] ReductionLayerTest/3.TestMeanCoeffAxis1 (1 ms)
[ RUN ] ReductionLayerTest/3.TestAbsSumGradient
[ OK ] ReductionLayerTest/3.TestAbsSumGradient (10 ms)
[ RUN ] ReductionLayerTest/3.TestSumCoeffAxis1Gradient
[ OK ] ReductionLayerTest/3.TestSumCoeffAxis1Gradient (44 ms)
[ RUN ] ReductionLayerTest/3.TestSumGradient
[ OK ] ReductionLayerTest/3.TestSumGradient (13 ms)
[ RUN ] ReductionLayerTest/3.TestSumOfSquaresGradient
[ OK ] ReductionLayerTest/3.TestSumOfSquaresGradient (10 ms)
[ RUN ] ReductionLayerTest/3.TestSumCoeffAxis1
[ OK ] ReductionLayerTest/3.TestSumCoeffAxis1 (2 ms)
[ RUN ] ReductionLayerTest/3.TestSetUpWithAxis2
[ OK ] ReductionLayerTest/3.TestSetUpWithAxis2 (1 ms)
[ RUN ] ReductionLayerTest/3.TestMeanCoeff
[ OK ] ReductionLayerTest/3.TestMeanCoeff (1 ms)
[ RUN ] ReductionLayerTest/3.TestAbsSumCoeffAxis1Gradient
[ OK ] ReductionLayerTest/3.TestAbsSumCoeffAxis1Gradient (41 ms)
[ RUN ] ReductionLayerTest/3.TestSumOfSquaresCoeff
[ OK ] ReductionLayerTest/3.TestSumOfSquaresCoeff (1 ms)
[ RUN ] ReductionLayerTest/3.TestMeanGradient
[ OK ] ReductionLayerTest/3.TestMeanGradient (16 ms)
[ RUN ] ReductionLayerTest/3.TestMean
[ OK ] ReductionLayerTest/3.TestMean (1 ms)
[ RUN ] ReductionLayerTest/3.TestAbsSumCoeffAxis1
[ OK ] ReductionLayerTest/3.TestAbsSumCoeffAxis1 (2 ms)
[ RUN ] ReductionLayerTest/3.TestSumOfSquaresCoeffAxis1
[ OK ] ReductionLayerTest/3.TestSumOfSquaresCoeffAxis1 (1 ms)
[ RUN ] ReductionLayerTest/3.TestSetUp
[ OK ] ReductionLayerTest/3.TestSetUp (1 ms)
[ RUN ] ReductionLayerTest/3.TestSumOfSquares
[ OK ] ReductionLayerTest/3.TestSumOfSquares (1 ms)
[ RUN ] ReductionLayerTest/3.TestSumOfSquaresCoeffAxis1Gradient
[ OK ] ReductionLayerTest/3.TestSumOfSquaresCoeffAxis1Gradient (40 ms)
[ RUN ] ReductionLayerTest/3.TestSetUpWithAxis1
[ OK ] ReductionLayerTest/3.TestSetUpWithAxis1 (1 ms)
[ RUN ] ReductionLayerTest/3.TestMeanCoeffGradientAxis1
[ OK ] ReductionLayerTest/3.TestMeanCoeffGradientAxis1 (43 ms)
[ RUN ] ReductionLayerTest/3.TestSumOfSquaresCoeffGradient
[ OK ] ReductionLayerTest/3.TestSumOfSquaresCoeffGradient (15 ms)
[ RUN ] ReductionLayerTest/3.TestAbsSum
[ OK ] ReductionLayerTest/3.TestAbsSum (2 ms)
[ RUN ] ReductionLayerTest/3.TestMeanCoeffGradient
[ OK ] ReductionLayerTest/3.TestMeanCoeffGradient (16 ms)
[ RUN ] ReductionLayerTest/3.TestAbsSumCoeffGradient
[ OK ] ReductionLayerTest/3.TestAbsSumCoeffGradient (14 ms)
[ RUN ] ReductionLayerTest/3.TestSum
[ OK ] ReductionLayerTest/3.TestSum (3 ms)
[ RUN ] ReductionLayerTest/3.TestSumCoeffGradient
[ OK ] ReductionLayerTest/3.TestSumCoeffGradient (15 ms)
[----------] 27 tests from ReductionLayerTest/3 (298 ms total)

[----------] 4 tests from ContrastiveLossLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] ContrastiveLossLayerTest/3.TestGradient
[ OK ] ContrastiveLossLayerTest/3.TestGradient (377 ms)
[ RUN ] ContrastiveLossLayerTest/3.TestGradientLegacy
[ OK ] ContrastiveLossLayerTest/3.TestGradientLegacy (368 ms)
[ RUN ] ContrastiveLossLayerTest/3.TestForward
[ OK ] ContrastiveLossLayerTest/3.TestForward (4 ms)
[ RUN ] ContrastiveLossLayerTest/3.TestForwardLegacy
[ OK ] ContrastiveLossLayerTest/3.TestForwardLegacy (4 ms)
[----------] 4 tests from ContrastiveLossLayerTest/3 (753 ms total)

[----------] 50 tests from NeuronLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] NeuronLayerTest/0.TestReLU
[ OK ] NeuronLayerTest/0.TestReLU (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUConsistencyReLU
[ OK ] NeuronLayerTest/0.TestPReLUConsistencyReLU (0 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutHalf
[ OK ] NeuronLayerTest/0.TestDropoutHalf (0 ms)
[ RUN ] NeuronLayerTest/0.TestLogLayerBase2Scale3
[ OK ] NeuronLayerTest/0.TestLogLayerBase2Scale3 (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerWithShift
[ OK ] NeuronLayerTest/0.TestExpLayerWithShift (1 ms)
[ RUN ] NeuronLayerTest/0.TestELU
[ OK ] NeuronLayerTest/0.TestELU (0 ms)
[ RUN ] NeuronLayerTest/0.TestReLUGradientWithNegativeSlope
[ OK ] NeuronLayerTest/0.TestReLUGradientWithNegativeSlope (1 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutGradient
[ OK ] NeuronLayerTest/0.TestDropoutGradient (1 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2Shift1
[ OK ] NeuronLayerTest/0.TestExpLayerBase2Shift1 (1 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradient
[ OK ] NeuronLayerTest/0.TestExpGradient (2 ms)
[ RUN ] NeuronLayerTest/0.TestLogGradientBase2
[ OK ] NeuronLayerTest/0.TestLogGradientBase2 (2 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayer
[ OK ] NeuronLayerTest/0.TestExpLayer (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientWithShift
[ OK ] NeuronLayerTest/0.TestExpGradientWithShift (1 ms)
[ RUN ] NeuronLayerTest/0.TestLogLayerBase2
[ OK ] NeuronLayerTest/0.TestLogLayerBase2 (0 ms)
[ RUN ] NeuronLayerTest/0.TestBNLLGradient
[ OK ] NeuronLayerTest/0.TestBNLLGradient (4 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutGradientTest
[ OK ] NeuronLayerTest/0.TestDropoutGradientTest (1 ms)
[ RUN ] NeuronLayerTest/0.TestLogLayerBase2Shift1Scale3
[ OK ] NeuronLayerTest/0.TestLogLayerBase2Shift1Scale3 (0 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutTestPhase
[ OK ] NeuronLayerTest/0.TestDropoutTestPhase (0 ms)
[ RUN ] NeuronLayerTest/0.TestBNLL
[ OK ] NeuronLayerTest/0.TestBNLL (0 ms)
[ RUN ] NeuronLayerTest/0.TestReLUGradient
[ OK ] NeuronLayerTest/0.TestReLUGradient (1 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2Shift1Scale3
[ OK ] NeuronLayerTest/0.TestExpLayerBase2Shift1Scale3 (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2Shift1Scale3
[ OK ] NeuronLayerTest/0.TestExpGradientBase2Shift1Scale3 (2 ms)
[ RUN ] NeuronLayerTest/0.TestReLUWithNegativeSlope
[ OK ] NeuronLayerTest/0.TestReLUWithNegativeSlope (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2
[ OK ] NeuronLayerTest/0.TestExpGradientBase2 (1 ms)
[ RUN ] NeuronLayerTest/0.TestELUGradient
[ OK ] NeuronLayerTest/0.TestELUGradient (2 ms)
[ RUN ] NeuronLayerTest/0.TestTanHGradient
[ OK ] NeuronLayerTest/0.TestTanHGradient (2 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2Scale3
[ OK ] NeuronLayerTest/0.TestExpLayerBase2Scale3 (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2Scale3
[ OK ] NeuronLayerTest/0.TestExpGradientBase2Scale3 (1 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUForward
[ OK ] NeuronLayerTest/0.TestPReLUForward (0 ms)
[ RUN ] NeuronLayerTest/0.TestExpGradientBase2Shift1
[ OK ] NeuronLayerTest/0.TestExpGradientBase2Shift1 (2 ms)
[ RUN ] NeuronLayerTest/0.TestSigmoid
[ OK ] NeuronLayerTest/0.TestSigmoid (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUForwardChannelShared
[ OK ] NeuronLayerTest/0.TestPReLUForwardChannelShared (0 ms)
[ RUN ] NeuronLayerTest/0.TestELUasReLUGradient
[ OK ] NeuronLayerTest/0.TestELUasReLUGradient (2 ms)
[ RUN ] NeuronLayerTest/0.TestAbsGradient
[ OK ] NeuronLayerTest/0.TestAbsGradient (1 ms)
[ RUN ] NeuronLayerTest/0.TestLogLayerBase2Shift1
[ OK ] NeuronLayerTest/0.TestLogLayerBase2Shift1 (0 ms)
[ RUN ] NeuronLayerTest/0.TestLogGradientBase2Shift1
[ OK ] NeuronLayerTest/0.TestLogGradientBase2Shift1 (2 ms)
[ RUN ] NeuronLayerTest/0.TestAbsVal
[ OK ] NeuronLayerTest/0.TestAbsVal (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUParam
[ OK ] NeuronLayerTest/0.TestPReLUParam (0 ms)
[ RUN ] NeuronLayerTest/0.TestELUasReLU
[ OK ] NeuronLayerTest/0.TestELUasReLU (0 ms)
[ RUN ] NeuronLayerTest/0.TestLogGradientBase2Shift1Scale3
[ OK ] NeuronLayerTest/0.TestLogGradientBase2Shift1Scale3 (2 ms)
[ RUN ] NeuronLayerTest/0.TestDropoutThreeQuarters
[ OK ] NeuronLayerTest/0.TestDropoutThreeQuarters (0 ms)
[ RUN ] NeuronLayerTest/0.TestLogGradientBase2Scale3
[ OK ] NeuronLayerTest/0.TestLogGradientBase2Scale3 (2 ms)
[ RUN ] NeuronLayerTest/0.TestTanH
[ OK ] NeuronLayerTest/0.TestTanH (0 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUGradientChannelShared
[ OK ] NeuronLayerTest/0.TestPReLUGradientChannelShared (78 ms)
[ RUN ] NeuronLayerTest/0.TestExpLayerBase2
[ OK ] NeuronLayerTest/0.TestExpLayerBase2 (0 ms)
[ RUN ] NeuronLayerTest/0.TestLogGradient
[ OK ] NeuronLayerTest/0.TestLogGradient (2 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUGradient
[ OK ] NeuronLayerTest/0.TestPReLUGradient (84 ms)
[ RUN ] NeuronLayerTest/0.TestPReLUInPlace
[ OK ] NeuronLayerTest/0.TestPReLUInPlace (0 ms)
[ RUN ] NeuronLayerTest/0.TestLogLayer
[ OK ] NeuronLayerTest/0.TestLogLayer (0 ms)
[ RUN ] NeuronLayerTest/0.TestSigmoidGradient
[ OK ] NeuronLayerTest/0.TestSigmoidGradient (2 ms)
[----------] 50 tests from NeuronLayerTest/0 (201 ms total)

[----------] 5 tests from SPPLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] SPPLayerTest/0.TestGradient
[ OK ] SPPLayerTest/0.TestGradient (1033 ms)
[ RUN ] SPPLayerTest/0.TestEqualOutputDims
[ OK ] SPPLayerTest/0.TestEqualOutputDims (0 ms)
[ RUN ] SPPLayerTest/0.TestSetup
[ OK ] SPPLayerTest/0.TestSetup (0 ms)
[ RUN ] SPPLayerTest/0.TestForwardBackward
[ OK ] SPPLayerTest/0.TestForwardBackward (0 ms)
[ RUN ] SPPLayerTest/0.TestEqualOutputDims2
[ OK ] SPPLayerTest/0.TestEqualOutputDims2 (0 ms)
[----------] 5 tests from SPPLayerTest/0 (1033 ms total)

[----------] 1 test from SolverFactoryTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] SolverFactoryTest/3.TestCreateSolver
[ OK ] SolverFactoryTest/3.TestCreateSolver (2 ms)
[----------] 1 test from SolverFactoryTest/3 (2 ms total)

[----------] 2 tests from InternalThreadTest
[ RUN ] InternalThreadTest.TestStartAndExit
[ OK ] InternalThreadTest.TestStartAndExit (1 ms)
[ RUN ] InternalThreadTest.TestRandomSeed
[ OK ] InternalThreadTest.TestRandomSeed (2 ms)
[----------] 2 tests from InternalThreadTest (3 ms total)

[----------] 3 tests from BatchNormLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] BatchNormLayerTest/0.TestGradient
[ OK ] BatchNormLayerTest/0.TestGradient (126 ms)
[ RUN ] BatchNormLayerTest/0.TestForward
[ OK ] BatchNormLayerTest/0.TestForward (0 ms)
[ RUN ] BatchNormLayerTest/0.TestForwardInplace
[ OK ] BatchNormLayerTest/0.TestForwardInplace (0 ms)
[----------] 3 tests from BatchNormLayerTest/0 (126 ms total)

[----------] 3 tests from DummyDataLayerTest/0, where TypeParam = float
[ RUN ] DummyDataLayerTest/0.TestTwoTopConstant
[ OK ] DummyDataLayerTest/0.TestTwoTopConstant (0 ms)
[ RUN ] DummyDataLayerTest/0.TestThreeTopConstantGaussianConstant
[ OK ] DummyDataLayerTest/0.TestThreeTopConstantGaussianConstant (0 ms)
[ RUN ] DummyDataLayerTest/0.TestOneTopConstant
[ OK ] DummyDataLayerTest/0.TestOneTopConstant (0 ms)
[----------] 3 tests from DummyDataLayerTest/0 (0 ms total)

[----------] 8 tests from AdamSolverTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] AdamSolverTest/1.TestLeastSquaresUpdateWithEverythingAccum
[ OK ] AdamSolverTest/1.TestLeastSquaresUpdateWithEverythingAccum (1 ms)
[ RUN ] AdamSolverTest/1.TestAdamLeastSquaresUpdateWithEverythingShare
[ OK ] AdamSolverTest/1.TestAdamLeastSquaresUpdateWithEverythingShare (28 ms)
[ RUN ] AdamSolverTest/1.TestAdamLeastSquaresUpdateWithWeightDecay
[ OK ] AdamSolverTest/1.TestAdamLeastSquaresUpdateWithWeightDecay (5 ms)
[ RUN ] AdamSolverTest/1.TestLeastSquaresUpdateWithEverythingAccumShare
[ OK ] AdamSolverTest/1.TestLeastSquaresUpdateWithEverythingAccumShare (2 ms)
[ RUN ] AdamSolverTest/1.TestAdamLeastSquaresUpdateWithEverything
[ OK ] AdamSolverTest/1.TestAdamLeastSquaresUpdateWithEverything (25 ms)
[ RUN ] AdamSolverTest/1.TestSnapshot
[ OK ] AdamSolverTest/1.TestSnapshot (8 ms)
[ RUN ] AdamSolverTest/1.TestSnapshotShare
[ OK ] AdamSolverTest/1.TestSnapshotShare (10 ms)
[ RUN ] AdamSolverTest/1.TestAdamLeastSquaresUpdate
[ OK ] AdamSolverTest/1.TestAdamLeastSquaresUpdate (5 ms)
[----------] 8 tests from AdamSolverTest/1 (84 ms total)

[----------] 5 tests from SPPLayerTest/2, where TypeParam = caffe::GPUDevice
[ RUN ] SPPLayerTest/2.TestEqualOutputDims2
[ OK ] SPPLayerTest/2.TestEqualOutputDims2 (2 ms)
[ RUN ] SPPLayerTest/2.TestEqualOutputDims
[ OK ] SPPLayerTest/2.TestEqualOutputDims (1 ms)
[ RUN ] SPPLayerTest/2.TestSetup
[ OK ] SPPLayerTest/2.TestSetup (2 ms)
[ RUN ] SPPLayerTest/2.TestForwardBackward
[ OK ] SPPLayerTest/2.TestForwardBackward (1 ms)
[ RUN ] SPPLayerTest/2.TestGradient
[ OK ] SPPLayerTest/2.TestGradient (4186 ms)
[----------] 5 tests from SPPLayerTest/2 (4192 ms total)

[----------] 10 tests from ConcatLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] ConcatLayerTest/3.TestSetupChannels
[ OK ] ConcatLayerTest/3.TestSetupChannels (0 ms)
[ RUN ] ConcatLayerTest/3.TestGradientTrivial
[ OK ] ConcatLayerTest/3.TestGradientTrivial (7 ms)
[ RUN ] ConcatLayerTest/3.TestForwardChannels
[ OK ] ConcatLayerTest/3.TestForwardChannels (0 ms)
[ RUN ] ConcatLayerTest/3.TestGradientNum
[ OK ] ConcatLayerTest/3.TestGradientNum (39 ms)
[ RUN ] ConcatLayerTest/3.TestGradientChannels
[ OK ] ConcatLayerTest/3.TestGradientChannels (28 ms)
[ RUN ] ConcatLayerTest/3.TestSetupNum
[ OK ] ConcatLayerTest/3.TestSetupNum (0 ms)
[ RUN ] ConcatLayerTest/3.TestGradientChannelsBottomOneOnly
[ OK ] ConcatLayerTest/3.TestGradientChannelsBottomOneOnly (20 ms)
[ RUN ] ConcatLayerTest/3.TestSetupChannelsNegativeIndexing
[ OK ] ConcatLayerTest/3.TestSetupChannelsNegativeIndexing (0 ms)
[ RUN ] ConcatLayerTest/3.TestForwardTrivial
[ OK ] ConcatLayerTest/3.TestForwardTrivial (0 ms)
[ RUN ] ConcatLayerTest/3.TestForwardNum
[ OK ] ConcatLayerTest/3.TestForwardNum (2 ms)
[----------] 10 tests from ConcatLayerTest/3 (96 ms total)

[----------] 6 tests from SoftmaxWithLossLayerTest/2, where TypeParam = caffe::GPUDevice
[ RUN ] SoftmaxWithLossLayerTest/2.TestGradient
[ OK ] SoftmaxWithLossLayerTest/2.TestGradient (75 ms)
[ RUN ] SoftmaxWithLossLayerTest/2.TestGradientIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/2.TestGradientIgnoreLabel (75 ms)
[ RUN ] SoftmaxWithLossLayerTest/2.TestForwardIgnoreLabel
[ OK ] SoftmaxWithLossLayerTest/2.TestForwardIgnoreLabel (2 ms)
[ RUN ] SoftmaxWithLossLayerTest/2.TestGradientUnnormalized
[ OK ] SoftmaxWithLossLayerTest/2.TestGradientUnnormalized (63 ms)
[ RUN ] SoftmaxWithLossLayerTest/2.TestLoss
[ OK ] SoftmaxWithLossLayerTest/2.TestLoss (1 ms)
[ RUN ] SoftmaxWithLossLayerTest/2.TestFrequencyWeightedGradient
[ OK ] SoftmaxWithLossLayerTest/2.TestFrequencyWeightedGradient (230 ms)
[----------] 6 tests from SoftmaxWithLossLayerTest/2 (446 ms total)

[----------] 8 tests from SliceLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] SliceLayerTest/3.TestSliceAcrossChannels
[ OK ] SliceLayerTest/3.TestSliceAcrossChannels (0 ms)
[ RUN ] SliceLayerTest/3.TestSliceAcrossNum
[ OK ] SliceLayerTest/3.TestSliceAcrossNum (1 ms)
[ RUN ] SliceLayerTest/3.TestSetupNum
[ OK ] SliceLayerTest/3.TestSetupNum (0 ms)
[ RUN ] SliceLayerTest/3.TestGradientTrivial
[ OK ] SliceLayerTest/3.TestGradientTrivial (19 ms)
[ RUN ] SliceLayerTest/3.TestSetupChannels
[ OK ] SliceLayerTest/3.TestSetupChannels (0 ms)
[ RUN ] SliceLayerTest/3.TestTrivialSlice
[ OK ] SliceLayerTest/3.TestTrivialSlice (0 ms)
[ RUN ] SliceLayerTest/3.TestGradientAcrossChannels
[ OK ] SliceLayerTest/3.TestGradientAcrossChannels (310 ms)
[ RUN ] SliceLayerTest/3.TestGradientAcrossNum
[ OK ] SliceLayerTest/3.TestGradientAcrossNum (300 ms)
[----------] 8 tests from SliceLayerTest/3 (630 ms total)

[----------] 6 tests from RNNLayerTest/3, where TypeParam = caffe::GPUDevice
[ RUN ] RNNLayerTest/3.TestGradient
[ OK ] RNNLayerTest/3.TestGradient (572 ms)
[ RUN ] RNNLayerTest/3.TestForward
[ OK ] RNNLayerTest/3.TestForward (9 ms)
[ RUN ] RNNLayerTest/3.TestSetUp
[ OK ] RNNLayerTest/3.TestSetUp (1 ms)
[ RUN ] RNNLayerTest/3.TestGradientNonZeroCont
[ OK ] RNNLayerTest/3.TestGradientNonZeroCont (571 ms)
[ RUN ] RNNLayerTest/3.TestGradientNonZeroContBufferSize2
[ OK ] RNNLayerTest/3.TestGradientNonZeroContBufferSize2 (1352 ms)
[ RUN ] RNNLayerTest/3.TestGradientNonZeroContBufferSize2WithStaticInput
[ OK ] RNNLayerTest/3.TestGradientNonZeroContBufferSize2WithStaticInput (5777 ms)
[----------] 6 tests from RNNLayerTest/3 (8282 ms total)

[----------] 3 tests from BlobMathTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] BlobMathTest/1.TestAsum
[ OK ] BlobMathTest/1.TestAsum (0 ms)
[ RUN ] BlobMathTest/1.TestScaleData
[ OK ] BlobMathTest/1.TestScaleData (0 ms)
[ RUN ] BlobMathTest/1.TestSumOfSquares
[ OK ] BlobMathTest/1.TestSumOfSquares (0 ms)
[----------] 3 tests from BlobMathTest/1 (0 ms total)

[----------] 3 tests from GPUStochasticPoolingLayerTest/1, where TypeParam = double
[ RUN ] GPUStochasticPoolingLayerTest/1.TestStochastic
F0927 16:30:04.689107 6082 math_functions.cu:394] Check failed: status == CURAND_STATUS_SUCCESS (201 vs. 0) CURAND_STATUS_LAUNCH_FAILURE
*** Check failure stack trace: ***
@ 0x7ff733cb05cd google::LogMessage::Fail()
@ 0x7ff733cb2433 google::LogMessage::SendToLog()
@ 0x7ff733cb015b google::LogMessage::Flush()
@ 0x7ff733cb2e1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7ff7286c93b4 caffe::caffe_gpu_rng_uniform<>()
@ 0x7ff7286ef8f3 caffe::PoolingLayer<>::Forward_gpu()
@ 0x47a436 caffe::Layer<>::Forward()
@ 0x528d24 caffe::GPUStochasticPoolingLayerTest_TestStochastic_Test<>::TestBody()
@ 0x8f9923 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x8f373a testing::Test::Run()
@ 0x8f3888 testing::TestInfo::Run()
@ 0x8f3965 testing::TestCase::Run()
@ 0x8f4b7f testing::internal::UnitTestImpl::RunAllTests()
@ 0x8f4e93 testing::UnitTest::Run()
@ 0x46f22d main
@ 0x7ff727864840 __libc_start_main
@ 0x476ca9 _start
@ (nil) (unknown)
Makefile:526: recipe for target ‘runtest’ failed
make: *** [runtest] 已放弃 (core dumped)
xx@xx-OMEN-by-HP-Laptop:~/catkin_ws/src/tracking_slam/caffe-segnet-cudnn5$

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

cashapxxx

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值