diff --git a/3rdparty/Versions.txt b/3rdparty/Versions.txt index 683778d0450c7aa43c86c8911c6201ebed0315d6..ca0a0706fce94e36ed6f4ebec908e1ff06403e87 100644 --- a/3rdparty/Versions.txt +++ b/3rdparty/Versions.txt @@ -1,6 +1,6 @@ Unix: - Caffe: - - Version 1.0.0, extracted from GitHub on 05/09/2017 from the current master branch. + - Version 1.0.0, extracted from GitHub on 07/19/2017 from the current master branch. - Link: https://github.com/BVLC/caffe Windows: diff --git a/3rdparty/caffe/README.md b/3rdparty/caffe/README.md index 0ae3616b4a68eb226df9791f552763f40dbd2486..5148c69d310e097fe4ebc3525a7b69725ecc6714 100644 --- a/3rdparty/caffe/README.md +++ b/3rdparty/caffe/README.md @@ -15,6 +15,14 @@ Check out the [project site](http://caffe.berkeleyvision.org) for all the detail and step-by-step examples. +## Custom distributions + + - [Intel Caffe](https://github.com/BVLC/caffe/tree/intel) (Optimized for CPU and support for multi-node), in particular Xeon processors (HSW, BDW, Xeon Phi). +- [OpenCL Caffe](https://github.com/BVLC/caffe/tree/opencl) e.g. for AMD or Intel devices. +- [Windows Caffe](https://github.com/BVLC/caffe/tree/windows) + +## Community + [![Join the chat at https://gitter.im/BVLC/caffe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models.