深度學習模型之各種caffe版本(Linux和windows)的網址和配置

查志強發表於2015-08-20

【原文:http://www.th7.cn/system/win/201507/121664.shtml

caffe官網:http://caffe.berkeleyvision.org/

1.最原始的最開始版本:伯克利BVLC版

https://github.com/BVLC/caffe

主要在Linux上執行,有matlab和Python介面


傻瓜都能學會的配置教程:Caffe+Ubuntu14.04+CUDA6.5新手安裝配置指南:

http://www.haodaima.net/art/2823705

http://www.cnblogs.com/platero/p/3993877.html


學習教程:http://suanfazu.com/t/caffe/281


2.賈揚清大大自己的版本:https://github.com/Yangqing/caffe


3.caffe-for-windows基本版:https://github.com/niuzhiheng/caffe

windows+caffe+vs2013+cuda6.5配置記錄:http://www.bubuko.com/infodetail-902302.html

caffe for windows 訓練cifar10:http://www.th7.cn/system/win/201411/77318.shtml

Windows下編譯Caffe並編譯Matlab介面:http://www.th7.cn/system/win/201504/102914.shtml


4.caffe window改進版執行在VS2013:https://github.com/initialneil/caffe-vs2013

配置:https://initialneil.wordpress.com/


5.我目前用的版本(happynear大神的):https://github.com/happynear/caffe-windows

配置:http://blog.csdn.net/happynear/article/details/45372231


相關文章