Install and setup notes for Caffe and ImageNet. Caffe is a deep learning framework.
- Amazon Cuda Ubuntu AMI https://github.com/BVLC/caffe/wiki/Caffe-on-EC2-Ubuntu-14.04-Cuda-7
- Bitfusion AWS EC2 GPU enabled Caffe AMI https://github.com/BVLC/caffe/wiki/AWS-EC2-GPU-enabled-Caffe-AMI
- Ubuntu Installation http://caffe.berkeleyvision.org/install_apt.html
- Source git clone https://github.com/BVLC/caffe
- http://installing-caffe-the-right-way.wikidot.com/start
- http://caffe.berkeleyvision.org/installation.html#compilation - Error 1: ./include/caffe/common.hpp:5:27: fatal error: gflags/gflags.h: No such file or directory compilation terminated. https://github.com/BVLC/caffe/wiki/Ubuntu-14.04-ec2-instance
- Could not insert 'nvidia_352': No such device http://stackoverflow.com/questions/32493904/could-not-insert-nvidia-352-no-such-device
- ctypes error: libdc1394 error: Failed to initialize libdc1394 http://stackoverflow.com/questions/12689304/ctypes-error-libdc1394-error-failed-to-initialize-libdc1394
- Brewing ImageNet http://caffe.berkeleyvision.org/gathered/examples/imagenet.html