会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kevin.Tu
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
7
下一页
[置顶]
Xiaoguang Tu's Home Page
摘要: Xiaoguang Tu (涂晓光): CV: Ph.D. Candidate of School of Communication and Information Engineering, University of Electronic Science and Technology of Chi
阅读全文
posted @ 2017-03-03 11:24 Kevin.Tu
阅读(1353)
评论(0)
推荐(0)
编辑
2017年4月24日
ubuntu下安装低级版本gcc/g++ 并随意切换
摘要: 来自:http://blog.sina.com.cn/s/blog_6cee149d010129bl.html 发现Android的版本中编译Host的程序经常因为本机的Gcc版本过高,需要这样那样的修改,烦的很! 索性直接降级gcc和g++, 而且可以很容易切换 ubuntu 12.04 中带的G
阅读全文
posted @ 2017-04-24 11:05 Kevin.Tu
阅读(605)
评论(1)
推荐(0)
编辑
2017年4月19日
tensorflow初始化参数内存占满问题
摘要: 最近使用tensorflow构建了一个浅层的网络,初始化参数的时候发现两个1080ti 22G的显存马上占满 后来发现解决办法为:在创建session的时候把显存设置为自适应即可,如下 config = tf.ConfigProto() config.gpu_options.allow_growth
阅读全文
posted @ 2017-04-19 17:01 Kevin.Tu
阅读(6402)
评论(0)
推荐(0)
编辑
2017年3月21日
matlab .fig转化成pdf 缺失
摘要: 1. 在matlab figure里面,Edit -> Copy Figure 2. 粘贴到ppt中即可
阅读全文
posted @ 2017-03-21 17:20 Kevin.Tu
阅读(317)
评论(0)
推荐(0)
编辑
2016年12月29日
caffe fine tune 复制预训练model的参数和freeze指定层参数
摘要: 复制预训练model的参数,只需要重新copy一个train_val.prototxt。然后把不需要复制的层的名字改一下,如(fc7 -> fc7_new),然后fine tune即可。 freeze指定层参数,只需要把对应层的学习率lr_mult 设置为0即可,如: 在layer里面加上param
阅读全文
posted @ 2016-12-29 11:25 Kevin.Tu
阅读(706)
评论(0)
推荐(0)
编辑
2016年12月16日
caffe 中 plot accuracy和loss, 并画出网络结构图
摘要: plot accuracy + loss 详情可见:http://www.2cto.com/kf/201612/575739.html 1. caffe保存训练输出到log 并绘制accuracy loss曲线: 之前已经编译了matcaffe 和 pycaffe,caffe中其实已经自带了这样的小
阅读全文
posted @ 2016-12-16 10:04 Kevin.Tu
阅读(2532)
评论(0)
推荐(0)
编辑
2016年12月5日
caffe中根据 *_train_test.prototxt文件生成 *_deploy.prototxt文件 (转载)
摘要: 见博客:http://blog.csdn.net/u010417185/article/details/52137825
阅读全文
posted @ 2016-12-05 09:48 Kevin.Tu
阅读(303)
评论(0)
推荐(0)
编辑
2016年11月28日
ubuntu 安装 theano
摘要: 参考博客: http://www.cnblogs.com/anyview/p/5025704.html 1. 安装gfortran, numpy, scipy, sklearn, blas, atlas等包 # 安装gfortran,后面编译过程中会用到sudo apt-get install gf
阅读全文
posted @ 2016-11-28 14:51 Kevin.Tu
阅读(980)
评论(0)
推荐(0)
编辑
2016年10月24日
重装Win7后找回Ubuntu启动项并在Ubuntu中修复引导
摘要: 1. 输入$ sudo fdisk -l 查看磁盘信息,选择Linux的磁盘,如sda10 2. 输入$ sudo -i(此步用于得到root权限,方便以下操作。) 3. 输入$ mkdir /media/tempdir(创建一个文件夹tempdir,用于挂载刚才的sda10,此文件夹名称你可以依个
阅读全文
posted @ 2016-10-24 22:02 Kevin.Tu
阅读(315)
评论(0)
推荐(0)
编辑
ubuntu 14.04 Bob 安装
摘要: 1. 附件依赖项安装$ sudo add-apt-repository ppa:biometrics/bob $ sudo apt-get update $ sudo apt-get install wget git-core pkg-config cmake python-dev python-support liblapack-dev libatlas-base-dev libblitz1-d...
阅读全文
posted @ 2016-10-24 12:30 Kevin.Tu
阅读(1036)
评论(0)
推荐(0)
编辑
1
2
3
4
5
···
7
下一页