caffe-builder
caffe-builder copied to clipboard
How to make it support x86?
Hello, I'm trying to compile an x86 version of caffe with CPU-ONLY on an old windows 7 machine. I'm not familiar with CMAKE. But it seems that the scripts in this project work for 64-bit only. So do you have any idea how can I compile a 32-bit version? I'd appreciate that if you can offer me any help. Thanks.
Replace amd64 with x86 in https://github.com/willyd/caffe-builder/blob/master/build_v120_x64.cmd#L9 and see how this goes.
Thanks! It really helps. But compiling boost library always turns out to be failure. I use the precompiled version instead.