niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

I have problem in compiling my own caffe windows #53

Open shuangao opened 9 years ago

shuangao commented 9 years ago

I downloaded the caffe-windows codes, installed the cuda6.0, copied the 3rdparty and VS2012, still I failed to open the project. When I open the MainBuilder.sln, it says

image

Can anyone help me?

Rachnog commented 9 years ago

Have the same problem, no idea how to handle it?

jasoncummer commented 9 years ago

Same here.

Well made some progress with installing CUDA toolkit 6.5 rather then 7.0

xingyingxin commented 9 years ago

you can try installing CUDA toolkit 6.5.

johnhany commented 8 years ago

The original solution was created with CUDA 6.5. Try open "MainBuilder.vcxproj" with any text editor, and find "cuda" while replace every "6.5" after that with your version of CUDA, which in my case, is "7.5". Hopefully it'll get it work.