Guillaume Dumont

Results 31 comments of Guillaume Dumont

Depends on what you want. LevelDB python bindings are not installed by caffe-builder. The exe you mention are there because caffe requires leveldb c++ and pycaffe requires both leveldb c++...

@vfdev-5 Thanks. I might consider integrating this in caffe-builder at some point.

Hi @davidshen84 why not add an option like this: ``` CMake option(BUILD_DEBUG_AND_RELEASE "Build debug and release simultaneously" ON) if(MSVC AND BUILD_DEBUG_AND_RELEASE) externalproject_add_step(${_name} BuildOtherConfig COMMAND ${CMAKE_COMMAND} --build ${BINARY_DIR} --config "$$" --target...

This is strange. `cmake --build .` should translate to `msbuild caffe-builder.sln` or something close to that. I don't remember if I use the IDE or built from the command line.

> The strange thing is that as far as I understand from your CMake builder, it's downloading Boost (version 1_58_0) to the folder "(MY_BUILD_PATH)\install\lib", which I guess should be used,...

AFAIK Anaconda does not come with the python debug library. Did you mess with your python install by copying the release lib and renaming it to python27_d.lib? I also have...

@lunzueta Great! Good to hear that you succeeded.

Nope. All I can say is that I had trouble with protobuf because on Windows you absolutely need to specify it if you are reading a binary file unlike in...

@frgfm I beleive he means shared as in shared library or DLL.

Same issue here. Windows 10 connecting to a Ubuntu 18.04 machine. Thanks to @h3lo for the workaround, restarting the service solves the problem temporarily.