Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running in 32 bit virtualbox #1744

Closed
kohlisimranjit opened this issue Jan 17, 2015 · 3 comments
Closed

running in 32 bit virtualbox #1744

kohlisimranjit opened this issue Jan 17, 2015 · 3 comments

Comments

@kohlisimranjit
Copy link

Greetings, I am trying to run Caffe on virtual box with ubuntu 14.04 32 bit. I installed cuda toolkit & drivers via cuda_6.5.14_linux_32.run. I also have installed all the dependencies as stated. I am able to build it sucessfully. But the tests are failing (console o/p pasted below). How can one go about to use cafee in virtual box instance.

[==========] 457 tests from 98 test cases ran. (35888 ms total)
[ PASSED ] 448 tests.
[ FAILED ] 9 tests, listed below:
[ FAILED ] MathFunctionsTest/0.TestSgnbitCPU, where TypeParam = float
[ FAILED ] MathFunctionsTest/1.TestSgnbitCPU, where TypeParam = double
[ FAILED ] MathFunctionsTest/1.TestHammingDistanceCPU, where TypeParam = double
[ FAILED ] EltwiseLayerTest/0.TestProd, where TypeParam = caffe::FloatCPU
[ FAILED ] EltwiseLayerTest/0.TestSum, where TypeParam = caffe::FloatCPU
[ FAILED ] EltwiseLayerTest/1.TestSum, where TypeParam = caffe::DoubleCPU
[ FAILED ] EltwiseLayerTest/1.TestProd, where TypeParam = caffe::DoubleCPU
[ FAILED ] NetTest/0.TestParamPropagateDown, where TypeParam = caffe::FloatCPU
[ FAILED ] NetTest/1.TestParamPropagateDown, where TypeParam = caffe::DoubleCPU

@olddocks
Copy link

caffe will crash on 32 bit most often and wont compile properly. install 64bit ubuntu and caffe libraries.

@che-shr-cat
Copy link

Hmm, I successfully installed Caffe on Ubuntu 32bit (actually a few tests were failed, 4 or 7, as I suppose due to accuracy of calculations because I saw the same errors in other people questions), and I use it in my C++ program. Should I worry?

@shelhamer
Copy link
Member

Please ask installation questions on the caffe-users mailing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants