Hi @willyd , thanks indeed for your caffe-builder work. It saved me a lot of time on making caffe works in my Windows PC.
I noticed that the newest version of BVLC/Caffe now supports Multi-GPU computation. I was wondering if it is possible to build it with your caffe-builder.
I modified line 5 in "caffe-builder/cmake/packages/Caffe.cmake" from
buildem_download_package(GIT_REPOSITORY "https://github.com/__willyd__/caffe.git"
to
buildem_download_package(GIT_REPOSITORY "https://github.com/__BLVC__/caffe.git"
However, it seems be not works. Could please kindly advise me about how to do it correctly?
Thanks!
Gucan
Hi @willyd , thanks indeed for your caffe-builder work. It saved me a lot of time on making caffe works in my Windows PC.
I noticed that the newest version of BVLC/Caffe now supports Multi-GPU computation. I was wondering if it is possible to build it with your caffe-builder.
I modified line 5 in "caffe-builder/cmake/packages/Caffe.cmake" from
buildem_download_package(GIT_REPOSITORY "https://github.com/__willyd__/caffe.git"
to
buildem_download_package(GIT_REPOSITORY "https://github.com/__BLVC__/caffe.git"
However, it seems be not works. Could please kindly advise me about how to do it correctly?
Thanks!
Gucan