ubuntu 安装caffe
2017.11.6
先远程登录Ubuntu
- 1下载caffe
- 编译caffe
cndeepdream@cmtisuper:~$ ls
cndeepdream@cmtisuper:~$ cd jenny/
cndeepdream@cmtisuper:~/jenny$ git clone https://github.com/BVLC/caffe.git
cndeepdream@cmtisuper:~/jenny$ cd caffe/
cndeepdream@cmtisuper:~/jenny/caffe$ ls
cndeepdream@cmtisuper:~/jenny/caffe$ mkdir build
cndeepdream@cmtisuper:~/jenny/caffe$ cd build/
cndeepdream@cmtisuper:~/jenny/caffe/build$ cmake ..
- 跑一个例子--手写体
Training LeNet on MNIST with Caffe