随笔分类 -  Caffe

to handle the deep learning tool-caffe
摘要:本文大致记录使用caffe的一次完整流程 Process 1 下载mnist数据集(数据量很小),解压放在data/mnist文件夹中;2 运行create_mnist.sh,生成lmdb格式的数据(data+label);$CAFFEROOT/build/tools/convert_imagese 阅读全文
posted @ 2017-07-10 11:56 ceo1207 阅读(590) 评论(0) 推荐(0)
摘要:ubuntu环境安装caffe1 安装依赖 apt-get install libatlas-base-dev apt-get install python-dev apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev 等等等2 编 阅读全文
posted @ 2017-07-09 18:05 ceo1207 阅读(385) 评论(0) 推荐(0)
摘要:@cmake http://hahack.com/codes/cmake/ CMakeList.txt模板定义编译的依赖(注意每次编译只能有一个main函数,生成一个可执行文件)。再根据目标用户的平台进一步生成所需的本地化 Makefile 或者工程文件 在 linux 平台下使用 CMake 生成 阅读全文
posted @ 2017-03-03 20:26 ceo1207 阅读(143) 评论(0) 推荐(0)
摘要:http://cs231n.github.io/python-numpy-tutorial/ Python is a great general-purpose programming language on its own, but with the help of a few popular l 阅读全文
posted @ 2017-03-02 20:29 ceo1207 阅读(258) 评论(0) 推荐(0)