
Caffe
Caffe
_沧海桑田_
ACL/NAACL/EMNLP/COLING审稿人,
MOD大侠梦/MOD禾下霸业作者。
github.com/guotong1988
展开
-
caffe MNIST LeNet example 可视化后可理解
可理解为什么最开始的一层data和label都是top等等 https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet_train_test.prototxt原创 2017-01-06 09:54:49 · 936 阅读 · 1 评论 -
caffe prototxt 可视化
http://ethereon.github.io/netscope/quickstart.html原创 2017-01-06 11:23:13 · 3670 阅读 · 0 评论 -
caffe Segmentation fault (core dumped)
运行caffe的faster rcnn的./tools/demo.py 只报了一行的错 Segmentation fault (core dumped) 用print来debug 最后发现是import cv2的错 这样就有一些思路了原创 2017-01-11 14:24:33 · 5938 阅读 · 3 评论 -
caffe faster-rcnn make -j8 报错 ,CentOS
报错内容:LD -o .build_release/lib/libcaffe.so.1.0.0-rc3/usr/bin/ld: cannot find -lcblas/usr/bin/ld: cannot find -latlascollect2: error: ld returned 1 exit statusmake: *** [.build_release/lib/libcaffe.s原创 2017-01-18 13:58:38 · 1660 阅读 · 0 评论 -
No module named _tkinter
先运行个yum -y install tcl-devel tk-devel,不知道有没有用 下载了tk和tcl的.tar.gz文件 这样装上它们 cd unix ./configure --prefix="/home/123/123" make make install 然后要重装python 这时要编辑python的Modules/Setup.dist文件的tk相关的地方,原创 2017-01-20 18:37:24 · 1461 阅读 · 1 评论 -
caffe MNIST lenet 报错 Unknown database backend
https://github.com/BVLC/caffe/issues/1799原创 2017-01-22 16:53:49 · 2131 阅读 · 0 评论 -
caffe MNIST lenet 报错,nsight里
/home/gt/py-faster-rcnn/caffe-fast-rcnn/build/tools/caffe: error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory/usr/local/lib里有libopenc原创 2017-01-22 17:12:57 · 612 阅读 · 0 评论 -
nsight 本机 单机 debug caffe cuda 代码
在一台linux上启动caffe mnist lenet程序,同时nsight调试进入cuda代码里原创 2017-01-22 18:50:50 · 1139 阅读 · 0 评论