- 博客(9)
- 收藏
- 关注
转载 linux 命令行终端显示git 当前所在分支
在 .bashrc 里面添加#show the current git branch find_git_branch () { local dir=. head until [ "$dir" -ef / ]; do if [ -f "$dir/.git/HEAD" ]; then head=$(< "$dir/.git/HEAD")...
2018-03-10 16:27:41
2590
1
原创 caffe cmake编译时找不到cudnn
cudnn not foundcmake -DCUDNN_INCLUDE="/your/path/to/include" -DCUDNN_LIBRARY="/your/path/to/lib64/libcudnn.so" /path/to/caffecmake -DCUDNN_INCLUDE="/usr/local/cuda8_5.0/include/" -DCUDNN_LIBRARY
2018-01-24 16:09:29
6272
转载 Softmax函数与交叉熵
好文记录http://blog.youkuaiyun.com/behamcheung/article/details/71911133
2017-11-22 09:13:16
298
原创 import caffe出错:libcaffe.so.1.0.0-rc3: undefined symbol: _ZN2cv8imencodeERKNSt7__cxx1112basi
libcaffe.so.1.0.0-rc3: undefined symbol: _ZN2cv8imencodeERKNSt7__cxx1112basi>>> importcaffeTraceback (most recent call last): File"", line 1,in File"/home/duchengyao/project/caffe
2017-11-17 20:18:23
6397
原创 txt版本的标签转换成PASCAL VOC2007 格式的XML标签
from xml.dom import minidom,Nodeimport cv2import stringres=r'D:\workstation\POD page object detection 2017\Train\Train\Image\\'list = r'D:\workstation\POD page object detection 2017\Train\Train\Im
2017-11-17 18:05:42
2614
1
原创 caffe 使用LMDB数据库训练时 显存爆炸的问题
data_layer.cpp 中该层的析构函数定义的不够好,改成如下版本即可template DataLayer::~DataLayer() { this->JoinPrefetchThread(); // clean up the database resources#if defined(USE_LEVELDB) || defined(USE_LMDB) switch (t
2017-03-09 14:55:46
756
原创 Windows7/10 64Bit安装Theano并实现GPU加速
好文章,留个记录:http://blog.youkuaiyun.com/niuwei22007/article/details/47684673并在此感谢博主分享
2016-10-16 19:21:31
289
原创 Advanced-software-engineering-course-week2
Homework1: A Proposal for My Team ProjectGitHub:https://github.com/rbgirshick/fast-rcnn/tree/master/models/VGG16/compressed
2016-10-10 20:02:01
349
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人