-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Description
[==========] 240 tests from 24 test cases ran. (39746 ms total)
[ PASSED ] 170 tests.
[ FAILED ] 70 tests, listed below:
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdate, where TypeParam = caffe::GPUDevice
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdateLROneHundredth, where TypeParam = caffe::GPUDevice
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdateWithWeightDecay, where TypeParam = caffe::GPUDevice
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdateWithWeightDecayMultiIter, where TypeParam = caffe::GPUDevice
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdateWithMomentum, where TypeParam = caffe::GPUDevice
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdateWithMomentumMultiIter, where TypeParam = caffe::GPUDevice
[ FAILED ] SGDSolverTest/2.TestLeastSquaresUpdateWithEverything, where TypeParam = caffe::GPUDevice
...
All tests from test_gradient_based_solver.cpp is failed. What can I do?
I havd run caffe-rc, and all passed.What's the problem?