Runtest failed

27 views
Skip to first unread message

轩辕紫辰

unread,
Sep 12, 2017, 3:03:13 AM9/12/17
to Caffe Users
After make all, make test, I try to use make runtest. But there are a lots message about Failure.
src/caffe/test/test_neuron_layer.cpp:693: Failure
Value of: blob_top_2->cpu_data()[s]
  Actual: -3.26955
Expected: this->blob_top_->cpu_data()[s]
Which is: -3.26955
src/caffe/test/test_neuron_layer.cpp:693: Failure
Value of: blob_top_2->cpu_data()[s]
  Actual: -0.53208
Expected: this->blob_top_->cpu_data()[s]
Which is: -0.53208
src/caffe/test/test_neuron_layer.cpp:693: Failure
Value of: blob_top_2->cpu_data()[s]
  Actual: 10.5734
Expected: this->blob_top_->cpu_data()[s]
Which is: 10.5734

And at the end of the test, the total failure as follow:
[----------] Global test environment tear-down
[==========] 1744 tests from 257 test cases ran. (1106216 ms total)
[  PASSED  ] 1719 tests.
[  FAILED  ] 25 tests, listed below:
[  FAILED  ] NetTest/0.TestComboLossWeight, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] NeuronLayerTest/0.TestPReLUInPlace, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] SGDSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] SGDSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] SGDSolverTest/1.TestSnapshot, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] SGDSolverTest/1.TestSnapshotShare, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] AdaGradSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdaGradSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdaGradSolverTest/1.TestSnapshotShare, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] AdaGradSolverTest/1.TestSnapshot, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] NesterovSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] NesterovSolverTest/1.TestSnapshot, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] NesterovSolverTest/1.TestSnapshotShare, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] AdaDeltaSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdaDeltaSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdaDeltaSolverTest/1.TestSnapshotShare, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] AdaDeltaSolverTest/1.TestSnapshot, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] AdamSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdamSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdamSolverTest/1.TestSnapshot, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] AdamSolverTest/1.TestSnapshotShare, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] RMSPropSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] RMSPropSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] RMSPropSolverTest/1.TestSnapshot, where TypeParam = caffe::CPUDevice<double>
[  FAILED  ] RMSPropSolverTest/1.TestSnapshotShare, where TypeParam = caffe::CPUDevice<double>

25 FAILED TESTS

 Did anyone encounter the same problem?
 How can I fix it?
Thank you ! 
Reply all
Reply to author
Forward
0 new messages