Caffe犯了runtest错误

时间:2016-03-04 16:13:02

标签: ubuntu makefile caffe

我刚刚成功使用make和make test命令而没有错误。但是,当我使用make runtest命令时,它会因同一问题多次失败。

虽然我的安装提升是boost-1.55,但它不起作用。结果如下。我该怎么办?

[----------] Global test environment tear-down
[==========] 1887 tests from 255 test cases ran. (476334 ms total)
[  PASSED  ] 1880 tests.
[  FAILED  ] 7 tests, listed below:
[  FAILED  ] SGDSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdaGradSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] NesterovSolverTest/0.TestSnapshot, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] NesterovSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdaDeltaSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] AdamSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
[  FAILED  ] RMSPropSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>

 7 FAILED TESTS
Makefile:523: recipe for target 'runtest' failed
make: *** [runtest] Error 1

1 个答案:

答案 0 :(得分:1)

如果您使用英特尔MKL,则可能是此问题的原因:默认情况下,英特尔MKL的浮点运算(例如矩阵乘法)是不确定的。

    export MKL_CBWR=AUTO