caffe-builder icon indicating copy to clipboard operation
caffe-builder copied to clipboard

CMake build scripts to automate building the Caffe library and its dependencies.

Results 30 caffe-builder issues
Sort by recently updated
recently updated
newest added

Your scripts have been configured to use CUDA7.5. Is there any changes we need to do to accommodate CUDA8.0 ? Can you please tell me how to do this if...

Hi, I accidentially had gcc installed (http://tdm-gcc.tdragon.net) - and this breaks the build script. [Output not pasted - ninja fails a subcommand on the variable "toolset"] I assume it is...

I know it is not your fault. When I execute > pip install -r requirements.txt in the `python` directory, I got error that `leveldb` failed to install. But I saw...

I build caffe after you instruction: > cmake --build . At the end of the compilation, I got the following errors: ``` "C:\caffe-builder\build\ALL_BUILD.vcxproj" (default target) (1) -> "C:\caffe-builder\build\Boost.vcxproj" (default target)...

As reported in [Caffe #15](https://github.com/BVLC/caffe/issues/15#issuecomment-130237699) by @lunzueta. > @willyd I've tested your Caffe version, but I'm getting a couple of build failures that I don't know how to fix. The...

bug

Hello, I am facing a low level error in test_solver.py (test_net.py pass): [libprotobuf ERROR D:\Libraries2\caffe_x3\build\DownloadCache\protobuf\src\google\protobuf\text_format.cc:275] Error parsing text-format caffe.SolverParameter: 1:11: Expected eight hex digits up to 10ffff for \U escape...

bug

I compile caffe windows branch. My environment is win10, cmake 3.7, vs2015, cuda8.0, no ninjia. The compile script is: set CMAKE_GENERATOR=Visual Studio 14 2015 Win64 set CMAKE_CONFIGURATION=Release mkdir build cd...